/* Global */
body{
	color: #000000;
	margin: 0;
	padding: 0;
	background: #000000;
	letter-spacing:0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}
a {
	color:#c60905;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: bold;
}
.clear {
	clear:both;
	overflow:visible;
	margin:0;
	padding:0;
	height:1px;
} 
a:hover {
	text-decoration:bold;
	color: #000000;
}
h2 { color:#c60905;font: bold 13px Arial, Helvetica, sans-serif; margin: 15px 5px 5px 0;}
h3 { color:#c60905;font: bold 13px Arial, Helvetica, sans-serif; margin: 0 0 3px 0;}
/******* Layout **********/
#wrapper{
	width:769px;
	background: url(images/l-bg.gif) repeat-y center;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#top{
	background: url(images/top.png) no-repeat center;
	height: 18px;
	margin:0;
	padding:0
}
#header{background: #000000 ;height: 99px;margin:0 20px;}
#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:0 18px;padding-left:1px;}
#nav ul {margin: 0;list-style: none;padding:0}
#nav li {display: block;float: left;}
#nav li a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ECE9D8;
	text-decoration: none;
	display: block;
	padding: 12px 15px 13px 15px;
	border-right: 1px solid #000000;
}
#nav li a:hover {
	background: url(images/hover.gif) repeat-x top;
	font-style: normal;
	color: #000000;
}
#nav li a.current {background: url(images/hover.gif) repeat-x top;}
/******* Content *********/
#main{
	background: url(images/shade.gif) repeat-x top;
	margin:2px 21px;
	padding: 10px;
	overflow: visible;
	clear:both;
}
#content{width:480px;padding:10px 0 10px 10px;float:left;}
#content p { margin: 0 0 10px 0}
#content ul {padding:0 0 10px 0;margin:15px 0 0 25px;list-style: square url(images/bullet.gif);}
#content li {margin:0; padding:0 0 4px 0;}
.img { border: 1px solid #c60905; padding: 7px; margin: 0 0 12px 0; background-color:#fff;}
.box1 {
	width: 458px;
	float:left;
	padding:7px;
	border: 1px solid #c60905;
}
.box2 {width: 215px; float:left;padding:7px; margin-left:12px;border: 1px solid #c60905;}
.cont { display:block;background-color:#F7F7F7;padding:8px;}
.cont:hover{ background-color:#fff;}
/***** Side Bar **********/
#sidebar{
	width:200px;
	margin: 0 0 0 503px;
}
.menu {
	margin:0;
	padding:0;
	list-style:none;
	color: #000000;
}
.menu li {height: 40px; padding: 11px 0 0 45px;background: url(images/menu.gif) repeat-x left top;}
.menu a { color:#475509; text-decoration: none;font-weight:bold;}
.menu a:hover { color:#000000; }
/******** Footer *******/
#footer-line{background: #c60905 url(images/footer.gif) repeat-y left;height: 13px;margin:0 18px;}
#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;}
