@import "reset.css";

body {
	font-size:75%;
	font-family: "Helvetica Neue", Helvetica, georgia, "times new roman", serif;
	color: #343434;
}

html>body {
	font-size:12px;
}

/* --- Typography from 23ways -------------------------------- */

p {
	font-size:1em;
	line-height:1.5em;
	margin:0 0 1.5em 0;
}

h1 {
	line-height:1em;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 1em 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	padding: 15px 0;
}

.home h2{
	padding: 25px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color:#6ca69b;
	margin-bottom: 5px;
	clear: left;
}

#content h3{
	margin-top: 10px;
}

.jumpoff h3{
	color: #4f4f4f;
}

div.jumpoff:hover h3{
	color:#6ca69b;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #939393;
}

div.jumpoff:hover h4{
	color: #626262;
}

h5{
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #5e5e5e;
	margin-bottom: 5px;
}

h6{
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #558d82;
}

.jumpoff h6{
	text-align: right;
	color: #343434;
}

/* Lists */
#content ul, #content ol{
	margin:0 35px 1.5em 35px;
}

/* Links */
a, a:link{
	color:#6ca69b;
	text-decoration: none;
}
a:visited{
	color: #4f4f4f;
}
a:hover{
	text-decoration: underline;
	color:#6ca69b;
}

h3 a,
h3 a:link{
	color: #4f4f4f;
	text-decoration: underline;
}
h3 a:after,
h6 a:after{
	content : " >>";
}

div.jumpoff:hover h3 a,
h3 a:hover{
	color:#6ca69b;
}

/* --- layout ----------------------------------------------- 
   keep these for just the layout no background color nothing! */


div#container{
	width: 940px;
	margin:0 auto;
	padding: 0 10px;
}

div#header{
	height: 157px;
	position: relative;
}

div#banner{
	height: 240px;
}

div#wrapper{
	float:left;
	width:100%
}

div#content{
	margin: 0 320px 20px 0px;
	min-height: 525px;
}

div#navigation{
	float:left;
	width: 220px;
	margin-left:-940px;
}

div#extra{
	float:left;
	width:300px;
	margin-left:-300px;
	margin-top: 70px;
}

div#footer{
	background: #191919;
	padding-top: 38px;
	
}

div#inner-footer{
	width: 940px;
	margin:0 auto;
	border-top: 1px solid #505050;
}

/* -- set footer to bottom -- 
http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/
*/
html { height: 100%;}
body { height: 100%;}

* html #container { height: 100%;}
#footer {  padding-bottom: 80px; clear: both; }


.clearfix:after,
#top-navigation:after
 {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* --- home laout ---------------------------------------------- */
.home #content{
	width: 100%;
	margin: 0;
}

.home #content .jumpoff{
	width: 300px;
	margin-left: 20px;
	float: left;
	clear: none;
}

.home #content .jumpoff:first-child{
	margin-left: 0;
}

/* --- register laout ---------------------------------------------- */

.register div#content{
	margin: 0 550px 20px 0px;
}

.register div#extra{
	float:left;
	width: 540px;
	margin-left: -540px;
	margin-top: 70px;
}



/* --- subnavigation laout ---------------------------------------------- */

.subnavigation #content{
	margin-left: 240px;
}

.subnavigation #navigation{
}

/* --- backgrounds ---------------------------------------------- */

body.home 	 { background: url('/img/backgrounds/body-home.png') repeat-x }
body 		 { background: url('/img/backgrounds/body.png') repeat-x }
#header 	 { background: url('/img/backgrounds/header.png') no-repeat }
#inner-footer{ background: url('/img/backgrounds/footer.png') no-repeat 0 27px }

/* --- header ---------------------------------------------- */

div#header h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	font-style: normal;
	padding-top: 50px;
	height: 56px;
}

div#header h1 a{
	color: #FFF;
}

div#header h1 a span{
	color: #6ca69b;
}

div#header h1 a:hover{
	text-decoration: none;
}

/* --- top navigation ----------------------------------------------- */

#icon-network{
	position: absolute;
	right: 0;
	top: 20px;
}

#icon-network-button{
	background: url('/img/backgrounds/icon-network-logo.png') no-repeat 0px 0px;
	border: 1px solid #5e5e5e;
}

#icon-network-button a{
	display: block;
	width: 75px;
	border-left: 5px solid #6ca69b;
	padding: 3px 0 2px 15px;
	margin-left: 75px;
	text-transform: uppercase;
	background: url('/img/backgrounds/arrow-down.png') no-repeat 70px 9px;
	color: #FFF;
	font-size: 10px;
}

#icon-network #icon-network-content{
	display: none;
	width: 320px;
	background: #232323;
	border: 1px solid #5e5e5e;
	z-index: 200;
	position: absolute;
	right: 0;
	top: 24px;
}

#icon-network #icon-network-content #icon-networkintro-text{
	background: #191919;
	padding: 20px;
	border-bottom: 1px solid #403d3d;
	display: block;
	
}
#icon-network #icon-network-content div.related-text{
	padding: 20px;
}

/* typography for this dropdown as it wont change in redesigns */
#icon-networkintro-text h5, 
#icon-network-content h5{
	color: #FFF;
	font-size: 14px;
	margin-bottom: 1em;
	font-family: Arial, "MS Trebuchet", sans-serif;
	text-transform: capitalize;
}
#icon-network-content p{
	color: #737373;
	margin-bottom: 1em;
}
#icon-network-content ul{
	margin-bottom: 1.5em;
	list-style-type: none;
}
#icon-network-content ul li a strong{
	color: #FFF; 
}
#icon-network-content ul li a,
#icon-network-content ul li a:hover,
#icon-network-content ul li a:hover strong{
	color: #737373;
}
#icon-network-content #address h5{
	margin-bottom: 0;
}

/* --- top navigation ----------------------------------------------- */
#top-navigation{
	bottom:0px;
	height:47px;
	left:0;
	position:absolute;
}
#top-navigation li{
	float: left;
	list-style-type: none;
	margin: 8px 5px;


	height: 30px;
	padding-left: 17px;
}

#top-navigation li a{
	text-transform: capitalize;
	
	padding: 6px 17px 6px 0;
	display: block;
	color: #FFF;
	text-transform: lowercase;
	text-decoration: none;
	outline: none;
}

#top-navigation li:hover,
#top-navigation li.active{
	background: url('/img/backgrounds/navigation/left-side.png') no-repeat;
}

#top-navigation li:hover a,
#top-navigation li.active a{
	background: url('/img/backgrounds/navigation/right-side.png') right;
}


/* --- navigation ----------------------------------------------- */

/* sub navigation */
#navigation li ul{
	display: none;
}

#navigation li.active ul{
	display: block;
}

#navigation li, #navigation ul{
	list-style-type: none;
	margin-left: 0;
}

#navigation li a{
	display: block;
	background: url('/img/backgrounds/navigation-point.png') no-repeat 0 12px;
	padding:5px 0 4px 10px;
	text-transform: capitalize;
	border-bottom: 1px dotted #aaa;
}

#navigation li li a{
	padding-left: 20px;
	color: #00F;
}

#navigation li.active li a{
	color: #00F;
}
#navigation li.active li.active a{
	color: #000080;
}
#navigation li a:hover, #navigation li.active a{
	background: url('/img/backgrounds/navigation-point-on.png') no-repeat 0 12px;
	color: #000080;
}


/* --- breadcrubs ----------------------------------------------- */
div#breadcrubs{
	height: 40px;
	position: absolute;
	bottom: 0;
	display: none;
}

#breadcrubs span:after{
	content: " > ";
}
#breadcrubs span:last-child:after{
	content: "";
}

/* --- banner ----------------------------------------------- */
#banner{
	position: relative;
}

#banner ul{
	list-style-type: none;
	height: 240px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#banner-text{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 380px;
}

#banner h2{
	color: #FFF;
	font-family: "Helvetica Neue", Arial, Helvetica;
	text-align: right;
	padding: 20px 0 10px 0;
}
	
#banner h3{
	color: #40655e;
	font-size: 18px;
	font-family: "Helvetica Neue", Arial, Helvetica;
	text-align: right;
}
/* --- news ----------------------------------------------- */
.article{
	border-bottom: 1px dotted #CCC;
	margin-bottom: 1.5em;
}

.paging div.disabled{
	display: inline;
}

.paging a.previous {
	background: url('/img/backgrounds/buttons/inner_prev.png') no-repeat left bottom;
	padding-left: 15px;
}

.paging a.next{
	background: url('/img/backgrounds/buttons/inner_next.png') no-repeat right bottom;
	padding-right: 15px;
}

/* media sponsors ---------------------------------------------------- */

#media-sponsors, .logo-list{
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	overflow: hidden;
	display: block;
}

#media-sponsors li, .logo-list li{
	float: left;
	list-style-type: none;
	height: 60px;
}

.logo-list li:first-child, 
#media-sponsors li:first-child{
	height: 40px;
	margin-top: 30px;
}	

#media-sponsors li a:hover, .logo-list li a:hover{
	text-decoration: none;
}

#media-sponsors li h2, .logo-list li h2{
	margin: 0;
	padding: 0;
	width: 900px;
}

/* jumpoffs ---------------------------------------------------- */
.handle{
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 5px;
	margin: 0px 0px 0 0;
	cursor: move;
	font-weight: 700;
	font-size: 10px;
	background: #F00;
	color: #FFF;
}

#jumpoffs .jumpoff{
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}

#jumpoffs .jumpoff a img{
	border: 5px solid #cccccc;
}

#jumpoffs .jumpoff:hover a img,
#jumpoffs .jumpoff a:hover img{
	border-color: #558d82;
}



/* --- footer --------------------------------------------------- */
#footer-jumpoffs{
	border-top: 1px solid #cfd2d2;
	border-bottom: 1px solid #cfd2d2;
	border-left: 1px solid #cfd2d2;
	width: 100%;
	float: left;
	margin: 40px 0;
	clear: both;
}

#footer-jumpoffs div{
	border-right: 1px solid #cfd2d2;
	width: 194px;
	padding: 20px;
	float: left;
	height: 125px;
}

#footer-jumpoffs div#footer-jumpoff-1,
#footer-jumpoffs div#footer-jumpoff-3{
	background-color: #FFF;
}


#footer-jumpoffs div#footer-jumpoff-0,
#footer-jumpoffs div#footer-jumpoff-2{
	background-color: #f2f7f6;
}

#footer-jumpoffs div p{
	margin-left: 0;
	margin-bottom: 10px;
}

#inner-footer{
	text-align: right;
	font-size: 11px;
	color: #505050;
}

#inner-footer ul{
	padding-top: 30px;
}

#footer ul, #footer p{
	margin: 0;
}

#footer ul, #footer p{
	margin-left: 10px;
	display: block;
	
}

#footer a{
	color: #505050;
}

#footer ul li{
	list-style-type: none;
	display: inline;
	padding-right: 2px;
	text-transform: capitalize;
}
#footer ul li a{
	color: #919191
}
#footer ul li a:hover{
	text-decoration: none;
}
#footer ul li:after {
	content: " | ";
}
#footer ul li:last-child:after {
	content: "";
}

/* --- forms ------------------------------------------------- */

.form-container{
	padding: 20px 0;
	background: #F6F6F6;
	min-height: 410px;
	width: 544px;
}
/* feedback */
.form-container #flashMessage{
	margin: 0 20px;
	color: #E0041C;
}
.form-container #flashMessage p{
	margin: 0;
	font-size: 16px
}
.form-container #flashMessage p.success{
	color: #6ca69b;
}
.error-message{
	color: #E0041C;
}


div.input{
	width: 230px;
	float: left;
	display: block;
	margin: 10px 20px;
}

div.even{
	margin-right: 0;
}

div.textarea{
	width: 100%;
}

label{
	font: 16px Arial;
	padding: 5px 0;
	display: block;
}

label span{
	color: #6ca69b;
	font-size:  12px;
	font-weight: lighter;
	font-style: italic;
}

input, textarea{
	border: 1px solid #D9D9D9;
	font: 16px arial;
	color: #666666;
	padding: 8px;
	width: 214px;
}

textarea{
	width: 484px
}

input:focus, textarea:focus{
	border-color: #6ca69b;
}

.submit{
	border: none;
}
.submit input{
	width: 101px;
	background: url('/img/backgrounds/submit-button.png') no-repeat;
	margin-left: 20px;
	height: 30px;
	padding: 0;
	color: #FFF;
	border: none;
}


/* ---[ misc ]------------------------------------- */

img, a img {
    border: none;
    }
.hide {
    display: none;
    }
.clear {
    clear: both;
    }
.debug {
    border: 1px solid red;
    }