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

/*******Page Properties
        *******/
body {
	margin: 0 0 0 0;
	background: #8fd0fd url(pageBG.gif) repeat-x;
	background-attachment: fixed;
	color: #68b9e9;
	font: 80% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: center;}

/*******Link Properties
        *******/   
a:link {
  text-decoration: underline;
  font-weight: bold;
  color: #33a4ec;}
a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #7bc1ed;}
a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #106ba6;}

/*******Container Properties
        *******/
		
#titleContent{
	text-align:center;
}

#sitedesign{
	float:right;
	width:250px;
	text-align:right;
	font-style:italic;
	color:#30F;
	
}

#container {
  text-align: left;
  background: #FFFFFF ;
  margin: 0 auto;
  margin-top: 20px;
  width: 750px;
  border: 1px #9acaef solid;}

     /*Header Properties*/
#header {
  background: #e0f3fc url(banner.gif) no-repeat;
  padding: 0px 0px 0px 0px;
  height: 135px;
  border-bottom: 1px solid #9acaef;}
  
  
/********************Navigation Properties*
*******************************************/
#navigation {
  background: #faf3e1;
  height: 100%;
  float: left;
  width: 120px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  line-height: 1.7em;
  padding-left: 7px;
  }  
  
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #000000;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-right: 1px solid #000000;
	border-left: 0px solid #000000;
	background: #323232 url(images/navibg.gif);
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	background: #656565 url(images/navihover.gif) repeat-x;
	color: #1fd299;
}
/*****This is the start of the Drop Down Navigation****/
#navigation ul li a	{
	width:130px;
	height: 21px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	color:#ECF5FC;
	text-decoration: none;
	z-index:20;
	float: left;
	}
#navtigation ul li a:hover {
	text-decoration: underline;
	z-index:20;
	}

#dropdown, #dropdown ul {
	z-index:20;
    list-style: none;
    }
#dropdown li {
    float: left;
	z-index:20;
    position: relative;
    }
#dropdown li:hover ul {
	z-index:20;
    display: block;
    }	
	
.maintitle{
	width:142px;
    }
.maintitle a{
    text-decoration: none;
    }
.subitems{
    display: none;
	width: auto;
    position: absolute;
    left: 142px;
	background-color: #6a80a5;
	border-top: 1px solid #000000;
    }
  
#content {
	text-align:center;
  font-size: 14px;
  font-weight: normal;
  color: #336699;
  width: 550px;
  float: left;
  padding-top:10px;
  padding-left: 15px;
  margin-left: 15px;
  text-align: left;
}

#ads {
	background-color:#DCDF5B;
	color: #000;
}
  
img {  border-style: none;
}
	
h1, h2, h3 {
   margin: .5em 0 0 0;
   padding: 5px 10px 10px 0px; /*top, right, bottom, left*/}
h1 {
   font-size: 1.6em;
   font-weight: bold;
   color: #68b9e9;}
h2 {
   font-size: 1.4em;
   color: #0099FF}
h3 {
   font-size: 1.1em;
   color: ##6699FF;
   }

  
/*******Footer Properties
        *******/   
#footer {
  clear: both;
  background-color: #faf3e1;
  color: #68b9e9;
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
}

