@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding:0; text-decoration: none;}

body {
	background: url(images/topbg.jpg) top center no-repeat;
	font: 14px Arial, Helvetica, sans-serif; 
	color: #919191;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
	visibility: hidden;
}

h1 {
	font-size: 50px;
	line-height: 38px;
	letter-spacing: -4px;
}

.h1sub {
	color: #000;
}

h2 {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

h4 {
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
}


#wrap {}

/* ------------------------ header -----*/
#header {border-top: #b0e8fe solid 14px;}

#titleBox {
	float: left;
	width: 750px;
}

#title {
	float: left;
	width: 400px;
	margin: 40px 0 40px 40px;
}

#subTitle {
	float: left;
	width: 300px;
	margin: 98px 0 0 0;
}

/* ------------------------ navigation -----*/
#nav {
	clear: both;
	margin: 0 auto;
	padding: 35px;
	border-top: #ccc dotted 1px;
	border-bottom: #ccc dotted 1px;
	font-weight: bold;
	color: #000;
}

#nav ul {
	list-style-type: none;	
}

#mainNav {
	margin: 0 auto;
	width: 800px;
}

#mainNav li a {
	float: left;
	display: block;
	overflow: hidden;
	width: 126px;
	height: 0;
	margin: 0 60px 0 10px;
	padding: 117px 0 0 0;
}

#mainNav #home a {
	background: url(images/home.png) no-repeat 0 -117px;	
}

#mainNav #home a:hover,
#mainNav #home a.current,
#mainNav #home a:active {
	background: url(images/home.png) no-repeat 0 0;	
}

#mainNav #networking a {
	background: url(images/networking.png) no-repeat 0 -117px;	
}

#mainNav #networking a:hover,
#mainNav #networking a.current,
#mainNav #networking a:active {
	background: url(images/networking.png) no-repeat 0 0;	
}

#mainNav #presentation a {
	background: url(images/presentation.png) no-repeat 0 -117px;	
}

#mainNav #presentation a:hover,
#mainNav #presentation a.current,
#mainNav #presentation a:active {
	background: url(images/presentation.png) no-repeat 0 0;	
}

#mainNav #motivation a {
	background: url(images/motivation.png) no-repeat 0 -117px;	
}

#mainNav #motivation a:hover,
#mainNav #motivation a.current,
#mainNav #motivation a:active {
	background: url(images/motivation.png) no-repeat 0 0;	
}


/* ------------------------ content -----*/
#leftCont {
	float: left;
	width: 65%;
	margin: 40px 0 50px 5%;
}

#rightCont {
	float: left;
	width: 23%;
	margin: 42px 5% 50px 2%;
}

.content {
	margin: 10px 0 30px 0;
	padding: 10px;
}

.content2 {
	margin: 10px 0 30px 0;
	padding: 10px;
	background: #fff3d8;
	border: #ddd solid 1px;
}

.content p {
	margin: 0 0 10px 0;	
}

.content2 p {
	margin: 0 0 10px 0;	
}

.pop {
	font-style: italic;
	color: #e39900;
}

.content a, .content a:visited {
	color: #6db8d5;
}

.content a:hover {
	color: #919191;
	text-decoration: underline;
}

img.leftPic {
	float: left;
	border: #eee 1px solid;
	margin: 0 15px 10px 0;
}

img.rightPic {
	float: right;
	border: #eee 1px solid;
	margin: 0 0 10px 15px;
}

.quoteBox {
	margin: 10px 0 0 0;	
	padding: 10px;
	background: #fff3d8;
}

.quotes {
	font-size: 18px;
	font-style: italic;
	color: #6db8d5;	
}

.quotePeeps {
	background: url(images/quotesbg.png) top right no-repeat;
	padding: 30px 50px 20px 0;
	font-size: 12px;
	font-style: italic;
	text-align: right;
}


/* ------------------------ footer -----*/
#footer {
	clear: both;
	height: 150px;
	background: #c1eeff url(images/footerbg.jpg) center bottom no-repeat;
	padding: 20px 0 0 0;
	font-size: 11px;
}

#footerLeft {
	float: left;
	width: 30%;
	margin: 0 1% 30px 5%;
	padding: 10px;
	border-right: #aaa dotted 1px;
}

#footerMid {
	float: left;
	width: 25%;
	margin: 0 1% 30px 1%;
	padding: 10px;
	border-right: #aaa dotted 1px;
}

#footerRight {
	float: left;
	width: 25%;
	margin: 0 1% 30px 1%;
	padding: 10px;
}

#footer ul {
	list-style-type: none;	
}

#footerNav li {
	float: left;
	padding: 0 8px 0 8px;
}

#footer ul#links {
	list-style-type: circle;	
	margin: 5px 0 0 0;
}

#footer a, #footer a:visited {
	color: #919191;
}

#footer a:hover, #footer a.current {
	color: #666;	
	text-decoration: underline;
}

