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

/*Main Container Size*/

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

/*Sidebar*/

#sidebar{
	width:220px;
	float:left;
	margin-right:15px;
	
	
}


/*Main Content*/

#maincontent{
	width:700px;
	float:left;
	
	
}

/*Nav*/

#navigation{
	width:220px;
	margin-top:20px;
	
	
}

/*Contact*/

#contact{
	height:845px;
	padding-top:65px;
	
}




/*Image Style*/

img.homepage{
	display:block;
	border:none;
	padding-bottom: 3px;	
}


/*Type Styles*/


@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);


a.nav{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:14px;
	line-height:25px;
	color:#CCC;
	background-color:transparent;
	padding:5px;
	text-decoration:none;	
}

a.nav:hover{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:14px;
	line-height:25px;
	color:#65BDFF;
	padding:5px;
	text-decoration:none;
}


a.nav2{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	line-height:25px;
	color:#FFF;
	background-color:transparent;
	display:block;
	width:211px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:500;	
}

a.nav2:hover{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	line-height:25px;
	color:#65BDFF;
	display:block;
	width:211px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:500;
}


h1{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:36px;
	line-height:26px;
	color:#65BDFF;
	font-weight:400;
	
}


p.contact{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:20px;
	line-height:26px;
	color:#666;
	font-weight:400;
	padding:10px;
	
}

a.contact{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:20px;
	line-height:26px;
	color:#666;
	font-weight:400;
	text-decoration:none;
	background-color:transparent;
	padding:10px;
	
}

a.contact:hover{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:20px;
	line-height:26px;
	color:#65BDFF;
	font-weight:400;
	text-decoration:none;
	padding:10px;
}
