﻿* {
	margin:0;
	padding:0;
}
/*
Structure
*/
body {
	background-color:#FFFFFF;
	background-image:url('images/bkg-top.jpg');
	background-position:top left;
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:.9em;
}
#wrap {
	width:980px;
	margin:0 auto;
}
#head {
	width:980px;
	height:137px;
	background-image:url('images/logo-panel3.jpg');
	background-position:top left;
	background-repeat: no-repeat;
	border:0px solid #ff0;
	overflow:hidden
}
#nav {
	/*margin:108px 0 0 140px;*/
	margin:65px 0 0 130px;
	height:25px;	
}
h1#announce  {margin:18px 0 0 250px;font-size:1.4em; color:#fff}
#tag {float:right;z-index:10;margin: -20px 90px 0 0}
#tag h1 {margin: 0;color:#fff; font-size:12px;}
#tag p {margin-bottom: 0;}
#footer {
	width:100%;
	height:50px;
	background-image:url('images/bkg-foot.jpg');
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center
}
#midfoot {
	margin:0px auto 0 auto;
	width:980px;
	text-align:left;
	overflow:hidden;
	
}
#colm1 {
	width:220px;
	float:left;
	border-right:1px solid #e1e1e1;	
	margin:20px 0 0 10px;
}
#colm2 {
	width:540px;
	float:left;
	border:0px solid #f00;
	border-right-color:#0066cc;
	margin:20px 0 0 20px;
}
#colm3 {
	width:150px;
	float:left;
	border:1px solid #e1e1e1;
	margin:50px 0 0 20px;
	padding:5px;
}
.clear {
	clear:both;
	height:1px;
	width:100%;
	margin:10px 0;
}
/*
 content styles
*/
h1 {
	font-size:1.2em;
	color:#0058B0;
	font-weight:normal;
	margin:10px 0 20px 0;
}
h2 {
	font-size:1.1em;
	color:#0058B0;
	font-weight:normal;
	margin:15px 0 15px 0;
}
h3 {
	font-size:1.1em;
	color:#0058B0;
	font-weight:normal;
	margin:15px 0 0 0;
}
h3.listing {
	width:490px;
	}
p {
	margin: 0 0 20px 0
}
img.ans {
	border:none;margin-top:5px;float:right;
	
}

img.ans2 {
	border:none;margin-bottom:-10px;	
}
img.nob {
	border:none;
}
div.qad {
	border:1px solid #e1e1e1;margin:10px 0 15px 20px; padding:10px;display:none;
}
div.qad2 {
	border:1px solid #e1e1e1;margin:10px 10px 10px 0; padding:10px;}

div.edit {
text-align:right;margin:-10px 0 10px 0;border-bottom:1px solid #e1e1e1;
	}

#midfoot p, #colm3 p  {font-size:.8em;margin: 20px 0 0 0}
#colm3 h2 {font-size:.8em; font-weight:bold;color:#0058B0;}
ul.navlist {list-style:none;margin-left:0px;font-size:1.1em;}
ul.sub {list-style:none;margin-left:5px;font-size:0.8em;}
ul.sub a:hover {
	color:#0058B0 !important;
}
a.topics {
	text-decoration:none;
	color:#990000 !important
}
a.topics:hover {
	color: #999999;
	text-decoration:underline !important
}

a {
	text-decoration:none
}
a:link {
	color:#000000
}
a:visited {
	color: #999999;
}
a:hover {
	color:#990000
}
ul {
	margin-left:30px;
}

/* 
Navigation 
*/
ul#cssmenu {
	list-style: none;
	padding: 0px;
	margin-left:0px;
}
ul#cssmenu li {
	float: left;
	background-image:url(images/btn-maroon-1.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	margin:3px 5px 0 5px;		
}
ul#cssmenu li a {
	display: block;
	font-weight:bold;
	background-image:url(images/btn-maroon-2.gif);
	background-position:100% 0;
	background-repeat:no-repeat;
	margin:0px 0px 0 0px;
	padding:0 5px;
	color:#fff;
}
ul#cssmenu li a:hover {color: #E9C7DB}
