 /**TYPEFACE IMPORTS**/
 
@font-face {
font-family: 'M+1cregular';
src: url('mplus-1c-regular-webfont.eot');
src: local('?'), url('type/mplus-1c-regular-webfont.woff') format('woff'), url('type/mplus-1c-regular-webfont.ttf') format('truetype'), url('type/mplus-1c-regular-webfont.svg#webfont') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'M+1cbold';
src: url('mplus-1c-bold-webfont.eot');
src: local('?'), url('type/mplus-1c-bold-webfont.woff') format('woff'), url('type/mplus-1c-bold-webfont.ttf') format('truetype'), url('type/mplus-1c-bold-webfont.svg#webfont') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ITCLubalinGraphStdDemi';
src: url('lubalingraphstd-demi-webfont.eot');
src: local('?'), url('type/lubalingraphstd-demi-webfont.woff') format('woff'), url('type/lubalingraphstd-demi-webfont.ttf') format('truetype'), url('type/lubalingraphstd-demi-webfont.svg#webfont49rPEl9p') format('svg');
font-weight: normal;
font-style: normal;
}


/**LAYOUT**/

body {
	background-color: #333333;
	background-image: url(../images/background-tile.jpg);
	background-repeat: repeat;
	font-family:"M+1cregular", Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:1.6em;
	color:#cccccc;
	font-weight:normal;
	margin:0;
	padding:0;
}
#navWrap {
	position:fixed;
	width:250px;
	z-index:5;
}
.header {
	float:none;
	clear:both;
	width: 250px;
	padding-top: 70px;
	text-align:right;
	font-family:'ITCLubalinGraphStdDemi';
	font-size:25px;
	letter-spacing:.04em;
	color:#525252;
	opacity:0.45;
	filter:alpha(opacity=45);
}
#news {
	padding-top:115px;
	width:500px;
}
#content {
	width:850px;
	position:relative;
	float:left;
	padding: 0px 0px 40px 295px;
}
#footer {
	padding-top:520px;
	position:relative;
	clear:both;
}
#section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8 {
	padding-top:115px;
}




/**CONTENT STYLING**/

.sectionImages {
	float:left;
	margin-bottom:-60px;
}
.images {
	margin-right:15px;
	margin-bottom:20px;
	vertical-align:top;
}
.newsImages {
	vertical-align:top;
	border:none;
}
#content ul {
	margin:0px 0px 20px 0px;
	clear:both;
}
.sectionText {
	color: #cccccc;
	list-style-type:none;
	margin:0;
	padding:0;
}
.sectionText ul {
	display:none;
	list-style-type:none;
	margin:0;
	padding:0;
	width:500px;
}


/**NAVIGATION**/

#example1 {
	width:250px;
	text-align:right;
	margin:0px 45px 0px 0px;
	padding:0;
}
.example_menu {
	list-style: none;
	color: #32818e;
	margin:25px 0px 0px 0px;
	padding:0;
}
.example_menu ul {
	display: none;
	list-style: none;
}
#menu1 ul {
	margin:0px 0px 15px 0px;
	padding:0;
	}
#menu1 li {
	margin:0;
	padding:0;
}
.example_menu ul ul {
	margin:0;
	padding:0;
}
.example_menu a {
	cursor: pointer;
	color: #32818e;
}
.example_menu a:link {
	color: #32818e;
}
.example_menu a:visited {
	color: #32818e;
}
.example_menu a:hover {
	border: 0px none;
	color: #32818e;
}
.example_menu a:active {
	color: #32818e;
}
.example_menu ul a {
	color: #6ac2d1;
}
.example_menu ul a:link {
	color: #6ac2d1;
}
.example_menu ul a:visited {
	color: #6ac2d1;
}
.example_menu ul li a:hover {
	border-bottom: 1px solid #6ac2d1;
	color: #6ac2d1;
}
.example_menu ul a:active {
	color: #6ac2d1;
}


/**LINKS**/

a {
	outline:none;
}
a:link {
	color:#6ac2d1;
	text-decoration:none;
	font-weight:normal;
}
a:visited {
	text-decoration: none;
	color: #6ac2d1;
	font-weight:normal;
}
a:hover {
	text-decoration: none;
	color: #6ac2d1;
	font-weight:normal;
	border-bottom: 1px solid #6ac2d1;
}
a:active {
	text-decoration: none;
	color: #6ac2d1;
	font-weight:normal;
	border-bottom: 1px solid #6ac2d1;
}
.sectionText a {
	cursor: pointer;
	color: #32818e;
}
.sectionText a:hover {
	border: 0px none;
	color: #32818e;
}
.sectionText ul li a {
	color: #6ac2d1;
}
.sectionText ul li a:hover {
	border-bottom: 1px solid #6ac2d1;
	color: #6ac2d1;
}
.sectionText ul li div a:hover {
	border: none;
}
.sectionImages a:hover {
	border: none;
}

