/* Reset css
=================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }
h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

html { 
  min-height: 100%; 
	margin-bottom: 1px; 
}
body {
	font-size: 62.5%;			/* This sets the default font size to be equivalent to 10px */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #363636;
}

/* blocktext */
h1, h2, h3, h4, h5, p, ul { 
	padding : 5px 0; 
}

/* a */
a, a:visited { 
color : #004f5a; 
text-decoration : underline; } 

.clear {
	clear: both;
}

p.linktitle {
	font-size: 110%;
}

strong {
	font-weight: bold;
}


/* Main blocks
=================================*/
#wrapper {
	width: 850px;
	margin: 0 auto;
	}
#header {
	height: 74px;
	width: 850px;
	position: relative;
	background: #004f5a;
	margin-bottom: 10px;
}
#header h1 {
	font-size: 2.2em;
	line-height: 1;
	font-weight: normal;
}
#header h1 a {
	display: block;
	width: 154px;
	height: 74px;
	background: url("/images/sites_logo.gif") no-repeat 5px 0;
	text-indent: -10000px;
	overflow: hidden;
	position: absolute;
}
#header p {
	text-indent: -10000px;
}
#header div.maindiv {
	color: #ffffff;
	margin-left: 160px;
	margin-top: -18px;
}
#header div.maindiv h2 {
	font-size: 160%;
	font-weight: bold;
}

div.reg-int-cont {
	padding: 5px;
	margin-bottom: 10px;
	background: #004f5a url(/images/white_arrow.gif) no-repeat center right;
}
div.reg-int-cont a {
	color: #ffffff;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
}
div.reg-int-cont a:hover {
	text-decoration: underline;
}



#footer {
	height: 64px;
	width: 850px;
	background: #004f5a;
	margin-top: 10px;
	text-align: right;
	padding-top: 10px;
}
#footer a {
	color: #ffffff;
	margin-right: 10px;
}

/* columns
=================================*/
#left { 
  width: 160px; 
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: left; 
}
#content { 
  width: 690px; 
  float: right; 
}
#mainContent { 
  width: 475px; 
  margin: 0; 
  float: left; 
  padding-right: 5px;
}
#right { 
  width: 210px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
} 



#mainContent p.terms { 
  color: #999999;
  margin-left: 150px;
}


#mainContent h1, #left h1, #right h1 { 
  font-size: 120%;
  color: #004F5A;
  margin-left: 5px;
}
#mainContent h1 {
  margin-left: 0;
}

#mainContent h2, #left h2, #right h2 { 
  font-size: 110%;
  color: #004F5A;
  margin-left: 5px;
}
#mainContent h2 {
  margin-left: 0;
}
#right p { 
  margin-left: 5px;
}
#right h2 { 
  font-size: 110%;
  color: #004F5A;
  margin-left: 5px;
  font-weight: bold;
}

#mainContent table {
	width: 470px;
}
#mainContent td, #mainContent th {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
#mainContent th {
	font-weight: bold;
}
#mainContent td.pdf {
	width: 22px;
	height: 22px;
  background: url("/images/icons/pdf.gif") no-repeat center center;
}
#mainContent td.word {
	width: 22px;
	height: 22px;
  background: url("/images/icons/word.gif") no-repeat center center;
}
#mainContent td.xls {
	width: 22px;
	height: 22px;
  background: url("/images/icons/xls.gif") no-repeat center center;
}
#mainContent td.txt {
	width: 22px;
	height: 22px;
  background: url("/images/icons/txt.gif") no-repeat center center;
}
#mainContent td img {
	margin-top: 5px;
}


#mainContent ul {
	list-style: disc;
	padding-left: 25px;
}

#mainContent ol {
	list-style-position: outside;
	padding-left: 25px;
}

/* main_menu
=================================*/
ul#main-menu {
	margin: 0;
	padding: 0;
	font-size: 110%;  
	width:150px;
	margin-bottom: 50px;
}

ul#main-menu li {
	list-style: none;
	vertical-align: middle;
}
ul#main-menu li a {
	color: #62A8AF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 5px;
}

ul#main-menu li a:hover,
ul#main-menu li a.current {
	color: #004f5a;
	font-weight: bold;
	text-decoration: none;
}



/* forms
=================================*/

label {
	float: left;
	width: 150px;
}

input.text {
	width: 200px;
	background: #efefef;
}

input.submit {
	background: #efefef;
	border: 1px solid #9a9a9a;
	color: #004F5A;
	margin-left: 150px;
}


/* Messages
=================================*/
.error {
  padding: 12px 10px 10px 35px;
  border: 1px dashed #003366;
  margin: 1em 0;
  color: #003366;
  font-weight: normal;
  font-size: 110%;
  width: 500px;
}
.error {
  background: #FFFFE1 url(/images/error.gif) no-repeat 10px 10px;
}
.error a, .error a:hover {
	color: #cc0000;
	font-size: 100%;
}

