@charset "utf-8";
/* CSS Document 
	author: Hitankar Ray
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:12px;
	color:#000000;
	background-image:url(bg.png);
	height:100%;
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#f6f6ed;
	text-align:center;
}

/*Layout*/
div#container {
	/*background-image:url(container.png);*/
	width:979px;
	height:638px;
	height:100%;
	background-position:top;
	background-repeat:no-repeat;
	margin:0 auto;
	text-align:inherit;
	z-index:1000;
}

#container #header {
	clear:both;
}

#header #logo {
	background-image:url(logo.png);
	background-position:top left;
	width:459px;
	height:150px;
	background-repeat:no-repeat;
	float:left;
}

#header #slogan {
	background-image:url(slogan.png);
	width:520px;
	height:100px;
	background-position:top right;
	float:right;
}

#header #menu{
	background-color:#FFFFFF;
	width:520px;
	height:39px;
	float:right;
}

div#wrapper {
	width:882px;
	clear:both;
	height:100%;
	margin:0 auto;
}

#wrapper h4 {
	font-family: "Geneva",Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bolder;
	color:#993300;
	letter-spacing:-1px;
}

#wrapper .clear {
	clear:both;
	height:1px;
	background-color:transparent;
}
#wrapper #image {
	background-image:url(image.png);
	background-repeat:no-repeat;
	width:395px;
	height:196px;
	background-position:top left;
	float:left;
	padding-left:230px;
	text-align:left;
	overflow:hidden;
	padding-top:11px;
	padding-right:15px;
	font-family: "Geneva",Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:1.7em !important;
	color:#666632;
	letter-spacing:-.9px;
}


#wrapper #get_started {
	background-image:url(get_started.png);
	background-position: top right;
	width:242px;
	height:206px;
	float:right;
	font-size:10px;
	color:#000000;
}

#wrapper #get_started div#head-white {
	color:#FFFFFF;
	padding:10px 10px 10px 10px;
	margin:0;
	border:none;
	font-family: "Geneva",Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	letter-spacing:-.6px;
	font-size:18px;
	font-weight:bolder;
}

#wrapper #get_started div#head-white em {
	font-style:italic;
	color:#2371BD;
}

div#wrapper div#get_started a {
	color:#FFFFFF;
	border-bottom:solid 1px #FFFFFF;
}

div#wrapper div#get_started a:hover {
	color:#010080;
	border-bottom:solid 1px #000000;
}

div#get_started form#GRSubscribeForm {
	margin-top:0px;
	font-size:11px;
}

div#get_started form#GRSubscribeForm span#note {
	display:none;
	text-align:left;
	margin-left:13px;
	font-size:10px;
	line-height:normal;
	font-stretch:normal;
	color:#570033;
	font-style:italic;
	margin-bottom:10px;
}

div#get_started div {
	display:block;
	padding:1px 1px 1px 1px;
}

div#get_started div label {
	display:inline-block;
	width:70px;
	color:#570033;
	font-style:italic;
	margin:0;
	padding:0;
	vertical-align:top;
}

div#get_started div span {
	display:inline-block;
	width:auto;
	color:#000000;
}

form#GRSubscribeForm input,input:hover,input:focus{
	width:auto;
	border:none;
	height:auto;
	font-size:12px;
}

form#GRSubscribeForm input.text,input.text:hover,input.text:focus{
	width:auto;
	border:none;
	height:16px;
	font-size:12px;
	border:solid 1px #000000;
}

form#GRSubscribeForm input[type='submit'], input.submit {
	background:#010080;
	padding:5px 5px 5px 5px;
	cursor:pointer;
	color:#FFFFFF;
	font-size:12px;
	border:solid 1px #FFFFFF;
}

form#GRSubscribeForm input[type='submit']:hover, input.submit:hover {
	background:#0200E6;
}

#wrapper #service-1 {
	background-image:url(service1.png);
	background-position: top left;
	width:431px;
	height:134px;
	float:left;
}

#wrapper #service-2 {
	background-image:url(service2.png);
	background-position: top right;
	width:428px;
	height:134px;
	float:right;
}

#wrapper #service-3 {
	background-image:url(service3.png);
	background-position: top right;
	width:431px;
	height:139px;
	float:left;
}

#wrapper #service-4 {
	background-image:url(service4.png);
	background-position: top right;
	width:429px;
	height:139px;
	float:right;
}

body #footer {
	background-image:url(footer.png);
	background-color:#2371bd;
	background-repeat:repeat-x;
	background-position:top left;
	width:100%;
	height:150px;
	position:relative;
	top:65px;
	bottom:0px;
	padding-top:30px;
	text-align:center;
}

#footer div {margin:0 auto; width:auto; width:882px;}

#footer span{
	float:left;
	/*width:294px;
	width:30%;
	width:auto;*/
	display:block;
	text-align:left;
	color:#CCCCCC;
}

#footer span#leftspan {
	width:200px;
	border-right:dotted 2px #CCCCCC;
}
#footer span#centerspan {
	width:380px;
	text-align:center;
}
#footer span#rightspan {
	width:255px;
	border-left:dotted 2px #CCCCCC;
	padding-left:40px;
}

#footer span ul{
	list-style:none;
	list-style-position:inside;
}

#footer span ul li {
	color:#CCCCCC;
	margin-left:0px;
}

#footer span ul li a {
	color:#FFFFFF;
	display:inline;
	text-decoration:none;
	padding:0;
	margin:0;
	border:none;
}

#footer span ul li a:hover, a:focus {
	color:#f2e8e1;
}
/* Layout ends here */

.services {
	text-align:left;
	color:#666666;
}

.services h3{
	color:#C0985D;
	font-weight:bold;
	font-size:16px;
}

.services span {
	margin:10px 120px 10px 10px;
	display:block;
	font-size:11px;
}

.leftalign {
	position:relative;
	left:-330px;
}

#wrapper a{
	text-decoration:none;
	color:#993300;
	border-bottom:solid 1px #000000;
	display:inline;
	padding:0;
}

#wrapper a:hover{
	color:#3366FF;
	border-bottom:solid 1px #993300;
}

#wrapper a:visited{
	color:#993300;
	border-bottom:solid 1px #993300;
}

#about {
	text-align:justify;
	padding:20px 20px 20px 20px;
	background-color:#FFFFFF;
	/*filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	zoom:1;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;*/
}

#about h3 {
	font-size:20px;
}

#about p {
	margin:10px 0px 10px 0px;
	line-height:2em;
}

div#faq {
	text-align:justify;
	padding:20px 20px 20px 20px;
	background-color:#FFFFFF;
	/*filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	zoom:1;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;*/
}

div#faq dl {
	margin:10px 5px 10px 5px;
}

div#faq dt {
	padding: 5px 5px 5px 5px;
	color:#FDEFBE;
	background-color:#828359;
	font-weight:bold;
	cursor:pointer;
}

div#faq dd {
	padding: 10px 10px 10px 10px;
	color:#000000;
	background-color:#F1F1CF;
}

div#contact {
	text-align:justify;
	padding:20px 20px 20px 20px;
	background-color:#FFFFFF;
	/*filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	zoom:1;
	filter:alpha(opacity='60');
	-moz-opacity:0.6;
	opacity:0.6;
	z-index:-1;*/
}

div#contact div {
	width:100%;
	display:block;
	height:50px;
	clear:both;
	padding-bottom:10px;
}

div#contact span {
	text-align:left;
	font-size:18px;
	height:auto;
	margin-left:3px;
	display:block;
	float:left;
	padding:0;
}

div#contact label {
	width:200px;
	float:left;
	height:auto;
	font-size:18px;
	margin-left:20px;
}

div#contact input[type='text'], input.text {
	height:28px;
	width:300px;
	font-style:italic;
	font-size:20px;
	border: solid 3px #CCCCCC; 
	margin:0;
	float:left;
}

div#contact input[type='text']:hover, input.text:hover, input[type='text']:focus, input.text:focus{
	height:28px;
	width:300px;
	font-style:italic;
	font-size:20px;
	border: solid 3px #666666; 
	margin:0;
	background-color:#ffffe1;
	float:left;
}

div#contact textarea {
	height:100px;
	width:300px;
	font-style:italic;
	font-size:20px;
	border: solid 3px #CCCCCC; 
	margin:0;
	float:left;
}

div#contact textarea:hover, textarea:focus {
	height:100px;
	width:300px;
	font-style:italic;
	font-size:20px;
	border: solid 3px #000000; 
	margin:0;
	background-color:#ffffe1;
	margin:0;
	float:left;
}

div#contact input[type='submit'], input.submit {
	font-family:"Bodoni MT", Arial, Tahoma;
	font-size:18px;
	font-weight:bold;
	width:100px;
	height:50px;
	color:#FAEDB9;
	background-color:#85865E;
	border:none;
	cursor:pointer;
}

div#contact label.error {
	background-image:url(error_img.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding:5px 5px 5px 25px;
	color:#FFFFFF;
	background-color:#e10071;
	font-size:12px;
	font-weight:bold;
	width:auto;
	display:inline;
	float:left;
	margin:0;
}

form#contactform div#success,div#failure {
	padding:10px 10px 10px 10px;
	width:97%;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
	text-align:center;
	height:auto;
	background-image:url(no.png);
	background-position:top right;
	background-repeat:no-repeat;
}

form#contactform div#success {
	background-color:#00b72e;
}

form#contactform div#failure {
	background-color:#e10071;
}

.centeralign {
	background-color:transparent;
	
}

#privacy {
	text-align:justify;
	padding:20px 20px 20px 20px;
	background-color:#FFFFFF;
	/*filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	zoom:1;*/
}

#privacy h1 {
	color:#000000;
	font-size:22px;
}

#privacy h2 {
	color:#000000;
	font-size:18px;
}

#privacy p {
	margin:10px 0px 10px 0px;
}

#privacy ul li {list-style:disc; list-style-position:inside;margin-left:5px;}

#disclaimer {
	text-align:justify;
	padding:20px 20px 20px 20px;
	background-color:#FFFFFF;
	/*filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	zoom:1;*/
}

#disclaimer h1 {
	color:#000000;
	font-size:22px;
}

#disclaimer h2 {
	color:#000000;
	font-size:18px;
}

#disclaimer p {
	margin:10px 0px 10px 0px;
	display:block;
}

#disclaimer ul li {list-style:disc; list-style-position:inside;margin-left:5px;}

.leftset {
	margin-left:10px;
	text-align:left;
	margin-bottom:20px;
}

.leftset h2 {
	margin:10px 0px 10px 0px;
	font-weight:bolder;
	font-size:18px;
}

.leftset h3 {
	margin:0px 0px 5px 0px;
	font-weight:400;
	font-size:16px;
}
