/*****PAGE LAYOUT*****/
*{
	margin: 0;
	padding: 0;
}
body{
	text-align: center;
}
#header {
	text-align: left;
	width: 730px;
	height: 70px;
	margin: 15px auto 0 auto;
	padding: 0 0 0 0;
	position: relative;
	z-index: 3;
}
#container {
	text-align: left;
	width: 730px;
	border: 1px solid #363636;
	margin: 0 auto 0 auto;
	padding: 5px 0;
	position: relative;
	z-index: 2; 
}
#content {
	padding: 5px;
	margin-left: 220px; /* This number must match the total width of the sidebar */
}
#sidebar {
	float: left;
	width: 210px;
	margin: 0;
	margin-right: 0;
	padding: 5px;
}
#footer {
	text-align: left;
	width: 730px;
	clear: both;
	padding: 5px 0;
	margin: 0 auto;
	position: relative;
	z-index: 2;	
}
/*****END PAGE LAYOUT*****/

/*****BASE STYLE*****/
body {
	background: #b6c3cc;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #101010;
}
#header{

}
#header h1{
	width: 103px;
	height:66px;
	background: transparent url("../images/small-logo.gif") left top no-repeat;
	text-indent: -99999px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#container{
	background: #dbdbdb url("../images/swoosh.gif") right top  no-repeat;
}
#container p{
	margin-bottom: 1em;
	text-indent: 0;
}
#sidebar img{
	float: right;
}
#sidebar a{
	color: #B42418;
	font-weight: bold;
	text-decoration: none;
}
#content{
	line-height: 1.4;
}
#content p.service{
	text-indent: 0px;
}
a{
	color: #B42418;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#content h2{
	color: #5B6E7B;
	background: transparent url("../images/heading_underline.gif") left bottom no-repeat;
	padding-bottom: 3px;
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 1;
}
#content ul{
	margin-left: 20px;
	margin-bottom: 1.5em;
}
#container #content h3{
	margin-bottom: 1.5em;
}
.contact_info{
	font-size: 10px;
	margin: 0 10px;	
}
.email{
	float: right;
}

/*****END BASE STYLE*****/

/*****NAV STYLE*****/
ul#main_nav{
	/*margin-top: 45px;*/
	list-style: none;
	position: absolute;
	bottom: -1px;
	right: 0;
}
ul#main_nav li{
	float: left;
	text-align: center;
}
ul#main_nav li a{
	color: #dbdbdb;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 103px;
	padding: 3px 0;
	border-bottom: 1px solid #363636;
	background: transparent url("../images/tab_inactive.gif") center top no-repeat;
}
ul#main_nav li a:hover, ul#main_nav li a:active{
	border-bottom: 0px solid #363636;
	padding-bottom: 4px;
	color: #b32317;
	background: transparent url("../images/tab_active.gif") center top no-repeat;
}
/*****END NAV STYLE*****/

/*****ADDITIONAL STYLES*****/
#extradiv1{ /* bottom corner */
	width: 760px;
	height: 100px;
	margin: -90px auto 0 auto;
	background: transparent url("../images/bottom_left_angle.gif") left bottom no-repeat;
	position: relative;
	z-index: 1;	
}
#extradiv2{ /* top corner */
	width: 760px;
	height: 100px;
	background: transparent url("../images/top_right_angle.gif") right top no-repeat;
	position: absolute;
	left: 50%;
	top: 5px;
	margin-left: -380px;
	z-index: 1;
}
/*****END ADDITIONAL STYLES*****/

/*****PAGE-SPECIFIC NAV STYLES*****/
body#home a#homenav, body#services a#servicesnav, body#clients a#clientsnav,
body#employment a#employmentnav, body#press a#pressnav, body#contact a#contactnav
{
	border-bottom: 0px solid #363636;
	padding-bottom: 4px;
	color: #b32317;
	background: transparent url("../images/tab_active.gif") center top no-repeat;
}
/*****END PAGE-SPECIFIC NAV STYLES*****/

body#clients div.client{
	clear: right;
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
}
body#clients div.client h3{

}
body#clients div.client div.meta{
	font-size: 80%;
}
body#clients div.client p.client_description{

}
body#press div.article_meta{
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
}
body#press div.article_meta p.credit{
	text-indent: 0;
	font-size: 80%;
}
body blockquote {
	border-top:1px solid black;
	border-bottom:1px solid black;
}
