@charset "utf-8";
/* CSS Document */

body {
	background-color: #E8E8E8;
	margin: 0px;
	padding: 0px;
	min-width: 814px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(assets/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapper {
	width:814px;
	margin: 0 auto;
	text-align:left;
	background-image: url(assets/images/bluegrad.jpg);
	background-repeat: no-repeat;
	background-position: 6px bottom;
}



#nav {float: left; width: 123px; padding-top:48px; margin-left:22px;}


.navcolor {width:22px; height: 3px; background-color: #90CA3B;}

#top {
	background-image: url(assets/images/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 157px;
	width: 627px;
	
}

#logo {float:left; width: 318px;}

#header {float:left; width: 254px; margin-top:100px; margin-left:40px;}

#content {
	float:left;
	width:667px;
	padding-bottom:60px;
}
#text {
	padding-right:36px;
	padding-left:40px;
}

#pic {width:167px; float:right; margin-right:40px; margin-top:100px;}

.pic2 {margin-top:300px;}

a.mainnav:link {
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:12px;
	border-left-width: 24px;
	border-left-style: solid;
	border-left-color: #90CA3B;
	margin-bottom: 24px;
	padding-left: 4px;
	line-height:4px;
}

a.mainnav:visited {
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:12px;
	border-left-width: 24px;
	border-left-style: solid;
	border-left-color: #90CA3B;
	margin-bottom: 24px;
	padding-left: 4px;
	line-height:4px;
}

a.mainnav:hover {
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:12px;
	border-left-width: 24px;
	border-left-style: solid;
	border-left-color: #F69816;
	margin-bottom: 24px;
	padding-left: 4px;
	line-height:4px;
}

a.mainnavtwo:link {
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:12px;
	border-left-width: 24px;
	border-left-style: solid;
	border-left-color: #90CA3B;
	margin-bottom: 40px;
	padding-left: 4px;
	height:4px;
	line-height:10px;
}

a.mainnavtwo:visited {
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:12px;
	border-left-width: 24px;
	border-left-style: solid;
	border-left-color: #90CA3B;
	margin-bottom: 40px;
	padding-left: 4px;
	height:4px;
	line-height:10px;
}

a.mainnavtwo:hover {
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:12px;
	border-left-width: 24px;
	border-left-style: solid;
	border-left-color: #F69816;
	margin-bottom: 40px;
	padding-left: 4px;
	height:4px;
	line-height:10px;
}

p {width:390px; color: #4A4A4A; font-size:12px;}
h1 {width:390px; color: #4985C4; font-size:12px;}
h2 {width:390px; color: #F69816; font-size:12px;}
li {color: #4A4A4A;	font-size:12px;	line-height: 20px;	width:350px; list-style-image: url(assets/images/bullet.jpg);}
hr {color:#bcd2e7; width:360px; height:1px;}
.blue {color: #4985C4;	font-weight: bold;}
.green {color: #92bd54;	font-weight: bold;}
.orange {color: #F69816;	font-weight: bold;}
a:link {color:#0000FF; text-decoration:underline;}
a:visited {color:#0000FF; text-decoration:underline;}
a:hover {color:#0000FF; text-decoration:none;}

.rocket {
	background-image: url(assets/images/rocket.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 200px;
	height: 157px;
	width: 180px;
}


#popTable td{padding:5px}

#popTable img{border:2px solid #3CF}
#popTable img:hover {border:2px solid #4985c4}


