/*****  Basic Styles   *******/
body {
	background-color: #CBC1BC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #46050d;
	margin: 0;
	}
h1 {
	font-size: 1px;
	margin: 0;
	text-indent: -9000px;
	display: none;
	}
p a {font-size: 1em;}	
/*****  Container Div, for outer background color *******/
div#container {
	margin: 0 auto;
	padding-left: .01em;
	padding-top: 18px;
	width: 800px;
	background-color: #eae5e1;
	
	}

/*****  Wrapper Div, to hold everything together  in the center *******/
div#wrapper {
	margin: 0 auto;
	/*padding-left: .01em;*/
	width: 758px;
	border: 1px solid #4e1921;
	}


/*****  Content Div, to hold content border *******/
#content {
	width: 758px;
	/*border: 1px solid #895610;*/
	border-top: 0px;
	
	}
/*****  Header Div  *******/
div#header {
	background-image: url(../images/logoheader_bg.jpg);
	background-repeat: no-repeat;
	width: 758px;
	height: 115px;
	font-size: 14px;
}

#header a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	text-decoration:none;
	color: #46050d;
	}
#header a:hover {
	text-decoration: underline;
	}
#header a.this {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	text-decoration:none;
	color: #46050d;
	text-decoration: underline;
	}
#header p	{
	margin-top: 0px;
	font-size: 12px;}

#header .right {
	float: right;
	text-align:right;
	margin-right: 21px;
	margin-top: 12px;
	} 
#search {
	text-align: right;
	margin: 8px 0px 2px 0px;
	color: #46050d;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: .5px;
	}
#search form {
	margin: 0px 0px 0px 0px;
	}
#search input {
	font-size: 14px;
	color: #46050d;
	}


/*****  Nav Main Div  *******/

#nav_main {
	margin: 0;
	padding: 0;
	width: 758px;
	height: 60px;
	background-color: #46050d;
	}

/*#nav_main ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}*/

/*#nav_main ul li {
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0px;
	color: #FFFFFF;
	}
#nav_main ul li.pipedown {
	font-size: 12px;
	padding-top: 5px;
	}*/
#nav_main ul li a {
	/*height: 17px;
	display: block;
	float: left;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #46050d;*/
	text-transform: uppercase;
	margin: 0px;
	letter-spacing: 1px;
	padding: 6px 6px 0px 6px;
	}
#nav_main ul li ul li a {
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 6px 0px 0px 0px;
	}
#nav_main ul li a:hover {
	border-bottom: 1px solid transparent;
	}
/*#nav_main ul li a.this {
	border-bottom: 1px dotted #ffffff;
	}*/
	
/*****   Page Title *******/

#pagetitle {
	background-color: #1b5188;
	height: 36px;
	width: 758px;
	}
#pagetitle h3 {
	float: left;
	font-size: 16px;
	text-transform:uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 36px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	padding-left:20px;
	}
#pagetitle p {
	float: left;
	font-size: 12px;
	line-height: 36px;
	padding: 0;
	margin: 0;
	color: #ffffff;
	}
#pagetitle a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #1b5188;
	}
#pagetitle a:hover {
	border-bottom: 1px solid #ffffff;
	}
/*****  Separator Bar *******/
#separator{
	width: 758px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	color: #1C5089;
}

/*****   Subpage Content *******/
#widebox {
	width: 758px;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	border-bottom: 10px solid #1c5089;
	}
#widebox.doublewide {
	width: 758px;
	background-image:url(../images/contentwide_bg.gif);
	background-repeat:repeat-y;
	border-bottom: 10px solid #1c5089;
	}
#widebox.home {
	width: 758px;
	background-image:url(../images/content_bg_home.gif);
	background-repeat:repeat-y;
	border-bottom: 10px solid #1c5089;
	}
#widebox p	{
	padding-left: 20px;
	padding-right: 20px;
	
	}
#widebox a {
	color: #46050d;
	border: 0;
	border-bottom: 1px dotted #46050d;
	text-decoration: none;
	}
#widebox a:hover {
	border-bottom: 1px solid #46050d;
	}


#widebox li	{
	font-size: 0.8em;
	line-height: 1.7em;
	margin-left: 6px;
	}
#widebox li ul li	{
	font-size: 1em;
	line-height: 1.3em;
	margin-left: 6px;
	}
#widebox li ol li	{
	font-size: 1em;
	line-height: 1.3em;
	margin-left: 6px;
	}
	
#widebox td {
	font-size: .8em;
	}
#widebox td p {
	font-size: 1em;
	margin: 0px;
	padding: 3px 20px;
	}
	
#leftcol {
	float: left;
	width: 158px;
	border: 0;
	margin: 0;
	padding-top: 10px;
	/*border-right: 2px solid #c49e9e;*/
	}
#leftcol h3 {
	color: #19616c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-transform:uppercase;
	padding: 10px 20px;
	margin: 0;
	font-weight: normal;
	line-height:normal;
	
	}
#leftcol p {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	font-size: .8em;
	}
#leftcol ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	}
#leftcol li {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 20px;
	line-height: 1.3em;
	}
#leftcol a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	color: #480411;
	line-height: 1.8em;
	border: 0;
	border-bottom: 1px solid #efeee9;
	width: 127px;
	display:block;

	}
#leftcol p a {font-size: 1em;}
#leftcol a:hover {
	
	}
#leftcol a.this {
	margin: 0;
	padding: 0px 10px 0px 20px;
	color: #8c0012;
	background-image:url(../images/red_square.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	text-decoration: none;
	
	}
#leftcol a.this:hover {
	border-bottom: 1px solid #efeee9;
	}
#leftcol a.subnav {
	margin-left: 20px;
	font-weight: bold;
	}
#leftcol a.subnav:hover {
	margin-left: 20px;
	}
#leftcol a.subnavthis {
	margin-left: 20px;
	font-weight: bold;
	border-bottom: 1px dotted #480411;
	}
#leftcol a.subnavthis:hover {
	border-bottom: 1px solid #480411;
	}
/***********************/
#leftcol a.subsubnav {
	margin-left: 30px;
	font-size: .75em;
	font-weight: normal;
	border-bottom: 1px solid transparent;
	}
#leftcol a.subsubnav:hover {
	border-bottom: 1px solid #480411;
	}
#leftcol a.subsubnavthis {
	margin-left: 30px;
	font-size: .75em;
	font-weight: normal;
	border-bottom: 1px dotted #480411;
	}
#leftcol a.subsubnavthis:hover {
	border-bottom: 1px solid #480411;
	}

/********************/
#centercol {
	float: left;
	width: 400px;
	border: 0;
	overflow: hidden;
	/*border-right: 2px solid #c49e9e;*/
	}
#centercol p {font-size: .8em;}
#centercol h2 {
	margin: 0;
	padding: 10px 20px;
	font-size: 1.2em
	}	
#centercol h3 {
	padding-left: 20px;
	font-size: 1em
	}
#centercol h3.home {
	color: #19616c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-transform:uppercase;
	padding: 20px 20px 0px 20px;
	margin: 0;
	font-weight: normal;
	line-height:normal;
	
	}
#centercol ul li {
	list-style-image: url(../images/red_dot.gif);
	list-style-type: disc;
}
#centercol ul.home li {
	list-style-image: url(../images/greek_key.gif);
	list-style-type: disc;
	padding-right: 10px;
}
#centercol ul.home li a {font-weight: bold;}
#centercol div #newitems a {
	font-weight: bold;
	}
#centercol .notabene {
	font-size: 2em;
	float:left;
	background-color: #46050d; 
	color: #FFFFFF; 
	display:block;
	margin: 0px;
	margin-right:3px;
	padding:0px 3px;
	}
#doublewide{
	float: left;
	width: 599px;
	margin-left: 1px;
	border: 0;
	}
#doublewide p {font-size: .8em;}
#doublewide h2 {
	margin: 0;
	padding: 10px 20px;
	font-size: 1.2em
	}	
#doublewide h3 {
	padding-left: 20px;
	font-size: 1.1em
	}
#doublewide ul li {
	list-style-image: url(../images/red_dot.gif);
	list-style-type: disc;
	}
#rightcol {
	float: left;
	width: 200px;
	border: 0;
	overflow: hidden;
	/*border-right: 2x solid #c49e9e;*/
	}
#rightcol h3 {
	color: #19616c;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 10px 20px 0px 20px;
	}
#rightcol h3.home {
	color: #19616c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-transform:uppercase;
	padding: 20px 20px 0px 20px;
	margin: 0;
	font-weight: normal;
	line-height:normal;
	}
#rightcol p.smallsnug {
	color: #19616c;
	font-size: .7em;
	font-weight: normal;
	margin: 0;
	padding: 0px 20px 10px 20px;
	}
#rightcol p {
	font-size: .8em;
	margin: 0;
	padding: 0 20px;
	color: #480411;
	line-height: 1.3em;
	border: 0;
	}
#rightcol ul{
	margin: 0px;
	padding: 4px 10px 0px 20px;
	}
#rightcol li {
	color: #480411;
	font-weight: normal;
	margin: 0px;
	padding: 1px 0px 10px 0px;
	line-height: 1.4em;
	}
/*****  Footer *******/
#footer {
	clear: left;
	font-size: 10px;
	width: 758px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 2px;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	text-transform:uppercase;
	text-align: center;
	}
#footer p {margin: 4px; text-align: center}
#footer a {
	color: #46050d;
	text-decoration: none;
	}
#footer a:hover {
	color: #46050d;
	text-decoration: underline;
	}

/*****  Miscellaneous Styles *******/
#sitedesign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin-left: -900px;
	}
	
.cellbg1 {
	background-color: #B9C2DF;
}
.cellbg2 {
	background-color: #D3DBF0;
}


.small {
	font-size: 0.75em;
}
.medlarge {
	font-size: 1.3em;
}
.leftpic {
	margin-right: 10px;
	float: left;
}
.rightpic {
	margin-left: 10px;
	float: right;
}
/*****  Home Page Content *******/


/*****  Home Page Ad Div *******/
#ad {
	width: 758px;
	height: 192px;
	background-color: #19616C;
	background-image: url(../images/bg_browse.gif);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

#ad .boxleft {
	width: 557px;
	height: 192px;
	float: left;
	/*border: 1px solid black;*/
	}
#ad .boxright {
	width: 201px;
	height: 192px;
	float: left;
	background-color: #19616c;
	color: #FFFFFF;
	overflow:hidden;
	/*border: 1px solid black;*/
	}
#ad .boxright h2 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: normal;
	margin: 0px 20px -3px 24px;
	padding: 5px 0px 0px 0px;
	text-transform: uppercase;
	}
#ad .boxright h3 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-transform:uppercase;
	padding: 12px 20px 10px 20px;
	margin: 0;
	font-weight: normal;
	line-height:normal;
	
	}
#ad .boxright p {
	color: #FFFFFF;
	font-size: .7em;
	font-weight: normal;
	margin: 0 20px 2px 20px;
	padding: 0px;
	}
#ad .boxright ul{margin: 0px;padding: 4px 10px 0px 24px;}
#ad .boxright li {
	color: #FFFFFF;
	font-size: .7em;
	font-weight: normal;
	margin: 0px;
	padding: 1px 0px 1px 0px;
	}
#ad .boxright p.small {
	font-size: .7em;
	}
#ad .boxright a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
	}
#ad .boxright a:hover {
	border-bottom: 1px solid #ffffff;
	}
/*****  What's New Bar *******/
#whatsnew {
	background-color:#19616C;
	width: 758px;
	height: 40px;
	clear: left;
	margin: 0px;
	border: 0px;
	border-top: 1px solid #19616C;
	border-bottom: 2px solid #c49e9e;
	
}

/*#whatsnew hr {
	clear:both;
	border: 1px solid #c49e9e;
	color:#FFFFFF; 
	width: 720px;
	text-align: center;
	}*/
#whatsnew h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 5px 12px 0px 20px;
	font-weight: normal;
	letter-spacing: 1px;
	float: left;
	}
#whatsnew p {
	color: #FFFFFF;
	margin: 10px 20px 0px 20px;
	font-weight: normal;
	font-size: .9em;
	}
#whatsnew a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;  
	}
#whatsnew a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF; 
	}
#whatsnew h3.emergency {
	color: #FFCC00;
}
/*****  Announcement Div, for Home Page *******/
#announcements 	{
	width: 758px;
	background-color: #FFFFFF;
	}
#announcements .textboxleft {
	width: 232px;
	float: left;
	background-color: #FFFFFF;
	color: #46050d;
	/*border: 1px solid black;*/
	}
#announcements .textboxmiddle {
	width: 274px;
	float: left;
	background-color: #FFFFFF;
	color: #46050d;
	/*border: 1px solid black;*/
	}
#announcements .textboxmiddle a.special {
	color: #860212;
	/*border: 1px solid black;*/
	}
#announcements .textboxright {
	width: 248px;
	float: left;
	background-color: #FFFFFF;
	color: #46050d;
	/*border: 1px solid black;*/
	}
#announcements h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #46050d;
	text-transform: uppercase;
	margin: 5px 12px 12px 20px;
	font-weight: normal;
	letter-spacing: 1px;
	}
#announcements p {
	font-size: .9em;
	padding: 0px 12px 0px 10px;
	margin: 12px 0px 12px 20px;
	border: 0;
	border-left: 2px solid #c49e9e;
	line-height: 1.3em;
	}
#announcements ul{
	margin-top: 0px;
	}
#announcements li{
	font-size: .75em;
	line-height: 1.4em;
	padding-right: 12px;
	color: #46050d;
	}
#announcements a {
	color: #46050d;
	text-decoration: none;
	border-bottom: 1px dotted #46050d;  
	}
#announcements a:hover {
	color: #46050d;
	border-bottom: 1px solid #46050d; 
	}
	

.caps {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
}
.selectedbg {
	background-color: #2C65C6;
	color: #46050d;
}

#widebox .textbox_left h3{
	font-weight: bold;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-left: 10px;
}
.textbox_left {
	float: right;
	color: #46050d;
	margin: 20px 10px 10px 30px;
	width: 150px;
	border: 1px dotted #2E3E5D;
	display: inline;
	padding: 10px 0px;
}
.textbox_left li{
	margin: 3px 3px 3px 10px;
	color: #46050d;
}
#widebox .textbox_center {
	float: left;
	color: #46050d;
	margin: 20px 0px 10px 0px;
	width: 350px;
	display: inline;
}

#widebox .textbox_center p {
	padding: 0;
	margin: 10px;
	color: #46050d;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 

 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 

/* *** misc classes   *** */
#widebox a.noborder {text-decoration: none; border: none;}
#widebox a.noborder:hover {text-decoration: none; border: none;}



