/*Globals*/

* {
padding:0;
margin:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#06385f;
}
#pagebody {
position:absolute;
top:0;
left:0;
width:100%;
z-index:1;
}
#service_img {
width:400px;
height:auto;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/images/loading.gif) 50% 50% no-repeat rgb(6,56,95);
}
.clear {
clear:both;	
}
img {
border:none;	
}
.left {
float:left;	
}
.right {
float:right;	
}
.nomargin {
margin:0px;	
}
.nopadding {
padding:0px;	
}
/*General Tag Styles*/

h1 {
color:#fff;
background:#69a2db;
font-size:36px;
}
h2 {
color:#06385f;
font-size:26px;	
font-weight:bold;
}
h3 {
background:#b00000;
font-size:14px;	
color:#fff;
}
h4 {
	
}
h5 {
	
}
h6 {
	
}
p {
color:#373737;
font-size:16px;
}
ul, ol {
padding:0 25px;
}
li {
color:#373737;
font-size:16px;
line-height:25px;
padding:0 0 10px 0;
}
hr {
width:100%;
height:1px;
background:373737;
border:none;
}
input[type=text], input[type=password] {
border:1px solid #000;
height:30px;
color:#373737;
font-size:12px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding:5px 10px;
width:300px;
}
textarea {
border:1px solid #000;
height:200px;
color:#373737;
font-size:18px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding:5px 10px;
width:300px;
}
input[type=submit] {
background-color:#06385f;
display:inline-block;
font-size:24px;
padding:5px 25px;
color:#FFF;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-align:center;
border:none;
cursor:pointer;
margin:10px 0 0 0;
}
select {
background: #fff;
   width: 320px;
   color:#373737;
   font-size: 16px;
   line-height: 1;
   border: 1px solid #000;
   -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
   height: 40px;
   -webkit-appearance: none;
   padding:5px 10px;
}
label {
color:#05651d;
font-size:24px;
}
/*General Link Styles*/

a {
color:#06385f;
text-decoration:none;
-o-transition:color .2s ease-out, color .2s ease-in, background .2s ease-out, background .2s ease-in;
-ms-transition:color .2s ease-out, color .2s ease-in, background .2s ease-out, background .2s ease-in;
-moz-transition:color .2s ease-out, color .2s ease-in, background .2s ease-out, background .2s ease-in;
-webkit-transition:color .2s ease-out, color .2s ease-in, background .2s ease-out, background .2s ease-in;
transition:color .2s ease-out, color .2s ease-in, background .2s ease-out, background .2s ease-in;
}
a:hover {
color:#000;
text-decoration:underline;
}
.success {
	color: #030;
	background-color: #CFC;
	padding: 10px;
	border: 1px solid #030;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size:24px;
}
.success a {
	color: #030;
}
.success a:hover {
	color: #030;
	text-decoration: none;
}
.error {
	color: #900;
	background-color: #FCC;
	padding: 10px;
	border: 1px solid #900;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size:24px;
}
.error a {
	color: #900;
}
.error a:hover {
	color: #900;
	text-decoration:none;
}
.button {
display:inline-block;
background-color:#06385f;
font-size:24px;
padding:10px 25px;
color:#FFF;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-align:center;
line-height:normal;
border:1px solid #000;
margin-bottom:10px;
}
.button:hover {
background-color:#05651d;
text-decoration:none;
color:#fff;
}

.header {
width:100%;
height:300px;
background:url(/images/header_bg.jpg) center center no-repeat;
background-width:100%;
}
.header2 {
width:1500px;
height:300px;
margin:0 auto;
position:relative;
}
.logo {
position:absolute;
width:660px;
height:300px;
top:0;
left:-50px;
}
.logo img {
width:100%;
height:auto;
}
.contact {
position:absolute;
right:0;
bottom:65px;
display:inline-block;
border:5px solid #9d9f9f;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background:url(/images/contact_bg.png) repeat center center;
padding:20px 10px;
text-align:center;
}
.contact p, .contact a {
color:#f9ffd0;
text-decoration:none;
font-size:35px;
}

.menu {
width:100%;
height:102px;
background:#05651d;
}
.menu2 {
width:1500px;
height:102px;
margin:0 auto;
}
.tablet_menu, #tablet_dr_services {
display:none;	
}
#iphonebg {
display:none;	
}
.menulink {
float:left;	
line-height:72px;
margin:15px 45px 0 0;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
z-index:999;
position:relative;
}
.menulink a {
display:block;
font-size:26px;
padding:0 25px;
height:72px;
color:#fff;
font-family: 'Raleway', sans-serif;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
font-weight:bold;
cursor:pointer;
}
.menulink a:hover {
text-decoration:none;
}
#home {
position:relative;
-webkit-border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
border-radius: 20px 20px 20px 20px;
z-index:999;
}
#home:hover {
color:#fff156;
background:#06385f;
}
#services, #about, #contact {
position:relative;
-webkit-border-radius: 20px 20px 0px 0px;
-moz-border-radius: 20px 20px 0px 0px;
border-radius: 20px 20px 0px 0px;
z-index:999;
}
#dr_services, #dr_about, #dr_contact {
-webkit-border-radius: 0px 20px 20px 20px;
-moz-border-radius: 0px 20px 20px 20px;
border-radius: 0px 20px 20px 20px;	
text-transform:uppercase;
}
#dr_services, #dr_about, #dr_contact {
position:absolute;
top:70px;
left:0;
display:none;
background:#06385f;
width:296px;
z-index:998;
padding:10px 25px 25px 25px;
cursor:pointer;
}
#dr_services a, #dr_about a, #dr_contact a {
padding:10px 0;
display:block;
height:auto;
line-height:25px;
color:#fff;
font-size:18px;
text-align:left;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
background:none;
font-family:Verdana, Geneva, sans-serif;
border-bottom:3px solid #fff156;
font-weight:normal;
}
#dr_services a:hover, #dr_about a:hover, #dr_contact a:hover {
color:#fff !important;
}
#dr_services a:last-child, #dr_about a:last-child, #dr_contact a:last-child {
border:none;	
}
.mainbody {
background:#f2fdf5;	
width:100%;
}
.slideshow_contain {
width:1500px;
height:500px;
margin:0 auto;
position:relative;
}
.slideshow img {
width:100%;
height:auto;
}
#adv-custom-caption {
padding:25px 0;
text-align:center;
width:1500px;
margin:0 auto;
background:#073860;
color:#fff;
font-size:24px;
}
.cycle-pager {
position:absolute;
bottom:35px;
right:25px;
z-index:999;
color:#fff;
text-align: center;
}
.cycle-pager span { 
    font-family: arial; font-size: 65px; width: 20px; height: 20px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #fffc00;}
.cycle-pager > * { cursor: pointer;}
.mainbody2 {
width:1400px;
margin:0 auto;
background:#fff;
position:relative;
padding:50px;
}
.mainheading {
background:#06385f;
width:1600px;
text-align:center;
color:#fff;
font-size:55px;
position:absolute;
top:50px;
left:-50px;
z-index:0;
}
.mainheadingleft {
	width:50px;
	height:29px;
	left:-50px;
	top:21px;
	z-index:1;
	position:absolute;
}
.mainheadingright {
	width:50px;
	height:29px;
	right:-50px;
	top:21px;
	z-index:1;
	position:absolute;
}
.spacer {
width:100%;
height:100px;
}
.boxes {
width:100%;
margin:0 0 25px 0;
}
.box1, .box2, .box3 {
float:left;	
width:398px;
height:350px;
border:1px solid #06385f;
padding:25px;
}
.box1 h1, .box3 h1 {
background:none;
color:#06385f;
text-align:center;
}
.box2 h1 {
background:none;
color:#fff;
text-align:center;
text-shadow:1px 1px 1px #06385f;
}
.box1 {
margin:25px 0 0 0;
background:#eff3e5;
}
.box2 {
margin:0 0 0 25px;
background:#06385f;
}
.box3 {
margin:25px 0 0 25px;	
background:#eff3e5;
}
.home {
padding:25px;
background:#ecf7ff;
border:1px solid #06385f;
}
.white {
border:1px solid #05651d;
background:#f9ffd0;
padding:25px;
float:right;
}
.white p {
font-size:24px;	
color:#06385f;
}
.footer {
background:#06385f;
}
.footer2 {
width:1500px;
font-size:14px;
text-align:center;
margin:0 auto;
padding:15px 0;
color:#fff;
}
.checks {
font-size:35px;
color:#06385f;
padding:0 0 0 35px;
}
.box2 ul.checks li {
	color:#fff;
}
ul.checks li {
	list-style-image:url(/images/check.png);
	font-size:20px;
}