/* globals------------------------------------------------------- */
body {
    color:#003562;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    background-color: #004A80;
    margin: 0px ;
    padding: 0px;
    text-align: center;	
}

a:link {
  background:transparent;
  color:#315932;
  text-decoration: none;
}
a:visited {
  background:transparent;
  color:#315932;
  text-decoration: none;
}
a:hover {
  background:transparent;
  color:#CCCCCC;
  text-decoration: none;
}
a:active {
  background:transparent;
  color:#CCCCCC;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size:large;
	font-weight:bold;
	width:350px;
	margin: 0px 0px 0px 0px;
	color:#CCCCCC;
}

.headercon{
padding: 15px 0px 0px 20px;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	margin: 0px;
}
h4 {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin: 1px;
	color: #333333;
}

ol, ul, li {
    margin: auto auto 3px 10px; 
    padding: 0px;
    list-style-type:circle;
}
/* holds everything in the body, main container */
#container{
    text-align: left;
    margin: 0px auto;
    padding:0px;
    width: 790px;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
/* top graphic header */
#graphicHeader{
    background-image:url(images/header2.jpg);
    background-repeat: no-repeat;
	height: 57px;
}
/* date bar div */
#dateBar{
	background-color:#FFFFFF;
	width:771px;
	height:15px;
	font-size:12px;
	text-align:right;
}
/* main navigation bar, spans whole content*/
#menuBarMain{
	width:771px;
	height:20px;
	background-repeat:repeat-x;
	
}

/* div to hold image at top of left navigation */
#navBarHeader{
	width:100px;
	float:left;
}

/* div to hold navigation bar at the top */
#breadcrumbBarRight{
	float:left;
	padding: 5px 0px 0px 20px;
}

/* center content section,  includes left nav and right testamonial bar make height auto if the height give syou propblems*/
#centreContent{
	width:771px;
	height:auto;
	background-image:url(images/csdLargeBackground.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
	color:#666666;
	padding-bottom:50px;
}

.centerBody{
	padding:10px 10px 70px 10px;
	font-size:100%;
}

.rightbody{
text-align:right;
vertical-align:top;
font-size:9px;
height:auto;
border-left: 1px solid #999999;
padding-left:5px;
padding-top:30px;
padding-right:5px;
}

/* bottom navigation section */
#bottomNav{
	width:790px;
	height:25px;
	background-image:url(images/bottomNavBar.jpg);
	background-position:left;
	background-repeat:no-repeat;	
}

/* bottom navigation text */

#navText a:link{
color:white;
}

#navText a:hover{
color:#999999;
}

#navText a:visited{
color:white;
}

#navText{
	text-align:center;
	padding:10px 0px 0px 0px;
}
/* rest of page below bottom nav */
#bottomFiller{
	width:790px;
	height:300px;
	background-image:url(images/bottomFiller.jpg);
	background-repeat:repeat-y;
}

#bottomFiller p{
	margin-top:0px;
	font-size:90%;
	margin-left:10px;
	margin-right:10px;
}

/* Home------------------------------------------------------- */

#headHome{
	border-bottom: 1px solid #0071bd;
}

.menuHome{
background-image:url(images/blueBar.jpg);
}

/* begin home color link section */
.home a:link {
  background:transparent;
  color:#0171bd;
  text-decoration: none;
}
.home a:visited {
  background:transparent;
  color:#0171bd;
  text-decoration: none;
}
.home a:hover {
  background:transparent;
  color:#CCCCCC;
  text-decoration: none;
}
.home a:active {
  background:transparent;
  color:#CCCCCC;
}

/* end home color link section */

.textImage{
	float:left;
	margin: 10px 10px 10px auto;
}

.textImageRight{
	float:right;
	margin: 10px auto 10px 10px;
}

/* gallery ------------------------------------------------------- */

#headGallery{
	border-bottom: 1px solid #CC6601;
}

.menuGallery{
background-image:url(images/orangeBar.jpg);
}

/* begin gallery color link section */

.gallery a:link {
  background:transparent;
  color:#CC6601;
  text-decoration: none;
}
.gallery a:visited {
  background:transparent;
  color:#CC6601;
  text-decoration: none;
}
.gallery a:hover {
  background:transparent;
  color:#CCCCCC;
  text-decoration: none;
}
.gallery a:active {
  background:transparent;
  color:#CCCCCC;
}

/* end gallery color link section */

/* box to hold small gallery item pictures */
#gallItems {
	
	width:325px;
	height:auto;
	border:1px solid black;
	padding:5px;
}
/* each small gallery page image div */
.gallImage {
	margin:5px 0px 5px 5px;
	border:1px solid #cc6601;
	padding:1px 1px 1px 1px;
	}

/* About Us------------------------------------------------------- */
#headAboutUs{
	border-bottom: 1px solid #960200;
}

.menuAboutUs{
background-image:url(images/redBar.jpg);
}

/* begin about us color link section */

.aboutUs a:link {
  background:transparent;
  color:#960200;
  text-decoration: none;
}
.aboutUs a:visited {
  background:transparent;
  color:#960200;
  text-decoration: none;
}
.aboutUs a:hover {
  background:transparent;
  color:#CCCCCC;
  text-decoration: none;
}
.aboutUs a:active {
  background:transparent;
  color:#CCCCCC;
}
/* end about us color link section */


/* Contact us------------------------------------------------------- */

#headContactUs{
	border-bottom: 1px solid #4FA601;
}

.menuContactUs{
background-image:url(images/greenBar.jpg);
}

/* begin contact us color link section */

.contact a:link {
  background:transparent;
  color:#4FA601;
  text-decoration: none;
}
.contact a:visited {
  background:transparent;
  color:#4FA601;
  text-decoration: none;
}
.contact a:hover {
  background:transparent;
  color:#CCCCCC;
  text-decoration: none;
}
.contact a:active {
  background:transparent;
  color:#CCCCCC;
}
/* end contact us color link section */

