@charset "utf-8";
/* CSS Document */
/* Default Formatting */
body, p, img {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear {
  clear:both;
  display:block;
  height:1px;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:1px;
}

/* RetinaClick Formatting */

.printonly {
   display:none;
}
body {
   background-color:#003E51;
   font-size: 16px;
   line-height: 20px;
}

#wrap {
	background-color: #eef1ba;
	width:1000px;
	margin: 0 auto;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size:24px;
	margin-top: 24px;
	margin-bottom: 18px;
}
h2 {
	font-size:20px;
	margin-top: 24px;
	margin-bottom: 10px;
}
h3 {
	font-size:18px;
	margin-top:20px;
	margin-bottom: 8px;
}
h4 {
   font-size:16px;
   margin-top: 18px;
   margin-bottom: 8px;
}
p {
   font-size: 16px;
   text-align:left;
   line-height: 20px;
   margin-bottom: 16px;
}
ul {
	margin-top: 12px;
	margin-bottom: 16px;
	margin-left: 40px;
	list-style-type: disc;
	list-style-position: outside;
}
ul ul {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 40px;
	list-style-type: circle;
	list-style-position: outside;
}
li {
   margin-bottom: 8px;
}

/* Header */

#header {
	height: 138px;
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
}

/* Menu */
#menu {
   width:319px;
   height:505px;
   background-image:url(images/menubg.jpg);
   background-repeat: no-repeat;
   padding-top:85px;
   float:left;
}
.menublock {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	height: 50px;
	width: 250px;
	background-image: url(images/menubuttonbackground.gif);
	background-repeat: no-repeat;
	float:left;
    padding-top:1px;
	line-height:23px;
}
.menublock:hover {
	background-image: url(images/menubuttonbackgroundrollover.gif);
	background-repeat: no-repeat;
}

.menublock:hover .menurc, .menublock:hover .menutext, .menublock:hover .menutagline {
   color: #003E51;
}
.menurc, .menutext {
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   display:inline;
   float:left;
}
.menurc {
   color:#CED9D6;
   text-align:right;
   width:110px;
}
.menutext {
   color: #003E51;
   text-align:left;
   width:135px;
}
.menutagline {
	font-size: 12px;
	font-weight:normal;
	color: #CED9D6;
	float: right;
	width: 230px;
	height:15px;
	text-align: right;
	padding-right:23px;
	padding-bottom:5px;
}
#taglinecontact {
   color: #003E51;
}

/* Content */
#content {
   width:597px;
   float:left;
   margin-top:20px;
   margin-left:40px;
   margin-right:40px;
   color:#003e51;   
}
#content a, #content a:visited {
   color: #003e51;
   text-decoration:underline;
}
#content a:hover {
   color: #4a7c8b;
   text-decoration:underline;
}
.contact {
   color: #003e51;
   font-size: 14px;
   line-height: 26px;
}
/* Footer */

#footer {
   width:950px;
   float:left;
   color:#003e51;
   text-align:center; 
}
#footer img {
   margin-bottom:25px;
}
