/* --------------------------------------------------------------
	LINKS
-------------------------------------------------------------- */

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #857327;
}

a:hover {
	color: #000000;
}

a img { border: none; }

a.no-underline { text-decoration: none; }

.main-text {
    font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}



/* --------------------------------------------------------------
	MAIN NAVIGATION
-------------------------------------------------------------- */

#nav {
	background: url('images/nav-bg.jpg') no-repeat;
	height: 47px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

#nav ul {
	list-style: none;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	margin-left: 72px;
	padding-top: 9px;
	z-index: 3;
	list-style-type: square
}

#nav ul li {
	float: left;
	padding: 0 30px 0 0;
	
}

#nav a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover {
	color: #FFCC00;
	
}

#download a {
	display: block;
	color: #922e5e;
	text-decoration: none;
}

#download a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#sidebar a {
	display: block;
	color: #f8f3ca;
	text-decoration: none;
}

#sidebar a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* --------------------------------------------------------------
	STRUCTURE & TYPOGRAPHY
-------------------------------------------------------------- */

#wrap {
	background: ;
	margin: 0 auto;
	width: 920px;
	font-size: 85%;
}

#header {
	background: url('images/bg-header.jpg') no-repeat;
	height: 234px;
	width: 922px;text-align: right;
}


#contentHeader {
	height: 10px;
	padding: 10px 0 0 22px;
}

#content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}

#leftNav {
	float: left;
	width: 202px;
	height: 600px;
	font-size: 85%;
	
}

#mainContent {
	float: left;
	width: 680px;
	min-height: 444px;
	padding-top: 30px;
}

	

#footer {
	background: #003300;
	text-align: center;
	line-height: 1.3em;
	font-size: 90%;
	clear: both;
	color: #ffffff;
	padding-top: 10px;
}

#mail {
	background: #98aeba;
	text-align: center;
	line-height: 1.3em;
	font-size: 170%;
	clear: both;
	color: #922e5e;
	padding-top: 10px;
}

/* --------------------------------------------------------------
	LISTS
-------------------------------------------------------------- */



#leftNav ul {
	list-style: none;
	margin-left: 0;
	line-height: 2.6em;
	text-transform: uppercase;
	
}

#leftNav #workshop {
	font-weight: bold;
	color: #000000;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
}


#leftNav #workshop a {
	color: #000000;
	text-decoration: none;
}

#leftNav #workshop a:hover {
	color: #857327;
}


/* --------------------------------------------------------------
	CLEARFIX
-------------------------------------------------------------- */

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

.clearfix { display: inline-table;}

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* End hide from IE-mac */
