body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	background-color: #ebebeb;
	font-family:Arial, Helvetica, sans-serif;
	background-position: top;
	background-image: url(../images/bg_tile.gif);
	background-repeat: repeat-x;
}

form {
	padding:0px;  margin:0px;
	}
	
hr {
	color: #fff; background-color: #fff; border: 1px dotted #CCCCCC; height:1px; width:100%; 
	}

/**********************************/
/* headers                        */
/**********************************/


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	font-size: 24px;
	color: #323232;
	padding-bottom: 8px;
	margin-bottom: 0px;
	font-weight: normal;
	text-transform:uppercase;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
}

h2{
	font-size: 20px;
	font-weight:normal;
	color: #AE1736;
	margin-bottom: 10px;
}

h3{
	font-size: 18px;
	font-weight:normal;
	padding-bottom: 4px;
	line-height: 20px;
	color: #1B1B1B;
	font-family: Arial, Helvetica, sans-serif;
}

h4{
	font-size: 18px;
	color: #444444;
	padding-bottom: 6px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h5{
	font-size: 16px;
	font-weight:bold;
	color: #333333;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

label {
	width:150px;
}

/**********************************/
/* Layout ID's                    */
/**********************************/

#full_wrapper {
	width:100%;
	background-image:url(../images/banner_margins.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	padding:0px;
	margin: 0px;
}

#top_wrapper {
	width:100%;
	background-repeat:no-repeat;
	background-position:center top;
	padding:0px;
	margin: 0px;
}

#main_container {
	width:820px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

#table_top {
	width:820px;
	vertical-align:top;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	height: 141px;
}

#top_nav {
	height:22px;
	padding-top:8px;
	font-size:11px;
	color:#e2fcff;
	text-align:right;
	padding-bottom: 66px;
}

#top_nav ul {
	list-style:none;
	margin:0px;
	padding:0px;	
}

ul.menutop li {
	display:inline;
}

#top_nav a:link, #top_nav a:visited {
	color:#e2fcff;
	text-decoration:none;
	padding-left:4px;
}

#top_nav a:hover {
	text-decoration:underline;
}

#table_middle {
	width:100%;
	vertical-align:top;
	background-repeat: repeat-x;
	background-position: top;
}

#table_bottom {
	width:100%;
	clear: both;
	padding-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 0px;
	font-size: 12px;
	color: #606060;
}

#table_bottom a:link, #table_bottom a:visited, #table_bottom a:hover {
	color:#dc5c09;
} 

#table_bottom a, #table_bottom a:hover, #table_bottom a:visited {
	color:#ffffff;
	text-decoration:none;
}

#footer {
	width:820px;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	text-align: center;
	
}

#footer a:link, #footer a:visited {
	color:#8C8C8C;
}

#footer a:hover {
	color:#CCCCCC;
}

#footer_left {
	width:350px;
	float:left;
	margin-right: 0px;
}

#footer_form {
	width:237px;
	height: 188px;
	margin-top: 10px;
	background-image: url(../images/fotter-form-bg-trans.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 12px;
}

#footer_right {
	width:335px;
	float:right;
	background-image: url(../images/footer-right-trans.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	text-align: right;
}

#small_column {
	width:230px;
	margin: 0px;
	padding-left:0px;
	float: left;
	padding-top:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border:none;
	margin-left: 0px;
	color:#121212;
	margin-top: 0px;
	font-size:12px;
}

#small_column p{
	margin:0px;
	color:#121212;
	padding-bottom: 15px;
	line-height: 19px;
}

#large_column {
	width:510px;
	margin: 0px;
	padding-left:25px;
	float: left;
	padding-top:0px;
	padding-right: 30px;
	padding-bottom: 0px;
	border:none;
	margin-left: 0px;
	color:#121212;
	min-height: 250px;
}

#large_column p{
	margin:0px;
	font-size:12px;
	color:#444444;
	padding-bottom: 15px;
	line-height: 19px;
}

#main_content {
	width: 820px;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:auto;
	padding-right:0px;
	padding-left: 0px;
	padding-top:25px;
	padding-bottom:30px;
	border:none;
	color:#444444;
	background-color: #f4f4f4;
}

#main_content p{
	margin:0px;
	font-size:12px;
	color:#121212;
	padding-bottom: 15px;
	line-height: 19px;
}

#main_content p a:link, #main_content p a:visited, #main_content ul a:link, #main_content ul a:visited {
	color:#AE1736;
}

#main_content p a:hover, #main_content ul a:hover {
	color:#121212;
}

#large_column ul, #large_column ol {
	font-size:12px;
	color:#444444;
	margin-top: 0px;
	padding-left:24px;
	margin-left: 0px;
}

#large_column li {
	padding-bottom:8px;
}


.feature {
	height:97px;
	background-image: url(../images/feature_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}

.red {
	color: #AE1736;
	}
	
.grey {
	color: #444444;
	}
	
.blue{
	color:#408f95
}

.citations {
	font-size:11px;
	color:#666666;
}

.twelve_points{
	font-size:12px;
}

.fourteen_points{
	font-size:14px;
}

.sixteen_points{
	font-size:16px;
}

.images-right {
	margin-left: 12px;
	border:solid 1px #BBBBBB;
}

.images-left {
	margin-right: 12px;
	border:solid 1px #BBBBBB;
}

a.mainlinks:link, a.mainlinks:visited {
	color: #AE1736;
	text-decoration:none;
}

a.mainlinks:hover {
	color: #444444;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.thirdBlock {
	width:250px;
	float:left;
	margin-right:10px;
	padding-right:5px;
	font-size:12px;
	min-height:125px;
}


.quarterBlock {
	width:171px;
	float:left;
	margin-right:10px;
	padding-right:5px;
	font-size:12px;
	border-right:solid 1px #CCC;
}

.halfBlock {
	width:360px;
	float:left;
	margin-right:10px;
	padding-right:5px;
	font-size:12px;
}

.form_label {
	width:60px;
	float:left;
	height:17px;
	padding-top: 10px;
}

a.feature_button:link, a.feature_button:visited{
	background-image:url(../images/button_bg.jpg);
	color: #DEDEDE;
	text-decoration: none;
	border: 1px solid #f59252;
	padding:6px;
	padding-right:31px;
	background-repeat: no-repeat;
	background-position: right center;
}

a.btnLearnMore:link, a.btnLearnMore:visited  {
	display:block;
	width:110px;
	height:24px;
	background-image: url(../images/btn_learnmore.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-900em;
}

a.btnLearnMore:hover {
	background-position: bottom;
}

a.feature_button:hover{
	color: #f59252;
}

.textbox {
	padding:3px;
	border:solid 1px #BBBBBB;
	margin-top: 6px;
}
/**********************************/
/* Horizontal Navigation          */
/**********************************/

#navcontainer {
	font-family:Arial Narrow, "Trebuchet MS", Arial, Helvetica, sabs-serif;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
	width: 750px;
}

#mainlevelmainmenu {
	margin-top:0px;
	white-space: nowrap;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:0px;
	height:43px;
}

#mainlevelmainmenu li {
	display:inline;
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#mainlevelmainmenu a {
	color:#FFFFFF;
	text-transform:uppercase;
	padding-top:14px;
	padding-bottom:14px;
	padding-left:12px;
	padding-right:12px;
	
	background-image: url(../images/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float:left;
}

#mainlevelmainmenu a:link, #mainlevelmainmenu a:visited {
	font-size:12px;
	text-decoration: none;
}

#mainlevelmainmenu a:hover {
	background-image: url(../images/rollover.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-color: #b6363f;
}

/**********************************/
/* Vertical   Navigation          */
/**********************************/

#mainlevelsub
{
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/learn_more.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

#mainlevelsub li {
	margin:0px;
	padding:0px;
}

#mainlevelsub a
{
	display: block;
	padding-left: 10px;
	width: 220px;
	font-size:13px;
	text-decoration:none;
	padding-bottom:9px;
	padding-top:9px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8997AD;
	/*border-left:dotted 1px #8997AD;*/
}
