@charset "UTF-8";

body {
	text-align: center;
	margin: 7px 15px 20px;
	background-image: url(../images/images_old/background_over2.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	background-position: top;
}

* { margin:0px; padding:0px; }

div { display:block; }

a img { border:0; }

a:link { color: blue }
a:visited { color: purple }
a:hover { color: purple }
a:active { color: red }


/****** Layout ********/

#wrapper {
	background: #FFFFFF;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
}

#content_wrapper {
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 10px;
	min-height:500px;
}

#left_sidebar {
	width: 210px;
	float: left;
	text-align:center;
}

#content {
	float: right;
	width: 521px;
}

#footer {
	background: url(../images/footer.jpg) no-repeat;
	height: 133px;
	color: #FFFFFF;
	padding-left: 110px;
	position: relative;
	clear: both;
}

#footer p { margin: 0px; }

#footer .footer_box {
	float: left;
	width: 210px;
	margin-top: 40px;
	text-align: center;
	margin-right: 15px;
}

#footer #footer_design {
	position: absolute;
	top: 100px;
	right: 30px;
}

#bookstore fieldset, #form fieldset  { 
	margin-bottom: 15px; 
	padding: 0 15px 15px; 
	border: solid 2px #887951;
}

#popup_wrapper {
	text-align: left;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}

#popup_content { margin: 15px; }

#popup_col1 {
	float: left;
	width: 290px;
}

#popup_col2 {
	float: right;
	width: 282px;
}


/******** Navigation *********/
#nav {
	width: 100%;
	border-top: 3px solid #D4C00B;
	background-color:#FFFFFF;
	text-align:left;
	margin-bottom:40px;
}

#nav ul { 
	list-style: none; 
	border-top: 1px solid #1884B5;
	border-left: 1px solid #1884B5;
	border-right: 1px solid #1884B5;
}

#nav ul li {
	text-decoration: none;
	color:#02537E;
	border-bottom: 1px solid #1884B5;
	position: relative;
	cursor:default;
}

#nav ul li.submenu { background: url(../images/nav_submenu_background.gif) no-repeat 185px 12px; }
#nav ul li.nav_selected { background: url(../images/nav_submenu_background_over.gif) no-repeat 185px 12px; }


#nav ul li a {
	text-decoration:none;
	display:block;
	color:#02537E;
	height: 40px;
	padding-left: 15px;
	font: bold 16px/40px Verdana, Arial, Helvetica, sans-serif;
}

#nav ul li a:hover {
	color:#74a1b8;
}	

#nav ul li a:visited {
	/*color:#02537E;*/
}

#nav ul li ul {
	position: absolute;
	left: 208px;
	top: -1px;
	width:180px;
	display:none;
	background-color:#FFFFFF;
	border-right: 1px solid #1884B5;
	border-left: 1px solid #1884B5;
	border-top: 1px solid #1884B5;
	z-index:100;
}

#nav ul li ul li a {
	color: #02537E;
	padding-left:15px;
	white-space:nowrap;
	background:none;
	line-height:33px;
	height:33px;
	font-weight: normal;
	font-size: 14px;
}	

/******** Text Styles ********/
h1, h2, h3, h4, h5, h6, p {
	margin: 18px 0px;
	text-align: left;
}

a:link { 
	color: #02537e; 
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: 700; 
	line-height: 15px; 
	text-decoration: underline; 
}
fieldset { 
	color: #444444; 
	padding: 16px; 
	border: solid 1px #4488bb;
}
legend { 
	color: #444; 
	font-size: 19px; 
	font-weight: 700; 
	line-height: 21px; 
	padding: 4px; 
	border: solid 1px #06c; 
}
h1 { 
	color: #444; 
	font-size: 19px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: 700; 
	line-height: 21px; 
}

#bookstore legend, #form legend { 
	color: #887951; 
	font-size: 16px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: 500; 
	line-height: 16px; 
	border-style: none; 
}


/******** Classes *********/
.hotspots {
	padding-top:1px;
	clear:both;
}	

.date_sub { 
	color: #600; 
	font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: 700; 
	line-height: 16px;
}

.main_small  { 
	color: #444; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 12px;
}

.subtitle { 
	color: #444; 
	font-size: 19px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: 700; 
	line-height: 21px; 
}

.sub_gold_sm { 
	color: #444; 
	font-size: 16px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: 700; 
	line-height: 18px;
}

.box4 { 
	padding: 8px; 
	width: 135px; 
	height: 100px; 
	overflow: auto; 
	border: solid 2px #ccc;
}

.imageright { 
	margin-bottom: 10px; 
	margin-left: 10px;
}

.imageleft {
	margin-right: 10px;
	margin-bottom: 10px;
}

.clear {
	clear:both; 
}
#wrapper #content_wrapper #content h2 {
	font-size: 16px;
	font-style: normal;
	color: #444;
}



p.clear {
	line-height:1px;
	font-size:1px;
	margin:0px;
}
.image_strokeright {
	border: 2px solid #006398;
	float: right;
	margin-left: 15px;
}
.image_strokerleft {
	border: 2px solid #006398;
	float: left;
	margin-right: 15px;
}			
.bookstore_stroke {
	padding: 6px;
	border: 2px solid #0A6B97;
}
.basicstroke {
	border: 2px solid #006398;
}
.small_red {
	font-size: 12px;
	color: #F00;
}
