body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666;
}

.clear {
	clear: both;
	float: none;
}

.sidebarDividingBorder {
	border-top: 1px solid #cccccc;
	width: 170px;
	margin: 10px auto 5px auto;
}

h3.title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

h3.title.white {
	color: #fff;
}

h3.title.black {
	color: #000;
}

img {
	border: none;
}

/* containers */

#bgContainer {
	width: 100%;
	height: 100%;
}

#greenTopContainer {
	width: 100%;
	background: #eef0da;
}

#contentContainer {
	width: 960px;
	margin: auto;
}

.centerSite {
	width: 960px;
	margin: auto;
}


/* header */

#header {
	width: 100%;
	height: 118px;
	margin: 0;
	padding: 0;
	background: url('../images/headerBg.jpg') repeat-x;
}

#logo {
	width: 207px;
	height: 118px;
	margin-left: 37px;
	background: url('../images/logo.jpg') no-repeat;
	background-position: left center; 
}

#greenTop {
	position: relative;
	background: url('../images/navBg.png') repeat-y;
}

#alphaHandImage {
	width: 189px;
	height: 201px;
	background: url('../images/alphaHand.png') no-repeat;
	position: absolute;
	left: 750px;
}

/* main menu */

ul#nav {
	width: 263px;
	margin: 0;
	padding: 15px 0 15px 0;
	background: url('../images/navBg.png') repeat-y;
	list-style: none;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	height: 284px;
	overflow:hidden;
}

ul#nav li a {
	width: 226px;
	height: 13px;
	padding: 5px 0 5px 37px;
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 3;
	zoom: 1;
}
ul#nav >li{
	transition: .75s ease-in-out 1s;
}
ul#nav >li:hover{
	transition: .25s ease-in-out 0s;
}
ul#nav >li.current .subnavigation li:nth-child(1){
	display: block;
}
ul#nav >li.current .subnavigation li:nth-child(2){
	display: block;
}
ul#nav >li.current .subnavigation li:nth-child(3){
	display: block;
}
ul#nav >li.current .subnavigation li:nth-child(4){
	display: block;
}
ul#nav >li.current .subnavigation li:nth-child(5){
	display: block;
}
ul#nav >li.current .subnavigation li:nth-child(6f){
	display: block;
}
ul#nav .subnavigation{
	list-style: none;
}
ul#nav .subnavigation li{
	display: none;
}
ul#nav .subnavigation li{
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
}
ul#nav .subnavigation a{
	padding-left: 15px;
	padding-bottom: 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 200px;
	white-space: nowrap;
}

ul#nav .hover {
	z-index: 2;
	position: absolute;
	top: 0;
	display: none;
}

/* left column */

#leftSidebar {
	width: 216px;
	margin: 10px 0 10px 0;
	padding: 10px 10px 10px 37px;
	background: #0171bc url('../images/leftBox.jpg') repeat-x;
	color: #fff;
	float: left;
}

#leftSidebar a{
	color: #fff;
}

/* middle column */

#content {
	width: 511px;
	float: left;
	position: relative;
	z-index: 2;
	margin-top: -315px;
}

#breadcrumbs {
	margin: 20px 0 0 40px;
	color: #fff;
	font-size: 11px;
}

.typography {
	width: 428px;
	min-height: 222px;
	margin: 5px 0 0 5px;
	padding: 35px 45px 20px 40px;
	background: url('../images/contentBg.png') no-repeat;
	float: left;
}

.typography p {
	line-height: 18px;
}

.eventdate {
	margin-bottom: -10px;
}

.backbtn {
	color: #A5B33A;
    text-decoration: none;
}

/* right column */

#rightSidebar {
	width: 186px;
	margin: 10px 0 15px 0;
	padding: 10px 0 10px 0;
	background: #f4f7e7;
	float: right;
}

#rightSidebarButtons {
	padding-left: 20px;
}

#rightSidebarButtons img {
	width:  142px;
	height: 33px;
}

.rightSidebarText {
	padding: 5px 22px;
}

.rightSidebarText a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.rightSidebarText .teaser h3 {
	font-family: Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	color: #000 !important;
	text-transform: uppercase !important;
}

.rightSidebarText .teaser p span {
	color: #ccc;
	font-family: Arial, sans-serif !important;
	font-size: 12px !important;
	line-height: 15px !important;
}


/* footer */

#footer {
	padding-top: 5px;
	padding-bottom: 25px;
	border-top: 1px solid #ccc;
	color: #8c9298;
}

#footer a {
	color: #8c9298;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#leftFooter {
	float: left;
	margin-left: 37px;
}

#leftFooter a {
	margin-right: 7px;
}

#rightFooter {
	float: right;
}
