/* Background Green: #d6e1a9 */
/* background lighter green: #e0e8c1 */
/* super pale green: #ecf1d7 */

/* BRIGHT GREEN: #8cc63f  */
/* Dark Grey: #465457  */
/* Light Blue: #dee8ed  */
/* Peacock Blue: #3686A0  */
/* footer mediume blue: #b4c8c2 */



/* ---------------------------------  BASIC STYLING --------------------------- */

body {
	background: url(images/background.jpg) repeat #d6e1a9;
	background-position:top;
	font-family: Helvetica, Arial, San-Serif;
	color: #465457;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.7em;
	padding-bottom: 12px;
	}

p, ul, ol { 
	margin: 0 0 .8em;
	padding: 0px;
	letter-spacing: 0px;
	font-size: 1em;
	}
	
#sidebar p {
	line-height: 1.3em;
	font-size: .95em;
	border: 1px dotted white;
	border-top: 3px solid white;
	padding: 8px;
	margin: 0 0 8px;
	}

h1, h2, h3, h4, a {
	font-weight: bold;
	margin: 0;
	}

h1 {
	color: #8cc63f;
	font-size: 1.35em;
	letter-spacing: 2px;
	margin: 25px 0 2px;
	padding-bottom: 0px;
	}
		
#sidebar h1 {
	font-family: Garamond, Palatino, "Times New Roman", "Times Roman", Times, Serif;
	font-style: italic;
	color: black;
	text-align: center;
	letter-spacing: normal;
	font-size: 2em;
	margin-bottom: 1em;
	}

h2 {
	color: #8cc63f;
	font-size: 1.2em;
	margin-bottom: 2px;
	padding-bottom: 0px;
	}

h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: .18em;
	padding-bottom: 0px;
	}

a {
	color: #3686A0;
	font-weight: bold;
	text-decoration: none;
	}


a:hover {
	color: #8cc63f;
	}
	
img, img a { border: 0; }
	
ul, ol {
	margin-left: 1em;
    padding-left: .5em;
	margin-top: -.5em;
	}

li {	margin-bottom: 3px;
	}

ul {
	list-style-type:square;
	}	


/* ---------------------- TABLES -----------------------*/
	
table {
	border: 1.5px solid #8cc63f;
	margin: 8px 8px 8px 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 1px;
	background: #d6e1a9;
}

tr { 
	margin: 0;
	padding: 0;
	}
	
td {
	background: #ecf1d7;
	font-size: 1em;
	color: #465457;
	padding: 1px 5px;
	margin: 0;
	}
	
td.highlight {
	background: #d6e1a9;
	}
		
thead td {
	background: #8cc63f;
	color: white;
	height: 15px;
	font-weight: bold;
	font-size: 1em;
	padding: 1px 5px;
	margin: 0;
	}

/* ---------------------------------  OBJECTS and DIVS --------------------------- */

#container, #navholder, #footer, #header, #credits {
	position: relative;
	width: 780px;	
	margin: auto;
	}

#header {
	height: 176px;
	clear: none;
	top: 15px;
	padding: 0px;
	z-index: 100;
	}
	
#container {
	background: url(images/content_background.png) repeat-y #fff;
	background-position: top;
	padding: 0 5px;
	width: 770px;
	clear: none;
	margin-top: 0px;
	}
	
#container.calc {
	margin-top: 25px;
	z-index: 1200;
	}

#navholder {
	background: url(images/content_background.png) repeat-y;
	margin: 0;
	padding: 0 5px;
	width: 770px;
	height: 21px;
	clear: none;
	position: absolute; 
	top: 155px; 
	left: 50%;
	margin-left: -390px;
	display: block;
	text-align: center;
	}

#main_content {
	display: inline;
	width: 425px;
	float: right; 
	background: none;
	margin: 0 0px 0px 0;
	padding: 50px 55px 30px 55px;
	}

#main_content.wide {
	width: 650px;
	background: white;
	padding-left: 65px;
	}

#sidebar {
	display: inline;
	float: left;
	width: 187px;
	margin: 3.75em 0px 2em 0px;
	padding: 1em 20px 1em 20px;
	background: url(images/swoosh.png) no-repeat;
	background-position: top;
	clear: none;
	}

#sidebar_foot {
	background: url(images/swoosh.png) no-repeat;
	background-position: top;
	margin-top: 20px;
	width: 187px;
	}

#calculator {
	clear: both;
	border: 0px white;
	}
	

#footer {
	width: 770px;
	margin: 0px;
	clear: both;
	text-align: center;
	font-size: .8em;
	background-color: #465457;  
	color: #b4c8c2;
	padding: 0;
	}

#credits {
	background: url(images/shadow_bottom.png) no-repeat;
	background-position: top;
	text-align: center;
	font-size: .8em;
	clear: both;

	}
	
#credits a {color: #3686A0; font-size: 9px; font-weight: normal;}
#credits a:hover {color: #465457;}

#sizes {
	color: #465457;
	position: absolute;
	top: 200px; 
	left: 50%;
	margin-left: 215px;
	text-align: right;
	width: 150px;
	z-index: 200;
	}
	
#sizes p {
	color: #465457;
	font-size: 10px;
	font-weight: 100;
	font-family: Helvetica, Arial, San-Serif;
	clear: none;
	}

#sizes a {
	padding: 0 1px;
	margin-left: 1px;
	float: right;
	clear: none;
	border: 1px dotted #fff;
	text-align: center;
	}	

#sizes a:hover {
	color: #3686A0;
	background: #d6e1a9;
	border: 1px dotted #8cc63f;
	}


a.small, a.medium, a.large {
	font-family: Garamond, Palatino, "Times New Roman", "Times Roman", Times, Serif;
	font-weight: bold;
	color: #465457;
	}

a.small  {font-size: 10px;}
a.medium {font-size: 14px;}
a.large  {font-size: 19px;}

	

/* ---------------------------------  IMAGES --------------------------- */

#main_content img {
	border: 2px #465457 solid;
	margin: 1px 8px 1px 0;
	float: left;
	clear: none;	
	}
	
#main_content #calculator img {
	border: 0px;
	}
	
#sidebar img.fullwidth {
	border: 1px solid white;
	border-top: 3px solid white;
	width: 186px;
	margin: 0 0 8px;
	padding: 0px;
	}

#sidebar p img {
	border: 1px solid white;
	margin: 0 4px 4px 0;	
	float: left;
	clear: none;
	display: inline;
	}
	
#sidebar p img.go_button {
	width: 29px;
	height: 16px;
	margin: 0 0 0 4px;
	border: 0;
	float: right;
	vertical-align:baseline; 
	position: relative;
	bottom: -.15em; 
	padding-bottom: 1.6em;
	}





/* ---------------------------------  NAVIGATION --------------------------- */



#navigation {
	}

#navigation {
	position: relative;
	margin: 0px;
	padding: 0;
	top: 0;
	clear: none;
	display: block;
 	list-style-type: none;
	width: 770px;
	height: 22px;
	padding: 0;
	text-align: center;
	font: 1em arial helvetica, sans-serif;
	border-top: 1px solid white;
	}


#navigation li {
	position: relative;
	float: left;
	display: block;
	height: 21px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0;
	}



#navigation a, #navigation a:visited {
	display: block;
	height: 21px;
	line-height: 21px;
	color: #8cc63f;
	margin: 0 1px 0 0;
	padding: 0px 0 0px 0 ;
	width: 153px;
	white-space: nowrap;
	background: url(images/nav_bg.gif) no-repeat;
	background-position:top;
	text-decoration: none;
		}


#navigation a:hover, #navigation dd a:hover  {
	color: #465457;
	background: #8cc63f;
	display: block;
	}

#navigation a.lastnav {margin-right: 0; width:154px}

#navigation a.sel, 
#navigation a.sel:hover, 
#navigation a.lastnav_sel, 
#navigation a.lastnav_sel:hover  {
	height: 28px;
	color: #fff; 
	background: url(images/nav_bg.gif) no-repeat;
	background-position: top;	}

	
#navigation a.lastnav_sel {
	margin-right: 0; 
	width:154px;
	}
	

#navigation li span {
	width: 153px;
	display: block;
	height: 21px;
	line-height: 21px;
	color: #8cc63f;
	border-top: 1px solid white;
	margin: 0 1px 0 0;
	}
	
#navigation dl {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background:transparent;
	text-align: center;
	z-index: 1100;
}
	
* html #navigation dl {background:transparent; 	;
}   
	

#navigation dt {
	float: left;  
	display: block;
	text-align: center;
	}
	
	
#navigation dd {
	clear: left;
	display: none; 
	background: transparent;	
	padding: 0;
	margin: 0;
	}
	
#navigation li:hover dd, 
#navigation li a:hover dd {
	display:block; 
	border-bottom: 1px white solid;
	font-size: .85em;
	font-weight: normal;
	padding: 0;
background: #465457;		}
		
		
#navigation li dd a, 
#navigation li dd a:hover,
#navigation li dd a:visited {
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 0;
	width: 220px;
	}
	
#navigation li:hover dt a,
#navigation li a:hover dt a {
		border-bottom: 1px solid white;
	}


