.style2 {
	font-size: 120%;
	font-weight: bold;
}

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #E5E5E5;
	font: 0.75em/1.7em Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
a {
	color: #0E4B8F;
}
a:hover {
	text-decoration: none;
}
a.arrow {
	background: url(/images/blue_arrow.gif) no-repeat 0px 4px;
	padding-left: 10px;
}

img {border: none;}

h2 {
	color: #0E4B8F;
	font-size: 145%;
	font-weight: normal;
	line-height: 20px;
}
h3 {
	font-size: 120%;
	margin-top: 30px;
	margin-bottom: 0px;
	line-height: 12px;
	}
h4 {
	display: inline;
	font-size: 92%;
	color: #0E4B8F;
	line-height: 12px;
	text-transform: uppercase;
}
#shadow {
	background-image: url(/images/dropshadow.gif);
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}
#container {
	background-image: url(/images/grayline.gif);
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* navigation */
#nav {
	background: url(/images/nav_bkgd.gif) repeat-x;
	height: 4em;
	float: left;
	width: 960px;
	text-align: center;
	clear: both;
}

#nav ul {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	text-decoration: none;
}
#nav li {
	display: inline;
}
#nav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
span.line {
	padding-right: 7px;
	padding-left: 7px;
	color: #576F91;
	}
/*nav ends*/

/*header*/
#header {
	width: 960px;
	height: 276px;
	background: url(/images/striped_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
}
#home_logo {
	float: left;
	width: 405px;
	padding: 0px;
	margin: 0px;
	height: 250px;
}

#home_logo h1#maintitle {
margin: 0;
padding: 0;
text-indent: -9999px; /* sends text way off screen */
width: 405px; /* width of image */
height: 250px; /* height of image */
}

#home_logo h1#maintitle a {
background: #fff url(/images/logo.gif)
top left no-repeat;
display: block;
margin: 0;
padding: 0;
width: 100%; /* ensures the space is filled */
height: 100%; /* ensures the space is filled */
text-decoration: none; 
}
#tagline {
	width: 555px;
	float: left;
}
#tagline img {
	margin: 0px;
	padding: 0px;
}
/*content*/
#content {
	width: 960px;
	float: left;
	overflow: hidden;
	clear: both;
	padding-top: 26px;
}
#content p {
	margin-top: 8px;
	margin-bottom: 8px;
}
#main_content ul {
	list-style: none;
	margin: 10px 0px 8px 30px;
}
#main_content ul li {
	padding-left: 12px;
	margin-bottom: 2px;
	background: url(/images/arrow_black.gif) no-repeat 0px 7px;
}
ol {
	margin: 10px 0px 8px 30px;
}
ol.projects{
	list-style: none;
	margin: 12px 0px 15px 0px;
	line-height: 18px;
}
ol.projects li {
	margin-bottom: 10px;
}
#side_content {
	width: 285px;
	padding-top: 20px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 40px;
	float: left;
}
/*barker*/
#barker {
	margin-top: 30px;
	padding: 12px 12px 20px 15px;
	background-color: #E5E5CC;
	background: url(/images/barker_bkgd.gif) repeat-x;
	border: 1px solid #CFCFA0;
}
#barker h2 {
	color: #3D3D1F;
}
#barker img {
	float: left;
	padding: 8px 8px 0px 0px;
}
#barker p {
	margin-top: 8px;
	margin-bottom: 2px;
}
#barker2 {
	margin-top: 30px;
	padding: 12px 12px 20px 15px;
	background-color: #E5E5CC;
	background: url(/images/barker_bkgd.gif) repeat-x;
	border: 1px solid #CFCFA0;
}
#barker2 h2 {
	color: #3D3D1F;
	font-size: 130%;
	font-weight: bold;
}
#barker2 p {
	font-size: 100%;
}
#barker a.arrow {
	color: #3D3D1f;
	background: url(/images/black_arrow.gif) no-repeat 0px 5px;
	padding-left: 10px;
}

p.quotes {
	font-size: 133%;
}

/*barker ends*/

#main_content {
	float: left;
	width: 434px;
	padding-top: 20px ;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 30px;
}
#main_content a {
	color: #0E4B8F;
}
#main_content img {
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

span.align {
	margin-left: 72px;
}

/*subpage*/
#sub_container {
	background-image: url(/images/sub_grayline.gif);
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#sub_container #header {
	width: 960px;
	height: 176px;
	background: url(/images/striped_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
}
#sub_container #logo {
	float: left;
	width: 290px;
	padding: 0px;
	margin: 0px;
	height: 150px;
}

#logo h1#maintitle {
margin: 0;
padding: 0;
text-indent: -9999px; /* sends text way off screen */
width: 290px; /* width of image */
height: 150px; /* height of image */
}

#logo h1#maintitle a {
background: #fff url(/images/sub_logo.gif)
top left no-repeat;
display: block;
margin: 0;
padding: 0;
width: 100%; /* ensures the space is filled */
height: 100%; /* ensures the space is filled */
text-decoration: none; 
}

#sub_container #tagline {
	width: 670px;
	float: left;
}
#sub_container #tagline img {
	margin: 0px;
	padding: 0px;
}
h2.sub {
	font-size: 185%;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
}
#sub_container #side_content {
	width: 218px;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 40px;
	float: left;
}
#side_content blockquote {
  	background: transparent url(/images/left_quote.gif) left top no-repeat;
}
#side_content blockquote div {
	font-size: 120%;
	line-height: 26px;
	width: 175px;
	padding-left: 27px;
	padding-right: 18px;
	margin-bottom: 20px;
 	background: transparent url(/images/right_quote.gif) right bottom no-repeat;
}
#side_content p.cite {
	font-size: 92%;
	font-weight: bold;
	width: 166px;
	padding-left: 10px;
	margin-left: 18px;
	background: url(/images/dash.gif) no-repeat 0px 3px;
}
#sub_container #main_content {
	float: left;
	width: 550px;
	padding-top: 20px ;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 30px;
}
p.top {
	color: #0E4B8F;
	padding-top: 20px;
	padding-left: 20px;
}
p.board {
	color: #0E4B8F;
	line-height: 28px;
	padding-left: 20px;
}
/*contact page*/
form.contact_form {
	width: 550px;
}
div.contact_form p {
	text-align: right;
	font-size: 95%;
}
div.contact_form fieldset {
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
}
div.contact_form legend {
	padding: 0px 2px;
	margin-left: 10px;
	font-weight: bold;
    color: #0E4B8F;
    font-size: 120%;
	display:inline-block;

}
div.contact_form label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
	text-align: right;
}
div.contact_form fieldset ol {
    padding-top: 10px;
	padding-bottom: 10px;
}
div.contact_form fieldset ol.radio li {
	margin-left: 130px;	
	}
div.contact_form fieldset li {
    list-style: none;
    padding: 5px;
    margin-left: 5px;
}
div.contact_form fieldset fieldset {
    border: none;
    margin: 3px 0 0;
}
div.contact_form fieldset fieldset legend {
    padding: 0 0 5px;
    font-weight: normal;
}
div.contact_form fieldset fieldset label {
    display: block;
    width: auto;
}
div.contact_form em {
    font-weight: bold;
    font-style: normal;
    color: #f00;
}
div.contact_form label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	margin-left: 30px;
    /* Width of labels */
}
div.contact_form fieldset fieldset label {
    margin-left: 0px; /* Width plus 3 (html space) */
}
input#name, input#company, input#address1, input#address2, input#city, input#state, input#zip, input#phone, input#email  {
	border: 1px solid #E5E5E5;
	width: 200px;
	margin-left: 6px;
}
.formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color: #FFFFFF;
	font-weight:bold;
	margin-top: 15px;
	margin-left: 2px;
	padding: 2px 5px;
	background:url(/images/nav_bkgd.gif) repeat-x left top;
}


/*contact page ends*/	
/*disclosures*/
p a.disclosures {
	color: #0E4B8F;
	background: url(/images/blue_arrow.gif) no-repeat 18px 5px;
	padding-left: 28px;
	line-height: 28px;
}
/*disclosures ends*/
/*news & projects links*/
ul.links {
	list-style: none;
	margin: 10px 0px 8px 0px;
}
ul.links li {
	padding-left: 10px;
	margin-bottom: 10px;
	background: url(/images/blue_arrow.gif) no-repeat 0px 7px;
}
ul.links li a{
	font-size: 98%;
	color: #0E4B8F;
	line-height: 16px;
}
/*news ends*/

/*subpage ends*/

/*footer*/
#footer {
	background-color: #999999;
	color: #FFFFFF;
	padding: 18px 22px;
	clear: left;
	margin: 0px;
	font-size: 94%;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #FFFFFF;
}
#right {
	float: right;
	text-align: right;
}

.divFade {
/* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/fade.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.divFade[class] {
  background-image:url(/images/fade.png);
}
