/* CSS Document */

html,body,div,img {
	margin:0;
	border:0;
	padding:0;
}

html {
	height:100%;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #1b1a38;
	height:100%;
}

h1 {
	color:#4E453B;
	font-family:Georgia,serif;
	font-size:200%;
	margin:0 0 1em 0;
	font-weight:normal;
	padding:0pt;
}

h2 {
	font-family:Georgia,serif;
	font-size:1em;
	margin:0;
	clear:both;
}

h3 {
	font-size:1.25em;
	font-weight:normal;
	margin:0 0 .5em 0;
	clear:both;
}

.small {
	font-size:90%;
	color:#777777;
}

p {
	margin:0 0 1.2em 0;
}

.column-labels {
	font-weight:bold;
}

/* Layout */

#layout {
	min-height: 100%;
	height: auto !important;
	height:100%;
	margin: 0 auto -327px; /* -327 height of header */
	padding: 0;
}

#topdecoration {
	height:13px;
	background: url('/img/default/header_dots_b.gif') repeat-x -60% 0;
}

#header {
	height: 38px;
	background-color:#323c58;
	overflow:hidden;
}

#header-inner {
	width: 900px;
	margin: 0 auto;
	font-size:1.2em;
}

#control-header {
	background-color: #323c58;
	overflow:hidden;
}

#control-header-inner {
	width: 900px;
	margin: 0 auto;
	font-family:Georgia, serif;
	font-size:1.2em;
	/* background: url(img/control_header_bg.gif) repeat-x; */
	background-color: #e4e1d5;
	color:#262b38;
}
#control-header-inner span {
	margin:.7em 1em;
	display:block;
	font-size:.9em;
}
#control-header-inner #welcome {
	float:left;
	width:35%;
}

#control-header-inner #date {
	float:left;
	width:30%;
	text-align:center;
}
#control-header-inner #controls {
	float:right;
	width:35%;
	text-align:right;
}
#control-header-inner a {
	color:#222266;
	text-decoration:none;
}
#control-header-inner a:hover {
	text-decoration:underline;
}

#header-image-bar {
	background-color: #323c58;
	overflow:hidden;
}

#header-image-inner {
	font-size:1.2em;
	width: 900px;
	margin: 0 auto;
	height:100px;
}

#logos {
	margin: 0;
	padding: 15px 0 0 0;
}

#logo {
	float:left;
	margin:0;
	padding:0;
	
}

#tagline {
	float:right;
	margin:0;
	padding: 3px 0;
}

#wrap {
	padding: 0;
	background: url('/img/default/body_background.gif') repeat-x top left;
	clear:both;
	overflow:hidden;
}

#wrap-inner {
	width: 900px;
	background:#ffffff url('/img/default/body_background_b.gif') repeat-x top left;
	margin: 0 auto;
	padding:0;
	overflow:hidden;
	font-size:1.2em;
}


/* Top menu */

#jsddm
{	margin: 0 0 1.4em 0;
	padding: 0}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a {
		display: block;
		background: #41568e;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 125px;
		color: #EAFFED;
		white-space: nowrap;
	}
	/* different button colors... */
	#jsddm li a.directory {
		background-color:#41568e;
	}
	#jsddm li a.directory:hover {
		background-color:#32477d;
	}
	#jsddm li a.events {
		background-color:#ad6f21;
	}
	#jsddm li a.events:hover {
		background-color:#9d6116;
	}
	#jsddm li a.news {
		background-color:#869725;
	}
	#jsddm li a.news:hover {
		background-color:#72811f;
	}
	#jsddm li a.offers {
		background-color:#bdab26;
	}
	#jsddm li a.offers:hover {
		background-color:#a89822;
	}
	#jsddm li a.forums {
		background-color:#3c8177;
	}
	#jsddm li a.forums:hover {
		background-color:#337168;
	}
	#jsddm li a.featured {
		background-color:#a74629;
	}
	#jsddm li a.featured:hover {
		background-color:#8c3920;
	}		
	#jsddm li a:hover {
		background-color: #354a7d;
	}
	

	
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
			z-index:100;
		}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: auto;
			background: #9F1B1B}
		#jsddm li ul li span {
			display:block;
			width:149px;
			border-right: 1px solid white;
		}
		#jsddm li ul li span div {
			padding:10px;
			color:#ffffff;
			background-color:#877f67;
		}
		#jsddm li ul li a:hover {	
		background: #7F1616;
		}




/*
#top-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#top-menu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#top-menu ul li a {
	background:transparent url(/img/default/topmenu_divider.gif) no-repeat scroll left top;
	border:medium none;
	color:#777777;
	display:block;
	float:left;
	font-size:0.9em;
	line-height:1.5em;
	margin:0;
	padding:0.9em 1.2em;
	text-decoration:none;
	width:17em;
}

#top-menu ul li a strong {
	display: block;
	font-weight: bold;
	color:#222266;
	}
#top-menu li a:hover {
	background: url(/img/default/topmenu_bgover.gif) repeat-x top left;
	}
#top-menu li a.active {
	color: #000033;
	background: #393d2d url(/img/default/xam_menubg_active.gif) repeat-x bottom left;
	}
#top-menu ul li a:hover strong {	
	color:#111155;
	}
#top-menu ul li a.active strong {
	color: #000066;
	}
*/

/* footer */

.footer, .push {
	height:327px;
}

.footer {
	background-color:#B9AE85;
	background-position:0px 104px;
	background-repeat:repeat-x;
	margin:6em 0 0 0;
}

.footer ul {
	display:block;
	list-style:none;
	margin:0 0 2em 0;
	padding:0 0 0 2em;
}

.footer ul .title {
	font-weight:bold;
	border-bottom:1px solid #b8b094;
	padding:0 0 .5em 0;
	margin:0 0 .5em 0;
}

.footer ul .copyright {
	color:#5a5235;
	margin:3em 0 0 0;
}

.footer ul a {
	color:#3b3625;
	text-decoration:none;
}
.footer ul a:hover {
	color:#5a5235;
	text-decoration:underline;
}

.footer-inner {
	background-color:#D2C8A4;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	width: 900px;
	font-size:1.2em;
	height:327px;
	margin:0 auto;
}

.footer-body {
	padding:2em 0 0 0;
	color:#3b3625;
}
.footer-column-left {
	width:450px;
}
.footer-column-right {
	width:500px;
}
.footer-address {
	margin-top:0em;
}
.footer-address div {
	
}

/* Misc */

.divide-bottom {
	border-bottom:1px solid #dfdfdf;
	padding-bottom:2em;
}