@charset "UTF-8";
/* CSS for TwinNeedle 08/10/09 by Enquire Design */

 
body  {
	background: #FFF;
	margin: 0;
	text-align: center;
	color: #666666;
	font: 100% Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 130%;
}

.main #container {
	width: 870px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 

.main #header {
	height: 100px;
	
} 

.main #sidebar1 {
	float: left;
	width: 270px;
	margin-top: 24px;
}

.main #mainContent {
	width: 600px;
	margin-left: 270px;
}

.main #rightcol {
	float: right; 
	width: 200px;
} 

.main #leftcol {
	float: left; 
	width: 350px;
} 

.main #footer {
	padding: 0 10px;
	background:#DDDDDD;
	height: 180px;
	margin-top: 40px;
} 

.main #footer p {
	margin: 0; 
	padding: 10px 0;
}

/* Various type styles */

h1 {
	font-size: 36px;
	color: #333333;
	line-height: 44px;
	letter-spacing: -2px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	color: #666666;
	line-height: 24px;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	color: #666666;
	line-height: 24px;
	font-style: italic;
	font-weight: normal;
}

.style1 {
	color: #333333;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.style2 {
	color: #333333;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.redtext {
	color: #FF0000;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
	font-family:  Helvetica, Arial, sans-serif;
}

a:link {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}

a:active {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted;
}

/* Navigation */	

ul {
width:270px;
padding:0;
margin:0;
list-style-type:none;
}

.class2 a:link {
	width:250px;
	text-decoration:none;
	color: #FFF;
	background-color:#666666;
	height: 20px;
	border-bottom: 1px #FFF solid;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	float: left;
	font-size: 14px;
	letter-spacing: normal;
	font-weight: bold;
	text-transform: uppercase;
}

.class2 a:visited {
	width:250px;
	color: #FFF;
	height: 20px;
	border-bottom: 1px #FFF solid;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	float: left;
	font-size: 14px;
	background-color: #666666;
	letter-spacing: normal;
	font-weight: bold;
	text-transform: uppercase;
}

.class2 a:hover {
	width:250px;
	text-decoration:none;
	color: #FFF;
	height: 20px;
	border-bottom: 1px #FFF solid;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	float: left;
	font-size: 14px;
	background-color: #FF0000;
	letter-spacing: normal;
	font-weight: bold;
	text-transform: uppercase;
}

.class2 a:active {
	width:250px;
	text-decoration:none;
	color: #FFF;
	background-color: #666666;
	height: 20px;
	border-bottom: 1px #FFF solid;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	float: left;
	font-size: 14px;
	letter-spacing: normal;
	font-weight: bold;
	text-transform: uppercase;
}

li {
	display:inline
}

/* Miscellaneous classes for reuse */

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