/* CSS Document */

body {
	background: #fff url('bg_main.jpg') repeat-x top left;
	margin:0;
}

#container {
	width:760px;
	margin:0 auto;
}

#header {
	float:left;
	height:102px;
}

#logo {
	width:390px;
	float:left;
	padding-top:32px;
}

#header_image {
	width:370px;
	float:right;
	text-align:right;
	padding-top:10px;
}

#topNav {
	width:760px;
	float:left;
	background: url('bg_nav.gif') no-repeat;
	height:35px;
}

#nav a.firstLevelOn:link, #nav a.firstLevelOn:visited {
	color:#444;
}

#nav, #nav ul {
	padding:0;
	margin:0 0 0 10px;
	list-style:none;
	float:left;
	position:relative;
	z-index:200;
}

#nav a {
	display:block;
	font-size:12px;
}

/*first level*/
#nav li { 
	position:relative;
	float:left;
}

/*second level position*/
#nav li ul {
	position:absolute;
	left: -999em;
	margin:0;
	clear:both;
	border-bottom: 1px solid #f67e00;
}

#nav li ul li {
	clear:both;
	background-color:#fff;
}

/* third level position */
#nav li ul li ul {
	margin-left:151px;
	top:0;
}

/*controls font color and style for first level menu items*/
#nav li a {
	color:#fff;
	text-decoration:none;
	padding:10px 25px;
	font-weight:bold;
}
#nav li a:hover {
	color:#444;
}

/*controls font color and style for second level and lower menu items*/
#nav li ul li a {
	color:#40436b;
	border: 1px solid #f67e00;
	border-bottom:0;
	padding:5px 10px;
	width:130px;
	font-size:11px;
}

#nav li ul li a:hover {
	text-decoration:underline;
}
	
/*Hidden nav positioning DO NOT Adjust*/
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left:-999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left:auto;}

#nav li:hover, #nav li.hover {
    height:1%;
}

ul#nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html ul#nav li { z-index: 201; }

/* this is for IE 5.0 */
select.hide { visibility: hidden; }

#mainArea {
	width:750px;
	background-color:#fff;
	float:left;
	padding:5px;
}

#leftColumn {
	background: url('bg_left.gif') no-repeat;
	width:202px;
	float:left;
	padding:20px;
	color:#40436b;
	height:423px;
}

#leftColumn #icl_container {
	color:#40436b;
}

#rightColumn {
	width:242px;
	float:left;
	color:#40436b;
	height:423px;
}

#rightTop {
	background: url('bg_right_top.gif') no-repeat;
	width:242px;
	font-size:1px;
	height:10px;
}

#rightMiddle {
	background: url('bg_right_middle.gif') repeat-y;
	width:202px;
	padding:20px;
}

#rightBottom {
	background: url('bg_right_bottom.gif') no-repeat;
	width:242px;
	font-size:1px;
	height:10px;
}

#webFeature {
	width:500px;
	float:left;
	margin-left:8px;
}

#webFeature-long {
	width:700px;
	float:left;
	margin-left:15px;
}

#default #webFeature {
	padding:10px 20px;
	width:450px;
}

#homepage #webFeature p {
	margin:15px 15px 0 15px;
}

#mainBottom {
	float:left;
	width:730px;
	padding:15px 10px;
}

.homeBoxes {
	width:235px;
	float:left;
}

#homeMiddle {
	margin:0 10px;
}

#homeLeft a:link, #homeLeft a:visited {
	display:block;
	text-decoration:none;
	color:#40436b;
	font-size:11px;
	padding:5px 10px 5px 18px;
	background: url('arrow_blue.gif') no-repeat 0px 6px;
	font-weight:bold;
	margin-right:10px;
	border-bottom:1px solid #c1d9f7;
}

#homeLeft a:hover {
	text-decoration:underline;
}

#footer {
	width:760px;
	background-color:#40436b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	float:left;
	color:#9dc4f0;
}

#footer a:link, #footer a:visited {
	color:#9dc4f0;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#copyright {
	float:left;
	width:380px;
	padding:30px 10px 10px 10px;}

#footerNav {
	float:left;
	width:340px;
	padding:10px;
	text-align:right;
}

/* State Convention Form */
tr.listren-header td {
	background-color:#888;
}

tr.listren-header td a:link, tr.listren-header td a:visited {
	color:#fff;
}

tr.listren-header td a:hover {
	text-decoration:none;
}

#StateContactForm {
	margin:0;
}

#StateTableOuter .CT {
	font-size:10px;
	color:#000;
}

#StateContactForm #submitButton {
	clear:both;
}

#StateContactForm label {
	display:block;
	text-align:right;
	float:left;
	width:110px;
	color:#000;
	font-size:9px;
	margin-bottom:5px;
}

#StateContactForm input.links {
	float:left;
	width:90px;
	font-size:9px;
	border:1px solid #000;
	margin:0 0 5px 5px;
}

#StateContactForm #sc_main_left label {
	display:block;
	text-align:right;
	float:left;
	width:125px;
	color:#000;
	font-size:9px;
	margin-bottom:5px;
}

#StateContactForm input.mainInputs {
	float:left;
	width:245px;
	font-size:9px;
	border:1px solid #000;
	margin:0 0 5px 5px;
}

#StateContactForm .mainTextArea {
	border:1px solid #000;
	width:300px;
	font-size:11px;
	margin:0 0 5px 5px;
	overflow:auto;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
}

#StateContactForm #company_name {
	clear:both;
	margin-bottom:10px;
	font-weight:bold;
	font-size:24px;
	color:#595a58;
	padding:0;
}

#StateContactForm #title_right {
	padding:20px 0 0 20px;
}

.formRelatedContent {
	padding:0 0 10px 0;
}

.formRelatedContent p#note {
	color:#000;
	font-size:9px;
	margin:0 0 10px 20px;
}

#StateContactForm #TableInner {
	clear:both;
}

#StateContactForm #coordinator p {
	text-align:center;
	padding-bottom:10px;
}

#StateContactForm #coordinator textarea {
	border:1px solid #000;
	font-size:11px;
	overflow:auto;
	margin-left:10px;
	width:205px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
}
/* End State Convention Form */