@charset "utf-8";
/* CSS Document */

/*---------- Main Elements ----------*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zero margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/*th, td {
    padding: 0;
}*/

#container {
	min-width: 800px;
	margin: 10px auto 0;
	text-align: left;
	padding: 0px;
} 
#header {
	padding: 0;
	position: relative;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CE2031;
	background-color: #B2D0E9;
	margin: 0;
	min-height:100px;
	height: 1%;
} 
#contentWrapper {
	background: #FFFFFF;
	margin:0;
	padding:0px;
	overflow: hidden;/*SA 102009 replaces br clearfloat to contain floats*/
	width: 100%;
}
#mainContent {
	margin: 0 210px 0 20px;
	padding: 10px 10px 20px;
	min-height: 400px;
	font-size: 1em;
	/*overflow: hidden; SA 012011 remove due to webkit floats and overflow issue*/
}
#sidebar1 {
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	float: right;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	position: relative;
	background-color: #88BEE7;
}
#footer {
	padding: 0px;
	margin: 0;
	background-color: #B2D0E9;
	border-top-color: #CE2031;
	border-top-style: solid;
	border-top-width: 3px;
	height: 1%;
} 

/*---------- Header Navigation Sytle ----------*/

#headerMenu {
	height: 30px;
	margin: 0;
	padding: 0px;
}
#headerMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#headerMenu ul li {
	float: left;
	position: relative;
}
#headerMenu li.navHome {
	padding-left: .3125em; /*112010 SA updated to support em padding on a tag*/
}
#headerMenu li.navBar {
	font-weight: bold;
	font-size: 1em;
	color: #111B57;
	display: inline-block;
	padding: 0.3em 0;
	width: 8px;
	margin: 0;
	text-align:center;
}
#headerMenu li a:link, #headerMenu li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #111B57;
	text-decoration: none;
	display: block;
	padding: 0 11px;
	line-height: 30px;
	position: relative;
	z-index: 100;
}
#headerMenu li a:hover, #headerMenu li a:active {
	color:#CE2031
}
/*submenus*/
#headerMenu ul li ul {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	display: none;   
	left: 6px;
    margin: 0px;   
    padding: 5px 0px;
	position: absolute;
	right: auto;
	/*width: 180px;*/
	z-index: 1020;
}
#headerMenu ul ul li {
	/*float: none;*/
	padding: 0;
	margin: 0;
	/*width: 180px;*/
	text-align: left;
	/*position: relative;*/
	left: 0px;
}
#headerMenu ul ul li a:link,
#headerMenu ul ul li a:visited {
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding: .25em 1em .25em 1.1em;
	text-align: left;
	white-space: nowrap;
}

/*---------- Sidebar Navigation Sytle ----------*/

#sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar1 ul li {
	margin:0px;
	padding:0px;
}
#sidebar1 ul li a.contact {
	background-image: url(../_image/Envelope.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar1 ul a:link, #sidebar1 ul a:visited {
	color:#111B57;
	margin:0px;
	text-decoration:none;
	border-bottom-style:solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 30px;
	border-bottom-width: 1px;
	display: block;
	background-color: #DBE3E7;
	border-bottom-color: #111B57;
	width: 170px;
	padding: 0 0 0 30px;
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar1 li a:hover, #sidebar1 li a:active {
	font-weight: bold;
	color:#CE2031;
	background-position: -200px 0px;
}

/*---------- Header Elements ----------*/

#header img.banner {
	position: relative;
	display:block;
	top: 0px;
	margin: 0;
	padding: 0;
	border: none;
}
#header img.logo {
	position: absolute;
	z-index: 2;
	display:block;
	margin: 0 20px;
	padding: 0;
	border: none
}

/*---------- Main Content Elements ----------*/

#mainContent .articles {
}
#mainContent .articleTime, #mainContent .articleDate{
	font-size: .85em;
}
#mainContent .articleTitle {
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
}
#mainContent image {
	margin:5px:
} 

#mainContent h1{
	margin: 0;
	padding: 0 0 10px;
	text-align: left;
}
#mainContent a:link, #mainContent a:visited {
	color:#00F;
}
#mainContent a:hover, #mainContent a:active {
	color:#F00;
}

/*---------- Sidebar Content Elements ----------*/

#sidebar1 p {
	margin-left: 3px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 3px;
	max-width: 195px;
}
#sidebar1 .articles {
	font-size: .85em;
	font-weight: bold;
	font-style: normal;
	margin-top: 10px;
}
#sidebar1 .articleTitle {
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
}
#sidebar1 #login {
	padding: 20px 0 10px 10px;
}
#sidebar1 #login th{
	text-align: left;
}
#sidebar1 #login input.text:focus { /*applies bkgrd color in text field with focus*/
	background-color:#FF9;
}

#sidebar1 table.articles img { /*only applies to css compliant browsers Firefox Sifari*/
	max-width: 190px;
}

/*---------- Footer Content Elements ----------*/

#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #000;
}
#footer a:hover, #footer a:active {
	color: #F00;
}

/*---------- Splash Page Content Elements ----------*/

#splash {
	height: 500px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	text-align: center;
}
#splash img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#splash .announcement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin-top: 30px;
	line-height: 4em;
}

/*---------- Detail Window classes for reuse ----------*/

.winTable {
	min-width: 467px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: left;
}
.winTable td {
	padding: 2px 0;
	margin: 0px;
}
.winVariable {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
}
.winTable a:link, .winTable a:visited {
	color:#00F;
}
.winTable a:hover, .winTable a:active {
	color:#F00;
}

/*---------- Miscellaneous classes for reuse ----------*/

.shadow {
	margin:0;
	opacity: .5;                         /* for css-3 browsers, between 0 and 1 */
	filter:alpha(opacity=50);     /* IE only, between 0(%) and 100(%). Proprietary IE code, so the w3c css-validator is not happy ;-)  */
}
.dropshadow {
	float:left;
	background-image:url(../_image/dropshadow.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border-bottom-style:
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
sup,sub { /* this element maintains the sigle line height when tags are applied to text */
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {	bottom: 1ex;}
sub {	top: .5ex;} 

