/*  
Theme Name: Gray Incite
Theme URI: http://justinshattuck.com/themes/gray-incite/
Description: Simple theme with great foundation and room for modification, in shades of Gray!.
Version: 1.0
Author: Justin Shattuck
Author URI: http://justinshattuck.com/
*/

html, body{
	margin: 0 0 20px 0;
	padding: 0;
	color: #333;
	font: 12px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(img/header.jpg) no-repeat;
}

#header{
	padding: 6px 0 0 0;
}

#masthead{
	margin: 0;
	padding: 0;
	width: 335px;
	height: 3px;
	text-indent: -9000px;
	overflow: hidden;
}

#stockPhoto{
	margin: 0;
	padding: 0;
	float: right;
	width: 343px;
	height: 10px;
	border-left: 1px solid #A39A9B;
	text-indent: -9000px;
	overflow: hidden;
	/*background: url(img/stockphoto.jpg);*/
}

h1{
	margin: 20px 0 0 0;
	padding: 0 0px;
	border-bottom: 1px solid #D6CECC;
	font: 26px/30px "Times New Roman", Times, serif;
	color: #3A3A3A;

}
	
h2 {
	margin: 0;
	padding: 0 10px;
	float: right;
	font: 10px/12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3A3A3A;
}

h3 {
	margin: 0;
	padding: 0;
	padding: 5px;
	background: #FAF6F5;
	font: 10px/12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h5{
	margin: 0;
	padding: 0 0 0 25px;
	font: 14px/16px "Times New Roman", Times, serif;
	font-weight: bold;
	color: #5F5F5F;
	background: url(img/headerbullet.gif) left no-repeat;
}

#content{
	margin: 130px 20px 20px 0;
	padding: 12px 27px;
}

#content p{
	text-align: justify;
	margin: 20px 0;
	padding: 5px 0;
}

blockquote {
	border: 1px solid #D6CDCE;
	padding: 10px;
	background: #FAF6F5;
	color: #5e5e5e;
	}
	
#content ul {
	list-style-type: square;
}

#content ul ol {
	list-style-type: lower-roman;
	}

#sidebar{
	padding: 10px 20px;
	width: 3px;
	border-left: 1px solid #D6CECC;
	position: absolute;
	top: 296px;
	right: 0;
}


.bulletin{
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #D6CDCE;
	background: #FAF6F5;
}

ul{
	list-style: square;
}

img{
	border: 0;
}

a, a:link, a:hover, a:visited{
	color: #3A3A3A;
	text-decoration: none;
}
#footer {
	
}


#footer a {
	font-weight: bold;
	color: #333;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.ftnav {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 45px;
}
/* * * * * NAVIGATION * * * * */
#header ul#nav{
	margin: 36px 0 0 0;
	padding: 0;
	list-style: none;
	line-height: 31px;
	background: #dcdcdc;
}

#header ul#nav li{
	display: inline;
	padding: 0 14px;
	border-right: 1px solid;
	
}

#header ul#nav li.last{
	border: 0;
}

#header ul#nav li a{
	color: #504A4A;
	text-decoration: none;
	
}

.current_page_item{
	font-weight: bold;
}

#header ul#nav li a span{
	text-decoration: underline;
}

#subnav{
	height: 0px;
	background: url(img/subnav.jpg);
}

#subnav #title{
	margin: 19px 0 9px 19px;
	padding: 0;
	float: left;
	width: 69px;
	height: 23px;
	font: 22px/30px "Times New Roman", Times, serif;

	color: #FEFEFE;
}

#subnav ul{
	margin: 0 0 0 16px;
	padding: 0;
	clear: left;
	list-style: none;
}

#subnav ul li{
	display: inline;
	margin: 0 10px 0 10px;
	background: #222 url(img/subButton.gif) top left no-repeat;
}
