@charset "utf-8";
/* CSS Document created by Brandi Jones (bjones@4site.tv) 12/3/07 www.4site.tv */

body {
	background-image:url(images/framework/header_bkgr_home.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

body, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#818181;
}

#wrapper {
	width:100%;
}


/*------------------------------typography, misc. elements-----------------------------*/

.clear {
	clear:both;
	height:1px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0px;
	margin-bottom:8px;
}

p.bottom {
	margin-bottom:0px;
}

h1 {
	font-size:24px;
	line-height:30px;
	color:#3888bd;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-size:15px;
	font-weight:bold;
	color:#3888bd;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	line-height:16px;
}

a:link, a:visited {
	color:#3888bd;
	text-decoration:underline;
}

a:hover {
	background-color:#3888bd;
	color:white;
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

.rule {
	clear:both;
	padding:0px;
	margin:25px 0px 25px 0px;
	border-top:1px solid #d9d9d9;
}


/*--------------------------------------page layout--------------------------------------*/

#header {
	height:204px;
	position:relative;
}

#logo {
	position:absolute;
	top:66px;
	left:34px;
	width:145px;
	height:58px;
}

#topNav {
	position:absolute;
	top:0px;
	right:30px;
	width:240px;
	height:24px;
}

#topNav p, #topNav a:link, #topNav a:visited {
	color:white;
	text-align:right;
	margin:0px;
	padding:3px 0px 0px 0px;
	background-color:black;
}

/* nav and content wrapper */
#main {
	width:776px;
	margin:0px;
	background-image:url(images/framework/nav_bkgr_home.gif);
	background-position:left top;
	background-repeat:repeat-y;
	position:relative;
}

/* home navigation, left vertical layout */
#nav {
	position:absolute;
	top:0px;
	left:0px;
	width:212px;
	margin:0px;
	padding:0px;
}

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

#nav li {
	margin-bottom:7px;
}

#nav li a:link, #nav li a:visited {
	display:block;
	padding:8px 0px 6px 46px;
	height:14px;
	background-image:url(images/framework/nav_home_off.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:black;
	text-decoration:none;
	font-size:12px;
}

#nav li a:hover {
	background-image:url(images/framework/nav_home_on.gif);
	background-color:#e0d952;
	color:white;
}

#content {
	width:480px;
	margin-left:294px;
}

.featurePin {
	width:223px;
	float:left;
	margin-right:34px;
	margin-bottom:15px;
}

.featureHorus {
	width:223px;
	float:left;
	margin-right:0px;
	margin-bottom:15px;
}

#footer {
	background-color:white;
	margin-top:70px;
	border-top:1px solid black;
	padding:34px;
	width:783px;
}

#footer p, #footer a:link, #footer a:visited {
	color:black;
	font-size:10px;
	margin:0px;
	padding:0px;
	background-color:white;
}


/*--------------------------------------page layout, subpage-specific---------------------*/

body#inside {
	background-image:url(images/framework/header_bkgr_sub.gif);
}

/* inside navigation, top horizontal layout */
body#inside #nav {
	position:absolute;
	top:151px;
	left:37px;
	width:814px;
	height:30px;
}

body#inside #nav ul {
	padding: 0;
	margin:0px;
	list-style-type: none;
	line-height: 12px;
	white-space: nowrap;
}

body#inside #nav li {
	position: relative;
	display:inline;
	float:left;
	margin: 0px;
	border: 0;
	padding: 0;
	background-image:none;
	color : #b4b9bc;
	font-size: 11px;
	text-decoration : none;
	width:auto;
}

/* IE^ specific - IE6 seems to need a width for the floated 
nav list items, FF and IE7 don't, and this fix breaks them */
* html body#inside #nav li {
	width:1%;
}

body#inside #nav li a:link, body#inside #nav li a:visited {
	background-image:none;
	color : black;
	font-size: 11px;
	text-decoration : none;
	padding:9px 9px 0px 9px;
	margin: 0; 
	border: 0;
	display:block;
	height:21px;
}

body#inside #nav li a:hover {
	background-color:#e0d952;
	color:white;
}

/*####### IF DROPDOWNS #######*/

/*--IE sticky menu fix--*/
body#inside #nav ul li:hover {
	background-position: 0 0;
}
/*--1st level drop downs--*/
body#inside #nav ul ul {
	position: absolute;
	width:150px;
	left: -999em;	
	background-color:white;
	margin-top:0px;
	border:1px solid #e0d952;
}
/*--1st level dropdown list items--*/
body#inside #nav li li {
	margin:0px 0px 0px 0px;
	padding:0px;
	/*--fixes z-index stacking order in second/third level fly out menus--*/
	position:static;
}
/*--1st level dropdown nested links--*/
body#inside #nav li li a:link, body#inside #nav li li a:visited {
	display:block;
	margin:0px;
	padding:6px;
	padding-left:8px;
	padding-right:8px;
	height:14px;
	width:134px;
	text-align:left;
	color:black;
	font-size:10px;
	border:none;
	background-color:white;
	background-image:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body#inside #nav li li a:hover {
	background-color:#e0d952;
	color:white;
}

/*--1st level dropdown flyout--*/
body#inside #nav li:hover ul, body#inside #nav li li:hover ul, body#inside #nav li.sfhover ul, body#inside #nav li li.sfhover ul {
	left:0px;
	z-index:2000;
}

body#inside #main {
	margin:0px;
	padding:0px 0px 0px 38px;
	background-image:none;
	position:static;
	width:812px;
}

body#inside img#brand {
	float:left;
}

body#inside #mainBrand {
	margin:0px 0px 0px 190px;
}

body#inside #footer {
	width:782px;
}


/*--------------------------------------print styles--------------------------------------*/

@media print {
	#nav, body#inside #nav, #topNav {display:none;}
	#logo {top:0px; left:0px; margin-bottom:30px;}
	#header {height:100px;}
	#wrapper, #main, body#inside #main, body#inside #mainBrand, #content {background-image:none; width:auto; margin:0 0; padding:0; float:none !important;}
	body#inside img#brand {margin:0px 12px 10px 0px;}
	body, p {color:black; background-image:none; background-color:white;}
	a, a:visited {text-decoration:underline;}
	#footer {background-image:none; text-align:left; width:auto; padding:20px 0px 0px 0px; margin-top:30px;}
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	color: #399EDF;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #818181;
	position: relative;
	right: 0px;
	left: 20px;
}

