/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #f2f2f2 url(images/bg.jpg) top repeat-x;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #a90000;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #a90000;
	padding-top: 8px;
	padding-bottom: 4px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 24px;	
	padding-top: 5px;
}

h2
{
	font-size: 20px;
	padding-top: 20px;
}

h3
{
	font-size: 18px;
	padding-top: 20px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
	font-style: italic;
}

h6
{
	font-size: 13px;
	font-weight: bold;
}

p
{
	color: #262626;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.5;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 756px;
	margin: 0 auto;
}

#header
{
	width: 686px;
	height: 57px;
	padding-top:10px;
	padding-left:70px;

}

#header a
{
font-size:20px;
text-decoration:none;
color:#000000;
}

#header span
{
font-size:15px;
text-decoration:none;
color:#000;
}

#main-photo
{
	width: 300px;
	height: 400px;
	float: left;
}

#main-photo img
{
	padding-top:5px;
	border: medium double black;
}


#navigation
{
	width: 390px;
	height: 25px;
	float: right;
	padding-top: 5px;
}

#content-wrapper
{
	width: 756px;
	margin: 20px auto 0 auto;
}

#content
{
	float: right;
	width: 360px;
}

#footer
{
	width: 756px;
	margin: 0 auto;
	margin-top: 25px;
	border-top: 1px solid #bcbcbc;
	height: 50px;
}

/******************************************************* Header Styles *******************************************************/

#header img.logo
{
	float: left;
}

/*************************************************** Main Content Styles ***************************************************/

#content-wrapper ul
{
	padding: 15px 30px 10px 25px;
}

#content-wrapper ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1e1f1f;
	padding-bottom: 9px;
	padding-left: 16px;
	background: url(images/list-bullet.gif) left 4px no-repeat;
	list-style: none;
}

#services-box
{
	background-color: #d3d3d3;
	width: 360px;
	margin-top: 17px;
}

#services-box h6
{
	background-color: #aeaeae;
	display: block;
	padding: 4px 12px;
	color: #fff;
	width: 336px;
	text-transform: uppercase;
}

#services-box a
{
	text-decoration: none;
	font-weight: bold;
}

#services-box ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1e1f1f;
	padding-bottom: 9px;
	padding-left: 16px;
	background: url(images/services-list-bullet.gif) left 4px no-repeat;
	list-style: none;
}

/************************************************ Navigation Styles ************************************************/

#navigation ul
{
	height: 56px;
	line-height: 29px;
	margin: 0 0 0 20px;
	display: inline;
	float: left;
	width: 380px;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #0e0e0e;
	font-size: 12px;
	font-weight: bold;
	text-align: center;	
	margin-right: 1px;
	padding: 0 13px 0 10px;
	text-transform: uppercase;
	background: url(images/nav-divide.gif) right 10px no-repeat;
}

#navigation ul li a:hover
{
	color: #a90000;
}

#home #navigation ul li a#home-link, #about #navigation ul li a#about-link
{
	color: #a90000;
}

#navigation ul li a.no-divide
{
	background: none;
}

/*************************************************** Footer Styles ***************************************************/

#footer ul
{
	height: 36px;
	line-height: 36px;
	margin: 0 0 0 195px;
	display: inline;
	float: left;
	width: 600px;
}

#footer ul li
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #595858;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 0 10px 0 8px;
	background: url(images/footer-divide.gif) right 14px no-repeat;
}

#footer ul li.last
{
	background: none;
}

#footer ul li a
{
	color: #595858;
}