@charset "utf-8";
/* CSS Document created by Brandi Jones (bjones@4site.tv) 9/8/09 www.4site.tv */

body {
	background-color:#ffffff;
	padding:0px;
	padding-bottom:50px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bkgr-watermark.gif);
	background-position:920px top;
	background-repeat:no-repeat;
	color:#292929;
}

body#home #wrapper {
	background-image:none;
	height:770px;
	width:1025px;
	position:relative;
}

#wrapper {
	background-image:url(../images/bkgr-subpage.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:1025px;
}	


/*------------------------------typography, misc. elements-----------------------------*/

.clear {
	clear:both;
	font-size:0px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0px;
}

.noBotMarg {
	margin-bottom:2px;
}

p {
	font-size:12px;
	line-height:16px;
	padding-bottom:12px;
}

td {
	font-size:12px;
	line-height:16px;
}

#body p {
	font-size:12px;
	line-height:16px;
	padding-bottom:12px;
}

h1, h1 a:link, h1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:36px;
	line-height:40px;
	color:#9c1a24;
	margin-bottom:36px;
	font-weight:normal;
	text-decoration:none;
}

h2, h2 a:link, h2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	color:#9c1a24;
	margin-bottom:10px;
	font-weight:bold;
}

h2.featured {
	color:#542274;
	font-size:14px;
}

h3, h3 a:link, h3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#8F8F8F;
	margin-bottom:10px;
	font-weight:bold;
}

h4, h4 a:link, h4 a:visited {
	color:#8F8F8F;
	font-weight:bold;
}

a:link, a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#292929;
}

a:hover {
	text-decoration:none;
}

ul {
	margin:5px 0px 15px 15px;
	padding:0px
}

li {
	font-size:12px;
	padding:0px 0px 6px 0px;
	line-height:18px;
}

#sidebar li {
	font-size:11px;
}

.left {
	float:left;
	margin:0px 15px 10px 0px;
}

.right {
	float:right;
	margin:0px px 5px 15px;
}

.rule {
	border-bottom:1px solid #e8e8e8;
	height:1px;
	margin:0px 0px 20px 0px;
}

/*--------------------------------------page layout--------------------------------------*/

body#home content {
	width:1025px;
	height:625px;
	position:relative;
	z-index:50;
}

#header {
	height:210px;
	position:relative;
	left:0px;
	top:0px;
	z-index:100;
}

img.logo {
	position:absolute;
	right:58px;
	top:32px;
	z-index:110;
}

img.tagline {
	position:absolute;
	left:80px;
	top:270px;
	z-index:110;
}

#header form {
	position:absolute;
	top:40px;
	left:85px;
	height:27px;
	width:385px;
	margin:0px;
	padding:0px;
}

#header form {
	width:434px;
}

#header form input {
	float:left;
}

#header form input.field {
	width:149px;
	height:17px;
	background-color:#ebebeb;
	border:none;
	font-size:11px;
	padding:3px 5px 0px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#header form input.submit {
	margin-right:12px;
}

#header form p {
	display:inline;
	color:#878686;
}

#header form p a:link, #header form p a:visited {
	color:#878686;
}

/* NAV (horizontal HTML text) */

#nav {
	position:absolute;
	top:80px;
	left:70px;
	height:55px;
	width:auto;
	margin:0px;
	padding:0px;
	z-index:120;
}

#nav li {
	display:inline;	
	list-style-type:none;
	position:relative;
	float:left;
	width:auto;
	padding:0px;
	margin:0px;
}

#nav li a:link, #nav li a:visited {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
	padding:30px 16px 2px 16px;
	background-image:url(../images/bkgr-nav-div.gif);
	background-position:right top;
	background-repeat:no-repeat;
	margin:0px;
	display:block;
	line-height:18px;
	text-decoration:none;
}

#nav li.last a:link, #nav li.last a:visited {
	background-image:none;
}

/* IE6 specific (sets block links without taking up entire width of parent or needing to set explicit widths, 
other browsers don't seem to have this issue) */
* html #nav li a:link, * html #nav li a:visited {
	display:inline-block;
}

/* hover and specific page highlights */
#nav li a:hover {
	color:#f7c856;
}


/*####### IF DROPDOWNS #######*/

/*--IE sticky menu fix--*/
#nav ul li:hover {
	background-position: 0 0;
}

/*--1st level drop downs--*/
#nav ul {
	position: absolute;
	left: -999em;
	margin:0px;
	padding:3px 0px 0px 0px;
	list-style-type:none;
	border:none;
	border-top:none;
	z-index:40;
	background-color:transparent;
	background-image:url(../images/bkgr-h3.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

/*--1st level dropdown list items--*/
#nav li li {
	margin:0px 0px 0px 0px;
	padding:0px;
	float:none;
	/*--fixes z-index stacking order in second/third level fly out menus--*/
	position:static;
}

/*--1st level dropdown nested links--*/
#nav li li a:link, #nav li li a:visited {
	display:block;
	margin:0px;
	padding:0px 0px 3px 16px;
	width:20em;
	text-align:left;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	background-image:none;
	color:#987bab;
	font-size:10px;
	font-weight:bold;
	border-top:none;
	border-bottom:none;
	height:auto;
	border-right:none;
	line-height:12px;
	text-indent:0px;
}

#nav li li a:hover {
	color:#ffffff;
}

/*--1st level dropdown flyout--*/
#nav li:hover ul, #nav li.sfhover ul {
	left:0px;
	z-index:2000;
	/* (prevents sticking menu in IE7) */
	min-height:0;
}

/* IE6 specific (set absolute top margin to work with li a "display:inline-block" fix above) */
* html #nav li.sfhover ul {
	top:58px;
}


/*####### END DROPDOWNS #######*/



/* -------------homepage styles------------- */


.column1 {
	width:160px;
	height:150px;
	overflow:hidden;
	position:absolute;
	top:452px;
	left:68px;
	z-index:90;
	background-color:#f0e7e7;
	padding:15px;
}

.column1 p, .column2 p, .column3 p {
	font-size:10px;
}

.column2 {
	width:160px;
	height:150px;
	overflow:hidden;
	position:absolute;
	top:452px;
	left:284px;
	z-index:90;
	background-color:#f0e7e7;
	padding:15px;
}

.column3 {
	width:180px;
	height:160px;
	overflow:hidden;
	position:absolute;
	top:465px;
	left:520px;
	z-index:90;
}

#slideshow {
	width:1038px;
	height:577px;
	position:absolute;
	top:78px;
	left:0px;
	overflow:hidden;
	z-index:60;
	background-image:url(../images/ss-blank.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#ssNav {
	z-index:65;
	position:absolute;
	left:890px;
	top:600px;
}

#ssNav a {
	display:block;
	float:left;
	color:white;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image:url(../images/bkgr-ss-but.png);
	background-repeat:no-repeat;
	margin:0px 4px 0px 0px;
	text-decoration:none;
	width:13px;
	height:17px;
	padding:2px 0px 0px 6px;
}	

#ssNav a:hover, #ssNav a.activeSlide {
	color:#9c1a24;
	background-image:url(../images/bkgr-ss-but-on.png);
}

/* -------------subpage styles------------- */


#body {
	float:left;
	width:600px;
	margin-left:85px;
	padding:70px 0px 70px 0px;
}

/*IE6 debug*/
*html #body {
	margin:0px 0px 0px 40px;
}

#body p {
	font-size:12px;
	line-height:20px;
}

#sidebar {
	margin-left:740px;
	width:285px;
	text-align:right;
}

/*IE6 debug*/
*html #sidebar {
	margin-left:730px;
}

#sidebar h1 {
	width:269;
	height:50px;
	background-image:url(../images/bkgr-sidebar.gif);
	background-position:right top;
	background-repeat:no-repeat;
	color:white;
	font-size:18px;
	text-align:right;
	padding:18px 16px 0px 0px;
}


/* Footer */

body#home #footer {
	background-image:none;
	padding:0px;
	position:absolute;
	top:690px;
	right:0px;
}

#footer {
	padding-top:20px;
	background-image:url(../images/bkgr-footer.gif);
	background-position:left top;
	background-repeat:repeat-x;
	clear:both;
}

#footer p, body#home #footer p {
	color:#686868;
	text-decoration:none;
	margin:0px;
	padding:0px;
	text-align:right;
	font-size:10px;
	line-height:16px;
}

#footer p a:link, #footer p a:visited {
	color:#686868;
}

/*From the old CSS
#body .medium {  font-size: 14px; font-weight: bold; color: #333333;}
#body .headline {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; font-weight: bold; margin:0px;}
#body a {  color: #D4A121; text-decoration: none; font-weight:bold; font-size:12px;}
#body a:hover {  text-decoration: underline;}
#body li {  font-size: 12px; font-family:Verdana, Arial, Helvetica, sans-serif; }
td {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; padding:2px;}
*/


/*--------------------------------------print styles--------------------------------------*/

@media print {
	#header form, #banner, #title, #nav, #subNav, #slideshow, #ssNav, img.tagline, #sidebar {display:none;}
	#header {border:none; height:auto; margin-bottom:40px;}
	img.logo {position:static;}
	#wrapper, #content, #body, #footer, .column1, .column2, .column3 {width:auto !important; height:auto !important; min-height:0; position:static; margin:0px; padding:0px; border:none; float:none !important;}
	body, p {background-image:none; background-color:white;}
	a, a:visited {text-decoration:underline;}
	#footer, body#home #footer {background-image:none; margin:0px; padding:0px; padding-top:15px; margin-top:30px; border-top:1px dashed #acacac; height:auto;}
	#footer p {padding:0px; color:#413a32; text-align:left; }
}
