/* defaults */

body {
	font-size: 62.5%;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #9d1521;
	color: #58595b;
	behavior:url("/js/csshover.htc");
}

a img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #9d1521;
}

a:hover {
	color: #222222;
}

/* layout */

#page_outer {
	background-image: url(/images/page_outer.jpg);
	background-repeat: repeat-y;
	width: 965px;
	margin: 0px auto 0px auto;
	position: relative;
}

#page_middle {
	background-image: url(/images/page_middle.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	width: 965px;
	position: relative;
}

#page_inner {
	background-image: url(/images/main_bg.gif);
	background-color: #f3f3f4;
	width: 925px;
	margin: 0px auto 0px auto;
	position: relative;
	text-align: left;
}

#nav {
	background-color: #cccccc;
	list-style: none;
	overflow: hidden;
	padding: 0px 0px 0px 25px;
	margin: 0px;
	width: 900px;
	position: relative;
}



#header {
	width: 886px;
	height: 237px;
	background-image: url(/images/header_bg.gif);
	background-repeat: no-repeat;
	margin: 10px auto 20px auto;
	clear: both;
	position: relative;
}

#header span {
	display: block;
	margin-left: -8000px;
}

#content {
	text-align: left;
	overflow: hidden;
	margin: 0px 50px 20px 50px;
	position: relative;
}


/* navigation */

#nav li {
	float: left;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#nav li:hover {
	background-image: url(/images/arrow_bor.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #9d1521;
}

#nav li:hover {
	background-image: url(/images/arrow_gor.gif);
}

body#services #nav li:hover {
	background-image: url(/images/arrow_bor.gif);
}

body#projects #nav li:hover {
	background-image: url(/images/arrow_bor.gif);
}

body#about #nav li:hover {
	background-image: url(/images/arrow_bor.gif);
}

body#news #nav li:hover {
	background-image: url(/images/arrow_bor.gif);
}

#nav li a {
	display: block;
	height: 51px;
	background-position: center center;
	background-repeat: no-repeat;
}

#nav li a span {
	margin-left: -8000px;
}

#nav li#nav_serv a {
	background-image: url(/images/nav_serv.gif);
	width: 108px;
}

#nav li#nav_serv a:hover, body#services #nav li#nav_serv a {
	background-image: url(/images/nav_serv_over.gif);
}

#nav li#nav_proj a {
	background-image: url(/images/nav_proj.gif);
	width: 115px;
}

#nav li#nav_proj a:hover, body#projects li#nav_proj a {
	background-image: url(/images/nav_proj_over.gif);
}

#nav li#nav_abou a {
	background-image: url(/images/nav_abou.gif);
	width: 112px;
}

#nav li#nav_abou a:hover, body#about li#nav_abou a {
	background-image: url(/images/nav_abou_over.gif);
}

#nav li#nav_news a {
	background-image: url(/images/nav_news.gif);
	width: 74px;
}

#nav li#nav_news a:hover, body#news li#nav_news a {
	background-image: url(/images/nav_news_over.gif);
}

#nav li#nav_cont a {
	background-image: url(/images/nav_cont.gif);
	width: 106px;
}

#nav li#nav_cont a:hover, body#contact li#nav_cont a {
	background-image: url(/images/nav_cont_over.gif);
}

#nav li#nav_home a {
	background-image: url(/images/nav_home.gif);
	width: 75px;
}

body#front li#nav_home a {
	background-image: url(/images/nav_home_over.gif);
}

#nav li#nav_home a:hover {
	background-image: url(/images/nav_home_over.gif);
}

body#services li#nav_serv {
	background-image: url(/images/arrow_bor.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #9d1521;
} 

body#projects li#nav_proj {
	background-image: url(/images/arrow_bor.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #9d1521;
} 

body#about li#nav_abou {
	background-image: url(/images/arrow_bor.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #9d1521;
} 

body#news li#nav_news {
	background-image: url(/images/arrow_bor.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #9d1521;
} 

body#front li#nav_home, body#contact li#nav_cont {
	background-image: url(/images/arrow_gor.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #9d1521;
}

.subnav {
	display: none;
	background-color: #687C96;
	overflow: hidden;
	padding: 6px 0px 6px 50px;
	width: 875px;
	margin: 0px;
	position: relative;
	text-align: left;
}


body#services #sserv, body#projects #sproj, body#about #sabou, body#news #snews {
	display: block;
}

.subnav li {
	position: relative;
	margin: 0px 25px 0px 0px;
	padding: 0px;
	float: left;
	color: #ffffff;
}

.subnav li a {
	color: #ffffff;
	font-size: 1.5em;
	line-height: 100%;
}

.subnav li a:hover {
	color: #a9c8de;
}


/* footer */

div#clr {
	clear: both;
}

p.footer {
	background-color: #cccccc;
	color: #ffffff;
	margin: 0px;
	font-size: 1.3em;
	line-height: 100%;
	width: 855px;
	padding: 15px 15px 15px 55px;
	position: relative;
	clear: both;
	display: block;

}

p.footer span {
	margin: 0px 10px 0px 10px;
}

/* content */

#content #main {
	width: 500px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}

#content #main h2 {
	font-size: 2em;
	font-weight: 400;
	line-height: 150%;
	margin: 1em 0px .3em 0px;
	color: #9d1521;
	clear: both;
}

#content #main h2 span {
	font-style: italic;
}

#content #main h3 {
	font-size: 1.7em;
	font-weight: 400;
	line-height: 150%;
	margin: .7em 0px .3em 0px;
	color: #9d1521;
	clear: both;
}

#content #main p, #content #main ul {
	font-size: 1.7em;
	line-height: 130%;
	margin: 0px 0px .7em 0px;
}

#content #main ul li {
	margin: 0px 0px 0px 0px;
}

#content #main ul#newslist {
	list-style-image: url(/images/bullet.gif);
}


#content #main ul#newslist li {
	padding-top: 15px;
	border-top: 1px dotted #bbbbbb;
	margin-top: 15px;
}

#content #main .buttons {
	clear: both;
	padding-top: 12px;
	border-top: 1px dotted #cccccc;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}

#content #main .buttons img {
	float: left;
	margin: 10px 25px 0px 0px;
}

#content #extras {
	width: 257px;
	float: right;
	padding-left: 25px;
	margin-top: 10px;
	position: relative;
}

#content #extras #quote {
	background-image: url(/images/quote_open.gif);
	background-repeat: no-repeat;
	position: relative;
}

#content #extras #quote_inner {
	background-image: url(/images/quote_close.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	position: relative;
	padding: 10px;
}

#content #extras #quote_inner p {
	font-size: 1.4em;
	line-height: 130%;
	margin: 0px 0px .5em 0px;
}

#content #extras #quote_inner p.citation {
	font-size: 1.3em;
	font-style: normal;
	text-align: right;
}

#content #extras #tweetdeck h3 {
	background-image: url(/images/latest.gif);
	background-repeat: no-repeat;
	width: 131px;
	height: 22px;
	margin: 0px 0px 15px 0px;
}

#content #extras #updated h3 span {
	margin-left: -8000px;
}

#content #extras #updated h3 {
	background-image: url(/images/updated.gif);
	background-repeat: no-repeat;
	width: 184px;
	height: 27px;
	margin: 0px 0px 15px 0px;
}

#content #extras #tweetdeck h3 span {
	margin-left: -8000px;
}

#content #extras #tweetdeck p, #content #extras #updated p {
	font-size: 1.3em;
	line-height: 120%;
	margin: 0px 0px .75em 0px;
}


/* misc */

body#front #content #main h1 {
	background-image: url(/images/h1_home.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 396px;
	margin: 10px 0px 15px 0px;
}

body#projects #content #main h1 {
	background-image: url(/images/h1_projects.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 396px;
	margin: 10px 0px 15px 0px;
}

body#services #content #main h1 {
	background-image: url(/images/h1_services.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 396px;
	margin: 10px 0px 15px 0px;
}

body#contact #content #main h1 {
	background-image: url(/images/h1_contact.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 396px;
	margin: 10px 0px 15px 0px;
}

body#about #content #main h1 {
	background-image: url(/images/h1_about.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 396px;
	margin: 10px 0px 15px 0px;
}

body#news #content #main h1 {
	background-image: url(/images/h1_news.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 396px;
	margin: 10px 0px 15px 0px;
}

body #content #main h1 span {
	margin-left: -8000px;
}

.divide {
	padding-bottom: 10px;
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 15px;
}

form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	display: none;
	margin: 0px;
	padding: 0px;
}

#email {
	margin: 0px 5px 0px 5px;
	border: 1px solid #959595;
	padding: 3px;
	font-size: .9em;
	width: 120px;
}

#submit {
	margin-bottom: -6px;
	position: relative;
}

.follow {
	text-align: right;
}

.follow a {
	color: #58595b;	
}



fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#contactform {
	margin: 30px 0px 30px 0px;
}

#contactform .fields {
	padding: 4px;
	border: 1px solid #cccccc;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: .8em;
	color: #aaaaaa;
}

#contactform #realname, #contactform #email {
	width: 230px;
	margin-right: 10px;
}

#contactform #message {
	width: 480px;
}


.bio {
	width: 46%;
	margin: 0px 4px 10px 0px;
	float: left;
	overflow: hidden;
	height: 110px;
}

.bio img {
	float: left;
	margin-right: 11px;
	border: 5px solid #ffffff;
}

#content #main .bio p {
	padding-top: 14px;
	font-size: 1.3em;
}

.biophoto {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 5px solid #ffffff;
}

.cslogo {
	float: right;
	margin: 0px 0px 10px 15px;
}

.link_twit {
	background-image: url(/images/footer_twitter.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
}

.link_fb {
	background-image: url(/images/footer_fb.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
}

.picrt {
	float: right;
	margin: 2px 0px 10px 15px;
	border: 5px solid #bbbbbb;
}

#main blockquote {
	margin: 30px;
	padding: 0px;
	font-size: 3em;
	text-transform: uppercase;
	color: #bbbbbb;
	font-weight: 100;
	line-height: 120%;
}

body#services #main img {
	float: right;
	margin: 5px 10px 10px 15px;
}

#aclie {
	padding-top: 15px;
}