/*-------------------------------------------------
 GENERAL ITEMS
-------------------------------------------------*/

body {
	background-color: #E6E6E6;
}

body, td, li, a, p, h1, span, div {
	font-family:arial,helvetica;
	font-size:12px;
	color:#000000;

}

p {
	padding: 10px;
}

h1 {
	font-size: 20px;
	color: #555555;
}

h2 {
	font-size: 12px;
	color: #555555;
}

.copy2 {
	font-size: 12px;
	color: #555555;
}

.copy_padding {
	padding:15px;
}


img {
	border:0px;
}

a {
	color: #555555;
	text-decoration:underline;
	font-size:12px;
}

a:visited {
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

.heading {
	color: #555555;
	font-weight:800;
}

hr {
	border: none 0; 
	border-top: 1px dashed #555555;/*the border*/
	width: 96%;
	height: 1px;
	margin:5px 0 5px;
} 
/*-------------------------------------------------
 HEADER ITEMS
-------------------------------------------------*/

/*------- Logo, Top Links -------*/

#header {
	position:relative;
	padding:0px;
	width: 810px;
	border: 0px;
}

#navigation1 {
	width:400px;
	height:30px;
	float:right;
	text-align:right;
	margin-right:4px;
	padding-top:15px;
	color: #000;
}

#navigation1 a, visited {
	font-size: 11px;
	color: #000;
	text-decoration:none;
	line-height:15px;
	padding:4px;
}

#navigation1 a:hover {
	text-decoration:underline;
}

#logo {
	width:350px;
	float:left;
	vertical-align:bottom;
}

#logo img {
	width:350px;
	height:40px;
}

/*------- Top Nav -------*/

#navigation2 {
	padding:6px;
	width: 788px;
	border: solid 1px #000;
	text-align: right;
	background-color: #4AB0EC;
}

#navigation2 a, visited {
	font-size: 11px;
	color: #fff;
	text-decoration:none;
	line-height:18px;
	padding-left:25px;
	font-weight:800;
}

#navigation2 a:hover {
	text-decoration:underline;
}


/*-------------------------------------------------
 MAIN DIVS
-------------------------------------------------*/

#main {
	width:800px;
}

/*------- Middle Column -------*/

#main_container1 {
	float:left;
	background-color: #555555;
	width:518px;
	border:solid 1px #000;
}

#main_container2 {
	background-color: #4AB0EC;
	border:solid 1px #fff;
	margin:1px;
}

#main_container3 {
	background-color: #fff;
	margin:3px;
	padding:4px;
}

/*------- Sub Sections -------*/

#sub_section_container {
	background-color:#DEEEFD;
	border: solid 1px #555555;
	margin-top:10px;
}

#sub_section {
	background-color:#fff;
	padding:12px;
	margin:3px;
}

#sub_section .post img {
	margin-right:10px;
}

#sub_section .post .title {
	color:#FF9900;
	font-size:20px;
}

#sub_section a {
	text-decoration:none;
	color:#FF9900;
}

#sub_section p {
	margin:5px 0 5px 0;
	padding:0px;
}

#subsection .postmetadata {
	padding:0px;
	margin:0;
}
#sub_section .postmetadata a {
	font-size:11px;
}

.sub_section_search_results_style_photo {
	width:88px;
	height:88px;
	float:left;
	border: solid 1px #000;
}

#sub_section_search_results_style_copy {
	width:360px;
	float:right;
	padding-left:15px;
}

/*------- Right Column -------*/

#ad_space {
	border:opx;
	margin-left: 10px;
	width: 130px;
	text-align: center;
	float: left;
}

/*------- Clear All -------*/

#clear {
	clear:both;
	padding:0px;
}

.spacer {
	width:1px;
	height:1px;
}

/*-------------------------------------------------
 SIDEBAR
-------------------------------------------------*/
#category_listing {
	margin-right: 12px;
	border: 0;
	width: 135px;
	text-align: right;
	float: left;
}

#category_listing a, visited {
	color: #555555;
	line-height:18px;
}

#category_listing a:hover {
	text-decoration:none;
}

#category_listing #searchform #s {
	width: 115px;
	padding: 2px;
	}

#category_listing ul, #category_listing ul ol {
	margin: 0;
	padding: 0;
	}

#category_listing ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#category_listing ul p, #category_listing ul select {
	margin: 5px 0 8px;
	}

#category_listing ul ul, #category_listing ul ol {
	margin: 5px 0 0 10px;
	}

#category_listing ul ul ul, #category_listing ul ol {
	margin: 0 0 0 10px;
	}

ol li, #category_listing ul ol li {
	list-style: decimal outside;
	}

#category_listing ul ul li, #category_listing ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
#searchform {
	float:right;
	}

#category_listing h2 {
	padding:0px;
	margin:10px 0 0 0;
	}
/*-------------------------------------------------
 FOOTER
-------------------------------------------------*/
#footer {
	width:735px;;
	text-align:center;
	color:#000000;
	font-size:10px;
}

#footer a {
	font-size:10px;
	color:#6699CC;
}

