﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #e5e5e5;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}
a
{
	text-decoration:none;
    color: #034af3;
}
a:hover
{
    color: #d30000;
    text-decoration: underline;
}
a:active
{
    color: #12eb87;
}
p
{
    margin:0; padding:0;
}
ul
{
    line-height: 1.6em;
}
input
{
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #000;
}
select
{
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #000;
}
textarea
{
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #000;
    font-size:12px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #555555;
    font-family: Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 5px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5
{
    font-size: 1em;
}
h6
{
    font-size: 0.9em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding:4px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 1em;
    font-family:Verdana;
    font-size: 32px !important;
}
#header h6
{
    color:#fff;
    margin: 0;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 5px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #808080;
    line-height: 1.5em;
    margin: 0 10px;
    font-size: .9em;
}
#copyright
{
	float:left;
	width:300px;
}
#footerlinks
{
	color:#c0c0c0;
	text-align:right;
}
#footerlinks a
{
	margin-left:5px;
	margin-right:5px;
    text-decoration: none;
	width:300px;
	text-align:right;
	color:#808080;
}
#footerlinks a:hover
{
    color:#d30000;
}

/* TAB MENU   
----------------------------------------------------------*/
div.master_navCornerTL
{
	background-image:url('/Content/Images/CornerNavTL.png');
	background-repeat:no-repeat;
	float:left;
	margin:-15px 0 0 -20px;
	width:5px; height:5px;
}
div.master_navCornerTR
{
	background-image:url('/Content/Images/CornerNavTR.png');
	background-repeat:no-repeat;
	float:right;
	margin:-10px -20px 0 0;
	margin-left:15px;
	width:5px; height:5px;
}
div.master_menuitemOn
{
	width:80px;
	float:right;
	background-color:#fff;
	text-align:center;
	padding:15px 20px;
    font-weight: bold;
    color: #808080;
}
div.master_menuitem
{
	text-align:center;
	width:90px;
	float:right;
	margin-top:10px;
	margin-right:1px;
	background-color:#cecece;
	padding:10px 20px;
    font-weight: bold;
    color: #808080;
}
div.master_menuitem:hover
{
	background-image:url("/Content/Images/BiteNav.png");
	background-repeat:no-repeat;
	background-position:bottom;
	cursor:pointer;
	color:#fff;
	background-color:#8b8b8b;
}



ul#menu
{
    border-bottom: 1px #e5e5e5 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    border:solid 1px #fff;
    color: #808080;
}

ul#menu li a:hover
{
    border-bottom:solid 3px #808080;
    color:#000;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #f5f5f5;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
	float:right;
	width:650px;
    padding-right:20px;
}

#title
{
    float:left;
    text-align:left;
    font-style:italic;
}
#subtitle
{
	clear:left;
    text-transform:uppercase;
    color:#fff;
    float:left;
    text-align:left;
}
#logindisplay
{
	height:30px;
	padding:10px;
    font-size:1.1em;
    text-align:right;
    color:#808080;
}

#logindisplay a:link
{
    text-decoration: underline;
}

#logindisplay a:visited
{
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
