/* CSS Document */

/* ZERO OUT */
html, body {
	height:100%; /* needed for content min-height */
	background:	#CCCCCC url(/images/bodybg.jpg) repeat;
}

body {
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;

}

a img {

	border:none;

}


p, ul, ol, h1, h2, h3, h4, h5, h6, form, input, dl, dt, dd {
	margin: 0px;
	padding: 0px;
}
dd {
	margin-bottom: 5px;
}
ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

h1 {
	color: #5689AD;
	font-size: 22px;
	font-family:	Arial, Helvetica, sans-serif;
}

h2, h2 a, h2 a:hover, h2:visited, h2:link {
	color: #5689AD;
	font-size: 18px;
	font-family:	Arial, Helvetica, sans-serif;
}

h2.entrytitle, h2.entrytitle a{ /*wordpress titles */
	font-size: 16px;
}

h3 {
	color: white;
	font-size: 16px;
	font-family:	Arial, Helvetica, sans-serif;
}



/* HEADER */
#header a, #header a:link, #header a:visited {
	color: white;
	text-decoration: none;
}

#header a:hover  {
	color: white;
	text-decoration: underline;
	
}

    /* next 2 are header search */
#header #headersearch {
	float:right;
	margin-right: 20px;
}

#header #headersearch #search input.headerinput {
	width: 80px;
	height: 14px;
	font-size:9px;
	color: #666666;
}

#header #headersearch #search input.headerbutton {
	width: 24px;
	height: 24px;
}


#headertop {
	width: 800px; /* wide is 800, 700 is shorter */
	background: #2F2F2F;
	height: 100px;
	padding: 0;
}

#headertop #logo {
	padding-left: 15px;
}

#container #header #headerbottom {
	width: 800px; /* wide is 800 */
	background-color: #4E4E4E;
	background: url(/images/headerbottom_bg.png) repeat-x;
	height: 26px;
	color: white;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*border-bottom: thin dashed #999999; replace with image*/
	margin: 0px;
	padding: 0px;
}

#utilitynav {
	padding-right: 40px;
	padding-top: 3px;
}



/* content */


#container {
	width: 830px;  /* wide is 830, short is 730 */
	background: white;
	margin-right: auto;
	margin-left: auto;
	background: url(/images/bglong.jpg) repeat-y;
}


#content {

	width: 800px;  /* BODY WIDTH  - wide is 800 */
	padding-top: 15px;
	margin-top: 3px;
	background: white url(/images/bluewhitedash.jpg) bottom repeat-x;
	min-height: 400px;
	
}

/* LEFT AND RIGHT CONTENT */

#content #leftcolumn {
	background: white;
	padding: 0 20px 20px 20px;
	position: relative;
	display: block;
}

#content #rightcolumn {
	width: 260px;
	background-color: transparent;
	/*padding: 0px 0px 15px 20px;*/
	padding: 0px 10px 15px 20px;
	float: right; /* BREAKS THE CROP FUNCTION*/
	display: block; 
	position: relative;
	/*border: #EEEEEE solid 15px;*/

}

#content #rightcolumn #rightcolumnbox{
	border-bottom: #DDD solid 5px;
	border-top: #DDD solid 5px;
	padding-bottom: 35px;
	padding-top: 12px;
}

#content #rightcolumn p, #content #rightcolumn h2{
	padding: 0 0px 0 5px;
}

.homepage #enclosure  {
	width: 400px;
}


#bottomfade {
	height: 17px;
	background: url(/images/borderfade_bottom.jpg);
}

#writeshopping {
	text-align: left;
	width: 400px;
	padding: 2px;
}

.clear {
	clear: both;
	height: 0px;
	width: 0px;
	
}

.clearfix {
	display: block;
}

.faqdiv p{
	padding: 3px 0 10px 5px;
}

#footer {
	margin-top: 40px;
	background: #2F2F2F;
	border-top: thick solid #CCCCCC; 
	border-bottom: thick solid #CCCCCC; 
	padding: 5px 0 15px 0px;
	font-size: 95%;
	padding-top: 15px;
	clear: both;
	display: block;
	color: white;

	}
	
	
/* bullets */
ul li {
	list-style-image: url(/images/bullets.png);
	margin: 2px 3px 0 30px;
}

	
	
/* the 123 design on the home page */
.123text {
padding: 0 2px 5px 35px; 
width: 220px;
}

.indexthumbnails img {
	border: #CCCCCC 2px solid;
	
}

#enclosure_news {
	width: 425px;
	background: #ece9d8;
	padding: 10px;
	border-top: 1px dashed #4E4E4E;
	border-bottom: 1px dashed #4E4E4E;
	
}
