@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;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1;
	background-image:url(imgs/pagebg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#ededed;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #36C;
}
a:active {
	text-decoration: none;
}
header {
	background-color:#fff;
	min-height:180px;
	box-shadow: 0 2px 10px #ccc;
	position:relative;
	z-index:9999;
}
.wrapper {
	max-width:1180px;
	width:98%;
	margin:auto;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.flex {
	overflow:hidden;
}
.split {
	clear:both;
}
.logo {
	float:left;
	margin: 20px 0 0 0px;
}
.callus {
	float:right;
	font-size:30px;
	font-family:Tahoma, Geneva, sans-serif;
	margin: 30px 0 0 0px;
	color:#666;
	text-align:right;
	line-height:11px;
}
.stext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	
}
.tableft {
	width:75%;
	float:left;
	margin: 14px 0 0 0px;
}
nav {
	width:100%;
}
nav ul {
	width:auto;
}
nav ul li {
	list-style:none;
	float:left;
}
nav ul li a {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size:16px;
	padding: 14px 14px 14px 14px;
	display:block;
}
nav ul li a:hover {
	text-decoration:none;
}
.social {
	float:right;
	margin:12px 0 0 0px;
}

.wtrans {
	background-image:url(imgs/wtransparent.png);
	background-repeat:repeat;
	min-height:440px;
	box-shadow: 0 2px 10px #ccc;
}
.slider {
	float:left;
	width:65%;
	margin: 30px 0 0 0px;
}
.slider img {
	width:100%;
	border-radius:7px;
}
.welcome {
	float:right;
	width:33%;
	margin: 30px 0 0 0px;
}
.welcome h2 {
	font-family: 'Dancing Script', cursive;
	font-weight:100;
	font-size:32px;
	margin: 0 0 10px 0px;
	color:#666;
}
.welcome p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:100;
	font-size:14px;
	margin: 0 0 12px 0px;
	line-height:21px;
	text-align:justify;
}
.blink {
	width:100%;
}
.blink a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	border: solid 1px #ccc;
	padding: 4px 12px 2px 12px;
	background-color:#2b3fa5;
}
.blink a:hover {
	color:#ccc;
	border: solid 1px #999;
	background-color:#666;
	text-decoration:none;
}
.pp {
	float:right;
	margin-left:10px;
	border-radius:5px;
}
.qa {
	width:100%;
}
.qa ul {
	width:auto;
}
.qa ul li {
	list-style:none;
	float:left;
	width:25%;
	margin: 20px 0 20px 0px;
}
.qa ul li a img {
	width:100%;
}
.qa ul li a img:hover {
	opacity: 0.7;
}

footer {
	background-color:#FFF;
	text-align:center;
	padding:15px 0px ;
	font-size:13px;
	font-family:Calibri;
	color:#666;
	line-height:22px;
	box-shadow: 0 -2px 10px #ccc;
	
}

.about{
	float:left;
	text-align:left;
	width:100%;
	margin: 20px 0px 0px 0px;
    min-height:490px; 
}

.about h2 {
	font-family: 'Dancing Script', cursive;
	font-weight:100;
	font-size:32px;
	color:#666;
	margin: 7px 20px 0px 20px;
	padding-top:8px;
}

.about h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:100;
	font-size:17px;
	margin: 25px 20px 10px 20px;
	color:#6078d0;
	
}

.about p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:100;
	font-size:14px;
	margin: 12px 20px 12px 20px;
	line-height:21px;
	text-align:justify;
}


.hero-unit{
	background-color:#ececec;
	border-radius:15px;
    min-height:385px;
	
}

.hero-unit img{
	float:right;
	margin-top:18px;
    margin-right:20px;
	border-radius:6px;
	border:solid #666 2px;
	width:230px;
	height:120px;
}

.hero-unit bullets img{
   width:10px;
   height:10px;
}



