@charset "utf-8";
/* CSS Document */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */


/* classes begins here */
body {
	font-family:  Verdana, Arial, 'MS Trebuchet';
	font-size: 11px;
	color: #4d4d4d;
	letter-spacing: 0.01em;
	background: #fff url(images/bg_base.jpg) top center repeat-y;
	margin: 0 0 0 0;
}
a {
	color: #147ba4;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #25b3ec;
}
p {
	padding: 0;
	margin: 10px 0 0px 0;
	line-height: 15px;
}
h1 {
	font-family: Segoe UI, Arial;
	font-size: 18px;
	margin-bottom: 12px;
}

h2 {
	font-family: Segoe UI, Arial;
	font-size: 16px;
	padding-bottom: 0px;
	color: #147ba4;
}
h3 {
	font-family: Segoe UI, Arial;
	font-size: 18px;
	padding-top: 10px;
	color: #555;
	margin-bottom: 12px;
}

ul {
	color: #616161;
	line-height: 17px;
	border: 0;
	padding: 0;

}
li {
	padding: 0px;
}
img {
	border: 0px;
}


.bg_1{
	margin: 0 auto;
	background: transparent url(images/bg_base2.jpg) bottom center no-repeat;

}

.bg_2{
	margin: 0 auto;
	width: 880px;
	background: #002138 url(images/bg_blue.jpg) repeat-x;

}

.main_container{
	margin: 0 auto;
	width: 860px;
	background: #d1d1d1 url(images/container_top.jpg) repeat-x;
}

.main_container_end{
	margin: 0 auto;
	width: 860px;
	height: 18px;
	background: #d1d1d1 url(images/container_end.jpg) no-repeat;
}

.pre_header{
	height: 10px;
}

.header{
	color: #fff;
	margin: 0 auto;
	width: 860px;
	height: 210px;
	background: #006699 url(images/header.jpg) no-repeat center top;
}

.header  div{
	width: 650px;
	position: relative;
	top: 80px;
	left: 36px;

}

.header h1, .header p {
	margin: 0;
	padding: 0;
}

.header h1{
	font-size: 26px;
	}


.sidebar_holder{
	margin: 16px 8px 0 8px;
	width: 200px;
	float: left;
}
* html .sidebar_holder {
	margin: 16px 0 0 6px;
}

.sidebar_nav_holder{
	width: 200px;
	
}
	.sidebar_nav_main{
		width: 200px;
		background: #e9e9e9;
		background: #fff url(images/sidebar_nav_mid.jpg) repeat-y;

	}
		.sidebar_nav_main ul{
			padding: 0px;
			margin: 0 0 0 10px;
			width: 180px;
		}
		.sidebar_nav_main li{
			list-style-type: none;
			background: transparent url(images/button_link.jpg) no-repeat 10px 4px;
			padding-bottom: 14px;
			padding-left: 28px;
			padding-right: 10px;
			line-height: 18px;
			text-indent: 0px;
		}

		.sidebar_nav_main li:hover{
			color: #000;

			list-style-type: none;
			background: transparent url(images/button_active.jpg) no-repeat 10px 4px;
		}

	.sidebar_nav_top{
		height: 20px;
		background: #fff url(images/sidebar_nav_top.jpg) no-repeat;
	}
	.sidebar_nav_bottom{
		height: 20px;
		background: #fff url(images/sidebar_nav_bottom.jpg) no-repeat;
	}


.sidebar_help_holder{
	background-color: #006699;
	margin-top: 20px;
	width: 200px;

}
	.sidebar_help_main{
		text-align: center;
		color: #FFF;
		width: 200px;
		min-height: 80px;
		background: #006699 url(images/sidebar_help_mid.jpg) repeat-y;
		}
		.sidebar_help_main p{
			float: left;
			margin: 0 10px;
		}
		.sidebar_help_main img{
			margin: 10px 0 0 0;
		}
		.sidebar_help_top{
			color: #FFFFFF;
			font-family: Verdana, Arial;
			font-size: 10px;
			font-weight: bold;
			height: 40px;
			background: #006699 url(images/sidebar_help_top.jpg) no-repeat;
		}
		.sidebar_help_top a:link, .sidebar_help_top a:visited{
			color: #00CCFF;
			text-decoration: none;	
			}
		.sidebar_help_top a:hover, .sidebar_help_top a:active{
			color: #FF9900;
			text-decoration: none;
			}

		.sidebar_help_top p{
			float: left;
			margin: 12px 10px 0 10px;
		}

	.sidebar_help_bottom{
		height: 14px;
		background: #006699 url(images/sidebar_help_bottom.jpg) no-repeat;
	}



.content_holder {
	margin: 16px 8px 0 0;
	width: 630px;
	float: right;
}
* html .content_holder {
	margin: 16px 4px 0 0;
}

	.content_main{
		min-height: 200px;
		background: #fff url(images/content_mid.jpg) repeat-y;
		margin: 0;
		padding: 0 0 30px 0;
	}
		.content_main div{
			margin: 0 20px;
		}	

		.post h1, .post h2, .post h3{
			margin-bottom: 30px;
			color: #222;
		}
		#pic_sold{
		float: right;
		margin: 0 0 14px 14px;}

	.content_top{
		height: 20px;
		background: #aaa;
		background: #fff url(images/content_top.jpg) no-repeat;

	}
	.content_bottom{
		height: 20px;
		background: #aaa;
		background: #fff url(images/content_bottom.jpg) no-repeat;
	}


.footer{
	padding: 0;
	font-size: 10px;
	color: #fff;
	height: 60px;
	text-align: center;
}
	.footer p{
		margin: 36px 10px 0px 0;
	}
