/* CSS Document */

/* ==== global styles ==== */

body {
	font-family: georgia, serif;
	background: #98beb9 url(../imgs/tiles.jpg);
	margin: 0;
	paddding: 0;
}

p,h1,h2,h3,h4,h5,h6,li {
	margin: 1ex 1em;
}

div#outerDiv {
	width: 825px;
	margin: 0 auto;
	background: #fff url(../imgs/header.jpg) no-repeat;
}	

/* ==== header ==== */

div#header {
	height: 240px;
	position: relative;
}

/* ==== midBanner ====*/

div#midBanner {
	height: 46px;
	position: relative;
}	
	
 
/* ==== contact link ==== */ 

#outerDiv div#contactButton {
	position: absolute;
	left: 515px;
	top: 0;
}


#outerDiv div#dayoff {
position: absolute;
	left: -66px;
	bottom: -500px;
}


#dayoff a:link, #dayoff a:visited {
	height: 482px;
	width: 57px;
	display: block;
	text-indent: -1000em;
	background:     url(../imgs/dayoff.png) no-repeat left;
	border: none;
}

#dayoff a:hover, #dayoff a:active {
	background-position: right;
}


#contactButton a:link, #contactButton a:visited {
	height: 28px;
	width: 120px;
	display: block;
	text-indent: -1000em;
	background:     url(../imgs/contact_icon_dual.gif) no-repeat left top;
	border: none;
}

#contactButton a:hover, #contactButton a:active {
	background-position: left bottom;
}	
		
/* ==== mainMenu ==== */

#header #mainMenu {
	position: absolute;
	left: 20px;
	bottom: 0;
}

#mainMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainMenu li {
	float: left;
	margin: 0 5px;
	padding: 0;
}
		
#mainMenu li a:link, #mainMenu li a:visited {
	font-family: "Trebuchet MS" , sans-serif;
	color: #000;
	text-decoration: none;
	padding: 0px 20px;
	margin-right: 10x;
	line-height: 30px;
	background:     url(../imgs/nav_rollover.jpg) no-repeat left top;
	border: none;
}

#mainMenu li a:hover, #mainMenu li a:active {
	color: #fff;
	font-weight: bold;
	background-position: left bottom;
}	
	
#mainMenu li a.current {
	margin-top: -5px;
	height: 35px;
	background: url(../imgs/nav_current.jpg) no-repeat;
	color: #fff;
	line-height: 30px;
}	
	
#mainMenu li a.current:hover {
	cursor: default;
}	
					
/* ==== main content ==== */

#content div#mainContent {
	float: left;
	width: 550px;
	margin: 0;
	padding: 15px 15px 0 15px;
}

#mainContent p {
	font-family: georgia, serif;
	font-size: .9em;
	line-height: 1.4em;
	color: #000;
	margin: 0;
	padding: 0 0 0 10px;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	font-family: "Trebuchet MS", sans-serif;
}

#mainContent h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #013c82;
	margin: 10px 90px 1.4ex -15px; 
	background: #fff0c7;
	padding: 7px 7px 7px 30px;
}

#mainContent h2 {
	font-size: 1.2em;
	color: #022394;
	margin: .4ex 0;
}

#mainContent h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #689d02;
	margin: 1ex 0 -.2ex 0;
}

#mainContent h3 {
	font-weight: bold;
	color: #0145f2;
	margin: 0 0 0 -2em;
	padding: 0;
}

#mainContent li {
	font-size: .9em;
	padding: 5px;
	margin: 0 0 0 30px;
}

#mainContent ul {
	padding: 0;
	margin:0 0 0 20px;
}

#mainContent a {
	color: #489bfd;
	text-decoration: none;
}				

img.floatLeft {
	float: left;
	margin-right: 15px;
	border: 1px solid #999;
	padding: 5px;
}

img.floatRight {
	float: right;
	margin-left: 15px;
	border: 1px solid #999;
	padding: 5px;
}

img.aligncenter {
	float: center;
	margin: 0 0 5px 20px; 
	border: 1px solid #999;
	padding: 5px;
}	

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}



img.gallery {
	border: 1px solid #999;
	padding: 5px;
	margin: 5px;
}


p.centerText {
text-align:center
}
	
p.rightText {
text-align:right
}

p.leftText {
text-align:left
}		
	
/* ==== sideBar ====*/

#content div#sideBar {
	float: right;
	width: 200px;
	padding: 10px 10px;
	margin: 7px 0;
	border-left: solid #ccc 1px;
}

#sideBar p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #000;
	margin: 0 0 3ex 0;
	text-align: center;
}

#sideBar h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
	color: #022394;
	margin: 0;
	text-align: center;	
}

#sideBar a {
	text-decoration: none;
}



/* ==== gallery ====*/

#content div#leftSide {
	float: left;
	width: 380px;
	margin: 0;
	padding: 15px 15px 0 15px;
}
	
#content div#rightSide {
	float: right;
	width: 380px;
	padding: 55px 0 15px 15px;
	margin: 7px 0;
	border-left: solid #aaa 1px;
}

#leftSide h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #002ba1;
	margin: 0 0 .4ex 0; 
}

	
/* ==== footer ==== */

div#footer {
	clear: both;
	background: transparent;
	margin: 0 auto;
	padding: 5px;
}

#footer p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .75em;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer a {
	color: #607473;
	text-decoration: none;
}					

/* ==== miscellaneous styles ==== */

.clear { clear:both }

/* ==== form ==== */

 #contact table {  
	 background-color: #fff;  
	 color: #000;  
	 width: 440px;  
	 border-collapse: collapse;  
	 margin: auto;
}  

#contact td {  
 padding-left: 4px;  
}

.labelcell {    
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;    
 color: #3670A7;    
 background-color: transparent;    
 width: 220px;    
}    
   
.fieldcell {    
 background-color: #F2F7FB;    
 color: #000000;    
 text-align: left;    
 margin-right: 0px;    
 padding-right: 0px;    
}    

.fieldcell input {    
 width: 200px;    
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;    
 background-color: #D7E5F2;    
 color: #102132;    
 border: 1px solid #284279;    
 margin-right: 0px;    
}    

.button {    
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;    
 background-color: #D7E5F2;    
 color: #102132;    
 margin-left: 12px;    
 margin-top: 3px;    
 margin-bottom: 2px;    
}

	
										