@charset "utf-8";
/* CSS Document */

/* BASIC FORMATTING */
p { padding: 0 0 1em 0; }

/* LAYOUT */
body { text-align: center; min-width: 910px; background-color:#95b9cb; font-family:Arial, Helvetica, sans-serif; }

#wrapper { margin:0 auto; width:910px; text-align: left; }

#header { width:910px; height:240px; background: url(../images/sitelayout_01.jpg) no-repeat bottom left; }
	#location { text-align:right; float:right; padding: 12px 60px 0 0; font-size:8pt; font-weight:bold; color:#013F58; }
		#location a { text-decoration: none; color:#013F58; }
	#phone { font-size:9pt; }

#main { width:910px; overflow: hidden; background: url(../images/sitelayout_11.jpg) repeat-y left top; }

#sidebar { width:329px; float:left; }
#sidebartop { width:329px; height: 56px; background: url(../images/sitelayout_02.jpg) no-repeat; }
#sidebarnav { width:329px; text-align:right; }

#sidebarnav ul { list-style:none; margin:0; padding:0; }
	#sidebarnav li { display:block; width:329px; height:38px; background:url(../images/sitelayout_05.jpg) no-repeat; padding:0; margin:0;}
		#sidebarnav li:hover, #sidebarnav li:active { background:url(../images/sitelayout_09.jpg) no-repeat; }
	#sidebarnav li a { display:block; text-decoration:none; font-size: 10pt; color:#002539; padding: 0.8em 90px 0.6em 0; }
	
#content { width: 581px; float:right; background: url(../images/sitelayout_06.jpg) repeat-y; overflow:hidden; }
	#window { background: url(../images/sitelayout_03.jpg) no-repeat;  padding: 30px 130px 0 0; line-height:1.2em; min-height:290px; }
		#window ul { padding:1em 0 1em 20px; margin: 0 0 0 10px;  }
		#window li { list-style-type: square; }
	#pagetitle { width:265px; height: 100px; }
	#content p { padding: 0 0 1em 20px; }
	#gallery a { display:inline; }
	#gallery a img, #logos img { padding:2px; margin:5px; border:1px #89B4C4 solid; background: #013F58; }
	#logos { text-align:center; }
	
#footer { width:910px; background: url(../images/sitelayout_13.jpg) no-repeat top left;}
	#siteinfo { padding:75px 0 20px; 0; font-size:8pt; text-align: center; color: #115e84; }
	#siteinfo a { color:#002539; text-decoration:none; }
	#siteinfo a:hover { color: #C60; text-decoration: none; }

