@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	color: #333;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #545454;
	background-repeat: repeat;
	background-image: url(../../backgrounds/star.bak.gif);
}


h1 {
	color: #4F6179;
	font-size: 24px;
	font-weight: normal;
	
}
h2 { color: #33F; font-size: 18px; font-weight: normal;  }

a          { color: #ba7007; }
a:visited  { color: #ba7007; }
a:hover    { color: black; }

#wrapper {
	width: 960px;
	height: 760px;
	margin-left:auto;
	margin-right: auto;
}


/* BANNER AREA */
.bannerArea {
	width: 960px;
	height: 145px;
	background-image: url(../../images/banner-clip.png);
	background-repeat: no-repeat;
}
.bannerArea h1 {
	color: #FF0;
	position: relative;
	top: 25px;
	text-shadow:#333;
}
.bannerArea h3 {
	color: #FF0;
	position:relative;
	left: 50px;
	top: 5px;
	text-shadow:#333;
		
}

.bannernav {
	padding-top: 10px;
	padding-right: 40px;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: right;
	font-weight: bolder;
}

.bannernav a {
	color: black;
	text-decoration: none;
}
.bannernav a:visited {
	color: yellow;
}
.bannernav a:hover {
	color: #F00;
}

.toplogo {
	margin-left: 10px;
	padding-top: 15px;
	float: left;
	text-align: right;
}
#leftcol {
	float:left;
	width:210px;
	height: auto;
	background-color:#999;
	position: relative;
	left: 1px;
	top: 1px;
	border: outset gray 4px;
}

/* LEFT NAVIGATION */


.leftnavigation {
	width: 190px;
	margin: 4px 0px 0 0px;
	list-style-type: none;
	padding-left: 10px;
	padding-top: 4px;
	
}

.leftnavigation a{
	margin-left: 0px;
	width: 156px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	display:block;
	color: #364957;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(images/nav_normal.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom: 1px solid #999;
}

.leftnavigation a:visited{
	color: #364957;
}
.leftnavigation a:hover{
	color: #ffffff;
	background-image: url(images/nav_down.jpg);
}
/* LEFT NAVIGATION 2 */
#nav2 {
	width: auto;
	clear:left;
}

.leftnavigation2 {
	float: left;
	width: 190px;
	margin: 4px 0px 0 0px;
	list-style-type: none;
	padding-left: 10px;
	padding-top: 4px;
	position: relative;
	top: -8px;
}

.leftnavigation2 a{
	margin-left: 0px;
	width: 156px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	float: left;
	color: #364957;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(images/nav_normal.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom: 1px solid #999;
}

.leftnavigation2 a:visited{
	color: #364957;
}
.leftnavigation2 a:hover{
	color: #ffffff;
	background-image: url(images/nav_down.jpg);
}


/* CONTENT AREA */

.contentleft {
	width: 700px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-left: 10px;
	border: outset gray 4px;
	background-color: #EEE;
}
.contentleft h1 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.contentleft p { font-size:1.0em;
	font-weight: bold;
}

#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 2px;
	width: 15%;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
}
#box-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #039;
}
#box-table-b td
{
	padding: 8px;
	background: #e8edff; 
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #669;
}
.info {
	padding: 4px;
	float: right;
	height: auto;
	width: 250px;
	margin-left: 10px;
	margin-right: 180px;
	border: solid black 2px;
	position: relative;
	top: -10px;
	left: 5px;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}



/* FOOTER AREA */
.footerArea {
	width: 952px;
	height: 50px;
	background-color: #999;
	background-repeat: no-repeat;
	border: outset 4px  gray;
	position: relative;
	top: 8px;
}

.copyright {
	margin-left: 240px;
	margin-right: 30px;
	padding-top: 12px;
	font-size: 10px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}

