.menucell{background-image: url(menubg.jpg) }

body {
	background-color: #557EA6;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


div.social {
  position: absolute;
  z-index: 2;
  left: 57%;
  text-align: right;
  background: url(IMAGES/icon-facebook.png) no-repeat 150px 15px;
}


div.social p a {
  padding: 0 3em 0 0;
  font-size: .8em;
  height: 2em;
  line-height: 2em;
  margin: 0 2em 0 0;	
  color: #3983CC;
  
}

div.social a:link, div.social a:visited {
  text-decoration: none;
}

div.social a:hover, div.social a:active {
  color: #F60;
}


#nav {
	width: 744px;
	margin-left: 8px;
	margin-top: 0px;
	padding-top:0px;
	height: 30px;
	background: #16497B url(IMAGES/nav_background.jpg) repeat-x; 
}

#mainContent {
	
}
#mainContent h1, h2, h3 {
	color: #022043;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1em;
	letter-spacing: -.05em;
}
#mainContent p {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.3em;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #1B5FA0;
}
a:visited {
	font-weight: bold;
	color: #1C62A7;
	text-decoration: none;
}

a:hover {
	color: #1C5D9D;
	text-decoration: underline;
}
a:active {
	color: #1C61A4;
}
.dottedBoxBeige {
	border: 2px dashed #A7C2DE;


*/
	background-image: url(IMAGES/box_background_beige.gif);
	background-repeat: repeat;
	font-size: 11px;
	line-height: 24px;
	margin-left: 4px;
	background-image: url(IMAGES/box_background_beige.gif);
	text-align: left;
	padding: 5px;
}
.MainText {
	margin-left: 17px;
}
.pictureright {
	float: right;
	margin-right: 8px;
	margin-left: 8px;
}
.titlepadding {
	margin-top: 8px;
	margin-left: 0px;
	margin-bottom: 8px;
}
.formlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.dottedBoxBlue {

	border: 2px dashed #A7C2DE;


*/
	background-image: url(IMAGES/box_background_beige.gif);
	background-repeat: repeat;
	font-size: 11px;
	line-height: 24px;
	margin-left: 4px;
	background-image: url(IMAGES/box_background_blue.gif);
	text-align: left;
	padding: 5px;
}
.field {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	border: 1px solid #022042;
}
.smallTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
}
.pictureleft {

	float: left;
	margin-right: 8px;
	margin-left: 8px;
}
ul {
	line-height: 16px;
	margin-top: 4px;
	
}
.featureTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 12px;
}
.divider {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 10px;
}
.pictureleftwhiteborder {
	float: left;
	margin-right: 8px;
	margin-left: 0px;
	border: 2px solid #FFFFFF;
}
.profileTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 12px;
	line-height: 13px;
}
.medTxt {
	padding-left: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 12px;
	line-height: 16px;
}
.photocaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
}

form .CMForm label {
  text-size: .8em;
}


/*************************************************************************


/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}



