/* HTML5 Template Styles for HTML5Template page */
/* Make HTML5 layout elements block elements for older browsers */
header, nav, aside, article, footer, section, figure, figcaption {
  display: block;
}
*   {
	margin: 0px;
	padding: 0px;
} 
 body {
	margin: 0px;
	padding: 0px;
	background-image: url(gr.png);
	background-repeat: repeat-x;
	background-color: #135b80;
 }
#wrapper{
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	max-width: 736px;
	min-width: 320px;
	width: 100%;
	background-image: url(grey039.jpg);
} 
header{
	background-color: #0482FF;
}
aside.left {
    background-color: #FFFFFF;
	width: 95%;
	margin: 0px;
	padding: 0px;
	background-image: url(grey039.jpg);
}
aside.right {
    width: 100%;
}
#wrapper aside.left hr {
    width: 100% !important;
}

#wrapper aside h3 {
	font-size: 1.2em;
	color: #000000;
	font-family: Calibri;
	font-weight: bold;
	padding-left: 10px;
}
#wrapper aside.left #box h4 {
	font-family: Calibri;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
}
#wrapper aside.left #box li {
	line-height: .90em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-top: 0px;
	font-size: 45px;
	font-style: normal;
	font-weight: normal;
	padding-top: 47px;
}
h2 {
	font-family: Calibri;
	color: #006c9b;
	font-size: 1.5em;
	font-style: normal;
	text-align: left;
	font-weight: normal;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Float image to right of paragraph */ img.floatRight{
	float: right;
}

/* Center image between margins */ div.center{ width: 100%; text-align: center }
#nav-wrap {
		position: relative;
	}

	/* menu icon */
	#menu-icon {
		color: #000;
		width: 42px;
		height: 30px;
		background: #ecebeb url(menu-icon.png) no-repeat 10px center;
		padding: 8px 10px 0 42px;
		cursor: pointer;
		border: solid 1px #666;
		display: block; /* show menu icon */
	}
	#menu-icon:hover {
		background-color: #f8f8f8;
	}
	#menu-icon.active {
		background-color: #fff;
	}
	
	/* main nav */
	#nav {
		clear: both;
		position: absolute;
		top: 38px;
		width: 225px;
		z-index: 10000;
		padding: 5px;
		background: #ffffff;
		border: solid 1px #999;
		display: none; /* visibility will be toggled with jquery */
	}
	#nav li {
		clear: both;
		float: none;
		margin: 5px 0 5px 10px;
	}
	#nav a, 
	#nav ul a {
		font: inherit;
		background: none;
		display: inline;
		padding: 0;
		color: #42659b;
		border: none;
	}
	#nav a:hover, 
	#nav ul a:hover {
		background: none;
		color: #000;
	}
	
	/* dropdown */
	#nav ul {
		width: auto;
		position: static;
		display: block;
		border: none;
		background: #ffffff !important;
	}
	#nav ul li {
		margin: 3px 0 3px 15px;
	}
/* Float image to left of paragraph */
img.floatLeft{
	float: left;
}
#wrapper aside.right .sitedescription {
	font-family: Arial, Helvetica, sans-serif;
	color: #006C9B;
	font-style: normal;
	font-weight: normal;
	padding-left: 10px;
}
/* Style for sidebar column */

#wrapper aside h4 {
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
#wrapper aside p {
	font-size: 85%;
	text-align: left;
	font-family: Arial;
	padding: 0px;
	margin: 0px;
	color: #000000;
}

article .thumbs {
	margin: auto;
}
/* Generic style class for highlighting text */
.hilite{
	background-color:#ffff00;
	color: #2249D4;
	text-align: center;
}
#wrapper aside ul {
	padding-left: 40px;
	color: #000000;
	font-size: 0.9em;
	font-family: Calibri;
	font-weight: normal;
}
#wrapper aside li {
	padding-bottom: 15px;
}


#box  {
	background-color: #FFFFFF;
	background-image: url(grey039.jpg);
}
#wrapper aside #box img {
	padding-right: 5px;
}

aside.left #box .text {
	font-family: Cambria;
	font-size: 1.15em;
	color: #000000;
}
#wrapper aside.left #box h3 {
	font-family: Calibri;
	font-size: 1.5em;
	font-weight: normal;
}
.contact {
	font-family: "Lucida Handwriting";
	color: #19ACF6;
	font-size: 1.5em;
}
#wrapper aside.right .caption {
	font-size: 85%;
	font-weight: bold;
	font-family: Calibri;
}
#wrapper aside hr {
     margin-left: 10px !important;
}
footer{
	clear: both;
	color: #000000;
	text-align: center;
	background-color: #CCCCCC;
	font-family: Cambria;
}