/* CSS Document */
html,body{
	background-color:#d7dddb;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #333333;
	word-spacing:0.025em;	
}
img{
	border:0;
	margin:0;
	padding:0;
}

a {
	color: #7aab99;
	text-decoration: none;
}

a:visited {
	color: #7aab99;
	text-decoration: none;
}

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


#wrapper{
	width:990px;
	margin:0 auto;
	margin-top:35px;
	background-color:#FFFFFF;
	background-image:url(images/wrapperbg.gif); /*this background image creates the grey middle column.  This was necessary in order to get the puzzlepiece image to display on top*/
	background-repeat: repeat-y;
}

#header{
	width:100%;
	height:150px;
	padding:0;
	margin:0;
}

#nav{
	width:100%;
	text-align:right;
	padding:0;
	margin:0;
	height:26px;
}

#content{
	width:100%;
	background-image:url(images/puzzlepiece.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	}

#col1{
	float:left;
	padding-bottom:365px;
}

#col2{
	float:left;
	background-image:url(images/header-bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	min-height:262px;
	padding-bottom:50px;
	height:100%;
	width:148px;
}

#col3{
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	width:590px;
}

#col3 h3,p,ul,table{ /*These margins create the spacing on either side of the paragraphs and paragraph headers.*/
	margin-left:79px;
	margin-right:78px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #333333;
	word-spacing:0.025em;	
}

#col3 h3{
	font-variant: small-caps;
	font-size:14px;
	color:#015838;
	}
	
#clearfix{/*this is applied to an empty div within the content in order to get the floating columns to push the content div down*/
	clear:both;
	}
	
#footer{
	text-align:center;
	font-size:9px;
	color:#015838;
	margin-top:15px;
}

table.Plans { 
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	color: #333333;
	word-spacing:0.025em;
	width: 440px;
	background-color: #fafafa;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}


table.Plans td.PlansHd { 
	border-bottom: 2px solid #015838;
	background-color: #7aab99;
	font-variant: small-caps;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.7em;
	color: #ffffff;
	word-spacing:0.025em;
	padding-left: 10px;
}


table.Plans td { 
	border-bottom: 1px dotted #015838;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	color: #333333;
	word-spacing:0.025em;	
	background-color: white;
	text-align: left;
	padding-left: 10px;
}

ol { margin-left:auto; padding-left:20px;}

