@charset "UTF-8";
/* CSS Document */ 
html, body {
	height:100%; 
}
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td   
{ margin : 0; padding : 0;  }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }


/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}

/* ------------   Style Defaults --------------  */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	letter-spacing:0em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 15px 0;
}
h1 {font-size:200%; color:#535454; font-family:lucida sans, Verdana, Arial, Helvetica, sans-serif}
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}

address
{
	font-style:italic;
	margin:10px 0 10px 0;
}

p {
	margin:1em 0;
}
ol, ul { 
	list-style-type:decimal; 
	list-style-position: outside;
	margin:10px 0 10px 35px;
}
ul { list-style-type:disc; }

img {
	border:0;
}
img.sided {
	background:#FFF;
	/*border:1px solid #CCC;*/
	padding:3px;
}
small {
	font-size:10px;
}
a:hover img.sided {
	border-color:#A6A6A6;
	text-decoration:none;
}
a {
	color:#502A09;
	text-decoration:none;
}
a:hover {
	/*color:#A0A0A0;*/
	color:#000;
	text-decoration:none;
}

 pre {
	background:#F4F5F7 url(img/blockquote.gif) 3px 3px no-repeat;
	border:1px dashed #CCC;
	padding:8px 12px 8px 36px;
	margin:5px 0;
}

.clear {
	clear:both;
}
cite {
	display:block;
	margin:6px 0 20px 0;
	font-weight:bold;
}
blockquote {
	font-size:14px;
}
/*   -------------- body and container definitions --------------------- */
body, html {
	height:100%
}

body {
	background: #F7F3F0 url('images/plan-body.jpg') repeat-x; 
	font-family:lucida sans, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}



#container {
	width: 960px ;
 	margin-left: auto ;
  	margin-right: auto ;
	background-color:#FFF;
	background: #FFF url('images/plan-sidebar.jpg') repeat-y; 
	
}

/* -------------------   header defintions ------------------------- */

#header-logo {
	float:left;
}
#headerCallout { 
	float:left;
	width:710px;
	height:145px;
	position:relative;
}
#headerCallout p {
	font-size: 38px;
	color:#535454;
	position:absolute;
	top:22px;
	right:108px; 
	/*
	margin: 60px 0 0 394px;
	*/
}
#headerCallout ul {
	float:left;
	width:710px;
	margin:0;
	padding:0;
	position:absolute;
	bottom:0;
	list-style:none none;
	border:1px solid #323133;
	border-right:none;
	color:#535454;
	font-size:18px;
	
}


#headerCallout li {
	float:left;
	display:inline;
	margin:5px 15px 5px 22px;
}
#headerCallout a {
	color:#323133;
}

#headerCallout  a:hover, #headerCallout .selected a {
	color:#667E1F;
	text-decoration:none;
}

#headerImage {
	float:left;
	border-bottom:5px solid #667E1E;
}

/* ---------------------   sidebar defintions -------------------  */
#sidebar {
	float:left;
	width:250px;
	height:100%;
	/*background: #E7E2D8 url('images/plan-sidebar.jpg') repeat-y;*/ 
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
#sidebar img {
	margin-bottom:10px;
}

.follow-us {
        text-align:center;
}

.follow-us img{
        margin:10px;
        border:0;
}

.sidebar-items {
	width:210px;
	margin:0;
	padding:20px;
	list-style:none inside;
}
.sidebar-items li {
	display:inline;
}
/*
.sidebar-items li {
	border-bottom:1px solid black;
	padding-bottom:15px;
	margin-bottom:20px;
	float:left;

} */
#sidebar h3 {
	background: url( images/brownbg.png ) repeat;
	color:#FFF;
	/*font: 33px normal;*/
	font: 200% normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	margin:0;
	padding:26px 20px 3px;
}
#sidebar h3 a {
	color:#fff;
}
#sidebar h3 a:hover {
	color:#000;
}
.sidebar-items p {
	font-size:12px;
	margin-top:0;
}
.sidebar-items #serviceMenu {
	list-style:none inside;
	
	/*margin:20px 0; */
	margin:0;
	
	/* background-color:#535454; */
}
.sidebar-items #serviceMenu li {
	display:inline;
	border:none;
	margin:0;
	/*width:210px;*/
	width:190px;
	font-size:14px;
	/*margin-bottom:20px; */
}
.sidebar-items #serviceMenu a, .sidebar-items #serviceMenu a:hover {
	display:block;
	margin-bottom:20px;
}
/*
.sidebar-items #serviceMenu a:hover {
	border:none;
	margin:0;
	width:210px; 
}
*/

#sidebar #serviceMenu .selected a {
	color:#667E1F;
	text-decoration:none;
}

#sidebar .grayHR {
	margin:30px 0;
}
.grayHR, .lightHR, .blackHR {
        clear:both;
        background-color:#666;
        color:#666;
        margin-bottom:5px;
        height:1px;
        border:0;
}
.lightHR {
	margin:65px -27px 10px -25px; 
	background-color:#EDEEED;
    color:#EDEEED;
}
.blackHR {
	margin:20px -27px 10px -25px; 
	color:black;
	background-color:black;
}

.imageLeft {
	float:left;
	margin:0 20px 20px 0;
	/*border:1px solid #CCC;*/
}

.imageRight {
	float:right;
	margin:0 0 20px 20px;
	/*border:1px solid #CCC;*/
}

/* ----------------------  content definitions --------------------  */
#content {
	display:inline;
	float:left;
	width:659px;
	/*width:650px;*/
	/*border-left:1px solid black;*/
	padding:25px;
	height:100%;
	
}
#content img {
	border:1px solid #CCC;
}
#content h4 {
	font-size:170%;
}
#content h3 {
	font-size:195%;
	color:#587221;
	margin-bottom:0;
}

.readMore {
	float:right;
	/*margin:0 20px 20px 0;*/
	padding:5px 15px;
	border:1px solid #502A09;
}
.readMore:hover {
	background-color:#502A09;
	color:#FFF;
}

 #doubleColumn {
	display:inline;
	float:left;
	list-style:none;

	margin:25px -25px 10px -25px;
	 
	width:711px;
	width:710px;
	padding:0;
}
.highlightItems {
	display:inline;
	float:left;
	list-style:none;

	margin:25px 0 10px;
	 
	width:660px;
	padding:0;
}

.highlightItems li {
	position:relative;
	width:100%;
	display:inline-block;
	border-top:1px solid #AAA;
	/*margin:0 0 30px 0;*/
	padding:25px 0;
} 
.thinBottom {
	margin-top:5px;
}
.thinBottom li { 
	/*padding:25px 25px 5px;*/
	padding-bottom:5px;
}
.highlightText {
	width:390px;
}
#doubleColumn li {
	position:relative;
	float:left;
	padding:25px;
	width:305px;
	height:330px;
	background-color:#EDEEED;
	margin-bottom:5px; 
	
}
#doubleColumn .readMore {
	position:absolute;
	right:20px;
	bottom:20px;
}
.highlightItems .readMore {
	position:absolute;
	right:0;
	bottom:20px;
}
#doubleColumn .lightBox {
	background-color:#F7F6F4;
}
#doubleColumn .lightBox h2 a{
	background-color:#EDEEED;
}
#doubleColumn h2 a {
	display:block;
	float:left;
	width:137px;
	height:103px;
	background-color:#F7F6F4;
	margin:0 -25px;
	padding:20px;
}
#doubleColumn p {
	clear:both;
}

#innerThumbs, #innerLeft {
	float:left;
	width:180px;
	margin:0 20px;
	height:100%;
}
#innerLeft {
	float:left;
	width:140px;
	margin:10px 20px 0 0;
	height:100%;
}
#innerLeft img {
	margin:5px 0 10px;
	/*border:1px solid #CCC;*/
}

#innerRight {
	float:left;
	width:498px;
}	

/*
#highlightItems .odd { 
	margin-right:0;
}

#highlightItems p {
	min-height:134px;
}
*/
.highlightItem {
	
}

.tripleColumn {
	/*width:203px;*/
	width:201px;
	margin: 0 25px 10px 0;
	float:left;
}
.tripleLast {
	margin-right:0;
}



/* -------------------------  footer definitions -------------------- */
#footer {
	float:left;
	width:960px;
	background-color:#535454;
	color:#FFF;
	border-bottom:5px solid #1A1818;
	padding-bottom:20px;
}

#footer a {
	color:#fff;
}
#footer a:hover {
	color:#000;
}
#footerLeft {
	float:left;
	width:250px;
}
#footerRight {
	float:left;
	width:710px;
	margin-top:45px;
}
#footerLeft p {
	margin:8px 0 8px 20px;
	font-size:10px;
	line-height:13px;
	letter-spacing:0.1px;
}
#footerLeft h4 {
	display:block;
	margin: 25px 0 0 20px;
}
#footer .readMore {
	float:left;
	margin:0 0 20px 20px;
	border-color:white;
}
#footer .readMore:hover {
	background-color:#CCC;
	color:black;
}

.footerHR {
	background-color:#7B873C;
	color:#7B873C;
	margin-bottom:5px;
	height:1px;
	border:0;
	clear:both;
}
.footerBold {
	font-weight:bold;
	
}
#footer ul {
	list-style:none;
	float:left;
	width:210px;
	margin:0 20px 0 0;
}
#footer li {
	border-bottom:1px solid #888;
	padding:5px 10px;
}
#footer .lastItem {
	border-bottom:none;
	
}

#footer .firstNav {
	display:inline;
	margin-left:105px;
	width:100px;
}
#footer p {
	margin-left:20px;
}

	