﻿/* CSS layout */

/* Font sizing hack for consistency */

*html body {
    font-size: x-small; /* for IE5 Win */
    f\ont-size: medium; /* for other IE versions */
}

html>body {
    font-size: small; /* be nice to opera */
}

body {
	margin: 0px;
	background-color: #CDCDB4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 135%;
	text-align: center;
	color: #004F00; 
	font-size: medium;

}

#wrapper {
	border: 1px solid #004F00;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
	text-align: left;
}

#wrap_pop {
	width: 530px;
	height: auto;
	text-align: left;
	margin: 30px;

}


/*-------HEADER----------*/

#masthead {
	margin: 10px 10px 10px 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: bold;
	color: #004F00;
	height: 100%;
	line-height: 90%;
}



#top_nav {
	height: auto;
	margin-left: 10px;
}

#top_nav ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#top_nav li {
	float: left;
	
}
#top_nav a {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 145px;
	margin: 1px;
	text-align: center;
	background-color: #004F00;
	padding: 5px 0px 5px 0px;	
	}

#top_nav a:hover {
	background-color: #CDCDB4;
	color: #000000;
}

/*-------MAIN CONTENT----------*/

#photo {
	margin: 5px 11px 5px 11px;
}

#page_content {
	margin: 10px;
	height: 100%;
	
}

#content_left	{
	margin: 0px;
	width: 440px;
	
}

#lists_pop {
	width: 230px;;
	float: left;
		}
#plans	{
	width: 100%;
	clear: both;
}


#img_right  {
	float: right;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	text-align: right;
	width: 250px;
	line-height: 110%;
	margin-top: 0px;
	
}

#img_r  {
	float: right;
	margin-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	text-align: right;
	width: 201px;
	line-height: 110%;
	
}


/*-------FOOTER----------*/
#footer {
	width: 740px;
	background-color: #EAEAD5;
	margin: 10px;
	}

#footer_r {
	margin-right: 10px;
	width: 300px;
	text-align: right;
	float: right;
	
}
#footer_l {
	width: 380px;
	margin-left: 10px;
	float: left;
	
	
}

#base {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	
}


/*-------IMAGES----------*/

img {
	border-width: 0px;
	
}

img.logo {
	float: right;
	padding-top: 10px;
}
	




/*-------TEXT----------*/

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #004F00;
	margin-top: 25px;
}

h2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #004F00;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #004F00 solid;
}

.h3 {
	font-size: 45px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.h4 {
	color: #004F00;
	font-weight: bold;
}

.italic {
		font-style: italic;
		line-height: 120%;
}

p {
	
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	}

table {
	font-size: 100%
}

td {
	font-size: 100%;
	padding: 5px;
	color: #333333;
	background-color: #EAEAD5;	
	line-height: 120%;
	
}

td.extras {
	background-color: #FFFFFF;
	font-size: 100%;
	line-height: 100%;
	vertical-align: top;
	white-space: nowrap;
}

ul {
	list-style-type: square;
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004F00;
	width: 400px;
}

li {
	list-style-position: outside;
	
}


ul.pop 	{
	width: 250px;
}

/*-------NAVIGATION----------*/

a:link {
	text-decoration: none;
	color: #004F00;
	
}
a:visited {
	
	text-decoration: none;
	color: #004F00;
}	

a:hover {
	color: #000000;
	text-decoration: underline;
}
	
/*-------HACKS----------*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* self clearing rules */
	   #top_nav:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	   #top_nav { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #top_nav { display: block; }
      /* End hide from IE-mac */
      
/* self clearing rules */
	   #masthead:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	   #masthead { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #masthead { display: block; }
      /* End hide from IE-mac */

      
/* self clearing rules */
	   #img_right:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	   #img_right { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #img_right { display: block; }
      /* End hide from IE-mac */


/* self clearing rules */
	   #footer:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	   #footer { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #footer { display: block; }
      /* End hide from IE-mac */


