/* Main stylesheet
------------------------------------------------------------------*/

/* @group global resets */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;

}


img {

border: none;
}

html {
	height: 100%;
}

ul,li,a{
	list-style-type:none;
	text-decoration: none;
	font-family: Times, "Times New Roman", Georgia, serif;
	}
	
a, a:visited {
		color: #930000;
}

a.voteLink {
		font-size: 1.2em;
	line-height: 1.8em;
		}
	
body {
	color: #3c3f3c;
	font: 10px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 10px;
	height: 100%;

}

a:hover.voteHere {
	
	text-decoration: underline;

}

p {
	text-align: left;
	letter-spacing: 0;
	word-spacing: normal;
	font-size: 1.2em;
	line-height: 1.7em;
}


/* @end */

/* @group bars */

div.redBar {
	width: 560px;
	height: 6px;
	position: fixed;
	top: 0px;
	background-color:#930000;
	z-index:2;
}


span.kiley {
	float: right;
	margin-right: 100px;
}

div.greyLine {
	width: 100%;
	height: 1px;
	position: relative;
	top: 165px;
	background-color: #acaaa2;
	
}



/* @end */

em {
font-style: normal;
font-weight: bold;

}

em.red {
color: #a4000e;

}

em.quote {
font-weight:normal;
font-style: italic;
font-family: Georgia, Serif;
}

em.quoteName {
font-weight:normal;
font-style: italic;
font-family: Georgia, Serif;
color: #a4000e;

}



/* @group header & top navigation */



img.logoTop {
	margin-left: 90px;
	
}

img.logoBottom {
	margin-left: 90px;
	
}

ul#topNav {
	float: right;
	margin-right: 80px;
	margin-top: -18px;
}

ul#topNav li {
	display: inline;
	font: 1.2em Times, "Times New Roman", Georgia, serif;
	letter-spacing: .05em;
	padding-left: 4px;
	padding-right: 4px;
}

ul#topNav li a, ul#topNav li a:visited  {
	color: #660000;
}

/* home */

ul#topNav li.home a:hover,
body#home ul#topNav li.home a  {

	color: #d30000;
	
}

ul#topNav li.contact a:hover,
body#contact ul#topNav li.contact a  {
	
	color: #d30000;
	
}

ul#topNav li.linkedin a:hover {
	
	color: #d30000;
}

ul#topNav li.register a:hover {
	
	color: #d30000;
}

ul#topNav li.facebook a:hover,
body#facebook ul#topNav li.facebook a  {
	
	color: #d30000;
	
}


/* @end */


/* @group Main Content */

div#wrap {
	margin-top: 75px;
	width: 100%;
	height: auto; min-height: 100%;
	
}






/* @group side navigation */


div#sideNavGrow {
	width: 90px;
	height: 244px;
	background-color:#930000;
	float: left;
	}


#sideNav {
    background:url(../images/navigation.jpg) no-repeat;
    width:246px;
    height:244px;
	margin-left: 90px;
	float: left;
    }
    
#sideNav span {
    display: none;
    }
   
#sideNav li, #sideNav a {
    height:62px;
    display:block;
    }

#sideNav li.resources, #sideNav li.resources a {
    height:60px;
    display:block;
    }

#sideNav li {
    display:inline;
    }

.about, .platform, .connections, .resources {
	width: 246px;
	}

/* about */

#sideNav li.about a:hover {
	background: url(../images/navigation.jpg) 0px -243px no-repeat;
}

body#about #sideNav li.about a {
	background: url(../images/navigation.jpg) 0px -243px no-repeat;
}

/* platform */

#sideNav li.platform a:hover {
	background: url(../images/navigation.jpg) 0px -305px no-repeat;
}

body#platform #sideNav li.platform a {
	background: url(../images/navigation.jpg) 0px -305px no-repeat;
}

/* connections */

#sideNav li.connections a:hover {
	background: url(../images/navigation.jpg) 0px -367px no-repeat;
}

body#connections #sideNav li.connections a {
	background: url(../images/navigation.jpg) 0px -367px no-repeat;
}

/* resources */

#sideNav li.resources a:hover {
	background: url(../images/navigation.jpg) 0px -429px no-repeat;
}

body#resources #sideNav li.resources a {
	background: url(../images/navigation.jpg) 0px -429px no-repeat;
}


/* @end */

/* @group Image Area */

.mainImage {
	float: left;
	width: 215px;
	position: relative;
	left: 255px;
	
}

div#gallery {
	margin-left: 346px;
}


/* @end */

/* @group Content Area */

/* @group Image Gallery */

ul.connectionsImage {
	width: 600px;
}


/* @end */



body#home div.contentTop {
	width: 310px;
	float: left;
	margin-left: 275px;
	margin-top: -9px;
	}

div.contentTop {
	width: 370px;
	float: left;
	margin-left: 275px;
	margin-top: -9px;
	padding-bottom: 50px;
	}

div.contentTopHome {
	width: 360px;
	float: left;
	margin-left: 275px;

	margin-top: -9px;
	padding-bottom: 50px;
	}
	
	
div.leftContent
{
float: left;
	width: 200px;
	position: relative;
	top: 250px;
	left: 40px;
}



body#connections div.contentTop {
	margin-left: 270px;
	margin-top: 0px;
	font-style: italic;
	}

div.contentTop a:hover {
		text-decoration: underline;
}	
	
body#home h1 {
	font: 3em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
	padding-bottom: 5px;
}

body#home h2 {
	font: 3em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
	padding-bottom: 5px;
		color: #930000;
}
}


em {
	font-style: normal;
	font-weight: bold;
}

h1 {
	font: 3.5em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
	padding-bottom: 5px;
}

body#connections h1 {
	display: none;
}



h2 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
	padding-bottom: 8px;
	padding-top: 10px;
}

h3 {
	font: italic 1.4em Georgia, "Times New Roman", Times, serif;
	color: #670001;
	padding-bottom: 2px;
}

h4 {
	font: 1.3em/1.7em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

h5 {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 7px;
	color: #7d7d7d;
}



hr {
	width: 168px;
	position: relative;
	top: -10px;
	right: 66px;	
}

hr.signUp {
	width: 290px;
	right: 5px;
}

hr.endorsements {
	width: 290px;
	right: 33px;
}

hr.welcome {
	width: 290px;
	right: 33px;
}

p {
	margin-top: -6px;
	padding-bottom: 20px;
	}

a.anchor {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	left: 320px;
	position: relative;
	top: 20px;

}
	
	
/* @end */
/* @end */

/* @group LIGHTBOX */





/* @end */




/* @group footer */


/* 
//div#footer {
//	background: #2a2a2a url(../images/footer.jpg) 0 0 repeat-x;
//clear: both;
//height: 75px;
//position: relative;
//border: 0px;
//top: 80px;
//}

 */
 
 /* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div#footer{
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	background: #2a2a2a url(../images/footer.jpg) 0 0 repeat-x;
	} 


ul#footerNav {
    position: relative;
    top: 15px;
    margin-left: 20px;
     
}

ul#footerNav li {
	font: 1.1em Times, "Times New Roman", Georgia, serif;
	letter-spacing: .02em;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
}


ul#footerNav li a, ul#footerNav li a:visited {
	color: #a1a1a1;
}

ul#footerNav li a:hover {
	color: #ffffff;
}

ul#footerNav li {
	color: #a1a1a1;
}



/* @end */














	
