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

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}
/* End normalizing stuff */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	margin:0 0 0 0;
	position:relative;
}
p {
	line-height:1.6em;
}
a {
	color:#a7353e;
}
a:visited {
	color:#a7353e;
}
a:active {
	color:#a7353e;
}
a:hover {
	color:#F00;
}

h1 {
	font-size:2em;
	font-weight:bold;
	color:#a7353e;
    text-align: center;
}
h2 {
	font-size:1.5em;
	font-weight:normal;
	color:#2359a1;
}
h3 {
	font-size: 1.2em;
	font-weight:bold;
}


header {
	width:100%;
	background:url(../images/headerBG.jpg) top repeat-x;
	background-size:1px 212px;
}
.header-container {
	width:100%;
	max-width:1080px;
	margin:0 auto;
}
.headerleft {
	width:50%;
	float:left;
}
.headerleft img {
	height:200px;
	width:auto;
}
.headerright {
	width:50%;
	float:left;
	text-align:right;
	padding-top:50px;
	color:#8e8f91;
	font-size:1em;
	line-height:1.8em;
}
.headerright strong {
	color:#2359a1;
	font-size:1.2em;
	margin-left:12px;
	text-shadow: 0px 0px 7px #fff;
}
.headerright strong a {
	color:#2359a1;
	text-decoration: none;
}
.headersearch {
}
.headersearch input[type=text] {
	background:#f2f2f2;
	border:none;
	border-radius:3px;
	padding:5px;
	width:150px;
}
.headersearch .searchbutton {
	border:none;
	background:url(../images/searchbtn.png) 0 0 no-repeat;
	width:27px;
	height:27px;
	cursor:pointer;
}
.headersearch .searchbutton:hover {
	background:url(../images/searchbtn.png) -36px 0 no-repeat;
}


nav {
	background:#2359a1;
	min-height:50px;
}

section.full {
	padding:0px;
	width:100%;
	max-width:none;
}


section {
	width:96%;
	margin:0 auto;
}
.contain {
	width:100%;
	max-width:1080px;
	margin:0 auto;
}
.fullpage {
	width:96%;
	margin:0 auto 100px auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66%;
	float: left;
}
.padleft {
	padding-left:4%;
}
.padright {
	padding-right:4%;
}
.padtop {
	padding-top:4%;
}
.padbottom {
	padding-bottom:4%;
}
.padall {
	padding:30px 4%;
}
.quoteblock {
	margin:20px 0px;
}
.quoteblock img {
	float:left;
	margin:0 1% 1% 0;
	width:25%;
	height:auto;
}
.quoteblock p {
	display:block;
	width:73%;
	float:left;
	line-height:1.2em;
	margin:0px;
	font-size:.9em;
}

.homeblock {
	width:23%;
	float:left;
	margin:1%;
	border-radius:15px;
	overflow:hidden;
	background:#2359a1;
	color:#fff;
	text-decoration:none;
	height: 300px;
	text-align:center;
    position: relative;
}
.homeblock img {
	border:none;
	margin:0px;
	width:100%;
	height:auto;
}
.homeblock h3 {
	padding: 20px 20px;
    width:100%;
    position: absolute;
    bottom:-19px;
	background:#2359a1;
    text-align: center;
}

.servicelist {
	width:98%;
	margin:30px auto;
	padding:0px;
	clear:both;
}
.servicelist li {
	width:30%;
	margin:1.5%;
	list-style:none;
	float:left;
	background:#a7353e;
	border-radius:7px;
	padding:0px;
	text-align:center;
}
.servicelist li a, .servicelist li a:visited, .servicelist li a:active {
	text-decoration:none;
	color:#fff;
	font-size:1.2em;
	display:block;
	padding:30px 0px;
	text-transform:capitalize;
}
.servicelist li:hover {
	background:#2359a1;
}

.rightmenu {
	background:#d1d2d4;
	padding:5% 12%;
	margin:0px;
}
.rightmenu li {
	list-style:none;
	border-bottom:1px solid #b6b7b9;
}
.rightmenu li a, .rightmenu li a:active, .rightmenu li a:visited {
	display:block;
	text-decoration:none;
	color:#555;
	padding:4% 0px;
	transition: padding 0.45s ease;
	text-transform:capitalize;
}
.rightmenu li a:hover {
	background:#a7353e;
	color:#fff;
	padding:4% 0px 4% 10px;
}
h2.menuheader {
	margin:40px 0 0 0;
}
h2.menuheader a, h2.menuheader a:visited, h2.menuheader a:active {
	background:#2359a1;
	color:#fff;
	text-transform:uppercase;
	padding:20px;
	text-align:center;
	text-decoration:none;
	display:block;
	font-size:.8em;
	font-weight:normal;
	border-radius:4px 4px 0 0;
}
h2.menuheader a:hover {
	background:#a7353e;
}


.pageimg {
	border:6px solid #FFF;
	-moz-box-shadow: 3px 3px 4px #555;
	-webkit-box-shadow: 3px 3px 4px #555;
	box-shadow: 3px 3px 4px #555;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555')";
	/* For IE 5.5 - 7 */	
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555');
}
.imgleft {
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}
.imgright {
	float:right;
	margin-left:20px;
}

.list {
	margin:30px 0 10px 30px;
	padding:0px;
	font-size:1.1em;
}

.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) left top no-repeat;
	padding:1px 0px 5px 33px;
	margin: 8px 0 12px 0;
	line-height: 1.6em;
}	

.clear {
	clear:both;
}
.clearafter:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.ctr {
	text-align:center;
}
a.c2a {
	display:block;
	background-color: #a7353e;
	color:#fff;
	font-size:1.6em;
	padding:20px;
	text-align: center;
	text-decoration: none;
	border-radius:7px;
	text-transform: uppercase;
}
a.c2a:hover{
	background-color: #2359a1;
}

address {
	margin:30px;
	font-size:1.6em;
	line-height:1.6em;
	font-style:normal;
}

label {
	font-weight:bold;
	float:left;
	margin:0px 10px 0 0;
	width:100px;
}

#emailform fieldset {
	width:100%;
	border:none;	
	border-radius: 10px;
	margin:20px auto 0 auto;
	background:#f2f2f2;
}
#emailform legend {
	font-size:22px;
	font-weight:bold;
	color:#000;
}
#emailform div {
	margin:10px;
	text-align:left;
}
#emailform label {
	font-size:14px;
	font-weight:bold;
	float:left;
	margin:12px 10px 0 0;
	width:120px;
}
#emailform #submit {
	text-align:center;
}
input {
	border:1px solid #000;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:200px;
}
textarea {
	border:1px solid #000;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:220px;
	height:120px;
}
select {
	border:1px solid #000;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:auto;
	cursor:pointer;
}
.application fieldset {
	width:100%;
	border:none;	
	border-radius: 5px;
	margin:20px auto 0 auto;
	background:#f2f2f2;
}
.application legend {
	font-size:22px;
	font-weight:bold;
	color:#000;
}
.application div {
	margin:10px;
	text-align:left;
}
.application label {
	font-size:14px;
	font-weight:bold;
	float:left;
	margin:12px 1% 0 0;
	width:25%;
}
.application #submit {
	text-align:center;
}
.application input {
	border:1px solid #000;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:73%;
}
.application textarea {
	border:1px solid #000;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:73%;
	height:120px;
}
.application select {
	border:1px solid #000;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:auto;
	cursor:pointer;
}
.application input[type=radio], .application input[type=checkbox]{
	width:auto;
}

.button{
	background-color: #a7353e;
	border:none;
	color:#fff !important;
	font-size:18px !important;
	cursor:pointer;
	width:auto !important;
	padding:20px 5% !important;
}
.button:hover{
	background-color: #2359a1;
	color:#FFF;
	cursor:pointer;
	width:auto;
}
.unoCme {
	display:none;
	visibility: hidden;
}

footer {
	font-size:.8em;
	width:100%;
	margin:50px auto 0px auto;
	background:#2359a1;
	padding:20px;
	color:#ccc;
}
footer a, footer a:visited, footer a:active {
	color:#ccc;
}
footer a:hover {
	color:#fff;
}
#credit {
	width:auto;
	float:none;
    display:inline;
    margin:0 50px;
}

/* slider styles */
#slider-container {
	width: 100%;
	background-color: #d1d2d4;
	height: auto;
	padding: 0px;
	margin:0px auto;
	position: relative;
	overflow: hidden;
}
#slider {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	width: 100%;
	height: auto;
}
#slider a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	left: 10px;
	top: 345px;
}
.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}
.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -30px 0;
	right: 5px;
}
a.nivo-prevNav {
	left: 5px;
}
.nivo-caption {
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #082334;
}
.nivo-caption a {
	color: #ffb02a;
	text-decoration: underline;
}
/* end slider styles */

@media (max-width: 1080px) {
	.servicelist li {
		width:47%;
	}
	.col-half {
		padding:1% 4%;
	}
	.col-third {
		padding:1% 4%;
	}
	.col-fourth {
		padding:1% 4%;
	}
	.col-twothirds {
		padding:1% 4%;
	}
	h1 {
		padding:2% 5%;
	}
	
}
@media (max-width: 719px) {
	.col-half {
		width: 100%;
		padding:4%;
		float: none;
	}
	.col-third {
		width: 100%;
		padding:4%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		padding:4%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		padding:2% 4%;
		float: none;
	}
	h1 {
		padding:2% 5%;
	}
	.headerleft {
		width:100%;
		float:none;
	}
	.headerleft img {
		height:auto;
		width:100%;
	}
	.headerright {
		width:100%;
		float:none;
		margin-top:-10px;
		text-align:center;
		padding-top:10px;
		background:#b6b7b9;
		border-top:20px solid #2359a1;
		font-size:1.4em;
		line-height:1.8em;
	}
	.headerright strong {
		text-shadow: none;
	}
	.homeblock {
		width:48%;
	}
	.homeblock img {
		max-height:200px;
	}
	footer {
		text-align:center;
	}
	#credit {
		float:none;
		margin:10px auto;
		text-align:center;
	}
	.servicelist li {
		width:98%;
		margin:20px auto;
		float:none;
	}

}
