/*
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
*/
body {
	margin: 31px 0px 10px 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #666666;
	background-image: url(images/bg_grad.jpg);
	background-repeat: repeat-x;
}
img, a img {
	border: none;
}
.handcursor {
	cursor: hand;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #43b72e;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}	
a.doubleul {
	border-bottom: 3px double #ed2724;
}
a.doubleul:hover {
	border-bottom: none;
	text-decoration: none;
}
p {
	margin: 0;
	color: #666666;
	line-height: 17px;
	padding: 0px 0px 10px 0px;
}
ul {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-left: 0px;
}
ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
li {
	line-height: 13px;
	padding-bottom: 5px;
}
td {
	vertical-align: top;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.error {
	color: #ed2724;
}
.ext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}
#main {
	margin: 0 auto;
	width: 761px;
	border: 5px solid #ffffff;
	background-color: #ffffff;
}
#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 78px;
	overflow: hidden;
}
#logo {
	float: left;
}
#topnav {
	float: right;
}
#topnav ul {
	margin: 14px 39px 0px 0px;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
#topnav li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
#topnav a {
	display: block;
	float: left;
	padding: 0px 9px 0px 9px;
	line-height: 12px;
	height: 12px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#topnav a:hover {
	text-decoration: underline;
}
#topnav a.on {
	display: block;
	float: left;
	padding: 0px 9px 0px 9px;
	line-height: 12px;
	height: 12px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#topnav a:hover {
	text-decoration: underline;
}
#mainnav {
	background-color: #ffffff;
}
#mainnav ul {
	padding: 2px 0px 0px 0px;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}
#mainnav li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
#leftcol {
	float: left;
	width: 568px;
}
#rightcol {
	float: right;
	width: 186px;
}
#intel_link a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	height: 39px;
	font-size: 14px;
	line-height: 39px;
	padding-left: 18px;
}
#intel_link a:hover {
	text-decoration: underline;
}
.indexmod {
	float: left;
	width: 191px;
	background-image: url(images/index_mod_bg.jpg);
	background-repeat: no-repeat;
	min-height: 125px;
}
.indexmod_padd {
	padding: 20px 25px 20px 20px;
}
.indexmod h1 {
	margin: 0;
	padding: 0px 0px 5px 0px;
	font-size: 15px;
	color: #666666;
	font-weight: normal;
}
.indexmod p {
	font-size: 11px;
	line-height: 13px;
}
.indexmod li {
	font-size: 11px;
	line-height: 13px;
}
#greybar {
	height: 43px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
}
#footer {
	width: 772px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
#footer_padd {
	padding: 19px 0px 10px 22px;
}
#footer_left {
	float: left;
}
#footer_right {
	float: right;
}
#subcopy {

}
#subcopy_left {
	float: left;
	width: 538px;
}
#subcopy_right {
	float: right;
	width: 186px;
}
#subcopy_left_padd {
	padding: 26px 0px 10px 46px;
}
#subcopy_left h1 {
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 17px;
	color: #000000;
}
#subcopy_left h2 {
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 13px;
}
#subcopy_left h3 {
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}
.formlabel {
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}
.formlabel_error {
	color: #ff0000;
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}
.formright {
	width: 99%;
}
.formright textarea, .formright input, .formright select {
	background-color: #ffffff;
	border: 1px solid #b3b2b2;
	color: #666666;
	width: 190px;
	padding: 3px;
	margin-bottom: 3px;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.formright textarea {
	height: 100px;
	width: 350px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formright select {
	height: 25px;
	width: 177px;
}
.formright input.inputbutton {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 75px;
	font-size: 11px;
	height: 24px;
	line-height: 14px;
	background-color: #dedede;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #000000;
	margin-right: 2px;
	font-size: 12px;
}
.formright input.inputbutton:hover {
	background-color: #aeaeae;
}
.formright input.radiostyle {
	width: 15px;
	line-height: 17px;
	height: 17px;
	border: none;
	margin-right: 2px;
	margin-top: 2px;
}
.error {
	color: #ff0000;
}
.required {
	font-size: 11px;
	font-style: italic;
}
/*
Pop UP
*/
#popupmain {
	background-color: #ffffff;
}
#popupclosebar {
	background-color: #ffffff;
	background-image: url(images/tb_header.jpg);
	background-repeat: repeat-x;
	height: 49px;
	padding-right: 20px;
	text-align: right;
	font-size: 12px;
}
#popupclosebar a {
	line-height: 49px;
}
#popupcontentcell {
	padding: 10px 0px 0px 0px;
}
#popupimagecell {
	text-align: center;
	padding: 15px;
}
.popupbody {
	margin: 0px 0px 0px 0px;
	background-image: none;
	line-height: 15px;
	color: #555555;
	font-size: 12px;
}
.popupbody p {
	margin: 0;
	padding: 0px 0px 10px 0px;
	line-height: 15px;
	color: #333333;
	font-size: 12px;
}
#popupphoto_left {
	float: left;
	width: 199px;
}
#popupphoto {
	width: 199px;
	height: 249px;
	overflow: hidden;
}
#popupright {
	float: right;
	width: 299px;
}
#popupright h2, #popupimagecell h2, #popupmain h2 {
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}
#popupright p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.popupimg {
	/*float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 31px;
	*/
}
#TB_window a#nextlink {
	display: block;
	float: right;
	width: 150px;
	padding-right: 15px;
	background-image: url(images/arrow_right.gif);
	background-repeat:no-repeat;
	background-position: right center;
	color: #0099CC;
}
#TB_window a#nextlink:hover {
	background-image: url(images/arrow_right_on.gif);
	color: #2F6A4E;
}
#TB_window a#prevlink {
	display: block;
	float: left;
	padding-left: 15px;
	background-image: url(images/arrow_left.gif);
	background-repeat:no-repeat;
	background-position: left center;
	color: #0099CC;
}
#TB_window a#prevlink:hover {
	background-image: url(images/arrow_left_on.gif);
	color: #2F6A4E;
}
#TB_window a#nextlink, #TB_window a#nextlink2 {
	display: block;
	float: right;
	padding-right: 15px;
	background-image: url(images/arrow_right.gif);
	background-repeat:no-repeat;
	background-position: right center;
	color: #0099CC;
	text-align: right;
}
#TB_window a#nextlink:hover, #TB_window a#nextlink2:hover {
	background-image: url(images/arrow_right_on.gif);
	color: #787878;
}
#TB_window a#prevlink, #TB_window a#prevlink2 {
	display: block;
	float: left;
	padding-left: 15px;
	background-image: url(images/arrow_left.gif);
	background-repeat:no-repeat;
	background-position: left center;
	color: #0099CC;
}
#TB_window a#prevlink:hover, #TB_window a#prevlink2:hover {
	background-image: url(images/arrow_left_on.gif);
	color: #787878;
}
#TB_window img, #inside_content img {
	border: 1px solid #cccccc;
}
#inside_content #pageheader img, #inside_content img.expandimg{
	border: none;
}
#hidelogo {
	display: none;
}
.alt_off {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #e2e2e2;
}
.alt_on {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #e2e2e2;
}
#popupmain h2 {
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}
#popupmain h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
#popuptitle {
	float: left;
	font-size: 18px;
	line-height: 49px;
	padding-left: 20px;
}
#popupcontrolicons {
	float: right;
}
.partners {
	float: left;
	width: 140px;
}
#files_area {
	background-color: #e8e8e8;
	background-position: bottom left;
	background-image: url(images/right_bottom.jpg);
	background-repeat: no-repeat;
	min-height: 185px;
	padding-bottom: 15px;
}
#files_area_padd {
	padding: 15px 15px 15px 15px;
}
#files_area_padd h1 {
	margin: 0;
	background-image: none;
	padding: 0px 0px 5px 15px;
	color: #0074b6;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background-image: url(images/icon_files.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#subnav {
	margin-left: 46px;
	border-bottom: 1px solid #cccccc;
}
#subnav ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style-image: none;
	list-style-type: none;
}
#subnav li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
#subnav li.pipes {
	height: 20px;
	line-height: 20px;
	color: #cccccc;
}
#subnav a {
	display: block;
	float: left;
	padding: 0px 3px 0px 3px;
	height: 20px;
	line-height: 20px;
}
#subnav a.on {
	font-weight: bold;
}