* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #225399 url(images/bg.png);
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
} 

h2 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #E29D02;
	font-size:24px;
	letter-spacing:.18em;
}

h3 {
	vertical-align:middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	font-size:16px;
	font-weight:normal;
}

h3.right{
	text-align:right;
	font-size:14px;
	padding-top:5px;
}

p {
	padding-top:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #10284A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-decoration:none;
}

a:hover {
	text-decoration:underline ;
	color: #E29D02;
}



/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: #8CBEF5 url(images/img03.gif) repeat-x left bottom;
	border: 1px solid #4F9CEF;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
}



/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 10px solid #10284A;
}

/* Logo */

#logo {
	height: 294px;
	background: url(images/banner.jpg) center no-repeat;
}

/* Meat */

.container {
   position: relative;
   height: 490px;
   
   }

.left-element {
	position: absolute;
	left: 0;
	width: 48%;
	height:490px;
	margin:10px;
	line-height:1.5;
   }

.right-element {
   position: absolute;
   right: 0;
   width: 48%;
   vertical-align:middle;
   margin:10px;
   line-height:1.5;
  
   } 

.left-contact{
	position:absolute;
	text-align:right;
	width:40%;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
}

.right-contact{
	position:absolute;
	width:60%;
	right: 0;
	text-indent:10px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	
}



/* Content > Menu */

#menu {
	height: 55px;
	background: #10284A;
	background-image:url(images/menubg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 20px 0 2px 0;
	border-bottom: 4px solid #10284A;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	border-bottom-color: #FFFFFF;
}

#menu .active a {
	border-bottom-color: #FFFFFF;
}

#menu .first a {
}

/* Image Links */

a:link img{
	text-decoration: none;
	border-color:#000000;
	border-width: 1px;
}

a:visited img{
	text-decoration: none;
	border-color: white;
	border-width: 1px;
}

a:hover img{
	text-decoration: none;
	border-color: black;
	border-width: 2px;
}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

img.border {
	border:1px solid black;
}

div.centered {
	text-align:center;
}

/* Small bar for Validation buttons on Contact page */
#smallbottom {
	width:50%;
	height:21px;
	position:absolute;
	bottom:0px;
	text-align:left;
	margin-left:5px;
}

#smallbottom a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
	margin-right:5px;
}

#smallbottom a:link img{
	border:0px;
}

#smallbottom a:hover img{
	border:0px;
	text-decoration:none;
}

.pushweek{
	position:absolute;
	z-index:1;
	margin-top:-15px;
	}

.pushtext{
	margin:10px;
}