/* Main style sheet for SEC */

/* TEXT AND LINK BASICS */
a {
	font-family: Arial;
	font-size: 12px;
	color: #F08C24;
}
a.biglink {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #F08C24;
	padding-left: 10px;
}
body {
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #666666;
}
sup {
	font-size: 8px;
	text-decoration: none;
}
/* CONTAINER - SETS WIDTH OF MAIN SITE AREA */
#container {
	position:absolute;
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: auto;
	width: 1003px;
}
/* HEADER SECTION STYLES */
#header_section {
	height: 70px;
	width: 100%;
	border-bottom: dotted 2px #F08C24;
}
#logo {
	padding-left: 60px;
	padding-top: 19px;
	float: left;
}
#links_container {
	float: right;
	padding-right: 5px;
	padding-top: 28px;
}
.header_links {
	background: url(images/grey_circle.gif) left no-repeat;
	float: left;
	padding-left: 15px;
	padding-right: 18px;
	color: #999999;
}
.header_links a {
	color: #999999;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.header_links a:visited {
	color: #999999;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.header_links a:hover {
	color: #999999;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.header_links_on {
	background: url(images/orange_circle.gif) left no-repeat;
	float: left;
	padding-left: 15px;
	padding-right: 18px;
	color: #666666;
}
.header_links_on a {
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.header_links_on a:visited {
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.header_links_on a:hover {
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.header_links_no_c {
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	color: #999999;
	padding-bottom: 5px;
}
.header_links_no_c a {
	color: #999999;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.header_links_no_c a:visited {
	color: #999999;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.header_links_no_c a:hover {
	color: #999999;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.header_links_no_c_on {
	background: url(images/orange_circle.gif) left no-repeat;
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	color: #666666;
}
.header_links_no_c_on a {
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.header_links_no_c_on a:visited {
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.header_links_no_c_on a:hover {
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
#main_flash_area {
	height: 238px;
	padding-top:2px;
	border-bottom: dotted 2px #F08C24;
	border-top: dotted 2px #F08C24;
}
#main_content_container {
	height: 200px;
	background: url(images/pink_gradient.gif) top repeat-x;
}
#main_left {
	width: 605px;
	border-right: dotted 2px #D3CFCD;
	height: 100%;
	padding-left: 75px;
	padding-right: 35px;
	float: left;
}
#main_right {
	width: 264px;
	height: 100%;
	float: left;
	padding-left: 22px;
}
.orange_header {
	color: #F08C24;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 20px;
}
#footer {
	clear: both;
	margin: 0px;
	padding-top: 8px;
	padding-left: 75px;
	padding-bottom: 18px;
	border-top: dotted 2px #D3CFCD;/* float: left; */
}
#footer_lg {
	clear: both;
	margin: 0px;
	padding-top: 8px;
	padding-left: 75px;
	padding-bottom: 18px;
	border-top: dotted 2px #D3CFCD;/* float: left; */
}

