body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/body-bg.jpg) top center repeat-x;
	background-attachment: fixed;
	color:#083e7a;
	font: 12px "Verdana", "Arial", "Helvetica", "Lucida Grande", "sans-serif";
	line-height: 18px;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 973px;
}

#header {
	margin: 0;
	padding:0;
	background: url(../images/header-img-right.jpg) top right no-repeat;
}

#content-container {
	display: block;
	margin: 0;
	padding: 0;
	width: 973px;
	background: url(../images/content-bg.gif) top center repeat-y;
}

#content-container-wide {
	display: block;
	margin: 0;
	padding: 0;
	width: 973px;
	background: url(../images/content-bg-wide.gif) top center repeat-y;
}

#leftcol {
	float: left;
	margin:0;
	padding:0;
	width: 243px;
}

#leftcol p {
	margin: 0;
	padding: 0 0 10px 10px;
	color:#083e7a;
	font: 12px "Verdana", "Arial", "Helvetica", "Lucida Grande", "sans-serif";
	line-height: 18px;
}

#leftcol h2 {
	margin:0 2px;
	padding:8px 0 0 0;
	color:#FFF;
	text-indent: 5px;
	font: 18px "Verdana", "Arial", "Helvetica", "Lucida Grande", "sans-serif";
	font-weight: bold;
	height: 39px;
	background: url(../images/blue-heading.jpg) top left repeat-x;
}

#leftcol p {
	margin: 0;
	padding: 0 0 0 10px;
	color:#083e7a;
	line-height: 18px;
	font: 12px "Verdana", "Arial", "Helvetica", "Lucida Grande", "sans-serif";
}

#centercol  {
	float: left;
	margin:0;
	padding:0;
	width: 504px;
	background: url(../images/content-top-bg.jpg) top right no-repeat;
	color: #233f5f;
}

#content-col-wide  {
	float: left;
	margin:0;
	padding:0;
	width: 730px;
	/*background: url(../images/content-top-bg.jpg) top right no-repeat;*/
	color: #233f5f;
}

.top-bar {
	margin:0;
	padding:0;
	height: 20px;
	background: url(../images/content-top-bg-02.jpg) top right no-repeat;
}

#centercol .container, #content-col-wide .container {
	margin: 0;
	padding: 20px 10px 0 10px;
}

#centercol .container2, #content-col-wide .container2 {
	background-color:red;
	margin: 0;
	padding: 20px 10px 0 10px;
}


#centercol h1, #content-col-wide h1 {
	margin:10px 8px 10px 8px;
	color:#313957;
	font: 18px "Verdana", "Arial", "Helvetica", "Lucida Grande", "sans-serif";
	font-weight: bold;
}

#centercol h2, #content-col-wide h2 {
	margin:10px 8px 10px 8px;
	font: 16px "Verdana", "Arial", "Helvetica", "Lucida Grande", "sans-serif";
	font-weight: bold;
	/*font-style: italic;*/
}

#centercol h3, #content-col-wide h3 {
	margin:5px 0 5px 0;
	padding: 4px 8px 4px 8px;
	color: white;
	font: 12px "Verdana", "Arial", "Helvetica", "Lucida Grande", "sans-serif";
	line-height: 17px;
	background-color: #0f3760;
	text-transform: capitalize;
	cursor: default;
}

#centercol h4, #content-col-wide h4 {
	margin:5px 0 5px 0;
	padding: 4px 8px 4px 8px;
	text-transform: uppercase;
}

#centercol p, #content-col-wide p {
	margin:0;
	padding:5px 10px 5px 10px; 
	color:#233f5f;
	font: 12px "Verdana", "Arial", "Helvetica", "Lucida Grande", "sans-serif";
	line-height: 18px
}

#rightcol {
	float: left;
	margin:0;
	padding:0;
	width: 226px;
}

#rightcol h2 {
	margin:0 2px;
	padding:8px 0 0 0;
	color:#083e7a;
	text-indent: 5px;
	font: 18px "Verdana", "Arial", "Helvetica", "Lucida Grande", "sans-serif";
	font-weight: bold;
	height: 39px;
	background: url(../images/gold-heading.jpg) top left repeat-x;
}

#rightcol p {
	margin: 0;
	padding: 0 2px 10px 10px;
	color:#083e7a;
	font: 12px "Verdana", "Arial", "Helvetica", "Lucida Grande", "sans-serif";
	line-height: 18px;
}

#rightcol a, #centercol a, #content-col-wide a {
	color: #0e3860;
}

#rightcol a:hover, #centercol a:hover, #content-col-wide a:hover  {
	text-decoration: none;
}

#rightcol h2 a:link, #rightcol h2 a:visited  {
	color:#083e7a;
	text-decoration: none;
}

#rightcol h2 a:hover, #rightcol h2 a:active {
	color:#083e7a;
	text-decoration: none;
	background:  url(../images/arrow-down.gif) 160px 14px  no-repeat;
}

#rightcol h2 a {
	padding:8px 25px 0 0;
	color:#083e7a;
	text-indent: 5px;
	font: 18px "Verdana", "Arial", "Helvetica", "Lucida Grande", "sans-serif";
	text-decoration: none;
	font-weight: bold;
	background:  url(../images/arrow-right.gif) 160px 11px  no-repeat;
}

.calendar {
	margin: 0 auto 15px auto;
	padding:0;
	text-align: center;
	width:204px;
}

.clear {
	clear: both;
}

HR {
	clear: both;
   border: none 0;
	border-bottom: 1px solid #bec3cd;
	width: 99%;
	height: 1px;
	padding: 0;
	margin: 8px auto 22px auto;
	text-align: center;
}

/*UL Tags*/

#centercol ul  {
	padding: 5px 5px 8px 25px;
	margin: 5px 0 0 10px;
	list-style: disc url(../images/bullet.gif);
	list-style-type: none;
	font: 12px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	color: #233f5f
}

#centercol ul li {
	padding: 0 0 2px 0;
	color:#233f5f;
	font: 12px "Verdana", "Arial", "Helvetica", "Lucida Grande", "sans-serif";
	line-height: 18px
}

#centercol ol {
	padding: 5px 5px 8px 25px;
	margin: 0 0 0 10px;
	font: 12px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	color: #233f5f
}

#centercol ol li {
	line-height: 18px;
	padding: 5px 0;
	/*border-bottom: 1px solid #e7e2c0*/
}

.toTop {
	text-align: right;
	margin: 0px 10px 10px 0;
}

/*Login Slider*/

h3.section {
	margin-top: 1em;
}

#vertical_slide, #horizontal_slide {
	display:block;
	padding: 10px;
	font-weight: bold;
	height: 230px;
}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}

/*Nav Top Right*/

#top-right-nav {
	float: right;
	margin: 0;
	padding: 0 3px 0 0;
	list-style: none;
}

#top-right-nav li {
	float: left;
	margin: 0;
	padding: 0;
}
	
#top-right-nav li a {
	display: block;
	height: 14px;
	margin: 0;
	padding: 0;
	text-indent: -3000px;
	overflow:hidden
}

#top-right-nav li.news-btn {
	background: url(../images/btn-news.gif);
	width: 56px;
}

#top-right-nav li.calendar-btn {
	background: url(../images/btn-calendar.gif);
	width: 113px;
}

#top-right-nav li.login-btn {
	background: url(../images/btn-login.gif);
	width: 53px;
}

#top-right-nav li:hover, #top-right-nav li.sfhover,
body.news-btn #top-right-nav li.news-btn,
body.calendar-btn #top-right-nav li.calendar-btn,
body.login-btn #top-right-nav li.login-btn {
	background-position: 0 -14px;
	cursor:pointer;
}

/***********FOOTER CSS***********/

#footer {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font: 10px "Verdana", "Arial", "Helvetica", "Lucida Grande", "sans-serif";
	background: #0f3760 url(../images/footer-bg.gif) top center no-repeat;
}

#footer-wide {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font: 10px "Verdana", "Arial", "Helvetica", "Lucida Grande", "sans-serif";
	background: #0f3760 url(../images/footer-bg-wide.gif) top center no-repeat;
}

p.footer-links {
   margin: 0;
	padding: 45px 0 0 0;
	color: #A7B1B1;
	text-transform: none;
	font: 10px Arial, Helvetica, sans-serif;
}

p.credit {
   margin: 0;
	padding: 5px 0 15px 0;
	color: #A7B1B1;
	font: 10px Arial, Helvetica, sans-serif;
}

/* -= Roll Overs Footer=- */

#footer a:link, #footer a:visited, #footer-wide a:link, #footer-wide a:visited {
	font-weight: normal;
	color: #A7B1B1;
	text-decoration: underline;
}

#footer a:hover, #footer a:active, #footer-wide a:hover, #footer-wide a:active {
	padding: 0 3px 0 3px;
	font-weight: normal;
	color: #A7B1B1;
	text-decoration: none
}

#footer a, #footer-wide a {
	padding: 0 3px 0 3px;
	margin: 0 auto;
	font-weight: normal;
}

.image-left {
float: left;
display: block;
margin: 6px 10px 6px 0;
padding: 1px;
border: 2px solid #0f3760;
}

.img-right {
float: right;
display: block;
padding: 1px;
margin: 6px 0 6px 10px;
border: 2px solid #0f3760
}

.img-center {
display: block;
margin: 6px auto 6px auto;
padding: 1px;
text-align: center;
border: 2px solid #0f3760;
}

.image-sm-border{
width:107px;;
height:117px;
float: left;
display: block;
border: 2px solid #0f3760;

}

.img-no-border{
width: 150px;
height: 150px;
border: 0px;

}

.img-border{
	display: block;
	width: 100px;
	height: 133px;
	border: 2px solid #0f3760;
	margin: 0 0 0 5px;
}

.img-bio{
	display: block;
	width: 250px;
	height: 333px;
	border: 2px solid #0f3760;
	}


/* special */
.red {
	color: red;
}

.odd{
	background: #f7f3dd;
}

/***********Site Map Styles***********/

ul.sitemap {
	margin: 0;
	padding: 0;
}

li.subnav1{
	margin-left: 20px
}
li.subnav2{
	margin-left: 40px
}
li.subnav3{
	margin-left: 80px
}

/* WANTED */
#container table.wanted   {
margin:12px 0;
background-color: #fcfbf7;

}
#centercol .container table tbody tr.wanted-row td{
	background-color:#f7f3de;
}	

#centercol h1.wanted-header, #content-col-wide h1.wanted-header {
	
	font-size: 20px;
	letter-spacing: 0.1em;
	text-transform:uppercase;
	text-align:center;
}

#centercol table.gold{
background-color: #fcfbf7;

}

#centercol table.gold tbody tr.wanted-row td{
	background-color:#f7f3de;
	padding: 5px;
}


/* CONTACT FORM */
#category-note {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin: 15px 20px 20px 20px;
	
}

#category-note p {
	padding: 8px 30px;
	text-align: center;
	background-color: #ebf2f7;
}

select.contact-category-select {
	font-size: 14px;
	font-weight:bold;
	padding:2px 2px 2px 5px;
}

div.success {
	color:#006600;
	background-color: #d9ffd6;
	border: 1px solid green;
	margin:0px auto 15px auto;
	width: 80%;
}

div.success p {
	color:#006600;
}


div.error {
	background-color: #fff2f3;
	border: 1px solid red;
	margin:0px auto 15px auto;
	width: 80%;
	padding: 5px;
}

div.error p {
	color: red;
	font-weight: bold;
}
