/* HTML */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
h2 {
	color:#666;
}
h3 {
	padding: 4px;
	color: #BE762A;
}
h4 {
	text-align: center;
	color: #B8F7D2;
}
	/* - anchors */
a:link {
	color: #20B2AA;
	text-decoration: none;
}
a:hover {
	color: #BE762A;
}
a:visited {
	text-decoration: none;
	color: #333366;
}

/* ID SELECTORS */
#imgs {
	text-align: center;
}

/* Navigation */
/* Recieved Coding for Nevigation from: http://apps.doteasyblog.com/blog/?e=29880&d=05/28/2009&s=CSS%20Lists%20as%20Hierarchical%20Navigation%3A%20Dropdown%20Menu */
#primnav li {
    position: relative; 
    display: block;
    border:1px solid #FFF;
	text-align:center;
	right: 52px;
	top: 10px;
	list-style: none;
	z-index: 2;
	font-size: 17px;
	font: Verdana, Geneva, sans-serif;
} 
#primnav li {
    display:block;
    width:120px;
    float:left;
    border:1px solid #FFF;
}
#primnav a {
    display:block;
    padding:8px;
    text-decoration:none;
    color: #FFF;
	background-color: #364877;
}
#primnav a:hover {
    background-color: #063;
    color:#FFF;
}
#primnav li ul {
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 25px;
    display: none;
}
/*Second Drop Down*/
#primnav li ul li { 
    font-size: smaller; 
	border-top: none;
	right:1px;
}
#primnav li ul li:first-child {
    border-top: 1px solid #FFF;
	
}
#primnav li:hover ul {
    display: block;
}
/*Third Drop Down */
#primnav ul li:hover ul li ul {
	display: none;
}
#primnav ul li:hover ul li:hover ul { 
	position:absolute;  
	top: -14px;
	left: 118px;
	padding: 3px;
	display: inherit;
}

/* Website Sections */
#container {
	position: absolute;
	z-index: 1;
	top: 48px;
	width: 880px;
}
/* ID SELECTORS */
.title {
	position: absolute;
	background-color: #338F3F;
	color:#FFF;
	width: 850px;
	text-align:center;
	border:#046845;
	border: 1px;
	top: 143px;
}
#content {
	line-height:1.5em;
	position: inherit;
	margin: 200px 0px 0px 0px;
	padding: 13px;
	top: 35px;
}
#footer{
	color: White;
	background-color: #BE762A;
	padding: 4px;
	top: 4%;
	text-align: right;
	width: 844px;
}
/* CLASS SELECTORS */
.unlinked {
	color: #666;
	padding: 5px;
	border:1px solid #003;
}
	/* Styles */
dl.style1 dt {
	color: #333366;
}
.style1 {
	font-size: small;
	color: #BE762A;
	text-align: center;
}
.style2 {
	float: left;
	margin: 20px;
}
.style3 {
	background-color: #C3F0C4;
	color: #28903a;	
	padding: 8px;
}
.style4 {
	color: White;
	background-color:#338F3F;
	padding: 8px;
}
.layer1 {
	position: absolute;
	z-index: 1;
	top: 36%;
	right: 71%;
}
.star {
	color: Red;
}
.box1 {
	width: 400px;
}
.box2 {
	position: inherit;
	width: 385px;
	left: 450px;
	top: 455px;
}
