/* 
-----------------------------------------------
Author: 	Jeremy Ricketts http://www.jeremyricketts.com
Date: 		Nov 11th, 2006
----------------------------------------------- 
*/

/* MAIN STYLES
----------------------------------------------------------------*/
body {
	background:#fff url(images/bg_body.jpg) repeat-x top center;
	}


/* TEXT STYLING
----------------------------------------------------------------*/




/* MISC
----------------------------------------------------------------*/
#logo {
	text-align:left;
	display:block;
	background:#fff url(images/logo.gif) no-repeat top left;
	text-indent:-1000px;
	margin:16px 0 0 18px;
	width:150px;
	height:80px;
	overflow:hidden;
	float:left;
	}
.alignright {
	float:right;
	}
.alignleft {
	float:left;
	}
.newsnavigation {
	text-align:center;
	margin-bottom:20px;
	}
#search {
	float:right;
	}
#searchsubmit {
	text-align:left;
	vertical-align:middle;
	}
#s {
	vertical-align:middle;
	}
.pic_border {
	padding:3px;
	border:3px #E9E9E9 solid;
	}

img.page_image {
	margin:14px;
	float:right;
	padding:3px;
	border:3px #E9E9E9 solid;
	clear:right;
	}
	
blockquote p img.page_image {
	margin:0 0 10px 10px;
	border:3px #fff solid;
}
	
blockquote {
	font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', Georgia, serif;
	font-size:14px;
	line-height:20px;
	background:#E9E9E9;
	padding:15px 15px 10px 22px;
	text-indent:-7px;
}
sup {
	vertical-align: top;
}
sub {
	vertical-align: bottom !important;
}

/* WRAPPER_TOP 
----------------------------------------------------------------*/
#wrapper_top {
	margin:30px auto 0 auto;
	width:750px;
	background:#fff url(images/bg_top.jpg) no-repeat top right;
	text-align: left;     /* Undo stoopid IE 5 hack */
	font-size:95%;
	}

p#contact {
	padding-top:73px;
	float:right;
	font-size:95%;
	color:#999999;
	font-weight:lighter;
	margin-right:20px;
	margin-top:2px;
	}


/* NAV
----------------------------------------------------------------*/
#nav {
	font-family:"lucida grande","trebuchet ms",verdana,sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding-bottom:15px;
	}
#nav ul {
	}
#nav li {
	display:inline;
	list-style:none;
	}
#nav li a:link, #nav li a:visited {
	padding:3px 8px;
	margin-right:6px;
	text-decoration:none;
	color:#000000;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
	#nav li a:hover {
	color:#940000;
	}
		#nav li a.nav_current:link, #nav li a.nav_current:hover, #nav li a.nav_current:visited{
		color:#940000;
		border:1px #CFCFCF solid;
		background:#EAEAEA;
		}

/* SUBNAV
----------------------------------------------------------------*/
#subnav {
	font-family:"lucida grande","trebuchet ms",verdana,sans-serif;
	font-weight:normal;
	font-size:12px; /* was 16 */
	padding:14px 0;
	background:#666666 url(images/bargrad.gif) repeat-x top left;
	}

#subnav ul {
	}
	
#subnav li {
	display:inline;
	list-style:none;
	margin:5px 5px;
	color:#FFFFFF;
	}
#subnav li a:link, #subnav li a:visited {
	padding:5px 10px;
	text-decoration:none;
	color:#EAEAEA;
		-moz-border-radius: 2px;
		-khtml-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	#subnav li a:hover {
	color:#fff;
	}
		#subnav li a.subnav_current:link, #subnav li a.subnav_current:hover, #subnav li a.subnav_current:visited{
		color:#940000;
		background:#EAEAEA;
		}
	
/* WRAPPER_BOTTOM
----------------------------------------------------------------*/
#wrapper_bottom {
	margin:0 auto;
	width:750px;
	text-align: left;     /* Undo stoopid IE 5 hack */
	font-size:95%;
	}
.bottombg1 {
	background:#fff url(images/bg_bottom1.jpg) no-repeat bottom center;
	}
.bottombg2 {
	background:#fff url(images/bg_bottom2.jpg) no-repeat bottom center;
	}
.bottombg3 {
	background:#fff url(images/bg_bottom3.jpg) no-repeat bottom center;
	}
.bottombg4 {
	background:#fff url(images/bg_bottom4.jpg) no-repeat bottom center;
	}

/* CONTENT
----------------------------------------------------------------*/
#content {
	padding:12px;
	font-size:95%;
	line-height:155%;
	}
#content p {
	margin-bottom:9px;
	margin-top:5px;
	}
#content h1 {
	font-family:"lucida grande","trebuchet ms",verdana,sans-serif;
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:30px;
	padding-bottom:8px;
	border-bottom:1px #CFCFCF solid;
	width:440px;
	}
#content h1.firsth1 {
	margin-top:5px;
}
#content ul {
	list-style:none;
	}
#content li {
	margin-left:20px;
	background:url(images/bullet.gif) no-repeat 0 50%;
	padding-left:17px;
	}
#content a:link, #content a:visited {
	color:#940000;
	text-decoration:none;
	border-bottom:1px #940000 dotted;
	}
	#content a:hover {
	background:#FFFFCC;
	border:none;
	}

/* SIDE_NEWS
----------------------------------------------------------------*/
#side_news_wrapper {
	clear:right;
	float:right;
	width:250px;
	margin:15px;
	font-size:90%;
	}

#side_news_wrapper h2 {
	color:#b29d55;
	margin-bottom:3px;
	font-weight:normal;
	font-size:140%;
	}

#side_news_topcap {
	background:#fff url(images/side_news_topcap.gif) no-repeat center bottom;
	height:12px;
}
#side_news_middle {
	background:#fff url(images/side_news_mid.gif) repeat-y center top;
	padding:0 14px;
	}
#side_news_middle h3 {
	color:#940000;
	font-weight:normal;
	font-size:110%;
	padding-bottom:3px;
	}
.news_date {
	color:#999999;
	font-size:11px;;
	}
#side_news_bottomcap {
	background:#fff url(images/side_news_bottomcap.gif) no-repeat center top;
	height:32px;
}
	
/* SIDE_NEWS STYLING
----------------------------------------------------------------*/
#side_news_middle a:link, #side_news_middle a:visited {
	color:#940000;
	text-decoration:none;
	}
	#side_news_middle a:hover {
	background:#FFFFCC;
	border:none;
	}

/* THE NEWS PAGE
----------------------------------------------------------------*/
#newscompany {
	width:46%;
	border-right:1px #CFCFCF solid;
	padding:12px 12px;
	}
#newsindustry {
	float:right;
	width:47%;
	padding:12px 12px;
	}
#newscompany h2 {
	font-family:"lucida grande","trebuchet ms",verdana,sans-serif;
	font-size:16px;
	font-weight:normal;
	}
#newsindustry h2 {
	font-family:"lucida grande","trebuchet ms",verdana,sans-serif;
	font-size:16px;
	font-weight:normal;
	}
#newscompany a:link, #newscompany a:visited {
	color:#940000;
	text-decoration:none;
	}
	#newscompany a:hover {
	background:#FFFFCC;
	border:none;
	}

#newsindustry a:link, #newsindustry a:visited {
	color:#940000;
	text-decoration:none;
	}
	#newsindustry a:hover {
	background:#FFFFCC;
	border:none;
	}
#newsdescription {
	margin:0 auto;
	width:80%;
	}
#newsdescription p {
	background:#EAEAEA;
	border:1px #999999 solid;
	padding:20px 20px;
	}

.newstitles {
	font-family:"lucida grande","trebuchet ms",verdana,sans-serif;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	color:#b29d55;
	}

/* SINGLE ARTICLE PAGE
----------------------------------------------------------------*/
.singledate {
	color:#999999;
	font-style:italic;
	margin-bottom:0;
	padding-bottom:0;
	}
.singlecategory {
	font-family:"lucida grande","trebuchet ms",verdana,sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-bottom:3px;
	color:#999999;
	}

/* FOOTER
----------------------------------------------------------------*/
#footer {
	color:#CCCCCC;
	width:750px;
	background:#666666 url(images/bargrad.gif) repeat-x top left;
	margin:0 auto;
	text-align:center;
	padding:11px 0 4px 0;
	}
#footer ul {
	clear:left;
	margin-bottom:10px;
	}
#footer li {
	display:inline;
	list-style:none;
	margin:0 10px;
	vertical-align:middle;
	}
#footer a:link, #footer a:visited {
	color:#CCCCCC;
	text-decoration:none;
	vertical-align:middle;
	}
#footer a:hover {
	text-decoration:underline;
	}
#footer img {
	vertical-align:middle;
	}
	
/*  SEARCH RESULT PAGE
-------------------------------------------------------------------*/
#results {
	width:99%;
	padding:12px 12px;
	}
#results h2 {
	font-family:"lucida grande","trebuchet ms",verdana,sans-serif;
	font-size:20px;
	font-weight:normal;
	margin-bottom:3px;
	}
#results a:link, #results a:visited {
	color:#940000;
	text-decoration:none;
	}
	#results a:hover {
	background:#FFFFCC;
	border:none;
	}

/* CONTACT PAGE
----------------------------------------------------------------*/
#contactform {
	background:#ECECEC;
	border:1px #CCCCCC solid;
	padding:10px;
	width:410px;
	}
#contactform input {
	width:50%;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	}
#contactform textarea {
	width:98%;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	height:100px;
	overflow:hidden;
	}
	
/* CLIENT RESOURCES PAGE
----------------------------------------------------------------*/
#content .pdf_li li {
	background: url(images/page_white_text.png) left center no-repeat;
	padding-left:22px;
	margin-bottom:4px;
	}
	
/*	GENESIS
-------------------------------------------------------------- */
.bottombggenesis {
	background: transparent url(/images/genesis_bg.jpg) no-repeat left top;
	height: 1079px;
}
.bottombggenesis #content {
	padding-top: 210px;
}
/* semi-transparent div */
.transparent-wrapper {
	position:relative; z-index:0;
	margin:0 auto !important;
	width: 600px;
	padding: 20px 0;
	/* note: doesn't need a height for the color div to be height:100%.  ...except for IE6 */
}
.transparent-color {
	background:#365402;
	width:100%; 
	height:100%; /* IE6 can't understand this.  Must use a static height.  And since we use a static height here, we must do same for div-one. */
	position:absolute; top:0; left:0; z-index:-10;
	display:inline-block;
		opacity: 0.2;
		-moz-opacity: 0.2;
		filter:alpha(opacity=20);
			-moz-border-radius: 4px;
			-khtml-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
				-webkit-box-shadow:#000 0px 0px 3px;
}
.bottombggenesis #content h1 {
	color: #365402;
	border: 0 !important;
	width: auto !important;
	margin: 0 20px 0 20px;
	display: block;
	text-shadow:#fff 1px 1px 1px;
	line-height: 1.6em;
}
.bottombggenesis #content h1 sub {
	font-size: .8em;
}
.bottombggenesis #content p {
	color: #000;
	margin: 0 20px 20px 20px;
}
.bottombggenesis #content ul {
	display: auto; float: none; list-style-type: disc; width: auto; margin: 0 0 0 30px;
}
.bottombggenesis #content ul li {
	background: none; padding: 0;
	color: #000;
}

.bottombggenesis #content p img {
	margin: 4px 0 4px 4px;
	float:right;
	padding:3px;
	border:2px #568703 solid;
	clear:right;
	}
#subnav.greenify ul li a.subnav_current {
	color: #365402 !important;
}
