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

/*

Grey #b2b0b0
Blue #363d7e
Dark Blue #161831

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Raleway', sans-serif;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px solid #161831;	
	margin: 20px 0 20px 0;
}

#headerBackground {
	float: left;
	width: 100%;	
	background-color: #161831;
	border-top: 5px solid #363d7e;
}

header {
	margin: 0 auto;
	width: 1200px;	
}

#logo { 
	float: left;
	margin: 15px 0 15px 0;
}

#logo img { 
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#logo:hover {
	cursor: pointer;	
}

#contact {
	float: left;
	width: 100%;
	margin: 10px 0 20px 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #161831;
}

#contact ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #363d7e;
}

#mainBody #contact li {
	color: #363d7e !important; 
	line-height: 35px;
	font-size: 140%;
	display: inline;
	padding-left: 35px;
	font-weight: bold;
	margin: 0 10px 0 10px;
}

#contact li.phone {
	background-image: url(images/phone.png);
	background-position: left;
	background-repeat: no-repeat;
}	

#contact li.email {
	background-image: url(images/email.png);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 15px;
}

#mainBody #contact li a {
	color: #363d7e !important;
	text-decoration: none;
}

#mainBody#contact li a:hover {
	color: #363d7e !important;
	text-decoration: underline;
}

/*										Nav								*/

nav {
	float: right;
	margin: 0;
	padding: 0;
}

nav ul {
	float: right;
	list-style-type: none;
	padding: 39px 0 0 0;
	margin: 0;
	text-align: center;
}

nav li {
	display: inline;
	color: white;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

nav li a {
	color: white;
	text-decoration: none;
	margin: 0;
	font-weight: 100;
	padding: 39px 30px 37px 30px;
}

nav li a:hover {
	color: white;
	text-decoration: none;
	background-color: #b2b0b0;
}

nav li a.active {
	color: white;
	text-decoration: none;
	background-color: #b2b0b0;
}



/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: left;
}

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: white;	
	height: 40px;
	width: 40px;
	padding: 0;
	margin:0;
}

.accordionContent {
	float: left;
}

.accordionContent ul {
	float: left;
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 35px;
	color: white;
	float: none;
	text-align: left;
}

#accordionSection .accordionContent li a {
	float: none;
	color: white;
	border: none;
	text-align: left;
	padding: 5px;
}

#accordionSection .accordionContent li a:hover {
	border: none;
	text-decoration: none;
	color: white;
}

#accordionSection .accordionContent li a.active {
	border: none;
	text-decoration: none;
	color: white;
}

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #363d7e;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
	font-weight: 100;
}

footer {
	width: 1200px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
}

footer p {
	color: white;
	font-size: 80%;
	margin: 0 0 3px 0;
}
	
footer p a {
	text-decoration: none;
	color:white;
}

footer p a:hover {
	text-decoration: underline;
	color:white;
}

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}


/*										Banner								*/

#banner-slide {
   width: 100%;
   height: auto;
   margin-top: 10px;
}

#banner-slide img {
  max-width: 100%;
  height: auto;
  margin: 0 !important;
}


/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
	padding-bottom: 20px;
}

#mainBodyOuter #contact {
	margin-top: 0;
	padding-top: 0;
}

#mainBody {
	margin: 0 auto;
	width: 1200px;	
}

#mainBody h1 {
	font-size: 110%;
	color: #363d7e;
	text-transform: uppercase;
}

#mainBody h2 {
	font-size: 100%;
	color: #363d7e;
	text-transform: uppercase;
}

#mainBody h3 {
	background-color: #363d7e;
	padding: 5px 0 5px 0;
	text-align: center;
	color: white;
}

#mainBody h3 a {
	color: white;
	text-decoration: none;
}

#mainBody h3 a:hover {
	color: white;
	text-decoration: underline;
}

#mainBody p {
	font-size: 90%;
	line-height: 26px;
	color: #282828;
}

#mainBody p b {
	color: #363d7e;
	font-weight: bold;
}	

#mainBody p a {
	color: #161831;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #161831;
	text-decoration: none;
}

#mainBody li {
	font-size: 90%;
	line-height: 30px;
	color: #282828;
}

#mainBody li b {
	font-weight: bold;
	color: #363d7e;
}

#mainBody li a {
	color: #161831;
	text-decoration: none;
}

#mainBody li a:hover {
	color: #161831;
	text-decoration: underline;
}

#mainBody img {
	margin: 10px 0 10px 0;
	max-width: 100%;
	height: auto;
}	

#mainBody img.rightImage {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 100%;
	height: auto;
}	


/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 450px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 130px;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 420px;
	margin-bottom: 10px;
}

#contactFormArea .submitField {
	float: left;
	width: 420px;	
}

#contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #161831;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
}

#contactFormArea #submit.formButton:hover {
	background-color: #363d7e;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 90%;
	color: #282828;
	font-weight: bold;
}	

#contactFormArea input {
	color: #2a3034;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border: 1px solid #282828;
}

#contactFormArea textarea {
	color: #2a3034;	
	float: right;
	height: 120px;
	width: 278px;
	background-color: white;
	border: 1px solid #282828;
}

iframe {
	float: left;
}


/*											Home Boxes									*/

#homeBoxes {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px 0 5px 0;
}

.homeBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	text-align:center;
}

.homeBox.lastBox {
	float: right;
	margin-right: 0;
}

#homeBoxes .homeBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
}

#homeBoxes .homeBox h2 {
	color: white;
	font-size: 90%;
	background-color: #161831;
	font-weight: normal;
	text-align:center;
	padding: 7px 0 7px 0;
	margin: 0;
	margin-top: -4px;
	text-transform: uppercase;
} 

#homeBoxes .homeBox:hover {
	cursor: pointer;
} 

#homeBoxes .homeBox:hover h2 {
	background-color: #363d7e;
} 


/*Why Us*/

#whyUs {
	float: right;
	padding: 10px 25px 10px 25px;
	background-color: #073d64;	
	margin: 0 0 20px 30px;
}

#whyUs h3 {
	color: white;
	text-align: center;
	margin: 0;
	font-weight: normal;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid white;
}

#whyUs li {
	color: white;
	text-align: center;
}

#whyUs li a {
	color: white;
	text-decoration: underline;
}

#whyUs li a:hover {
	color: #1987e9;
	text-decoration: underline;
}

#whyUs ul {
	color: white;
	padding: 0;
	list-style-type: none;
}



#gallery {
	float: left;
	width: 100%;	
}

#gallery img {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	height: auto;
}





/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {
header {
	width: 100%;	
}

footer {
	width: 100%;	
}

#mainBody {
	width: 100%;	
}

#logo img {
	width: 400px;
	height: auto;
}
					 
nav ul {
	padding-top: 30px;
}	
					 
nav li a {
	padding: 30px 20px 30px 20px;
}			 

#slides {
  width: 100%;
}



}





/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
			
header {
	width: 100%;	
}
	
	
#accordionSection {
	display: block;
	margin-left: 10px;
}
					 
#logo {
	float: left;
	width: 100%;
}	

#logo img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	height: auto;
}	
				 
nav ul.mainNav {
	display: none;
}	

nav {
	float: left;
	width: 100%;
	margin-top: 0;	
}	

#banner {
	float: left;
	width: 95%;	
	padding: 1%;
	height: auto;
	margin-bottom: 15px;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBodyOuter #mainBody {
	border-top: none;
	margin-top: 0;
}

footer {
	width: 95%;	
	padding: 1%;
}


#copyright {
	width: 95%;	
	padding: 1%;
}

.iframe {
	float: left;	
	width: 100%;
}
					 
}




 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {
				

	
#banner {
	width: 95%;	
	padding: 1%;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#copyright {
	width: 95%;	
	padding: 1%;
}

.iframe {
	float: left;	
	margin-bottom: 10px;
}					
		
#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .error {
	margin: 10px 0 0 0;
}	

#contactFormArea .field {
	width: 95%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}


#mainBody img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}	
					 
#gallery img {
	float: left;
	width: 48%;
	height: auto;
}

					 
					 
					
 }
 




/* 480*/
@media only screen 
and (max-width : 480px) 
				 {

				 
.homeBox img {
	width: 100%;
	height: auto;	
}

.homeBox {
	float: left;
	width: 100%;	
	border: none;
	margin-top: 15px;
}


.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin: 15px 0 0 0;
} 

#whyUs {
	float: none;
	clear: both;
	margin: 0;
}
#copyRight {
	float: left;	
}
#mainBody #contact li {
	font-size: 100%;
}
					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	

}

