@charset "UTF-8";

/* layout styles */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #FFFFCC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #003399;
	font-size: 14px;
	line-height: 20px;
	}
	
#container {
	width: 840px;
	margin: 0 auto;
	margin-top:5px;
	background-color: #FFFFFF;
	border: thin solid #000000;
	padding-left:2px;
	padding-right:3px;
	}
	
#header {
	position: relative;
	width: 840px;
	height: 170px;
/*	height: 132px; */
	background-image: url(../img/banner_repeat.png);
/*	background-image: url(../img/banner_repeat.jpg); */
	background-repeat: repeat-x;
	}
	
#logo {
	position: relative;
	top: 30px;
	left: 0px;
	}
	
p#contact {
	text-align: left;
	position: absolute;
	top: 40px;
	right: 0px;
	font-size: 18px;
	}
	
p#contact a {
	color: #003399;
	}
	
p#contact a:hover {
	color: #003399;
	text-decoration: none;
	}
	
#navbar {
	width: 135px;
	float: left;
	margin-right: 20px;
	padding: 20px 15px;
	}
	
#leftcol {
	width: 613px;
	float: left;
	padding: 20px 0;
	padding-left:10px;
	border-left:thin solid #FF0000;
	min-height:300px;
	}
  .prop {
    height:50px;
    float:right;
    width:1px;
  }

	
#rightcol {
	width: 325px;
	float: right;
	padding-bottom: 20px;
	}
	
#doublecol {
	width: 650px;
	float: left;
	padding-bottom: 20px;
	}
	
#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #f47321;
	padding-top: 5px;
	font-size: 10px;
	color:#003399;
/*	color: #003399; */
	text-align:center;
	font-size:10px;
	line-height:12px;
	background-color:#FFFFFF;
	
	}
	
img.starcard {
	padding-bottom: 10px;
	border-bottom: 1px solid #003399;
	margin-bottom: 15px;
	}

.team {
	width: 160px;
	float: left;
	text-align: center;
	}
	
.team h3 {
	margin-bottom: 8px;
	}
	
.team img {
	margin-bottom: 4px;
	}
	
	
/* nav styles */

ul#mainmenu {
	list-style-type: none;
	}

ul#mainmenu li {
	margin-bottom: 1px;
	}
	
ul#mainmenu li a {
	display: block;
	width: 166px;
	padding: 3px 0 4px 4px;
	color: #003399;
	text-decoration: none;
	background-image: url(../img/mainmenu_li_bg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	}
	
ul#mainmenu li a:hover {
	background-color: #003399;
	color: #FFFFFF;
	}
	

/* text styles */

h1 {
	font-size: 20px;
	line-height: 25px;
	font-weight:bolder;
	color: #FF0000;
	margin-bottom: 15px;
	}
	
h2 {
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	color: #FF0000;
	margin-bottom: 15px;
	}
	
h3 {
	font-size: 13px;
	color: #f47321;
	margin-bottom: 3px;
	}
	
p, ul, ol, table, img {
	margin-bottom: 10px;
	}
	
p.testimonial {
	font-size: 18px;
	line-height: 20px;
	color: #003399;
	margin-bottom: 5px;
	}
	
#leftcol ul {
	list-style-image: url(../img/li_bull.gif);
	margin-left: 1.5em;
	}

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

.boldorange {
	color: #FF0000;
	}
.Eden {
	color:#000000;
	text-align:center;
	font-size:9px;
}
.Eden a{
	color:#000000;
	text-align:center;
	text-decoration:none;
	font-size:9px;
}
.ImgFloatRight
{
	float:right;
	padding-left:5px;
}
.CookieText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF0000;
}
.NotYou a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#0000FF;
}.ResourceTd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-align: center;
	line-height:14px;
	padding:2px;
}
.BallsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	clear:both;
}
.BackButtonForm {
	float:right;
}