html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}



html {
	margin:0;
	padding:0;
}


body {
	background-color:#444445;
	padding:0px;
	margin:0px;
}




/* TEXT FORMATTING */

h1{
	padding-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#FFFFFF;
	font-size:24px;
	background-color:#666666;
	padding-bottom:0px;
	padding-top:40px;
	width:700px;

}

.logoPic{
	float:left;
	padding-right:20px;
	margin-top:20px;
}

h2{
	padding-top:5px;
	padding-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#FFFFFF;
	font-size:22px;
	background-color:#666666;
}

h3{
	font-family:Helvetica, Arial, sans-serif;
	color:#CCCCCC;
	font-size:17px;
	line-height:20px;
	padding-bottom:10px;
	padding-top:10px;
	font-weight:bold;
	background-color:#666666;
}



h4{
	font-family:Helvetica, Arial, sans-serif;
	color:#FFFFFF;
}


h5{
	font-family:Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:15px;
	line-height:20px;
	padding-top:15px;
	background-color:#666666;
	font-weight:bold;
	
}

h1 img {
	float:left;
	padding-right:20px;
	padding-top:0px;
}


p {
	font-family:Helvetica, Arial, sans-serif;
	color:#CCCCCC;
	font-size:15px;
	line-height:20px;
	padding-bottom:10px;
	background-color:#666666;
}

ul{
	margin-left:25px;
	margin-right:25px;
	background-color:#666666;

}

li{
	font-family:Helvetica, Arial, sans-serif;
	color:#CCCCCC;
	line-height:18px;
	font-size:13px;
}


strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

#container{
	width:1180px;
	margin:0 auto;

}


/* HEADER */

#header{
	
}


#colorBand{
	width:100%;
	height:5px;
	background-color:#000000;
	clear:both;
	
}

/* CONTENT */

#banner{
	margin-top:10px;
	height:385px;
}

#mainContent{
}



#contentArea{
	width:850px;
	background-color:#666666;
	float:right;
	padding:30px 50px;
}

#leftColumn{
	width:640px;
}


#leftColumn a {
	color:#FFFFFF;
	text-decoration:none;
}

#leftColumn a:hover{
	text-decoration:underline;
}
#rightColumn{
	float:right;
	width:150px;
}


/* NAVIGATION */

#navArea{
	width:280px;
}

#nav{
float:right;
width:165px;
margin-right:10px;
}

#nav li{
margin:0;
padding:0;
height:20px;
}

#nav ul{
list-style-type:none;
margin:0;
padding:0;

}

#nav a{
padding:0;
margin:0;
background-position:top;
}


#nav img {
	width:165px;
	padding:0;
	margin:0;
}




/* TESTIMONIALS */

#testimonial{
border-left-style:dotted;
border-left-color:#FFFFFF;
border-left-width:1px;
padding-left:10px;
width:175px;
}

#testimonial p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:16px;
	font-weight:normal;
	color:#FFFFFF;	
	font-size:12px;
	font-style:italic;
}

#testimonial a{
	text-decoration:none;
}


/* FOOTER */

#footer{
	width:1180px;
	margin:0 auto;
}

#subnav{

}

#copyright{
	text-align:left;
	background-color:#333333;
	clear:both;
	margin-left:230px;
	width:950px;
}

#copyright p{
	font-size:11px;
	line-height:14px;
	color:#999999;
	text-align:center;
	background-color:#333333;
	padding:10px 20px;
}

#copyright a{
	color:#999999;
	text-decoration:none;
}

#copyright a hover{
	text-decoration:underline;
}

form {
	margin:0;
	padding:0;
	font-size:14px;
	color:#CCC;
}

form label {
	float:left;
	width:150px;
}


form .item {
	clear:left;
	margin-bottom:5px;
}

form .cat_textbox {
	background-color:	#666;
	border:solid 1px #CCC;
	color:#FFF;
	padding:2px;
}

form .cat_listbox {
	width:300px!important;
	background-color:#666;
	border:solid 1px #CCC;
	font-family:Helvetica, Arial, sans-serif!important;
	color:#FFF;
		padding:2px;
}

form .cat_button {
	border:solid 1px #CCC;
	background-color:#666;
	color:#FFF;
}

