/* colors 
 * 73880b dark green
 * f4ffd2 light green
 * 69ab2b bright green (links & headers)
 * daf095 med green sidebar backgrounds, header nav
 * 50AAB5 blue for hovers..
*/

/* HTML Tag Redefinition */
html, body {
/*	font-family: "Praxis LT regular";*/
}
body {
	background-color:#DCDCDC;
	color:#222;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:0px;
	margin:0px;
}
img {
	border:0px
}
a {
	cursor:pointer;
	color: #57AEAE;
	text-decoration: none;
}
/* Page Structure / Navigation */
#page {
	background-color:#EDEDED;
	border:10px solid #FFFFFF;
	height: auto !important;
	margin:30px auto 20px;
	position:relative;
	width:960px;
}
#pageMain {
	/* container for all editable body/page content */
	line-height: 24px;
	margin: 20px auto;
	overflow:hidden;
	text-align: justify;
	width: 880px;
}
#page.sidebar-left {
}
#page #header {
	height:30px;
	padding:15px;
	position:relative;
}
#page #header #logo {
	color:#373737;
	cursor:pointer;
	font-size:40px;
	letter-spacing: 18px;
	line-height: auto;
	overflow:visible;
	padding: 0px;
	text-align:center;
}
#page #header #logo a {
	font: normal 40px;
	text-decoration:none;
}
#page .hrSeparator {
	border-top:#DBDBDB 1px solid;
	border-bottom:#FDFDFD 1px solid;
	font-size:1px;
	/*height:1px;*/
	margin:15px auto 0 auto;
	width:680px;
}
#page #header #logo p {
	display:inline;
	line-height:inherit;
	font-size:inherit;
	padding:inherit;
	margin:inherit;
	color:inherit
}

#page #header ul.nav-header {
	float: right; 
	list-style:none;
	margin:0px;
	overflow:visible;
	padding:0px;
	z-index:2;
}
#page #header ul.nav-header li {
	float:left;
	font-size:14px;
	letter-spacing:1.5px;
	margin-top:0px;
	margin-left:24px;
	margin-bottom: 0px;
	padding:2px 0px;
}
#page #header ul.nav-header li a,
#page #header ul.nav-header li a:hover {
	text-decoration:none;
}
#page #header ul.nav-header li.nav-selected {
	font-weight:bold;
}
#page #pageHeader ul.nav li a:hover {
	color:#333;
}
/*
#page #header #header-area {
	position:relative;
	height:75px;
}
*/
#page #header #header-area {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 462px;
}

#page #homeHeader {
}

#page #homeHeader, #page #pageHeader {
	margin:0;
	padding:0;
	position:relative;
}
#page #pageHeader {
	font-size: 14px;
}
#page #pageHeader a {
	text-decoration: none;
}
/*
#header-splash {
	background: url(http://www.cassieraine.com/themes/theme2/images/splash.jpg) repeat-x;
	clear: both;
	height: 39px;
	overflow: hidden;
	width: 100%;
}*/
#page #pageHeader ul.nav {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size:20px;
	margin:auto;
	padding:15px 0;
	width:925px;
}
#page #pageHeader ul.nav a {
	color:#999;
}
#page #pageHeader ul.nav li {
	float:left;
	text-align:center;
	margin-left: 24px;
}
#page #central {
	clear:both;
	padding-bottom:30px; /* for footer */
}
#page.no-sidebar {
	background-image: none !important;
	background-color:#f4ffd2;
}
/* body & sidebar */
#page #central #body {
	float:left;
	text-align:left;
	width:542px;
	/* customize_background */ background-color:none; /* customize_background */
}
#page #central #sidebar {
	float:right;
}
#page.sidebar-left #central #sidebar {
	float:left;
	width:420px
}
#page.sidebar-left #central #body {
	float:right;
	width:420px;
}
#page.sidebar-left #central #fullWidth #sidebar, #page.sidebar-left #central #fullWidth #body {
	display: block;
	float: none;
	width: 100%
}
#page.no-sidebar #body {
	float: none !important;
	width: auto !important;
}
#page #central #sidebar p {
	line-height:24px
}
#page #central #sidebar ul.nav {
	list-style:none;
	margin-left:0px;
	padding:0px;
	padding-left:0;
	font-size:11px;
}
#page #central #sidebar ul.nav li {
	margin-bottom:10px;
}
#page #central #sidebar ul.nav a {
	text-decoration:none;
	color:#69ab2b
}
#page #central #sidebar ul.nav a.nav-selected {
	font-weight: bold
}
#page #central #sidebar ul.nav a:hover {
	text-decoration:underline
}
#page #central #sidebar ul.nav ul {
	list-style:none;
	margin-left:5px;
	padding:0px;
	margin-top:10px;
}
#page #central #sidebar ul.nav ul li {
	padding-left: 5px;
	margin: 0;
	border-left: 1px solid #69ab2b;
}
#page #central #sidebar ul.nav ul li ul li {
	list-style:square inside;
	padding-left:0;
}
#page #central #sidebar ul.nav ul li ul li {
	border:none;
}
#page #footer {
	border-top: #EEE 1px solid;
	clear:both;
	font-size:10px;
	line-height:10px;
	padding:10px 0 10px 0;
	text-align:center;
	width:100%
}
#page #footer a {
	text-decoration:none;
}

span.sign-in {margin-left: 20px}
#page #footer span.powered-by { float:right; margin-right:20px;}


/* MISC STYLES & SHORTCUTS */
div.code {
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px
}
div.spacer, div.ccm-spacer {
	clear:both;
	font-size:1px;
	line-height:1px;
	border-bottom:#FDFDFD;
	border-top:#BDBDBD;
}
.noTopSpace {
	margin-top:0px;
	padding-top:0px
}

/* navigation selected */
#page #central .nav a.nav-selected {
	background-color: #FFFFFF;
}
#page #central #pageHeader .nav a:hover {
	color:#333;
}
#page #central .showreelsColsFirst, #page #central .showreelsColsLast, #page #central .showreelsColsCells {
	border-left: #DDD 1px solid;
}
#page #central .showreelsColsFirst {
	padding-left: 8px;
}
#page #central .showreelsColsLast {
	padding-right: 8px;
	border-right: #DDD 1px solid;
}
#page table.cvTable {
	border-bottom:#CCC 1px solid;
	padding-bottom:12px;
	width:100%;
}
#page table.cvTable .col1 {
	width:40%;
}
#page table.cvTable .col2 {
	width:30%;
}
#page table.cvTable .col3 {
	width:30%;
}
#footer .agentDetails {
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#333;
}
