html {
	background: #478dd2 url(/images/bg/body-bg.jpg) repeat-x top left;
}
/*

  Containers

*/

#container {
	width: 950px;
	margin: 28px auto 0 auto;
	background: url(/images/bg/content-bg.jpg) repeat-y top left;
}

#custom-doc {
	text-align: left;
	position: relative;
	width: 100%;
}

/*

Sidebar

*/

#vector {
	display: block;
	position: absolute;
	top: 287px;
	left: 205px;
	width: 47px;
	height: 307px;
	background: url(/images/bg/sidebar-extend.png) no-repeat top left;
	z-index: 999;
}


#sidebar-container {
	float: left;
	width: 205px;
	height: 660px;
	min-height: 660px;
	background: url(/images/bg/sidebar-bg.png) no-repeat 0 212px;
}

.services #sidebar-container,
.contact #sidebar-container {
	height: 750px;
	min-height: 750px;
}

/*

	Branding

*/

#branding {
	position: absolute;
	top: -28px;
	right: 0;
	width: 745px;
	height: 252px;
	background: url(/images/bg/banner-bg.jpg) no-repeat top left;
}

#branding-logo {
	margin-left: 38px;
	margin-top: 53px;
}

#branding-tagline {

}

#branding-name {

}

/*

  Main Navigation

*/

#nav-main {
	position: absolute;
	top: 52px;
	left: 0;
	width: 205px;
}

#nav-main ul, #nav-main li {
	margin: 0;
	padding: 0;
}

#nav-main li {
	float: left;
	list-style-type: none;
}

#nav-main a:link, #nav-main a:visited,
#nav-main a:hover, #nav-main a:active {
	display: block;
	width: 205px;
	background-repeat: no-repeat;
	background-position: top left;
}

#nav-main li span {
	position: absolute;
	visibility: hidden;
}

body.home li#nm1 a:link, body.home li#nm1 a:visited,
body.home li#nm1 a:hover, body.home li#nm1 a:active,
body.services li#nm2 a:link, body.services li#nm2 a:visited,
body.services li#nm2 a:hover, body.services li#nm2 a:active,
body.contact li#nm3 a:link, body.contact li#nm3 a:visited,
body.contact li#nm3 a:hover, body.contact li#nm3 a:active {
	cursor: default;
}

/* NM 1*/

li#nm1 a {
	height: 44px;
}

li#nm1 a:link, li#nm1 a:visited {
	background-image: url(/images/bg/nm1-link.png);
}

li#nm1 a:hover {
	background-image: url(/images/bg/nm1-hover.png);
}

body.home li#nm1 a:link, body.home li#nm1 a:visited,
li#nm1 a:active, li#nm1 a:focus {
	background-image: url(/images/bg/nm1-selected.png);
}

/* NM 2 */

li#nm2 a {
	height: 49px;
}

li#nm2 a:link, li#nm2 a:visited {
	background-image: url(/images/bg/nm2-link.png);
}

li#nm2 a:hover {
	background-image: url(/images/bg/nm2-hover.png);
}

body.services li#nm2 a:link, body.services li#nm2 a:visited,
li#nm2 a:active, li#nm2 a:focus {
	background-image: url(/images/bg/nm2-selected.png);
}

/* NM 3 */

li#nm3 a {
	height: 54px;
}

li#nm3 a:link, li#nm3 a:visited {
	background-image: url(/images/bg/nm3-link.png);
}

li#nm3 a:hover {
	background-image: url(/images/bg/nm3-hover.png);
}

body.contact li#nm3 a:link, body.contact li#nm3 a:visited,
li#nm3 a:active, li#nm3 a:focus {
	background-image: url(/images/bg/nm3-selected.png);
}

/*

  Content

*/

#content-container {
	float: left;
	width: 745px;
	background: url(/images/bg/content-bg.png) no-repeat top left;
	margin-top: 225px;
}

#content {
	padding: 40px 0 0 0;
}

/*

#footer

*/

#footer-container {
	clear: both;
	position: relative;
	background: url(/images/bg/footer-bg.png) no-repeat top left;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}

#footer {
	padding: 0 15px 0 15px;
}

/*

#nav-supp

*/

#nav-supp {
	float: right;
	text-transform: uppercase;
}

#nav-supp ul, #nav-supp li {
	margin: 0;
	padding: 0;
}

#nav-supp li {
	float: left;
	list-style-type: none;
	background: url(/images/icons/ns-sep.png) no-repeat right center;
	padding: 0 .5em;
	line-height: 24px;
	font-weight: bold;
}

#nav-supp li.first {
	padding-left: 0;
}

#nav-supp li.last {
	background: none;
	padding-right: 0;
}

#nav-supp a:link, #nav-supp a:visited {
	color: #231f20;
	text-decoration: none;
}

body.home #ns1 a:link, body.home #ns1 a:visited,
body.services #ns2 a:link, body.services #ns2 a:visited,
body.contact #ns3 a:link, body.contact #ns3 a:visited,
body.links #ns4 a:link, body.links #ns4 a:visited,
#nav-supp a:hover, #nav-supp a:active {
	color: #418acf;
	text-decoration: none;
}

body.home #ns1 a:hover, body.home #ns1 a:active {
	cursor: default;
}

/*

  Siteinfo

*/

#siteinfo {
	float: left;
	line-height: 24px;
}

#siteinfo p {
	margin: 0;
	padding: 0;
}

#siteinfo-credits a:link, #siteinfo-credits a:visited {
	color: #efc162;
	text-decoration: none;
}

#siteinfo-credits a:hover, #siteinfo-credits a:active {
	color: #418acf;
	text-decoration: none;
}


/*

Pages

*/

.indent {
	padding-left: 77px;
	padding-right: 60px;
}

/*

Home

*/

#home-feature {
	float: right;
	margin-right: 50px;
	margin-left: 60px;
}

/*

Services

*/

.quote strong {
	display: block;
}

.quote p {
	margin-bottom: 0;
}

.quote cite {
	font-style: italic;
}

#services-section {
	background: #231f20;
	color: white;
	position: relative;
	padding: 1.5em 60px 1.5em 77px;
	margin-bottom: 1.5em;
}

#services-section .last {
	margin-bottom: 0;
}

#services-lists {
	width: 100%;
	overflow: hidden;
}

#services-section div.lists {
	float: left;
	width: 50%;
}

/*

Contacts

*/

div.boxy {
	margin-right: 42px;
	background: #231f20;
	color: white;
	padding: 15px;
	margin-bottom: 20px;
}

.boxy h3 {
	margin-bottom: .5em;
}

.boxy p {
	margin-bottom: 0;
}
#contact-section {
	width: 100%;
	overflow: hidden;
}

.cols {
	float: left;
	width: 50%;
}

.contact dt, .contact dd {
	font-size: 108%;
}

.contact dt {
	float: left;
	width: 80px;
	clear: both;
}

.mob {
	font-weight: bold;
}

.proprietor-info {
	padding-top: 100px;
}

.proprietor-info h3 {
	font-size: 108%;
	margin-bottom: .5em;
	font-weight: normal;
}

.email-form {
	background: #fecd67;
}

.links-list h2 {margin-bottom: 0;}

