/*____________________________________________________
  Tags
  ____________________________________________________
*/

body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	line-height: 120%;
	background: #FFF url(../../images/main_bg.jpg) repeat-x top;
}

a:link, a:visited{
	color: #005FD4;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #005FD4;
}

ul li {
list-style-image: url(../../images/bullet.gif);
}

/*____________________________________________________
  Divs
  ____________________________________________________
*/

#wrapper {
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	min-width: 900px;
	background: url(../../images/body_bg.gif) no-repeat top;
}

#content {
	position: relative;
	margin: 0 auto;
	font-size: 95%;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
	width: 900px;
	text-align: left;
	background: #FFFFFF url(../../images/mainTop.gif) top no-repeat;
	color:#000000;	
}

#content .column {
	position: relative;
	float: left;
}

#header {
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
    text-align: left;
	width: 900px;
	height: 105px;
	background: url(../../images/header_bg.jpg) no-repeat top center;
}

#logo {
position: absolute;
top: 10px;
left: 0px;
width: 190px;
height: 60px;
background: url(../../images/logo.gif) no-repeat;
}

#tagline {
position: absolute;
top: 30px;
right: 0px;
width: 343px;
height: 27px;
background: url(../../images/tagline.gif) no-repeat;
}

#headerLinks {
	position: absolute;
	left: 0px;
	top: 90px;
	text-align: right;
	padding-left: 10px;
	font-weight: light;
	padding-top: 7px;
	font-size: 105%;
}

#header ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	}
	
#header ul li {
	list-style: none;
	display: inline;
	margin-right: 0px;
	margin-left: -5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 0px;
	border-right: #e4e4e4 solid 1px;
}

#header ul li.first{ 
	border-left: none;
}
#header ul li.last{ 
	border-right: none;
}

#header a:link, #header a:visited{
	
	color:#005FD4;
}

#header a:hover{ 
	color:#00A901;
	background: none;
}

#column1{
	width: 175px;
	margin-left: 20px;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EBEBEB;
	border: solid 1px #C4C4C4;
}

#column1 ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	margin-left: -10px;
	border: none;
	}
	
#column1 li {
	list-style: none;
	list-style-image: none;
	
}

#column1 li a {
	display: block;
	width: 175px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 10px;
	border-bottom: #CCCCCC 1px solid;
	border-top: #FFFFFF 1px solid;
	}
	
#column1 li a:hover {
	background-color:#FFC500;
	}
	
html>body #column1 li a {
	width: auto;
	}

#column2{
	width: 500px;
	padding-left: 35px;
	padding-right: 40px;
	padding-bottom: 20px;
}

#column3{
	width: 250px;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: #EEF8FF;
	border: #BAD2DA 1px solid;
}

#column4{
	width: 550px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#pageTitle{
	right: auto;
	left: auto;
	width: 900px;
	border-bottom: #999999 dashed 1px;
	font-weight: bold;
	color: #005FD4;
	font-size: 190%;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	padding-top: 35px;
}
	

#footer {
	position: relative;
	margin: 0 auto;
    text-align: center;
	width: 900px;
	height: 100%;
	padding-top: 25px;
	padding-bottom:10px;
	clear: both;
	bottom: 0;
	color: #999;
	font-size: 85%;
	text-align: center;
	background: url(../../images/mainBottom.gif) no-repeat top;
	background-color: #FFF;
}

#footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	}
	
#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 10px;
	margin-left: 0;
	padding-left: 0;
	padding-right: 10px;
	border-right: #999 solid 1px;
}

#footer ul li.last{ 
	border-right: none;
}

#footer a:link, #footer a:visited{
	color:#999;
}

#footer a:hover{ 
	color:#005FD4;
	background:none;
}


/*____________________________________________________
  Classes
  ____________________________________________________
*/

.bottomDivider{
	border-bottom: 1px #cccccc solid;
	}
	
.topDivider{
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px #cccccc solid;
	}
	
/*____________________________________________________
  Form Elements
  ____________________________________________________
*/

form { display: inline; margin: 0; }

.req { background: #FFCCCC; border: #CC0000 1px solid; }

.formInput { background: #FFFFFF; border: #999999 1px solid; }

.attention {color: #E70000;}