/* Global */
body{
	color: #565655;
	margin: 0;
	padding: 0;
	font: 12px/1.4em Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	background-color: #2B69A4;
}
a { color:#6e840b;font: 12px/1.4em Arial, Helvetica, sans-serif; text-decoration:underline;}
.clear {clear:both; overflow:hidden; margin:0; padding:0; height:1px;} 
a:hover {text-decoration:none;}
h1 { color: #990000; font: bold 15px Arial, Helvetica, sans-serif; margin: 15px 5px 5px 0;}
h2 { color:#95a938;font: bold 14px Arial, Helvetica, sans-serif; margin: 15px 5px 5px 0;}
h3 { color: #330033;font: normal 13px Arial, Helvetica, sans-serif; margin: 0 0 3px 0;}
/******* Layout **********//*#95a938*/
#wrapper{width:769px;margin: 0 auto;background: url(images/l-bg.gif) repeat-y center;}
#top{background: url(images/top.png) no-repeat center;height: 29px;margin:0;padding:0}
#header{
	height: 99px;
	margin:0 21px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#logo {float: left;width:300px; padding:25px 0 0 30px}
#sm { float: right; padding:35px 50px 0 0}
/****** Navigation **********/
#nav{
	background: url(images/nav.gif) repeat-x top;
	height: 40px;
	margin-top: 0;
	margin-right: 18px;
	margin-bottom: 0;
	margin-left: 18px;
}
#nav ul {margin: 0;list-style: none;padding:0}
#nav li {display: block;float: right ;}
#nav li a {
	color: #FAFCF8;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 30px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	width: 233px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2B69A4;
}
#nav li a:hover {background: url(images/hover.gif) repeat-x top;}
#nav li a.current {background: url(images/hover.gif) repeat-x top;}
#nav img {border:none;}
/******* Content *********/
#tbl{ }
#tbl a{ text-decoration:none;color: #330033;font: normal 13px Arial, Helvetica, sans-serif; margin: 0 0 3px 0;}
#main{
	background: url(images/shade.gif) repeat-x top;
	overflow: hidden;
	clear:both;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 21px;
	padding: 0px;
}
/*#content{width:480px;padding:10px 0 10px 10px;float: right;}*/
#content{
	width:500px;
	float: right;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0px;
}
#g{ height:275px; width:200px; }
#content p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#content ul {
	list-style: square url(images/bullet.gif);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	margin: 0px;
}
#content li {margin:0; padding:0 0 4px 0;}
.img { border: 1px solid #e5e5e5; padding: 7px; margin: 0 0 12px 0; background-color:#fff;}
.box {width: 420px; float:left; padding:7px; border: 1px solid #e5e5e5;}
.box1 {width: 215px; float:left; padding:7px; border: 1px solid #e5e5e5;}
.box2 {width: 215px; float:left;padding:7px; margin-left:10px;border: 1px solid #e5e5e5;}
.box3 {width: 215px; float:left;padding:7px; margin-left:10px;border: 1px solid #e5e5e5;  margin-top:10px; }


.cont { display:block;background-color:#F7F7F7;padding:8px;}
.cont:hover{ background-color:#fff;}
/***** Side Bar **********/
#sidebar{width:200px;margin: 10px 10px 0 0; /*width:200px;margin: 0 0 0 503px;*/}
.menu { margin:20px 0 0 0;padding:0; list-style:none;}
.menu li {
	height: 35px;
	background: url(images/menu.gif) repeat-x left top;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
.menu a {
	color:#204B77;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
.menu a:hover {
	color:#0098E1;
}
/******** Footer *******/
#footer-line{
	height: 13px;
	margin:0 18px;
	background-color: #5696DC;
	background-image: url(images/footer.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#footer {background: url(images/shade.gif) repeat-x top;margin:2px 21px;padding: 18px;line-height:1.6em;}
.crd a { color:#565655;text-decoration:none;}
#bottom{background: url(images/bottom.png) no-repeat center;height: 27px;}
#paging a { float:right; text-decoration:none;}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -60px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	padding: 7px;
	vertical-align: top;
	width: 130px;
	height: 120px;
	margin: 5px;
	border: 1px solid #aaa;
}
/*
width: 100px;
	height: 75px;

*/
.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 7px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 240px;
	height: 190px;
}
/*width: 200px;
	height: 150px;*/
/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -30px;
	left: -70px;
}

.hoverbox li
{
	position: static;
}
