@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	position: relative;
	font-size: 10px;
	font-family: tahoma;
}
.afp #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
    background: #fff url(images/whiteblock.gif) no-repeat;
    clear: both;
}

div#mainContent{
	background: #fff url(images/afp_background.gif) no-repeat;
}

table{
	font-size: 100%;
}


div#header{
  text-align: center;
  margin-bottom: 10px;
}

div#primary-menu {
  float: left;
  width: 210px;
  margin-left: 20px;
  margin-top: 15px;
}

img {
	border: 0px;
}

div#content-inner{
  background: url(images/welcome_shade.gif) no-repeat;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  width: 525px;
  position: relative;
}

div#content-area {
  width: 350px;
  float: left;
  padding: 10px 0px 0px 25px;
}

div#pic_clip{
  float: right;
  width: 205px;
  margin-right: -64px;
}

div#welcome_title{
  background: url(images/welcome_shade.gif) no-repeat;
  padding: 20px 0px 0px 20px;
}

div#contact_area{
  background: url(images/contact_area.gif) no-repeat;
  min-height: 120px;
  height: auto !important;
  height: 120px;
  padding: 10px;
  margin-top: 20px;
}

img#join_us{
	margin-top: 2px; 
	margin-left: 2px;
}

div#content-lower{
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  width: 525px;
  position: relative;
  left: 230px;
  bottom: 150px;
  float: left;
}

div#content-lower-area1 {
  width: 220px;
  float: left;
  margin-left: 25px;
}

div.news-title a {
	color: #cd9c8e;
}

div#content-lower-area2 {
  width: 220px;
  float: left;
  margin-left: 60px;
 
  
}

div#whats_new{
	background: url(images/what_new_shade.gif) no-repeat;
  	padding: 20px 0px 0px 20px;
	margin-bottom: 15px;
    margin-top: 10px;
}

img#read{
  margin-top: 10px;
  margin-left: 0px;
  border: 0px;
  
}

img#read1{
	margin-top: 10px;
	margin-left: 0px;
	
}

img#advance{
    position: relative;
    top: -80px;
    left: 230px;
}

div#blank-area{
	width: 200px;
	margin-top: -70px;
}

div#footer-bar{
	clear: both;
	background: url(images/footer.gif) no-repeat;
	height: 37px;
	margin-top: 5px;	
}


div#copyright{
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	color: #FFFFFF;
}

div#design-by{
	float: right;
	padding-right: 20px;
	margin-top: 10px;
	color: #FFFFFF;
}

a {
	color: #9ca978;
	text-decoration: none;
} 


div#contact-us{
	float: right;
  	width: 60px;
  	color: #FFFFFF;
}


div#site-map{
	float: right;
  	width: 50px;
  	color: #FFFFFF;
	
}

div#home{
	float: right;
  	width: 50px;
  	color: #FFFFFF;
	
}

div#top-nav {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 5px;
}

div#top-nav a{
	text-decoration: none;
	color: #FFFFFF;
}

li#menu-item{
	color: #5a99ae;
}

li.menu-item a:hover{
	color:#0000FF;
}

h1.title {
  font-weight: bold;
  font-size: 14pt;
}

h4 {
  font-weight: bold;
  font-size: 8pt;
}