@charset "UTF-8";
/* CSS Document */


body {
	background-color: #605f8e;
	margin: 0;
	padding: 0;
}

#content {
	margin: 0 auto;
	padding:0;
	width: 860px;
	background-color: #F7F7EB;	
	background-image: url(graphics/star.png);
	background-repeat: no-repeat;
	background-position: 547px 463px;
}

#branding {
	height: 125px;
	width: 860px;
	margin:0 0 5px 20px;
	padding:0;
}


#branding h1{ 
    height: 102px;
    width: 839px;
	margin-left: 0;
    display: block;
    text-indent: -1000em;
	background-image:  url(graphics/branding.png);
	background-repeat: no-repeat;
	border: none;
}

#nav_main  {
	width: 860px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
	text-align:right;
	margin: 0;
	padding: 0;
	border-top-color: #c82127;
	border-top-width: 3px;
	border-top-style: solid;
}

#nav_main a {
	text-decoration: none;
	color: #fff;
}

#nav_main li {
	display:inline;
	list-style:none;
	background-color: #c82127;
	margin: 0 0 0 20px;
	padding: 3px 10px;
}

#content_main {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size:10pt;
	color: #333;

}

#content_main h2 {
    display: block;
    width: 859px;
    height: 299px;
    text-indent: -1000em;
	background-image:  url(graphics/collage.png);
	background-repeat: no-repeat;
	border: none;
}

#services {
	height:16px;
	width: 860px;
	margin: 5px 0 0 0;
	padding: 0;
	color:#A9B7D1;
	font-weight: bold;
	font-size: 11px;
}

#services ul {
	margin: 0 0 0 35px;
}

#services li {
	display:inline;
	list-style:none;
	padding: 0 23px 0 0;
}

#content_sub  {
	position: relative;
	margin: 10px 0 20px 0;
	padding: 0;
	border-top-color: #A9B7D1;
	border-top-width: 5px;
	border-top-style: solid;
	border-bottom-color: #A9B7D1;
	border-bottom-width: 5px;
	border-bottom-style: solid;
}

#introduction {
	width: 450px;
	margin:10px 30px 0 35px;
	padding: 10px 0 25px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color: #4A4A68;
	text-align: justify;
}

#introduction h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #4A4A68;
}

#quote {
	position: absolute;
	width: 230px;
    margin: -160px 0 0 560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color: #4A4A68;
	text-align: center;

}

#quote a {
	border:none;
   	
}


#contact {
	margin: 20px 0 15px 0;
	width: 860px;
	height: 30px;
}

#phone {
	margin: 0 20px 0 150px;
	
}

#email a {
	border: none;
}


#footer {
	width: 860px;
	margin: 0;
	padding: 20px 0;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
}