

/* top elements */
* { padding: 0; margin: 0; border: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 13px/1.7em  arial, helvetica, geneva, sans-serif;
	text-align: center;
	background: #000 url(header-bg.gif) repeat-x 0 0;
	color: #000;
}


div.plandetailslist h4, div.plandetailslist p {padding: 0;margin:10px 0 5px 20px;}
div.plandetailslist h4 {font-size:18px;border-bottom:1px solid #ccc;}
div.plandetailslist ul{margin-right:0px;margin-left:18px;}
div.plandetailslist {font-size:90%}

span.small {font-size:10px;white-space:nowrap}

/* links */
a {
	color: #666;
	background-color: inherit;
	text-decoration: underline;		
}
a:hover {
	color: #333; 
	background-color: inherit;
	text-decoration: underline;	
	border: none;
}

/* headers */
h1, h2, h3, li.date {
	font: bold 1em arial, helvetica, geneva, sans-serif;
	color: #000;
}
h1 { font-size: 2em; } 
h2 { font-size: 1.8em;}
h3, li.date { font-size: 1.5em; }
h4  { font-size: 1.4em; }
h5  { font-size: 1.3em; }


#main .box li.date {list-style-type:none;padding-left:0;margin-left:-20px;}

div.banner125 {width:125px;height:125px;margin: 15px 15px 8px 15px;overflow:hidden;float:left;}
div.banner190 {width:190px;height:60px;margin: 15px 15px 8px 15px;overflow:hidden;float:left;}

div.banner120 {width:120px;height:90px;margin: 15px 15px 8px 15px;overflow:hidden;float:left;}

div.banner468 {width:468px;height:60px;overflow:hidden;float:left;margin:0 auto;}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 10px 15px;
}

.box img {padding:0;background:#fff;border:0 solid #ddd;}
.box table.chart img {padding:0px;border:1px solid #ddd;}
.box div.banner125 img, .box div.banner120 img, .box img.award, .box div.banner190 img {border:0px;padding:0px;}

.box p {font-family: Georgia, Arial, Helvetica, sans-serif;}

.box p a.visitbtn, .box p a.largevbutton {font-family: Arial, Helvetica, sans-serif;font-size:90%;}


div.summary {}

table.chart {font-size:95%;width:615px}
table.chart td, table.chart tr {padding:3px 1px;margin:0;border: 1px solid #ddd;}
table.chart {margin:20px 15px 10px 15px;}
table.chart td.paddingleft {padding-left:5px;}
	
table.chart tr.header {background:#000;font-weight:bold;font-size:90%;text-align:center;color:#fff;white-space:nowrap}
table.chart tr.even {background:#f8f8f8;}
table.chart tr.odd {background:#eee;}

table.chart tr.even, table.chart tr.odd {background:#fff;}

td.center {text-align:center;}
td.center a.visitbtn, td.center a.reviewbtn {margin:0 5px;}

a.reviewbtn, a.visitbtn {color:#000;background:#96D70A;font-weight:bold;border:1px solid #96D70A;text-decoration:none;padding:2px 3px;white-space:nowrap;}
a.visitbtn {background:#00BFCB;border:1px solid #00BFCB}

a.reviewbtn:hover, a.visitbtn:hover {color:#fff;background:#000;font-weight:bold;border:1px solid #000;}

.box p a.largevbutton {color:#fff;background:#000;font-weight:bold;border:1px solid #000;text-decoration:none;white-space:nowrap;padding:4px 7px;font-size:130%;}

a.reviewbtn:hover, a.visitbtn:hover. a.larbevbutton:hover {background:#000;color:#fff;}
p.visitsite {margin-bottom:20px;}

a span.noshow {display:none;}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images */
.box img {
}

p.postfooter img {border:0px;padding:0;background:transparent;}

img.float-right {
 margin: .5em 0 1em 1em;   
}
img.float-left {
 margin: .5em 1em 1em 0;
}

code {
margin: .5em 0;
display: block;
padding: 20px;
text-align: left; 
overflow: auto;  
font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
/* white-space: pre; */
background: #1E89DC;
border: 1px solid #ddd;   
}


acronym {
cursor: help;
border-bottom: 1px solid #ddd;
}
blockquote {
	margin: 10px 15px;
 	padding: 10px 0 10px 28px;  
 border: 1px solid #ddd;
	background: #f8f8f8; }
	
#content .box blockquote p {	
	font-family: arial, helvetica, geneva, sans-serif;
	}

/* start - table */
table {
	margin: 10px 15px; 
	border-collapse: collapse;			
}
th strong {
	color: #000;
}
th {
	background: #000;
	height: 3em;
	padding-left: 12px;
	padding-right: 12px;
	color: #333;
	text-align: left;
	border-left: 1px solid #ddd;
	border-bottom: solid 2px #ddd; 
	border-top: solid 2px #ddd;
}
tr {
	color: #333;
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: solid 1px #ddd;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form, div.comment {
	margin: 10px 15px; 
	padding: 10px;
	border: 1px solid #ddd; 
	background-color: #f8f8f8; 
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
label {
	font-weight:bold;
	margin: .4em 0;	
}
input {
	padding: .3em;
	border: 1px solid #eee;
	font: normal 1em arial, helvetica, geneva, sans-serif;
	color:#777;
}
textarea {
	width: 100%;
	padding: .3em;
	font: normal 1em/1.5em arial, helvetica, geneva, sans-serif;
	border: 1px solid #eee;
	height: 10em;
	display:block;
	color:#777;
}
input.button { 
	font: bold 1em arial, helvetica, geneva, sans-serif; 
	margin: 0;
	padding: .25em .3em;
	color: #FFF;
	background: #A2CC00;
	border: 1px solid #ccc;
}

/* search form */
.search {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 10px; padding: 0 0 1.5em 0;	
	width: 18em;
	font-size:90%;	
}
.search p { margin: 0; padding: 0; }
.search input.searchfield { 
	width: 11em;
	color: #777; 
	padding: 3px 0; 
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.search input.searchbutton { 
	width: 60px;
	vertical-align: top;
	font: bold 1em arial, helvetica, geneva, sans-serif; 
	margin: 0;
	padding:2px;
	color: #000;
	background: #ED6700;
	border: 1px solid #ED6700;

}
.search input.searchbutton:hover { 
	width: 60px;
	vertical-align: top;
	font: bold 1em arial, helvetica, geneva, sans-serif; 
	margin: 0;
	padding:2px;
	color: #fff;
	background: #333;
	border: 1px solid #333;

}

/***********************
	  LAYOUT
************************/

#header-content, #content, #nav {
/*
The width value below sets the total width of the design. It's default value is set to 93%
which means that it will take up 93% of the browser window's width. You can also set it to a 
different percentage	value (90%, 85%, etc.). This design is fluid layout by default, but you
can turn it into a fixed width layout by setting a pixel value to the width (e.g. 900px, 950px).
*/
	width: 970px;	
}

#nav {width:970px;}

/* box */
.box {
	margin: 10px 0;	
	padding: 10px 10px 20px 10px;		
	border: 1px solid #ddd;
	background: #fff /*url(boxbg.jpg) repeat*/;		
}



/* header */
#header {
	height: 157px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content div#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 58px arial, helvetica, geneva, sans-serif;
	color: #fff;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 18px; left: 10px;	
}
#header-content div#logo-text span {
	color: #000;	
}
#header-content #slogan {
	position: absolute;	
	font: bold 16px arial, helvetica, geneva, sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 100px; left: 125px;
}

/* header links */
#header-content #header-links {
	position: absolute;
	top: 20px; right: 0;	
	color: #666;
	font: normal 15px arial, helvetica, geneva, sans-serif;	
}
#header-content #header-links a {	
	color: #ccc;
	text-decoration: none;	
	font-weight:normal;
	font-size:11px;
}
#header-content #header-links a:hover {
	color: #fff;		
}


/* Navigation */
#nav-wrap {
	float: left;
	width: 100%;
	background: url(menubg.jpg) repeat-x left bottom; 
	clear: both;
}
#nav {
	clear: both;	
	margin: 0 auto;
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	text-transform: uppercase;
	margin: 0 0 0 -12px;
	padding: 0 0 0 0px;	
	height: 60px;		
}
#nav ul li {
	float: left;
	margin: 0; padding: 0;
	height: 60px;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 12px;
	color: #000;
	font: bold 14px arial, helvetica, geneva, sans-serif;
	text-decoration: none;	
	
}
#nav ul li a:hover, 
#nav ul li a:active,
#nav ul li.current a {
	color: #4C6C04;
}
#nav-wrap ul li.current {	
	background: url(nav-current.jpg) no-repeat center bottom;		
}
#nav ul li.current {
	color: #333;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	background: #fff;		
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0; 
	margin: 0 auto;		
}

/* sidebar */
#sidebar {
	float: right;
	width: 21em;
	margin: 10px 0 10px -21em; padding: 0;
}
#sidebar .sideheader {
	font: bold 1.2em arial, helvetica, geneva, sans-serif;
	padding: .3em 0 .5em 10px; 
	color: #666;
	
}

#sidebar .sideheader {
	
}

#sidebar p, #sidebar img {padding: .3em 0 .5em 10px; 
}



#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: .3em 0 1em 5px;		
	font-family: arial, helvetica, geneva, sans-serif;		
	
}
#sidebar ul.sidemenu li {
	padding: 0; 
	background: url(sidebullet.gif) no-repeat .3em 5px;	
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	display: block;
	color: #666;	
	text-decoration: none;
	padding: .2em 0 .2em 30px;
	line-height: 1.5em;
	font-size: 1.0em;
}
#sidebar ul.sidemenu li a:hover {
	background: #f8f8f8 url(sidebullet.gif) no-repeat .25em .45em;	
	color: #333;			
}
#sidebar ul.sidemenu ul{
	margin-left: 15px;
}

#sidebar .sidebox {
	margin: 5px 15px 5px 0;
	padding: 0;
	background: url(sidebarsep.jpg) repeat-x left bottom;
}
#sidebar .sep{
	background: url(sidebarsep.jpg) repeat-x left bottom;
	height: 2px;
	margin: 0px 15px 10px 0;
	clear: both;
}

/* main */
#main {
	margin: 10px 23em 10px 0; 
	padding: 0;		
}
#main h1 { 
	font: bold 2.0em arial, helvetica, geneva, sans-serif;
	color: #000;
}
#main h1 a {
	color: #666;
	text-decoration: none;
}

/* footer */
#footer-wrap {
	clear: both;
	border-top: 5px solid #ccc;
	text-align: left;
	padding: 1.6em 0;	
}
#footer-wrap a {
	text-decoration: none;
	color: #ddd;
	font-weight: normal;
}
#footer-wrap a:hover {
	color: #ccc;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap .footerheader {
	color: #ddd;
	margin: 0;
	padding: 0 10px; 
	text-transform: none;
	font-size:14px;
	font-weight:bold;
}

/* footer columns */
#footer-columns {
	color: #ccc;
	margin: 0 auto; 
	padding: 0;	
	width: 90%;	
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(footer-dots.gif) repeat-x left top;	
}
#footer-columns li {
	background: url(footer-dots.gif) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: .5em 0 .5em 1em;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 20px auto 0 auto; 
	padding: 1em 0;
	text-align: center;
}

/* bottom */
#footer-bottom, #footer-bottom a {
font-size:10px;
color:#666;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.white {	color: #E8F4FF; }

img.rssfeed {
	border: none; 
	padding: 0 0 5px 0;
	background: transparent;
}

.post-by {
	font-size: .95em;	
	padding-top: 0;
}


#similar {
margin-bottom:30px;
}

#similar h3 {
   text-align : left;
   padding-bottom : 10px;
   font-size: 15px;
   
}

a.readmore {white-space:nowrap}
a.planname {font-weight:bold;font-size:105%;}


/*.date { 
	text-align: right; 
	background: #1E89DC;
	border: 1px solid #0065C6; 
	padding: 8px 10px;
	margin: 20px 15px 10px 15px;
	padding-left: 20px; margin: 0 3px 0 3px;

}*/



#content  ul#thumbs {margin: 10px 30px;padding: 0 15px;	list-style-type:none;display:block;display:block;}
#content  ul#thumbs li img {display:none;visibility:hidden;}
#content  ul#thumbs li {list-style-type:none;float:left;width:100px;height:85px;padding:2px;border:1px solid #D7D5B1;background:#fff;margin:0 15px 15px 0;display:inline-block;}
#content  ul#thumbs li a {width:100px;height:85px;display:block;background-repeat:no-repeat;background-position:center center;}
#content p.sans {font-size:11px;}


#content .box .comment {border:1px solid #ddd;background:#f8f8f8;font-family:Arial, Helvetica, sans-serif;}