@charset "utf-8";
/* Miike Verhey & Associates */

/* --------------------------------------------------- header styling -----------------------------------*/
#header {
	height:95px;
	color:#0070ba;
}

#h_logo_div {
	float:left ;
}
#h_email_div {
	/*height:100px;*/
	width:250px;
	float:right;
	text-align:center;
	font-size:small;
	padding-top:30px;
	margin-right:20px;
}
#h_phone_div {
	/*height:100px;*/
	width:150px;
	float:right;
	text-align:center;
	font-size:small;
	padding-top:30px;
}
.he_span {
	font-size:small;
	font-weight:bold;
	color:#000000;
}

.he_span a {
	text-decoration:none ; 
	font-size:small;
	font-weight:bold;
	color:#000000;
}


/* --------------------------------------------------- nav styling --------------------------------------*/
#nav {
	clear:both;
	background-image:url(../images/navbg.png);
	background-repeat: repeat-x;	
	height:45px;
	text-align:right;
}

#nav ul {
	margin-right:20px;
	padding-top:5px;
	padding-top:11px;
}

#nav ul li {
	list-style:none;
	display:inline;
	margin-left:20px;
}

#nav ul li a {
	color:#ffffff;
	text-decoration:none;
	font-size:large;	
}

#nav ul li a:hover {
	border-bottom:1px white solid;	
}

/* --------------------------------------------------- content styling ----------------------------------*/
#content {

}

/* --------------------------------------------------- footer styling -----------------------------------*/
#footer {
	color:#ffffff;
	background-color:#045c96;
	height:40px;
	text-align:center;
	clear:both;
	font-size:small;
}

#footer ul {
	margin-bottom:5px;
}

#footer ul li{
	list-style:none;
	display:inline;
	margin-left:10px;
}

#footer ul li a {
	text-decoration:none;
	color:#ffffff;
}
#footer ul li a:hover {
	border-bottom:1px white solid;
}

#footer p a {
	color:#999;
}

#footer p a:hover {
	color:#ffffff;
}

/* -------------------- position dependant code for the background --------------------------------------*/
#wrapper {
	width:1000px;
	background-image:url(../images/bg_shadows.jpg);
}
#header {
	width:960px;
	margin:auto;
	background-color:#ffffff;
}
#nav {
	width:960px;
	margin:auto;
}
#content {
	width:960px;
	margin:auto;
}

#footer {
	width:960px;
	margin:auto;
}
body {
	background-color:#c2d2e1;
}


