﻿/* CSS Document */

/* Basic reset of default parameters */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,th,td {
	margin: 0;
	padding: 0;
}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
fieldset,img { 
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

img, div {
	behavior: url("/css/iepngfix.htc");
}


/* Main Styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #231f20;
	background: #7FA9D2;
}

p, td, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #231f20;
}

a {
	color: #0054a6;
	text-decoration: none;
}

a:visited {
	color:#666;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin:0 0 10px 0;
}

ul {
	padding:0 0 0 40px;
	margin: 5px 0 5px 40px;
}

ul ul {
	padding:0 0 0 40px;
	margin: 5px 0 ;
	list-style:circle;
}


ol {
	padding:0 0 0 40px;
	margin: 5px 0 5px 40px;
}

ol.numbered {
	list-style:decimal;
}

ol.roman {
	list-style:lower-roman;
}

li {
	padding:0;
	margin: 0 0 10px 0;
} 

strong {
	font-weight:bold;
}

em {
	font-style:italic;
	}

h1 {
	color:#7fa9d2;
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	clear:both;
}


h2 {
	color:#7fa9d2;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	clear:both;
}

h3 {
	font-weight:bold;
	clear:both;
}

h4 {
	font-weight:bold;
	font-style:italic;
}

h5 {
	font-size:12px;
	font-weight:bold;
}

h6 {
	font-size:12px;
	font-style:italic;
}

.footnote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
}

.blank {
	margin: 0;
	padding:0;
	height:1px;
	clear:both;
}


/* Containers */

#maincontainer {
	margin:0 auto;
	width:1000px;
	/*background:url(../graphics/bkg_main.gif) repeat-y;*/
}

#header {
	width:760px;
	height:230px;
	margin: 0 120px;
	background:url(../graphics/bkg_main_header.gif) no-repeat;
}

#headerlogo {
	float:left;
	width:260px;
	margin: 10px 25px 25px 25px;
}

#headertag {
	float:right;
	width:450px;
	margin: 45px 0 25px 0;
	font-family:Arial, Helvetica, sans-serif;
	/* font-family:Georgia, "Times New Roman", Times, serif; */
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	text-transform:capitalize;
	color:#9d9fa2;
}

#maincontent {
	margin: 0;
	background: url(../graphics/bkg_main_bottom.gif) bottom no-repeat #fff;
	width:690px;
	margin: 0 120px;
	padding:0 35px;
}

/* Navigation */

#navbar {
	margin:60px 0 0 0;
	padding: 6px 35px 15px 35px;
	width:690px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#7697ae;
	clear:both;
}

#navbar a {
	color:#0960a8;
	text-decoration:none;
	padding: 0 20px 0 0;
}

#navbar a:hover {
	color:#7ea8d0;
	text-decoration:none;
}

#navbar a.topNavOn {
	color:#7ea8d0;
}
#navbar a.topNavOff {
	color:#fff;
}



/* Home Page Content */

#hpleftcol {
	width:685px;
	/* float:left; */
}

#hprightcol {
	width:675px;
	/* float:left; */
	margin-top:15px;
}



/* Page Content */
#leftcol {
	width:475px;
	float:left;
}

#rightcol {
	width:175px;
	float:left;
	margin-left:40px;
}

.callout {
	color: #929395;
}

.imgright {
	float:right;
	border:solid 1px #7FA9D2;
	padding:2px;
	margin-left:8px;
}

.mediaexTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7fa9d2;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
}

.mediaexSubTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
}


/* Footer */

#footer {
	background:url(../graphics/bkg_main_footer.gif) no-repeat;
	width:760px;
	margin: 0 120px;
	height:41px;
	padding:65px 0 0 0;
	text-align:center;
	clear:both;
	font-size: 12px;
	font-weight:bold;
	color:#0054a6;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:130%;
}

#footer .copyright {
	color:#231f20;
	font-size:10px;
	font-family:verdana,Arial, Helvetica, sans-serif;
}

#footer a{
	color:#0054a6;
	text-decoration:none;
	padding:0 5px;
}

#footer a:hover
{
	color:#0054a6;
	text-decoration:underline;
}

/* Form Styles */

.formLabels {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #231f20;
}


/*  Login Page ----------------------------------------------------*/

#loginBox {
  margin: 0px; padding: 10px;
  background-color: #FFF;
}

.loginTxt {
  color: #FFF;
  font-weight: bold;
}

.errorTxt {
  color: Red;
  font-weight: bold;
}
