@charset "utf-8";
/* CSS Document */

/*main elements*/
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family:Verdana, Geneva, sans-serif;
	color: #0b215d;
	width: 100%;
	background-image: url(../images/website/bg-gradient.jpg);
	background-repeat: repeat-x;
	background-color: #c5d4ff;
}
#bg {
	background-image:url(../images/website/bg.jpg);
	background-repeat: no-repeat;
	width: 1013px;
	margin: 0 auto;
}
.sub #bg {
	background-image: url(../images/website/bg-sub.jpg);
	clear:both;
}
#wrapper {
	position: relative;
	width: 979px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 77px;
}
#nav {
	position: relative;
	height: 48px;
	z-index: 5;
}
#showcase {
	position: relative;
	height: 545px;
	clear: both;
}
#content-wrapper {
	margin: 0;
	padding: 0;
	background-image:url(../images/website/cbg.jpg);
	background-repeat: repeat-y;
	position:relative;
	overflow: auto;
}
.sub #content-wrapper {
	background-image:url(../images/website/cbg-sub.jpg);
	margin-top: 40px;
}
#content {
	padding: 0 40px 15px;
	margin: 0;
	position: relative;
	font-size: .9em;
}
.sub #content {
	background-image: url(../images/website/cbg-sub-btm.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 530px;
}
#footer {
	background-image: url(../images/website/fbg.jpg);
	background-repeat: no-repeat;
	height: 46px;
	text-align: center;
	font-size: 90%;
}

/*header elements*/
#header h1, #header h2 {
	margin: 0;
	padding: 0;
}
#header a {
	position:absolute;
	text-indent:-999em;
}
#header #logo {
	height:60px;
	left:5px;
	top:20px;
	width:325px;
}
#header #facebook {
	height: 29px;
	width: 29px;
	left: 713px;
	top: 39px;
}
#header #twitter {
	height: 29px;
	width: 29px;
	left: 751px;
	top: 39px;
}
#header #clientLogin {
	height: 29px;
	width: 105px;
	left: 818px;
	top: 39px;
}
/***** Nav Elements *****/
#nav ul {
	position:absolute;
	left: 341px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	position: relative;
	cursor: pointer;
	float: left;
	width: 103px;
	margin: 0;
	padding: 0;
	z-index: 2000;
}
#nav ul li a {
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 18px;
	padding: 14px 0px;
	color: #14285f;
}
#nav ul li:hover {
	background-image:url(../images/website/nav-active.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#nav ul li.navEnd:hover {
	background-image:url(../images/website/nav-active-end.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
/*submenus*/
#nav ul li ul {
	position:absolute;
	z-index: 1020;
    /*left: -1000em;*/
	left: auto;
    display:none;   
    margin: -2px 0px 0px;   
    padding:0px;
	width: 180px;
	background-color: #cfcfcf;
	border-bottom: 1px solid #a1a1a1;
	border-left: 2px solid #a1a1a1;
	border-right: 2px solid #a1a1a1;
}
#nav ul ul.subMenuVisible {
	left: auto;
}
#nav ul ul li {
	padding: 0;
	margin: 0;
	width: 180px;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #a1a1a1;
}
#nav ul ul li a {
	text-align: left;
	/*font-weight:normal;*/
	font-size: 100%;
	padding: 5px 5px 5px 15px;
	margin: 0px;
	line-height: 25px;
}
#nav ul ul li:hover {
	background-image: none;
	background-color: #6E86B0;
}
/*showcase elements*/
#showcase #left {
	float:left;
	width: 256px;
}
#showcase #right {
	float: left;
	width: 723px;
}
#showcase #sidebar {
	padding: 30px 30px 0px 40px;
	color: #ffffff;
	position:relative;
}
#showcase #imageArea {
	padding: 24px 26px 0px 14px;
	height: 191px;
	position:relative;
}
#showcase #summaryArea {
	padding: 30px 40px 0 35px;
}
/*image Area*/
#imageArea div {
	position: absolute;
	z-index: 0;
}
#imageArea div.previous {
	z-index: 1;
}
#imageArea div.current {
	z-index: 2;
}
/*sidebar elements*/
.scrollable {
	position: relative;
	overflow: hidden;
	height: 450px;
	padding-top: 20px;
	margin: 0;
	padding: 0;
}
.scrollable .items {
	position:absolute;
	height: 2000em;
}
#sidebar .item {
	padding-top: 10px;
}
#sidebar .dates {
	font-size: .7em;
}
#sidebar .name {
	font-size: .8em;
	font-weight: bold;
}
#sidebar a {
	color: #ffffff;
	font-size: .8em;
	font-weight: bold;
}
#sidebar a:hover {
	color: #FF0;
}
#sidebar .allEvents {
	display: block;
	text-align: center;
}
#actions {
	position: relative;
	overflow:auto;
}
#actions a {
	font-size:11px;		
	cursor:pointer;
}
#actions a:hover {
	text-decoration:underline;
	color:#666;
}
#actions .prev {
	display: block;
	width: 50px;
	float: left;
	text-align: left;
}
#actions .next {
	display: block;
	width: 50px;
	float: right;
	text-align: right;
}
#actions .disabled {
	visibility: hidden;
}
.items .currentItem {
	visibility: visible;
}
.items .previousItem {
	visibility: hidden;
}
/*****content elements*****/

#content p, #content h1, #content h2,
#content h3, #content h4 {
	margin: 0;
	padding: 0;
}
#content h1 {
	font-size: 1.5em;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 1.3em;
	margin-bottom: 10px;
}
#content p {
	margin-bottom: 15px;
}
#content a:link, #content a:visited {
	color: #6E86B0;
}
#content a:hover, #conent a:active {
	color: #c01111;
}
/***** modules *****/
div.module {
	background: url(../images/website/modules/box-gray-br.gif) no-repeat scroll right bottom transparent;
	clear:both;
	float:left;
	margin-bottom:10px;
	padding:0;
	width:100%;
}
div.module div {
	background: url(../images/website/modules/box-grey-bl.gif) no-repeat scroll left bottom transparent;
	padding:0;
}
div.module div div {
	background: url(../images/website/modules/box-grey-tr.gif) no-repeat scroll right top transparent;
	padding:0;
}
div.module div div div {
	background: url(../images/website/modules/box-grey-tl.gif) no-repeat scroll left top transparent;
	padding:15px;
}
div.module div div div div {
	background:none repeat scroll 0 0 transparent;
	margin:0;
	padding:0;
}

/*common overrides*/

