/* default elements */

* {
	margin: 0;
	padding: 0;
}

html { /* force scrollbars */
	height: 100%;
	padding-bottom: 1px;
}

body {
	background: #fff;
	font: 62.5%/1.8em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;

}

a {
	color: #2F4F4F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:10px 0;
	border:1px solid #eee;}

li {
	list-style: none;
	padding: 2px 5px;
}

li a {
	font-weight: normal;
}


#main-content ul, ol {
	margin:10px 10px 10px 25px;
	border-top:1px solid #eee;
}
#main-content  li {
	padding:5px;
	border-bottom:1px solid #eee;
}

#main-content h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:normal;
	margin:15px 0;
	border-bottom:1px solid #f6f6f6;
	padding:5px 0;
}


h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:2em;
	font-weight:normal;
	color:#2F4F4F;
	letter-spacing:1px;
	margin:1px 0;

}
h2 {
	color: #808080;
letter-spacing:-1px;
	font: bold 1.2em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
}

p {
	margin: 2px 0 6px;

}

.drop-shadow
{
	float: left;
	position: relative;
	margin: 10px 3px 0 10px !important;
	margin: 10px 3px 0 5px; 
	background: url(img/drop_shadow.png) bottom right no-repeat !important;
	background: transparent url(img/drop_shadow_ie.gif) bottom right no-repeat;
}

.drop-shadow img
{
	padding: 4px;
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}

.drop-shadow p
{
	right: 11px;
	bottom: 0px;
	color: #eeeeee;
	padding: 5px 10px;
	position: absolute; 
	background-color: #2e333b;
	border-top: 1px solid #111111;
}

/* structure */
#wrapper {
	;
	font-size: 1.2em;
	margin: 0 auto;
	width: 940px;
}

/* header */

#header {
	font: bold 1em tahoma,sans-serif;
	padding: 5px 0;
}

/* main box */

#main {
	background: #Fff;
	border: 3px solid #2F4F4F;
	padding: 3px;
}

/* left side */

#main-left {
	background: #2F4F4F;
	float: left;
	width: 180px;
}
ul#quicklinks {
font-weight: normal;
background: #2F4F4F;
padding: 0;}

#quicklinks li { 
border-bottom: 1px solid #fff;
font-size: 1em; 
display: block; 
text-decoration: none; 
width: 95%;
list-style-type: none;
line-height: 15px; }

#quicklinks li a { color: #fff;  background: #2F4F4F; display:block; font-weight: normal; block; padding:  3px 0 3px 1%; text-decoration: none; width: 100%; line-height: 15px;}
#quicklinks li a:hover { color: #fff; background: #2F4F4F; display:block;  width: 100%; line-height: 15px;}

/* right top */
#main-right {
	float: right;
	width: 742px;
	
}

#logo {
	background: #fff url(img/logo1.jpg) no-repeat;
	height: 151px;
}

#title {
	background: #2F4F4F;
	font: normal 3em "times new roman", serif;
	letter-spacing: 2px;
	float: left;
	line-height: 50px;
	text-align: center;
	width: 580px;
	color: #FFF;
}
#title span {
	color: #ccc;
}

#search {
	background: #2F4F4F;
	float: right;
	height: 50px;
	text-align: center;
	font-size: 0.9em;
	width: 162px;
}
#search-button {
	background: url(img/gradient-red.jpg) repeat-x left center;
	border: none;
	color: #FFF;
	font: bold 1em sans-serif;
	margin-top: 4px;
	width: 84px;
}

#graphic-banner {
	background: #fff url('img/banner.jpg') no-repeat;
	clear: both;
	height: 70px;
}

/* main content area */
#main-content {
	float: left;
	width: 535px;

}

/* right bottom */
#main-right-sidebar {
	background: #2F4F4F;
	float: right;
	width: 185px;

}

#featured {
	padding-top: 5px;
}
#featured img {
	display: block;
	margin-bottom: 10px;
}

/* footer */
#footer {
	border-top: 1px solid #CECFC9;
	color: #808080;
	font: bold 0.85em tahoma,sans-serif;
	padding: 2px 0;
	text-align: center;
}
#footer .copyright {
	color: #666;
	font-size: 0.9em;
	padding-right: 50px;
	text-align: right;
}

/* custom classes */

.col3 {
	float: left;
	width: 247px;
}
.col3#last {width: 248px;}

.clearer {
	font-size: 0;
	clear: both;
}
.redbox {
	background: url(img/gradient-red.jpg) repeat-x left center;
	border: 1px solid #D0CDBA;
	color: #FFF;
	font: normal 2em "times new roman", serif;
	padding: 2px;
	text-align: center;
}
.redbox a {
	color: #FFF;
	display: block;
}
.redbox a em {
	color: #cce6e9;
	display: block;
	padding-top: 2px;
	font: normal 0.4em tahoma,sans-serif;
}
.redbox a:hover {
	text-decoration: none;
}

.content {padding: 5px;color: #000000;}