@charset "utf-8";
/* CSS Document */

@import url("form.css");
@import url("nav.css");
@import url("datatable.css");

body {
	font-family:Helvetica, "Myriad Pro", sans-serif;
	color:#666666;
	background:#FFFFFF;
	margin:0px;
	font-size:12px;
	line-height:14x;
}
.spacers {
	margin:0 10px -5px;
	}
a {
	color:#c1272d;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

.14 {
	font-size:14px;
}

.lowercase {
	text-transform:none;
	font-size:13px;
	font-weight:bold;
}

.grey {
	color:#666666;
}
.grey:hover {
	color:#c1272d;
}

.header_text {
	font-size:14px;
}

.header_text_red {
	font-size:16px;
	color:#c1272d;
}

h1 {
	font-size:20px;
	color:#c1272d;
	font-weight:normal;
	letter-spacing:0px;
}

h2 {
	font-size:14px;
	color:#c1272d;
	/*text-transform:uppercase;*/
	font-weight:bold;
}

h3 {

}

/*** CONTAINERS ***/

#header_container {
	clear:both;
	margin:0px auto;
	
}
#nav_container {
	clear:both;
	margin:0px auto;
	
}
#content_container {
	clear:both;
	margin:0px auto;
	
}
#footer_container {
	clear:both;
	margin:0px auto;
	
}

/*** HEADER ***/

#header {
	clear:both;
	margin:0px auto;
	width:998px;
	height:115px;
	font-family:Arial, Helvetica, sans-serif;

}

#header_left {
	height:113px;
	float:left;
}

#header_right {
	/**width:440px;**/
	height:113px;
	margin-right:30px;
	float:right;
	text-align:right;
}

#header_right_top {
	/**width:316px;**/
	height:33px;
	margin-top:20px;
	clear:both;
}

#header_right_bottom {
	/**width:438px;**/
	height:24px;
	margin-top:13px;
}

#header_right_bottom a {
	font-size:10px;
	text-transform:uppercase;
}

/*** CONTENT ***/

#content {
	clear:both;
	margin:0px auto;
	font-size:14px;
	width:998px;
	height:389px;
}

#content_left {
	float:left;
	margin-top:10px;
	width:200px;
	border-right:#CCCCCC solid 1px;
}
#content_left ul {
	list-style-image:url(../images/list_line.gif);
	margin-left:5px;
	padding-left:25px;
	padding-bottom:10px;
}
#content_left ul a {
	font-size:14px;
	font-weight:bold;
}
#content_left li {
	margin-top:-2px;
}
#content_left ul li ul {
	list-style-image:url(../images/list_line.gif);
	margin-left:0px;
	padding-top:2px;
	padding-left:20px;
	padding-bottom:10px;
}
#content_left ul li ul a {
	font-size:12px;
	font-weight:normal;
}

#content_bottom_left h4 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	size:12pt;
	font-weight:normal;
	}

#content_right {
	float:right;
	width:760px;
}

#content_top {
	clear:both;
	margin:0px auto;
	width:998px;

}	

#content_top_left {
	float:left;
	width:789px;
}

#content_top_right {
	float:right;
	width:206px;
}


#content_bottom {
	width:997px;
	margin:0px auto;
	clear:both;
	margin-bottom:20px;
}
#content_bottom h1 { margin-bottom:0px; padding-left:20px; }
#content_right h1 { margin-bottom:10px; padding-left:0px; }

#content_bottom_left {
	width:390px;
	padding-left:24px;
	float:left;
	margin-top:16px;
	font-size:12px;
}
#content_bottom_left h4 {
	font-size:16px;
}
#content_bottom_left table {
	font-size:12px;
	}

#content_bottom_left h1 { margin-bottom:10px; padding-left:0px; }
#content_bottom_left table { margin-top:-10px; }

#content_bottom_middle {
	width:294px;
	margin-left:20px;
	margin-top:16px;
	float:left;
	font-size:12px;
}
#content_bottom_middle h1 { margin-bottom:10px; padding-left:0px; }

#content_bottom_right {
	width:197px;
	float:right;
	margin-left:32px;
	padding-top:16px;
	font-size:12px;
}
#content_bottom_right h1 { margin-bottom:10px; padding-left:0px; }

/*** FOOTER ***/

#footer {	
	width:997px;
	clear:both;
	margin:0px auto;
	padding-top:40px;
	padding-bottom:10px;
	footer-size:10px;
}

#footer a {
	color:#666666;
	font-size:10px;
}