@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font: inherit;
	vertical-align: baseline;	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body{font-family:"Arial";}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{ text-decoration:none; color:#000000;}
.divclear{clear:both;}

h2{font:500 35px 'Raleway', sans-serif; padding:5px 0 25px; color:#130604;text-align:center;}
h4{font:500 25px 'Raleway', sans-serif; padding:15px 0 10px; color:#fd6648; text-align:left; width:800px; margin:0px auto;}
p{ color:#6d6d6d; padding:5px 0; text-align:justify; font-size:15px; line-height:26px; width:800px; margin:0px auto;}
p a:link{color:#fd6648;}
p a:visited{color:#fd6648;}
p a:hover{color:#6d6d6d; text-decoration:underline;}
strong{color:#fd6648; font-weight:bold;}

.wrap{ width:1280px; margin:0px auto; padding:0;}
#header{ width:1220px; margin:0px auto; padding:0; height:130px;}
#header .left{ float:left; width:415px; height:95px; padding:18px 0 0;}
#header .right{ float:right; width:530px;}
/*Menu starts*/
			#menu
			{
			padding:0;
			margin:0;
			white-space:nowrap;
			list-style-type:none;			
			text-align:left;
			text-transform:none;
			width:530px;			
			}
			#menu li {display:inline;}
			#menu li a
			{
			padding:0 12px;
			color:#3e3c3c;
			text-decoration:none;
			font:300 13px/130px 'Raleway', sans-serif;
			}			
			#menu li a:hover 
			{
			color:#fd6648;
			}			
			#menu li .current			
			{
			color:#fd6648;
			}			
			/*Menu ends*/
#banner{ background:url(../images/banner_bg.jpg) repeat-x top #fff; width:100%; height:530px; text-align:center; padding:60px 0 0;}
#banner h2{color:#fff;  padding:0 0 60px;}
#banner_inner{ background:#fd6648; height:85px; text-align:center; color:#fff;font:500 35px/85px 'Raleway', sans-serif;}

#content{ margin:0px auto; width:1220px; padding:20px 0 30px; min-height:350px;}
.welcome{ font-size:18px; line-height:32px; width:750px; }
.list{ padding:20px 0;}
.list li{ list-style:circle; color:#6d6d6d; font-size:18px; line-height:32px;margin:0 0 0 250px;}
.get_started{ background:url(../images/get_started.png) no-repeat; width:385px; height:140px; margin:30px auto 0;}
.get_started:hover{ background:url(../images/get_started_hover.png) no-repeat; width:385px; height:140px;}

#footer{ background:#e3e0e0; height:85px; font-size:14px; color:#130604; line-height:85px; text-transform:uppercase; text-align:center;}
#footer a:link{ color:#130604;}
#footer a:visited{ color:#130604;}
#footer a:hover{ color:#fd6648;}