@charset "UTF-8";
/* CSS For Enquire Design 10/10/09 */

body  {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #150e06;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	line-height: 160%;
	font-weight: normal;
	font-size: 14px;
	color: #F1E9CC;
}

.Main #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
} 
.Main #header {
	height: 180px;
	margin-bottom: 20px;
} 
.Main #title {
	width: 900px;
} 


.Main #sidebar1 {
	width: 260px;
	padding: 0;
	float: right;
	text-align: left;
}

.Main #mainContent {
	width: 602px;
}
.Main #mainhomeContent {
	width: 602px;
	padding-top: 2px;
}
.Main #footer {
	padding: 0 10px;
	background-image: url(../images/bgfooter.jpg);
	background-repeat: repeat-x;
	height: 185px;
	padding-top: 10px;
	margin-top: 50px;
} 
.Main #footer p {
	margin: 0; 
	padding: 10px 0; 
}

/* ...... Link styles ....... */

a:link {
	color: #CC6600;
	text-decoration: none;
	border-bottom: none;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
	border-bottom: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #A00000;
}
a:active {
	color: #CC6600;
	text-decoration: none;
	border-bottom: none;
}

.clear a:link {
	text-decoration: none;
	border-bottom: none;
	background-color: none;
	color: none;
}
.clear a:visited {
	text-decoration: none;
	border-bottom: none;
	background-color: none;
	color: none;
}
.clear a:hover {
	text-decoration: none;
	border-bottom: none;
	background-color: none;
	color: none;
}
.clear a:active {
	text-decoration: none;
	border-bottom: none;
	background-color: none;
	color: none;
}

.style1 {font-size: 4px}

/* Nav */

a.navlink:link {
	color: #F1E9CC;
	text-decoration: none;
	border-bottom: none;
}
a.navlink:visited {
	color: #F1E9CC;
	text-decoration: none;
	border-bottom: none;
}
a.navlink:hover {
	color: #FFF;
	background-color: #A00000;
	border-bottom: none;
}
a.navlink:active {
	color: #F1E9CC;
	text-decoration: none;
	border-bottom: none;
}

/* IMG */

	a img {
	border: none;
}

/* CSS Sprites */ 

.class2 a:link {
	text-decoration: none;
}
.class2 a:visited {
	text-decoration: none;
}
.class2 a:hover {
	text-decoration: none;
}
.class2 a:active {
	text-decoration: none;
}

/* ...... Typography ....... */


h1 {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 100px;
	color: #F1E9CC;
	line-height: 90%;
	letter-spacing: 0px;
	font-weight: normal;
}

h2 {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 34px;
	color: #CC6600;
	line-height: 38px;
	font-weight: normal;
	font-style: normal;
}
h3 {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #CC6600;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
}

.footertext1 {
	color: #F1E9CC;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0;
}

/* ...... Navigation ....... */

.nav {
	margin-top: 133px;
	height: 30px;
	width: 650px;
	float: right;
	text-align: right;
	text-decoration: none;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0px;
	margin-bottom: 10px;
}

/* ...... Misc for re-use ....... */

.fltrt { 
	float: right;
	margin-left: 8px;
	width: 900px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	width: 900px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
