@import url("generic.css");
@import url("navigation.css");
@import url("listings.css");
@import url("forms.css");
@import url("flash-notice.css");
@import url("pagination.css");
@import url("tables.css");
@import url("backend.css");

/* -------------- GLOBAL STYLES -------------- */

html, body {
	height: 100%;
}

body {
	background-color:#fff;
	font: 1.2em "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #5f5d53;
}

a:link, a:visited { color: #004276; font-weight:bold; }
a:hover { text-decoration: underline; }

/* -------------- LAYOUT -------------- */

#layout {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

.container {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 70px;
	margin:5px;
}

	#header .logo {
		background: url(../images/logo.png) no-repeat;
		display: block;
		width: 450px;
		height: 60px;
		overflow: hidden;
		text-align: left;
		float:left;
	}

		#header .logo a {
			display: block;
			height: 100%;
			color: #ffffff;
		}
		
		#header .logo a:hover {
			text-decoration: none;
		}
		#header .banner{
			float:right;
			padding-right:10px;
		}
#navleft{
	width:15px;
	background: url(../images/nav-bgleft.png) no-repeat top;
	height:45px;
	float:left;
}
#navright{
	width:15px;
	background: url(../images/nav-bgright.png) no-repeat top;
	height:45px;
	float:left;
}
#main {
background: url(../images/bg.png) repeat-y;
margin-left:1px;
z-index:2;
min-height:500px;
}

	.content {
		float: left;
		width: 700px;
		margin: 0 20px 0 15px;
	}

	#col-right {
		width: 180px;
		float: left;
		margin-top: 10px;
	}
	#col-right div#banners{
		text-align:center;
		width:100%;
		margin:0 auto;
		padding-top:10px;
	}

.clearfix{
	clear:both;
	padding:0px;
	margin:0px;
}
#footer {
	color: #6f6953;
	background: url(../images/bottom.png) no-repeat;
	height:15;
	width:960px;
	margin-left:1px;
}
	
	#footer a {
		color: #993909;
	}
	
	#footer small {
		color: #8f8a74;
		margin: 10px 0 0 0;
		display: block;
	}
	
#links{
	text-align:left;
	padding:15px;
}
#links h3{
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -.03em;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom:10px;
}
	
#copy{
	margin:0 auto;
	width:985px;
	color:#aaa;
	font-size:13px;
	text-align:center
}
/* -------------- CONTENT ELEMENTS -------------- */

.content h2 {
	color: #004276;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -.03em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
}

	.content h2 span {
		color: #2e2c23;
	}

.content h3 {
	color: #2e2c23;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	padding-bottom: 3px;
	margin-top: 40px;
}

.content p {
	text-align: left;
}

.content ul li {
	padding-left: 1.2em;
}

.content ol li {
	margin-bottom: 1em;
}

/* -------------- RIGHT COLUMN ELEMENTS -------------- */

#col-right h2 {
		color:#000;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -.03em;
		border-bottom: 1px solid #ddd;
		padding-bottom:5px;
		margin:10px 0px;
}

	#col-right h2 span {
		color: #2e2c23;
	}

#col-right h3 {
	color: #2e2c23;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #e3dab8;
	padding-bottom: 3px;
	margin-top: 40px;
}

.sideoptions {
	margin-top: 20px;	
}

	.sideoptions li {
		margin: 0 0 5px 0;	
	}

/* -------------- VARIOUS ELEMENTS -------------- */

#wrapper pre, #wrapper code {
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 11px;
	background-color: #0f0f0f;
	border: 1px solid #2f2f2f;
	display: block;
	margin: 0 0 2em 0;
	/* white-space: normal; */
	/* word-wrap: break-word; */
	padding: 12px 10px 12px 10px;
}

/* -------------- JAVASCRIPT STYLES -------------- */

.hidden {
	display: none;
}

.blockUI.blockMsg {
	font-size: 150%;
}


/* ------------------------------------------------ */
#categories{
	margin:0 auto;
	padding:20px 10px 0px 15px;
	font-size:13px;
}
#categories div a{
	color:#FFF;
	font-weight:bold;
	font-size:16px;
}
#tab1{
	width:202px;
	float:left;
	height:100%;
	margin:2px 7px;
	color:#FFF;
}
#tab1 div.tabtop{
	background:url(../images/category/cattab0.jpg);
	height:33px;
	line-height:30px;
	padding:0px 10px;
}

#tab2{
	width:202px;
	float:left;
	height:100%;
	margin:2px 7px;
	color:#FFF;
}
#tab2 div.tabtop{
	background:url(../images/category/cattab1.jpg);
	height:33px;
	line-height:30px;
	padding:0px 10px;
}

#tab3{
	width:202px;
	float:left;
	height:100%;
	margin:2px 7px;
	color:#FFF;
}
#tab3 div.tabtop{
	background:url(../images/category/cattab2.jpg);
	height:33px;
	line-height:30px;
	padding:0px 10px;
}


#latest{
	width:100%;
}
	
.toq {
	border:1px solid #CCC;
	width:100%;
	background-color:#E4E4E4;
}
.toq td {
	padding:5px;
}
.juft {
	border:1px solid #CCC;
	width:100%;
	background-color:#F0F4F5;
}
.juft td {
	padding:5px;
}







.tabtop {
	background: #F0F4F5 !important;
  color: #004276;
  margin: 1px;
  margin-bottom: 0;
}
.tabtop a {
  color: #004276 !important;
}

.tabbody {
	background-color: #F0F4F5 !important;
	color: #004276;
	border: none;
	border-top: 1px dashed #ccc !important;
	margin: 1px;
	margin-top: 0;
	padding:5px;
}

.bottom {
	display:none;
}

#tab1, #tab2, #tab3 {
  background: none;
	border: 1px solid #CCC;
  margin-bottom: 10px;
}
