/* 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: 960px;
	min-width: 640px;
	width: 100%;
	background-image: url(grey039.jpg);
} 
header{
	background-color: #0482FF;
}
aside.left {
    float: left;
	max-width: 725px;
	width: 75%;
	background-color: #FFFFFF;
	background-image: url(grey039.jpg);
	
}
#wrapper aside.left p {
	font-size: 110%;
	color: #000000;
	font-family: Calibri;
	text-align: justify;
	padding-left: 20px;
	
}	
#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 }
#menu-icon {
	display: none; /* hide menu icon initially */
}
#nav, 
#nav li {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	float: left;
	margin-right: 5px;
}

/* nav link */
#nav a {
	padding: 4px 15px;
	display: block;
	color: #006C9B;
	font-family: arial;
	text-decoration:none;
}
#nav a:hover {
	background-color: #42659b !important;
	color:#FFCC66 !important; 
}

/* nav dropdown */
#nav ul {
	background-color:#cccccc !important;
	padding: 2px;
	position: absolute;
	border: solid 1px #ccc;
	display: none; /* hide dropdown */
	width: 200px;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav li:hover > ul {
   	display: block; 	 /* show dropdown on hover */
}
#nav .present {
	color: #cc6633 !important;
	font-weight: normal;
}
.shadow {
    box-shadow: 10px 10px 8px rgba(0,0,0,0.25);
    -mox-box-shadow: 10px 10px 8px rgba(0,0,0,0.25);
    -webkit-box-shadow: 10px 10px 8px rgba(0,0,0,0.25);
}
/* Float image to left of paragraph */
img.floatLeft{
	float: left;
}
#wrapper aside.left .sitedescription {
	font-family: Arial, Helvetica, sans-serif;
	color: #006C9B;
	font-style: normal;
	font-weight: normal;
	padding-left: 10px;
}
/* Style for sidebar column */
aside.right {
	float: right;
	max-width: 200px;
	width: 22%;
	text-align: center;
	padding-top: 15px;
	padding-right: 15px;
	background-image: url(grey039.jpg);
            /* Total width is 10em */
}
#wrapper aside.right #laura {
	width: 80%;
}
#wrapper aside.right h4 {
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
	color: #006C9B;
}
#wrapper aside.right p {
	font-size: 85%;
	text-align: left;
	font-family: Arial;
	padding-right: 10px;
	padding-left: 10px;
	color: #000000;
}

article .thumbs {
	margin: auto;
}
/* Generic style class for highlighting text */
.hilite{
	background-color:#ffff00;
	color: #2249D4;
	text-align: center;
}
#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;
	color: #006C9B;
	font-family: Calibri;
}
footer{
	clear: both;
	color: #000000;
	text-align: center;
	background-color: #CCCCCC;
	font-family: Cambria;
}
#wrapper .left strong {
	color: #006c9b;
}
