* {
	margin:0;
	padding:0;
}
body {
	background:#fff url(../Images/bg.gif) repeat-x top;
	font:12px/22px Tahoma, Helvetica, sans-serif;
	color:#5c5b5b;
}

.left{float: left;}
.right{float: right;}

.clear0{clear: both; height: 0; font-size: 0; overflow: hidden;}
.clear5{clear: both; height: 5px; font-size: 0; overflow: hidden;}
.clear10{clear: both; height: 10px; font-size: 0; overflow: hidden;}
.clear15{clear: both; height: 15px; font-size: 0; overflow: hidden;}
.clear20{clear: both; height: 20px; font-size: 0; overflow: hidden;}
.clear25{clear: both; height: 25px; font-size: 0; overflow: hidden;}
.clear30{clear: both; height: 30px; font-size: 0; overflow: hidden;}
.clear35{clear: both; height: 35px; font-size: 0; overflow: hidden;}
.clear40{clear: both; height: 40px; font-size: 0; overflow: hidden;}
.clear45{clear: both; height: 45px; font-size: 0; overflow: hidden;}

/* Layout Styles Starts */

#wrapper-outer {
	width:972px;
	margin:0 auto;
	background:url(../Images/logo-glow.png) no-repeat left top;
 behavior:
}
#wrapper {
	width:904px;
	margin:0 auto;
}
#header {
	height:120px;
	overflow:hidden;
	padding: 15px 0 10px 0;
}
h1#logo {
	background:url(../Images/logo.png) no-repeat;
	width:475px;
	float:left;
}
h1#logo a {
	display:block;
	height:77px;
}
h1#logo a span {
	display:none;
}
#header h2, #header h3 {
	font-size:24px;
	color:#fff;
	margin:0;
	text-transform:capitalize;
}
#header h2 {
	padding:5px 0;
}
#header h3 {
	font-size:18px;}
	
#header #quote {
	width:355px;
	color:#a29d9a;
	display:block;
	font-size:11px;
	line-height:17px;}
	
#header #contact {
	width:300px;
	color:#FFF;
	display:block;
	text-align:right;
	margin-top:10px;
	font-weight:bold;
	font-size:13px;
	font-style:italic;
}
#header #contact span {
	color:#a29d9a;
	font-style:normal;
}
#banner, #s3slider {
	margin:8px 0 2px 0;
}
#s3slider {
	position:relative;
	height:263px;
	overflow:hidden;
}
#s3sliderContent {
	width: 900px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0; /* important */
}
.s3sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
}
.s3sliderImage span {
	position: absolute; /* important */
	left: 0;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px 15px 13px;
	width: 894px;
	background-color: #000;
	filter: alpha(opacity=50); /* here you can set the opacity of box with text */
	-moz-opacity: 0.7; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	opacity: 0.5; /* here you can set the opacity of box with text */
	color: #fff;
	display: none; /* important */
	bottom: 0;/*
			   if you put
			   top: 0; -> the box with text will be shown at the top of the image
			   if you put
			   bottom: 0; -> the box with text will be shown at the bottom of the image
		   */
		}
#menu {
	height:55px;
	background:url(../Images/menu-bg.gif) repeat-x;
	overflow:hidden;
}
#menu, #menu ul {
	position:relative;
}
#menu ul {
	list-style:none;
}
#menu ul, #menu li {
	list-style:none;
	position:relative;
}
#menu li, #menu li a {
	display:block;
	float:left;
	height:55px;
	line-height:39px;
	color:#fff;
	text-transform:uppercase;
}
#menu li a {
	padding:0 21px 0 22px;
	font-size:12px;
}
#menu li a:hover {
	background:url(../Images/menu-hover.gif) repeat-x;
	text-decoration:none;
}

#menu li a.active {
	background:url(../Images/menu-hover.gif) repeat-x;
	text-decoration:none;}
	
#container1, #container {
	padding:20px 0;
}
#container {
	background:url(../Images/divider.jpg) repeat-y 660px 0;
}
.block1 {
	width:280px;
	float:left;
	margin:0 30px 0 0;
	display:block;
}
.block1.nomargin {
	margin:0;
}
.block1 h2 {
	color:#5d5d5d;
}
.block1 img {
	border:1px solid #bfbfbf;
	padding:3px;
	margin:0 0 8px 0;
}
.block1 a {
	font-weight:normal;
	text-decoration:underline;
	color:#547607;
}
.block1 a:hover {
	color:#222;
	text-decoration:none;
}
#sidearea {
	width:220px;
	float:right;
}

#sidearea a{
	color: #547607;
	font-weight: normal;}
	
#sidearea h3 {
	font-size:18px;
	margin: 0 0 5px 0;}

#mainarea {
	width:650px;
	float:left;
}

#mainareaFull {
	width: 880px;
	float:left;
	padding: 0 20px 0 0;}

#footer-outer {
	border-top:1px solid #cfcfcf;
	width:100%;
}
#footer {
	width:904px;
	margin:0 auto;
	padding:6px 0 0 0;
	font-size:10px;
}
#footer a {
	font-weight:normal;
}
/* Layout Styles Ends */



/* Form Styles */
.contactForm input, .contactForm textarea {
	background:url(../Images/textinput-bg.gif) top center repeat-x;
	font-family: Tahoma, Helvetica, sans-serif;
	border:1px solid #C7C7C7;
	color:#547607;
	font-size:15px;
	margin-bottom:10px;
	padding:8px;
	width: 90%;}
	
.contactForm .submitBTN{
	background:url(../Images/menu-bg.gif) top center repeat-x;
	border:1px solid #C7C7C7;
	color:#fff;
	font-size:15px;
	padding:10px;
	width: 120px;
	height: 40px;
	font-weight: bold;
	cursor: pointer;}
	
.contactForm label{
	font-size: 15px;
	font-weight: normal;}

.signin-btn, .button1 {
	background:#72aa00;
	line-height:20px;
	margin:8px 0;
	padding:2px 10px !important;
	padding:2px 0;
	color:#fff;
	font-weight:bold;
	border:none;
	outline:none;
	cursor:pointer;
}
/* Form Styles */


/* Paragraph and list Styles */

#container p.hr {
	border:solid #d3d3d3;
	border-width:1px 0 0 0;
	margin:0;
	outline:none;
}
#container p {
	margin:0 0 15px 0;
}
#container form p {
	margin:0 0 5px 0;
}
#container p img.floatleft {
	margin:0 20px 0 0;
}
#container p img.floatright {
	margin:0 0 0 20px;
}
#mainarea img.floatleft, #mainarea p img.floatleft {
	margin:10px 10px 10px 0;
}
#mainarea img.floatright, #mainarea p img.floatright {
	margin:10px;
}
#container ul, #container ol {
	margin:0 0 0 20px;
}
#container ol {
	margin:0 0 0 30px;
}
ul#portfolio {
	margin:0;
	list-style:none;
}
#container dt, #container1 dt {
	font-weight:bold;
	margin:20px 0 10px 0;
}
/* Paragraph Styles */

/* Genric Styles Starts */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color:#222;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color:#547607;
}
h1 {
	font-size:32px;
}
h2 {
	font-size:28px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5, h6 {
	font-size:14px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 15px 0;
	color:#5c5b5b;
	font-family:"Myriad Pro Cond", "Trebuchet MS";
	font-weight:bold;
}
img {
	border:none;
}
.clear {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.center {
	text-align:center;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.normal, .normal a {
	font-weight:normal;
}
.textbold {
	font-weight:bold;
}
#container .nomargin, .nomargin {
	margin:0;
}
#container.nobg, .nobg {
	background:none;
}
.padding15 {
	padding:15px;
}


/* Genric Styles Ends */
ul.pathtosuccess {
	list-style:none;
	font-size:18px;
}
ul.pathtosuccess li {
	margin-bottom:10px;
	padding:10px;
}
ul.pathtosuccess li.grey {
	background-color:#f5f1ea;
	padding:15px 10px;
}
ul.pathtosuccess img {
	margin-right:10px;
}
ul.pathtosuccess span {
	font-size:11px;
	display:block;
	margin-left:55px;
	margin-top:-21px;
}

.servicesPromo{
	width: 280px;
	float: left;
	margin: 0 30px 0 0;
	display: block;}
	
.servicesPromo a {
	font-weight: normal;
	text-decoration: none;
	color: #547607;}
	
.servicesPromo a:hover {
	color: #222;
	text-decoration: underline;}
	
.servicesPromo h2 {
	color: #5d5d5d;}
	
.servicesPromo img {
	border: 1px solid #bfbfbf;
	padding: 3px;
	margin: 0 0 8px 0;}

.servicesPromo p{
	font-size: 18px;
	margin: 0 0 5px 0;}
	
.block1 p{
	font-size: 13px;}
	

