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

html, body
{
	margin:0;
	padding:0;
	font-family: 'Muli', Verdana;	
}

/******************HEAD/******************/
#header
{
	width:100%;
	height:327px;
	text-align: center;
	background-image: url(../images/headBack.jpg);
	background-repeat: no-repeat;
	background-size: 100% 327px;
/*	border:1px solid blue;
*/}
#logo
{
	float:left;
	margin-left:20px;
}
#divider
{
	width:100%;
	height:27px;
	text-align: center;
	background-image: url(../images/headDivider.png);
	background-repeat: no-repeat;
	background-size: 100% 27px;
/*	border:1px solid red;
*/}
#imgMain
{
	width:100%;
	height:511px;
	background-image: url(../images/aboutMain.jpg);
	background-repeat: no-repeat;
	background-size: 100% 511px;
/*	border:1px solid red;
*/}
#imgContact
{
	width:100%;
	height:511px;
	background-image: url(../images/contactMain.jpg);
	background-repeat: no-repeat;
	background-size: 100% 511px;
}
/**************END HEAD*******************/
/*****************MAIN********************/
.imgResize
{
	max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
h2
{
	color:#82b7e3;
}
#txtMain
{
	width:100%;
	height:500px;
	font-family: 'Muli', Verdana;
	 overflow:auto;
}
#txtContact
{
	width:100%;
	height:600px;
	font-family: 'Muli', Verdana;	
/*	border:1px solid red;
*/}
#divLeft
{
	width:50%;
	height:auto;
	float:left;
	padding:5px;
	color:#1c1a26;
}
#divRight
{
	width:48%;
	margin-top:50px;
	height:auto;
	float:left;
	padding:5px;
	color:#1c1a26;
}
#listBox ul
{
	list-style-image:url(../images/bullet.jpg);
}
#contactHead
{
	font-family: 'Muli', Verdana;	
	color:#090909;
	font-size:1.2em;
}
hr
{
	width:99.9%;
	height:1px;
	border:1px solid #82b7e3;
	background-color:#82b7e3;
}
#map
{
-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);
}
/*************END MAIN*******************/

/***************MENU*********************/
#cssmenu
{
	/*z-index:999999;*/
	right:0;
	top:260px;
	height:50px;
	z-index:999999;
	position:absolute;
}
#cssmenu ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:2.8em;
	font-weight:bold;
	font-family: 'Muli', sans-serif;
	float:right;
}

#cssmenu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
#cssmenu li a
{
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
#cssmenu li a:hover
{	
	color:#1e1e1e;
	height:22px;
}
#cssmenu li.active a
{
	display:inline;
	height:22px;
	float:left;
	margin:0;
}
body#home a#homenav,
body#contact a#contactnav
{
	color:#1e1e1e;
	text-decoration:none;	
}
/***********END MENU*********************/

/**************FOOTER********************/
#footer
{
	width:100%;
	height:150px;
	background-color:#82b7e3;
}
.copy, copy a
{
	color:#FFF;
	font-family: 'Muli', Verdana;
	font-size:0.8em;
}
.social
{
	height:65px;
	float:left;
	width:18%;
	float:right;
	margin-top:30px;
/*	border:1px solid green;
*/}
#footLine
{
	text-align:right;
	padding:0;
	margin:0;
	float:left;
	width:100%; 
	height:50px;
	display:inline-block; 
/*	border:1px solid blue;
*/}
#line
{
	float:left;
	width:100%;
	margin-top:30px;
	height:12px;
	background-image: url(../images/footLine.png);
	background-repeat: no-repeat;
	background-size: 100% 12px;
}
/***********END FOOTER*******************/
