/* CSS Document */

/* Layout Styles */

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	background-image: url(/images/layout/header.jpg);
	height: 86px;
	background-repeat: no-repeat;
}

#content {
	background-image: url(/images/layout/body.jpg);
	background-repeat: repeat-y;
	height: 366px;
}

#footer {
	background-image: url(/images/layout/footer.jpg);
	height: 65px;
	background-repeat: no-repeat;
}

.teamTitles {
	color: #FF9900;
}

#contentLeft {
	height: 346px;
	width: 520px;
	float: left;
	overflow: hidden;
	text-align: left;
	margin-top: 10px;
}
#contentLeftSingleColumn {
	height: 346px;
	width: 650px;
	float: left;
	overflow: hidden;
	text-align: left;
	padding-right: 20px;
	margin-top: 10px;
}
#contentLeftSingleColumnWithScroll {

	height: 346px;
	width: 630px;
	float: left;
	overflow: hidden;
	text-align: left;
	padding-right: 20px;
	margin-top: 10px;
}

#contentLeftHome {
	height: 346px;
	width: 500px;
	float: left;
	overflow: hidden;
	text-align: left;
	padding-right: 20px;
	margin-top: 10px;
}

#contentLeftBar {
	height: 272px;
	width: 75px;
	float: left;
	background-position: right;
	background-repeat: no-repeat;
}

#contentRight {
	width: 110px;
	float: left;
	padding: 0px;
	margin: 0px;
	padding-left: 30px;
	height: 300px;
}
#contentRightHome {
	height: 290px;
	width: 150px;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: center;
	padding-top: 30px;
}

#ourGaurantee {
	height: 34px;
	vertical-align: bottom;
	text-align: right;
	float: left;
	margin-left: 5px;
	margin-top: 40px;
/*	margin-top: 266px;*/
}

#footerSlice {
	float:left;
	margin: 0px;
	padding: 0px;
}

#copyright {
	font-size: 9px;
	color: #666666;
	text-align: center;
	padding-top: 5px;
}

#si {
	font-size: 9px;
	text-align: right;
}

/* Markup Styles */
body,html {
	height: 100%;
}
input,textarea {
	background-color: #FBFDFD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input.subscribe {
	background-color: #CDEAF3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a {
	color: #409FBF;
}
a:hover {
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #41AACA;
	margin: 0px;
	padding: 0px;
}

.frmLabel {
	width: 150px;
}
.todo {
	font-style: italic;
	color: #CC3300;
}
.blueHead {
	color: #41AACA;
}
.ClearBoth {
	clear: both;
}
div {
	/*border: 1px solid #00FF66;*/
}
.teamBio {
	background-color: #ffffff;
	width: 149px;
	float: left;
	height: 70px;
	margin-right: 12px;
	background-repeat: no-repeat;
	padding-left: 57px;
}
.servicesBox {
	background-color: #ffffff;
	width: 210px;
	float: left;
	height: 53px;
	margin-right: 8px;
	background-repeat: no-repeat;
	padding-left: 0px;
	margin-bottom: 10px;
}
.servicesBoxAssessment {
	background-color: #ffffff;
	width: 210px;
	float: none;
	height: 53px;
	margin-right: 8px;
	background-repeat: no-repeat;
	padding-left: 0px;
	margin-bottom: 10px;
}
.quotes {
	color: #41AACA;
	font-size: 10px;
	font-weight: bold;
}
