@import url(base.css);


/* Structure
------------------------------------*/

body {
	background: #63584d;
	font: 11px/18px arial, sans-serif;
	color: #8d7661;
}
#site {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: #fff url(../images/body_bg.gif) repeat-x;
	overflow: hidden;
}
#header {
	width: 960px;
	height: 130px;
	margin: 0 auto;
	position: relative;
	z-index:1000;
}
#content_wrapper {
	width: 100%;
	margin: 0 auto;
	background: transparent url(../images/content_wrapper_bg.jpg) no-repeat top center;
	overflow: hidden;
}
#content {
	width: 960px;
	margin: 0 auto;
	height: auto !important;
	min-height: 534px;
	height: 534px;
	overflow: hidden;
	position: relative;
}
#main_content {
	width: 960px;
	margin: 1px auto 0 auto;
	overflow: hidden;
	position: relative;
}
#home #main_content {
	background: transparent url(../images/content_bg.gif) repeat-y;
}
#home #content {
	padding: 0;
}
#footer_wrapper {
	width: 100%;
	margin: 0 auto;
	background: transparent url(../images/footer_bg.gif) repeat-x;
	overflow: hidden;
}
#footer {
	width: 940px;
	margin: 0 auto;
	position: relative;
	padding: 20px 0 30px 0;
}
.block {
	float: left;
	margin: 10px 0;
}
.single {
	width: 220px;
}
.double {
	width: 460px;
}
.triple {
	width: 700px;
}
.full {
	width: 940px;
}
.row {
	float: left;
	width: 100%;
	display: block;
	position: relative;
}
.column {
	position: relative;
	float: left;
	left: 100%;
}
.sap-content {
	padding: 0 0 10px 0;
	overflow: hidden;
}
.column2, .column3 {
	padding:0 0 10px 10px;
}
#left_col {
	width: 356px;
	float: left;
	overflow: hidden;
	height: auto !important;
	min-height: 300px;
	height: 300px;
}
#middle_col {
	width: 217px;
	float: left;
	overflow: hidden;
	background: transparent url(../images/middle_col.gif) no-repeat;
	color: #fff;
	margin: 0 6px;
}
#right_col {
	width: 544px;
	float: left;
	overflow: hidden;
	padding: 25px 30px;
	font: 11px/18px arial, sans-serif;
	color: #333;
}
#home #right_col {
	width: 311px;
}

/* General
------------------------------------*/

a {
	color: #e47a3f;
	text-decoration: underline;
}
	a:hover {
		color: #51463c;
		text-decoration: none;
	}
p {
	margin: 10px 0;
}

#middle_col p {
	margin: 10px;
}
#middle_col a {
	color: #fff;
}

/* Styles
------------------------------------*/

#footer {
	color: #464646;
}
	#footer a {
		color: #696969;
		font-weight: normal;
	}
	#footer a:hover {
		color: #999;
		text-decoration: none;
	}
blockquote {
	background: #e0913a;
	padding: 1em 1.5em;
	margin: 1.5em 0;
	border: 2px solid #d16d1b;
	color: #fff;
}
.blog_date,
.news_date,
.events_date {
	font: bold 90% verdana, sans-serif;
	color: #775432;
	margin: 0;
}
.blog_meta,
.news_meta,
.events_meta {
	border-top: 1px solid #c7b48d;
	padding: .5em 0;
	margin: 1.5em 0 0 0;
}
.blog_views,
.news_views,
.events_views,
.blog_comments,
.news_comments,
.events_comments {
	margin: 0 .5em;
}


/* Menus and Lists
------------------------------------*/

#menu {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 960px;
	height: 33px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:1500;
}
	#menu li {
		display: inline;
	}
	#menu li a {
		font: bold 10px/27px arial, sans-serif;
		display: block;
		float: left;
		height: 33px;
		color: #fff;
		text-decoration: none;
		text-indent: -9999px;
		overflow: hidden;
		text-transform: uppercase;
		background: transparent url(../images/menu.gif) no-repeat bottom center;
	}
		#menu li#menu-home a { width: 58px; background-position: 0 0;}
		#menu li#menu-about a { width: 74px; background-position: -58px 0;}
		#menu li#menu-new a { width: 86px; background-position: -132px 0;}
		#menu li#menu-core a { width: 57px; background-position: -218px 0;}
		#menu li#menu-iop a { width: 46px; background-position: -275px 0;}
		#menu li#menu-resources a { width: 80px; background-position: -321px 0;}
		#menu li#menu-assistance a { width: 186px; background-position: -401px 0;}
		#menu li#menu-donation a { width: 115px; background-position: -587px 0;}
		#menu li#menu-signs a { width: 124px; background-position: -702px 0;}
		#menu li#menu-faq a { width: 47px; background-position: -826px 0;}
		#menu li#menu-contact a { width: 87px; background-position: -873px 0;}
		
		#menu li#menu-home a:hover, li#menu-home:hover > a, #home li#menu-home a { width: 58px; background-position: 0 -33px;}
		#menu li#menu-about a:hover, li#menu-about:hover > a, #about li#menu-about a { width: 74px; background-position: -58px -33px;}
		#menu li#menu-new a:hover, li#menu-new:hover > a, #whats_new li#menu-new a { width: 86px; background-position: -132px -33px;}
		#menu li#menu-core a:hover, li#menu-core:hover > a, #core li#menu-core a { width: 57px; background-position: -218px -33px;}
		#menu li#menu-iop a:hover, li#menu-iop:hover > a, #iop li#menu-iop a { width: 46px; background-position: -275px -33px;}
		#menu li#menu-resources a:hover, li#menu-resources:hover > a, #resources li#menu-resources a { width: 80px; background-position: -321px -33px;}
		#menu li#menu-assistance a:hover, li#menu-assistance:hover > a, #eap li#menu-assistance a { width: 186px; background-position: -401px -33px;}
		#menu li#menu-donation a:hover, li#menu-donation:hover > a, #donate li#menu-donation a { width: 115px; background-position: -587px -33px;}
		#menu li#menu-signs a:hover, li#menu-signs:hover > a, #signs_symptoms li#menu-signs a { width: 124px; background-position: -702px -33px;}
		#menu li#menu-faq a:hover, li#menu-faq:hover > a, #faq li#menu-faq a { width: 47px; background-position: -826px -33px;}
		#menu li#menu-contact a:hover, li#menu-contact:hover > a, #contact li#menu-contact a { width: 87px; background-position: -873px -33px;}
		
		/* Dropdown style */
		#menu li {
			float:left;
			display:block;
			position:relative;
			height: auto;
		}
		#menu li:hover > a {
			
		}
		#menu li ul {
			list-style: none;
			position: absolute;
			visibility: hidden;
			left: 0;
			top: 33px;
			line-height: 20px;
			z-index: 1500;
			width: 100%;
			display: block;
			margin: 0;
			padding: 0;
			width: 200px;
			background: #fff;
			border-left: 1px solid #efe7d0;
			border-right: 2px solid #efe7d0;
			border-bottom: 1px solid #efe7d0;
		}
		#menu li ul:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
		}
			#menu li:hover ul {
				visibility: visible;
				top: 33px;
			}
			#menu li ul li {
				float: left;
				clear: both;
				display: block;
				width: 200px;
			}
			#menu li ul li a {
				line-height: 20px;
				color: #695139 !important;
				width: 200px !important;
				height: 20px;
				padding: 0;
				background: #fff !important;
				display: block;
				text-indent: 10px;
				text-decoration: none;
				border-bottom: 1px solid #efe7d0;
				margin: 0;
				background: none !important;
				z-index:99999;
			}
			#menu li ul li a:hover{
				background: #e5d8b5 !important;
			}
.block li.last {
	border: none;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	#footer ul li {
		padding: 3px 0;
	}
	#footer ul li.last {
		border: none;
	}
.block .blog_list,
.block .news_list,
.block .events_list {
	list-style: none;
	margin: 2em 0;
}

#left_col ul {
	margin: 20px 40px;
}
#left_col ul li {
	margin: 15px 0;
}

/* Headings
------------------------------------*/

h1#logo {
	margin: 0;
	padding: 0;
}
	h1#logo a {
		width: 314px;
		height: 70px;
		position: absolute;
		top: 18px;
		left: 0px;
		background: transparent url(../images/logo.gif) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
		h1#logo a:hover {
			background: transparent url(../images/logo.gif) no-repeat -314px 0;
		}
h2 {
	font-family: georgia, serif;
	color: #7b4018;
	font-size: 300%;
	font-weight: normal;
	margin: 0 0 .8em;
}
h2#gamblers_hotline {
	margin: 0;
	padding: 0;
	width: 480px;
	height: 70px;
	position: absolute;
	top: 18px;
	right: 0px;
	background: transparent url(../images/gamblers_hotline.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#home_message h2 {
	display: block;
	width: 462px;
	height: 128px;
	background: transparent url("../images/compulsive_gambling-trans.png") no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 111px;
	left: 372px;
}
#home_message span {
	display: none;
}
h3 {
	font-family: "Times New Roman", serif;
	color: #736357;
	font-size: 220%;
	font-weight: bold;
	margin: 1em 0 .8em;
}
#left_col h3 {
	font: 18px georgia, serif;
	color: #fff;
	background: #955725;
	padding: 10px 30px;
	margin: 13px 0;
}
h4 {
	color: #b4a598;
}
#footer h4 {
	font: bold 11px/18px arial, sans-serif;
	color: #fff;
	margin: 0;
}

/* Tables
------------------------------------*/

table {
}
th, td {
	border: 1px solid #d16d1b;
}
th {
	text-align: left;
	background: #e0913a;
	color: #fcfaf5;
}
tr.alt {
	background: #fcfaf5;
}
tfoot td {

}


/* Forms
------------------------------------*/

fieldset {
	border: 1px solid #e6d8b3;
	width: auto;
	display: block;
	margin: 20px 0;
	width: 500px;
	padding: 10px;
}
legend {
	font-weight: bold;
	font-size: 120%;
	color: #a0410d;
}
textarea, input[type='text'] {
	background: #fff;
	border: 1px solid #e6d8b3;
	color: #333;
}
label {
	display: block;
	float: left;
	width: 30%;
	margin-right: 1.5em;
	text-align: right;
}
select {
	background: #fff;
	border: 1px solid #e6d8b3;
	color: #333;
}
button, input[type='submit'] {
	padding: .2em 1em;
	background: #929e9c;
	color: #fff;
	border: 1px solid #697976;
	font-weight: bold;
}
button:hover, input[type='submit']:hover {
	background: #a0410d;
	color: #fff;
	border: 1px solid #803207;
}
form div {
	border-bottom: 1px solid #e6d8b3;
	margin-top: -1px;
	padding: .8em 10px;
	width: 480px;
	float: left;
}
	form div.last {
		border-bottom: 0;
	}
	form div.alt {
		background: #f5f1e3;
	}
input[type='text'], input[type='password'] {
	padding: 3px 8px;
	font-family: arial, sans-serif;
}

/* Footer
------------------------------------*/

#footer {
	width: 940px;
	margin: 10px auto 0 auto;
	padding: 10px 0 20px 0;
	color: #dfdddb;
}
.footer_links {
	display: inline;
	float: left;
	width: 190px;
	margin: 0 20px 0 0;
	padding: 0 0 20px 110px;
}
	.footer_links em {
		font-weight: normal;
	}
#footer_links-help {
	background: transparent url("../images/footer_help-trans.png") no-repeat;
}
#footer_links-core {
	background: transparent url("../images/footer_core-trans.png") no-repeat;
}
#footer_links-iop {
	background: transparent url("../images/footer_iop-trans.png") no-repeat;
}
.last {
	margin: 0;
}
#footer a {
	color: #fff;
}
#footer_info {
	width: 940px;
	margin: 20px auto 0 auto;
	float: left;
	clear: both;
	padding: 10px 0 20px 0;
}
/*
.footer_links_phone {
	background: transparent url("../images/footer_icons.gif") no-repeat 0 8px;
}
.footer_links_fax {
	background: transparent url("../images/footer_icons.gif") no-repeat 0 -32px;
}
.footer_links_email {
	background: transparent url("../images/footer_icons.gif") no-repeat 0 -71px;
}*/


/* Special Elements
------------------------------------*/

#banner {
	width: 960px;
	height: 239px;
	position: relative;
	z-index:1;
}
#home_photos {
	position: absolute;
	top: 29px;
	left: 0;
	width: 356px;
	height: 210px;
	overflow: hidden;
}
	#home_photos ul {
		position: absolute;
		top: 0;
		right: 0;
		width: 356px;
		height: 210px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#home_photos ul li {
		position: absolute;
		top: 0;
		right: 0;
		width: 356px;
		height: 210px;
	}
#core_badge {
	width: 217px;
	height: 245px;
	overflow: hidden;
	background: transparent url(../images/core-trans.png) no-repeat;
	position: relative;
	margin: 10px 0;
}
	#core_badge h3 {
		display: none;
	}
	#core_badge p {
		position: absolute;
		left: 10px;
		bottom: 10px;
		color: #947e5a;
		line-height: 16px;
	}
#synapse {
	float: right;
}
	#synapse a {
		background: transparent url(../images/synapse_logo.gif) no-repeat 0 0;
		padding: 0 0 3px 18px;
		margin: 0 0 0 3px;
	}
.success {
	background: #8dc63f;
	padding: 1em;
	color: #1b3619;
	border: 1px solid #9ad44c;
}
.error {
	background: #ed1c24;
	padding: 1em;
	color: #fff;
	border: 1px solid #f9333a;
}
.breadcrumb {
	padding: .5em 1em;
}
.cal td,
.cal th,
.mini_cal td,
.mini_cal th {
	text-align: center;
}
.mini_cal td,
.mini_cal th {
	padding: .1em .5em;
}
ul.photos {
	margin: 0;
	padding: 0;
}
ul.photos li {
	margin: 10px;
	border: 1px solid #d16d1b;
	background: #fcfaf5;
	padding: 10px;
	text-align: center;
}
	ul.photos li a {
		display: block;
		border: 2px solid #d16d1b;
		width: 180px;
		height: 120px;
		overflow: hidden;
	}
		ul.photos li a:hover {
			border: 2px solid #51463c;
		}
	ul.photos .caption {
		font-style: italic;
	}
.securityCode {
	font: 24px georgia, serif;
	font-style: italic;
	color: #d6761f;
}












