@import url("reset.css");

html {
	overflow-y: scroll;
}


body {
	font: 0.9em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
}
#header {
	width: 631px;
	height: 52px;
	text-align: right;
}

#page {
	width: 631px;
	position: relative;
	margin: 50px auto auto;
}
/* @group Navigation */
/* Navigation Starts Here */

#navigation {
	width: 631px;
	height: 420px;
	font-size: .75em;
	color: white;

}

.homehero {
	background: #5577a2 url(../images/home.jpg) no-repeat right;
}

.abouthero {
	background: url(../images/about-us.jpg) no-repeat right;
}

.serviceshero {
	background: url(../images/services.jpg) no-repeat right;
}

.peoplehero {
	background: url(../images/people.jpg) no-repeat right;
}

.testimonialhero {
	background: url(../images/testimonials.jpg) no-repeat right;
}

.resourceshero {
	background: url(../images/resources.jpg) no-repeat right;
}

.contacthero {
	background: url(../images/contact.jpg) no-repeat right;
}

.policyhero {
	background: url(../images/testimonials.jpg) no-repeat right;
}

#navigation li.about a {
	width: 65px;
	height: 17px;
	display: block;
	background-color: #96b3d3;
	padding-top: 53px;
	padding-left: 5px;
	text-decoration: none;
	color: white;
}

#navigation li.about a:hover {
	background: #96b3d3 url(../images/lightbluedot.png) no-repeat;
	_background: #96b3d3 url(../images/lightbluedot.gif) no-repeat;
}

#navigation li.aboutdot a {
	background: #96b3d3 url(../images/lightbluedot.png) no-repeat;
	_background: #96b3d3 url(../images/lightbluedot.gif) no-repeat;
}

#navigation li.services a {
	width: 65px;
	height: 17px;
	display: block;
	background-color: #78a22f;
	padding-top: 53px;
	padding-left: 5px;
	text-decoration: none;
	color: white;
}

#navigation li.services a:hover {
	background: #78a22f url(../images/greendot.png) no-repeat;
	_background: #78a22f url(../images/greendot.gif) no-repeat;
}

#navigation li.servicesdot a {
	background: #78a22f url(../images/greendot.png) no-repeat;
	_background: #78a22f url(../images/greendot.gif) no-repeat;
}

#navigation li.people a {
	width: 65px;
	height: 17px;
	display: block;
	background-color: #bc8d0b;
	padding-top: 53px;
	padding-left: 5px;
	text-decoration: none;
	color: white;
}

#navigation li.people a:hover {
	background: #bc8d0b url(../images/orangedot.png) no-repeat;
	_background: #bc8d0b url(../images/orangedot.gif) no-repeat;
}

#navigation li.peopledot a {
	background: #bc8d0b url(../images/orangedot.png) no-repeat;
	_background: #bc8d0b url(../images/orangedot.gif) no-repeat;
}

#navigation li.testimonials a {
	width: 65px;
	height: 17px;
	display: block;
	background-color: #0091d4;
	padding-top: 53px;
	padding-left: 5px;
	text-decoration: none;
	color: white;
}

#navigation li.testimonials a:hover {
	background: #0091d4 url(../images/bluedot.png) no-repeat;
	_background: #0091d4 url(../images/bluedot.gif) no-repeat;
}

#navigation li.testimonialdot a {
	background: #0091d4 url(../images/bluedot.png) no-repeat;
	_background: #0091d4 url(../images/bluedot.gif) no-repeat;
}

#navigation li.resources a {
	width: 65px;
	height: 17px;
	display: block;
	background-color: #a6b4ac;
	padding-top: 53px;
	padding-left: 5px;
	text-decoration: none;
	color: white;
}

#navigation li.resources a:hover {
	background: #a6b4ac url(../images/greydot.png) no-repeat;
	_background: #a6b4ac url(../images/greydot.gif) no-repeat;
}

#navigation li.resourcesdot a {
	background: #a6b4ac url(../images/greydot.png) no-repeat;
	_background: #a6b4ac url(../images/greydot.gif) no-repeat;
}

#navigation li.contact a {
	width: 65px;
	height: 17px;
	display: block;
	background-color: #dbdcdd;
	padding-top: 53px;
	padding-left: 5px;
	text-decoration: none;
	color: gray;
}

#navigation li.contact a:hover {
	background: #dbdcdd url(../images/lightgreydot.png) no-repeat;
	_background: #dbdcdd url(../images/lightgreydot.gif) no-repeat;
}

#navigation li.contactdot a {
	background: #dbdcdd url(../images/lightgreydot.png) no-repeat;
	_background: #dbdcdd url(../images/lightgreydot.gif) no-repeat;
}

/* Navigation Ends Here */
/* @end */

/* @group Footer */
/* Footer Styles start here. */

#footer {
	width: 631px;
	height: 20px;
	color: gray;
	font-size: .7em;
	padding-top: 5px;
	line-height: 1.1em;
	font-weight: 300;
}

#disclaimer {
	width: 316px;
	float: left;
}

#siteby {
	width: 315px;
	float: right;
	text-align: right;
}

#footer a:link {
	text-decoration: none;
	color: gray;
}

#footer a:visited {
	text-decoration: none;
	color: gray;
}

#footer a:active {
	text-decoration: none;
	border-style: none;
	color: black;
}

#footer a:hover {
	text-decoration: underline;
	color: gray;
}

/* Footer Styles End Here */
/* @end */




/* @group Main Content */

/* Main Content Starts Here */

#homewrap {
	width: 350px;
	position: absolute;
	left: 132px;
	top: 52px;
	z-index: 2;
}

#aboutwrap, #serviceswrap, #peoplewrap, #testimonialwrap, #resourceswrap, #policywrap {
	width: 343px;
	position: absolute;
	z-index: 2;
	left: 132px;
	top: 0;
}

#contactwrap {
	width: 240px;
	position: absolute;
	left: 132px;
	top: 52px;
	z-index: 2;
}

#maincontent {

}

#maincontent p {
	padding-bottom: 10px;
	line-height: 1.1em;
	font-size: .875em;
	font-weight: 300;
}

.homecontent {
	width: 400px;
	padding: 20px 20px 10px;
	height: 390px;
}

.homecontent h1 {
	font-weight: 300;
}

.homecontent h1 a {
	color: white;
	text-align: center;
	font-style: italic;
	font-weight: 300;
	font-size: 1.7em;
	letter-spacing: 1px;
	line-height: 1em;
	padding-top: 140px;
	display: block;
	height: 250px;
	width: 400px;
}

.homecontent h1 a:link {
	color: white;
	text-decoration: none;
}

.homecontent h1 a:hover {
	color: black;
	text-decoration: none;
}

.homecontent h1 a:visited {
	color: white;
	text-decoration: none;
}

.aboutcontent {
	width: 303px;
	background: url(../images/about-bg.png) repeat;
	padding: 20px 20px 10px;
	overflow: auto;
	clear: both;
}

p {
	color: white;
	background-color: transparent;
}

.servicescontent {
	width: 303px;
	min-height: 500px;
	_height: 500px;
	background: url(../images/services-bg.png) repeat;
	padding: 20px 20px 10px;
}

.servicescontent ul.list3 li a:link {
	color: white;
	text-decoration: none;
}

.servicescontent ul.list3 li a:visited{
	color: white;
	text-decoration: none;
}

.servicescontent ul.list3 li a:hover {
	color: black;
	text-decoration: none;
}

.peoplecontent {
	width: 303px;
	background: url(../images/people-bg.png) repeat;
	padding: 20px 20px 10px;
	position: relative;
	min-height: 500px;
	_height: 500px;
}

.peoplecontent a:link {
	color: white;
	text-decoration: none;
}

.peoplecontent a:visited{
	color: white;
	text-decoration: none;
}

.peoplecontent a:hover {
	color: black;
	text-decoration: none;
}

#lyn {
	width: 303px;
}

#rosy {
	width: 303px;
}

.testimonialcontent {
	width: 303px;
	background: url(../images/testimonials-bg.png) repeat;
	padding: 20px 20px 10px;
}

.resourcescontent {
	width: 303px;
	background: url(../images/resources-bg.png) repeat;
	padding: 20px 20px 10px;
}

small {
	font-size: .8em;
	line-height: .85em;
}



.tooltip a span {
	display: none;
}

.tooltip a:hover span {
	display: block;
	margin-top: 5px;
}

.resourcescontent a:link {
	color: white;
	text-decoration: none;
}

.resourcescontent a:visited{
	color: white;
	text-decoration: none;
}

.resourcescontent a:hover {
	color: black;
	text-decoration: none;
}

ul.resourceslist {
	color: white;

}

ul.resourceslist li {
	line-height: 1.1em;
	font-size: .875em;
	padding-left: 15px;
	background: url(../images/whitearrow.gif) no-repeat left top;
	list-style-position: outside;
	padding-bottom: 3px;
}

ul.resourceslist li:hover {
	line-height: 1.1em;
	font-size: .875em;
	padding-left: 15px;
	background: url(../images/blackarrow.gif) no-repeat left top;
	list-style-position: outside;
	padding-bottom: 3px;
}

.contactcontent {
	width: 200px;
	background: url(../images/contact-bg.png) repeat;
	padding: 20px 20px 10px;
	height: 390px;
}

.contactcontent a:link {
	color: gray;
	text-decoration: none;
}

.contactcontent a:visited{
	color: gray;
	text-decoration: none;
}

.contactcontent a:hover {
	color: black;
	text-decoration: none;
}

.contactcontent p {
	color: gray;
}

.policycontent {
	width: 303px;
	background: url(../images/contact-bg.png) repeat;
	padding: 20px 20px 10px;
}

.policycontent a:link {
	color: gray;
	text-decoration: none;
}

.policycontent a:visited{
	color: gray;
	text-decoration: none;
}

.policycontent a:hover {
	color: black;
	text-decoration: none;
}

.policycontent p {
	color: gray;
}

/* Main Content Ends Here */
/* @end */

#copywrite {
	background-color: transparent;
	color: gray;
	font-size: .7em;
	padding-top: 4px;
}

.aboutlist {
	clear: both;
	width: 100%;
}

ul.list1 {
	width: 145px;
	line-height: 1em;
	font-size: .875em;
	font-weight: 300;
	float: left;
	color: white;
}

ul.list2 {
	width: 145px;
	margin-left: 10px;
	line-height: 1em;
	font-size: .875em;
	font-weight: 300;
	float: right;
	color: white;
}

ul.list1 li, ul.list2 li {
	width: 145px;
	padding-bottom: 5px;
}

ul.list3, ul.list4 {
	margin-left: 15px;
	line-height: 1em;
	font-size: .875em;
	font-weight: 300;
	color: white;
	margin-bottom: 10px;
}

ul.list3 li, ul.list4 li {
	padding-bottom: 5px;
}

ul.list3 li a:link, ul.list4 a:link {
	color: white;
	text-decoration: none;
}

ul.list3 li a:visited, ul.list4 a:visited {
	color: white;
	text-decoration: none;
}

ul.list3 li a:hover, ul.list4 a:hover {
	color: black;
	text-decoration: none;
}

p.black {
	color: black;
}

ul.servicelists, ul.peoplelists1, ul.peoplelists2 {
	margin-left: 30px;
	line-height: 1em;
	font-size: .875em;
	font-weight: 300;
	color: black;
	margin-bottom: 10px;
	list-style-type: disc;
}

ul.servicelists li, ul.peoplelists1 li, ul.peoplelists2 li {
	padding-bottom: 5px;
}

ul.nested {
}

blockquote {
	font-style: italic;
	line-height: 1em;
	font-size: .875em;
	font-weight: 300;
	text-align: center;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 250px;
	color: white;
}

strong {
	font-weight: 500;
}

#tabs .mainLinkTag a, #tabs .mainLinkTag a:active, #tabs .mainLinkTag a:visited {
	color:white;
	text-decoration:none;
	outline:none;
	}
#tabs a.selected, #tabs a.selected:active, #tabs a.selected:visited {
	color:#000;
	text-decoration:none;
	outline:none;
	}
.hiddencontent {
	display:none;
	}
	
ul.list4 a.selected, .servicescontent ul.list3 li a.selected {
	color:#000;
	text-decoration:none;
	outline:none;
}

