/*
Theme Name: CBA 2010
Theme URI: http://columbiaphotography.org/
Description: Theme based on the original design for the Columbia Bartending Agency.
Version: 1.1
Author: Hans E Hyttinen
Author URI: http://hanshyttinen.com/
*/

body {
	background:url(/images/background.jpg) center top fixed no-repeat #000000;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
}
h1 {
	font-size:20px;
	color:#990000;
	font-weight:normal;
}
p {
	text-align:justify;
}
a {
	color:#3399FF;
	text-decoration:none;
}
a:hover {
	color:#dbbb98;
}
.clear_fix {
	clear:both;
}
#header {
	height:174px;
	width:847px;
	margin:auto;
	background: url(/images/header.png) no-repeat;
	text-indent: -9999px;
}
#header div {
	float:right;
	padding: 10px 12px 0 0;
}
a#acctLogin {
	background:transparent url(/images/acctlogin.gif) no-repeat scroll 0 0;
	display:block;
	height:20px;
	margin:auto;
	text-indent:-9999px;
	width:146px;
	margin:5px;
	outline:none;
}
a#acctLogin:hover {
	background-position:0 -20px;
}
a#acctLogout {
	background:transparent url(/images/logout.gif) no-repeat scroll 0 0;
	display:block;
	height:20px;
	margin:auto;
	text-indent:-9999px;
	width:146px;
	margin:5px;
	outline:none;
}
a#acctLogout:hover {
	background-position:0 -20px;
}
#container {
	margin: auto;
	width:901px;
}
.main {
	margin:0 1px;
	width: 899px;
}
/* Main Navigation */
.navigation {
	padding:0;
}
.navigation ul {
	list-style:none;
	display:inline;
	float:left;
	height:39px;
	padding:0px;
	margin:0px;
}
.navigation li {
	display:inline;
}
.navigation li a {
	display:block;
	float:left;
	height:39px;
	background:url(/images/agency_topnav.gif) no-repeat;
	text-indent:-9999px;
	outline:none;
}
.navigation li a#topNav_Home {
	width:150px;
}
.navigation li a#topNav_Home:hover {
	background-position:0px -39px;
}
.navigation li.active a#topNav_Home {
	background-position:0px -78px;
}
.navigation li a#topNav_School {
	width:140px;
	background-position:-150px 0px;
}
.navigation li a#topNav_School:hover {
	background-position:-150px -39px;
}
.navigation li.active a#topNav_School {
	background-position:-150px -78px;
}
.navigation li a#topNav_Agency {
	width:130px;
	background-position:-290px 0px;
}
.navigation li a#topNav_Agency:hover {
	background-position:-290px -39px;
}
.navigation li.active a#topNav_Agency {
	background-position:-290px -78px;
}
.navigation li a#topNav_FAQ {
	width:110px;
	background-position:-420px 0px;
}
.navigation li a#topNav_FAQ:hover {
	background-position:-420px -39px;
}
.navigation li.active a#topNav_FAQ {
	background-position:-420px -78px;
}
.navigation li a#topNav_Community {
	width:189px;
	background-position:-530px 0px;
}
.navigation li a#topNav_Community:hover {
	background-position:-530px -39px;
}
.navigation li.active a#topNav_Community {
	background-position:-530px -78px;
}
.navigation li a#topNav_Contact {
	width:182px;
	background-position:-720px 0px;
}
.navigation li a#topNav_Contact:hover {
	background-position:-720px -39px;
}
.navigation li.active a#topNav_Contact {
	background-position:-720px -78px;
}
/* Left Navigation Styles */
.left_nav {
	float:left;
	width:220px;
	padding-bottom:50px;
	background: url(/images/left_nav.png) repeat bottom;
}
.left_nav ul {
	list-style:none;
	display:inline;
	float:left;
	padding:0px;
	margin:5px;
	width:210px;
	font-size:13px;
}
.left_nav li {
	padding:8px 10px;
	border-bottom: 1px dotted #FFFFFF;
}
/* Main Styles */
.main_content {
	float: right;
	width: 655px;
	padding:10px 10px 50px 10px;
	background: url(/images/main_content.png) repeat bottom;
}
.login_content {
	margin:auto;
	width: 325px;
	padding:10px 10px 50px 10px;
	background: url(/images/main_content.png) repeat bottom;
}
.footer {
display:block;
width:400px;
clear:both;
	color:#999999;
	text-align:center;
	line-height:1.5em;
	margin:10px auto;
}
.footer a {
	color:#999;
}
.footer a:hover {
	color:#fff;
}
.footer a.sig {
	background:transparent url(/images/mwdesigns.png) no-repeat scroll 0 0;
	display:block;
	height:16px;
	margin:auto;
	text-indent:-9999px;
	width:82px;
	outline:none;
}
.footer a.sig:hover {
	background-position:0 -16px;
}
.message {
	padding:5px;
	background:#FFFFCC;
	color:#990000;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:center;
}
#sidebar li { border: none}
