@charset "utf-8";

/* ----------------- Main Styles -------------------*/
body {
	background: url(images/mainBg.gif) repeat fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 780px;
	padding: 10px 0 15px 0;
	margin: 0 auto;
	text-align: left;
	border: none;
}
#mainBgTop {
	background: url(images/mainBgTop.gif) repeat-x top;
}


/* ----------------- Header Styles -------------------*/
#header {
	background: #000 url(images/headerBg.gif);
	padding: 0;
	margin: 0;
	position: relative;
	height: 118px;
}
#header h1{
	margin: 0;
	padding: 0;
	font-size: 14px;	
	text-indent: -1000px;
}


/* ----------------- Main Menu Styles -------------------*/
#menuContainer {
	background: url(images/menuBg.gif) repeat-x top;
	height: 35px;
	padding: 0;
	margin: 0;
}
#nav {
	float: right;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a, #nav span {
	display: block;
	color: #90afda;
	text-decoration: none;
	padding: 0 16px;
	font: 14px/34px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#nav span {
	cursor: default;
}
#nav li {
	float: left;
	padding: 0;
	margin: 0px;
	border-left: 1px solid #79a9ce;
}
.noCursor {
	cursor: pointer;
}
#nav li ul {
	position: absolute;
	left: 0;
	left: -999em;
	background: url(images/menuDropBg.gif) repeat-x bottom;
	padding: 0px 0 11px 0;
	list-style: none;
	border-left: 1px solid #1c519a;
	border-right: 1px solid #1c519a;	
}
#nav li ul a {
	text-decoration: none;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	cursor: pointer;
}
#nav li li {
	float: none;
	background-color: #79a9ce;
	border-left: none;
	border-top: 1px solid #a1c3dd;
	border-bottom: 1px solid #6790af;
}
#nav li li:hover {	
	border-top: 1px solid #b0d4f1;
}
#nav li a:hover {
	text-decoration: underline;
	color: #fff;
	background: url(images/menuBgOver.gif) repeat-x top; 	
}
#nav li span:hover {
	color: #fff;	
	background: url(images/menuBgOver.gif) repeat-x top; 	
}
#nav li li a {
	display: block;
	padding: 0.2em 10px 0.2em 5px;
	text-align: left;
	color: #000;	
	font: 11px/18px Georgia, "Times New Roman", Times, serif;
	border-left: 5px solid #79a9ce;
}
#nav li li a:hover {
	text-decoration: none;
	background: #8ec2eb;
	color: #000;
	display: block;
	border-left: 5px solid #940000;	
}


/* ----------------- Content Styles -------------------*/
.contentWide { /* Used for content that's 600px wide i.e. Calendar. */
	padding-left: 95px;
	margin: 0;
	background: url(images/bodyBg.gif) top repeat-y;
}
#contentOuter { /* Repeats background accross the page content. */
	padding: 0 0 0px 0;
	margin: 0;
	background: url(images/bodyBg.gif) top repeat-y;
}


/* ------------ Inner Content (majority of content styling) --------------*/
#contentInner { /* Displays the top part of the background */
	clear: left;
	padding: 70px 173px 0px 173px;
	margin: 0;
	background: url(images/bodyBgTop.gif) top no-repeat;
}
#contentInner h1 {
	font: 1.1em/1.1em Georgia, "Times New Roman", Times, serif;
	height: 45px;
	background: url(images/contentHeaderBg.gif) left bottom no-repeat;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
#contentInner h2 {
	font: 1em/1.1em Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 0 0;
	margin: 0 0 4px 0;
	border-bottom: 1px solid #746d4f;
}
#contentInner p { /* Main font used for text and copy */
	padding: 0 0 12px 0;
	margin: 0;
	color: #000;
	font: .85em/1.6em Georgia, "Times New Roman", Times, serif;		
}
#contentInner a {
	color: #1041a2;
}
#contentInner a:hover {
	color: #006cff;
}
#contentInner ul {
	padding: 0 0 12px 0;
	margin: 0 0 0 20px;
	list-style: none;
}
#contentInner li {
	padding: 0 0 0 10px;
	margin: 0;
	color: #000;
	font: .85em/2em Georgia, "Times New Roman", Times, serif;
	background: url(images/bullet.gif) no-repeat left 11px;
}


/* ----------------- Styles for About Us page -------------------*/
.employee {
	margin: 0;
	padding: 0;
	clear: right;
}
.employee img {
	float: right;
	padding: 6px 0 0 10px;
	margin: 0;
}
.employee h2 {
	font: 1em/1.1em Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 0 0;
	margin: 0 0 4px 0;
	border-bottom: 1px solid #746d4f;
}
.employee .position {
	font-size: .85em;
	font-style: italic;
	font-variant: small-caps;
}


/* ----------------- Footer Styles -------------------*/
#footer { 
	clear: both;
	padding: 0;
	margin: 0;
	background: url(images/footerBg.gif) no-repeat bottom;
	height: 170px;
}
#footer #copyright {
	margin: 0;
	padding: 0px 0 0 23px;
}
#footer p { /* Copyright and address font style. */
	color: #fff;
	font: .65em/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 3px 0 0 0;
}


/* ------------ Footer Styles for Links List (with images) --------------*/
#footer ul {
	padding: 94px 10px 0 0;
	margin: 0 0 0 0px;
	list-style: none;	
}
#footer li {
	float: right;
	width: 84px;
	height: 50px;
}
#footer li a {
	display: block;
	color: #bbb;
	font: .65em/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 2px 0;
}
#footer li a:hover {
	text-decoration: underline;
	color: #fff;
}
#footer img {
	border: 0;
}


/* ----------------- Miscellaneous Styles -------------------*/
.clearfloat { /* Used on a div tag to clear a float. */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
hr { /* Horizontal rule. */
	border: none 0; 
	border-top: 1px solid #746d4f;
	border-bottom: 1px solid #efefef;
	width: 434px;
	height: 2px;
	margin: 10px auto;
	text-align: left;
	padding: 0;
}