/* CSS Document */

body {
		background-color: #fff;
		margin:0;
		padding:0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		}
		
 
ul {
	list-style: none;
	padding:0px;
	margin:0;
	background-color: #fff;
}

#nav li li a {
	display: block;
	font-weight: normal;
	width:137px;
}

#nav li li a:hover {
	padding: 0px;
	width:137px;

	}


	
li {
	float: left;
	width: 137px
	text-align: left;
	cursor: default;
	}

li#last {
	border-right-width: 1em;
	position: relative;
}

li ul {
	display: none; 
	position: absolute;
	top: 10px;
	left: 0;
	font-weight: normal;
	background-color: #fff;
	width:137px;
	z-index:10;
}

li>ul {
	top: auto;
	left: auto;
	background-color:#fff;
	width:137px;
}

li li {
	display: block;
	float: none;
	padding:0;
	margin:0;
	background-color: transparent;
	border:0;
	height:auto;
	border-bottom: 1px solid #660;
	width:137px;
}

li li a{line-height: 14px; }



li:hover ul, li.over ul {
	display: block;
	background-color: #fff;
}

/* begin styles for RSS Feed */
.rss_box {
	 margin: 0;
	 padding: 0;
}


.rss_title, rss_title a {
	font-size : 14px;
	font-weight: bold; 
	letter-spacing: 1px;
	color: #330;
	text-decoration: none;
}

.rss_items {
  
}

.rss_item  {
	padding-bottom: 10px;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	text-decoration : none;
	color: #099;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #f66;
	}
	
.rss_date {
	font-size: 10px;
	color: #660;
	}

#container {
			background: url(../images/backgrounds/profile_bg.gif) no-repeat;
			width: 960px;
			height: 490px;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
		}

		
		#sidebar2 {
			float: left;
			width: 480px;
			margin: 0;
			padding: 20px 0px 0px 0px;
		}

		
		#content2 {
			float: left;
			width: 480px;
			padding: 20px 0px 20px 0px;
			vertical-align: middle;
			margin: 0;
			overflow:hidden;
		}

#dotted {
			padding-top: 2px;
			width: 443px;
		}
		
#dotted2 {
			float: left;
			padding-bottom: 5px;
			width: 443px;
		}
		
		#dotted3 {
			padding-top: 2px;
			width: 443px;
		}
		
		#dotted4 {
			float: left;
			padding-bottom: 5px;
			width: 443px;
		}
		
		
		#image {
			width: 480px;
		}
		
#aquaarrow2 {
			background: #099;
			padding-bottom: 2px;
			padding-left: 3px; 
			float: left;
			width: 16px;
			height: 16px;
		}
		
		#heading {
			background: #099; 
			float: left;
			width: 424px;
			padding-top: 2px;
			padding-left: 0px;
			height: 16px; 
			font-weight: bold;
		}
	
#branding {height: 25px; width: 960px; z-index: 1;}
#contact {float: left; background:#99F; width:38px; height:15px;  }		
#contact1 {float: left; background:#99F; width:283px; height:15px; font-weight: bold; }
#contact2 {float: left; background:#669; width:482px; height:15px;  }
#contact3 {float: left; background:#336; width:20px; height:15px;  }
#contact4 {float: left; background:#336 url(../images/backgrounds/links_bg.gif) no-repeat; width:137px; height:15px; font-weight: bold;}

#pixelline {float: left; background-color: #FFF; width:960px; height:1px;  }

#homelinkarrow {float: left; width:46px; height:31px;}
#homelink {float: left; width:434px; height:31px;}
#hometext {float: left; padding-left: 16px; padding-bottom: 15px; padding-top: 3px; padding-right: 10px; width:424px; font-weight: bold;}
#hometext2 {float: left; padding-bottom: 10px; width:440px;}

#aquaarrow {
			float: left; 
		}
		
#contentlinks {
			float: left;
			padding-top: 2px;
			text-align: left;
			font-weight: bold;
			font-size: 9px;
		}

#footer {	
			width: 960px;
			float: left; 
			height: 18px;
			padding-top: 2px;
			background: #000 url(../images/backgrounds/footer_bg.gif) no-repeat;
		}

.whitetext {
	color: #FFFFFF;
	text-decoration: none;
}

.contacttext {
	color: #336;
	text-decoration: none;
}

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

.bluetext {
	color: #9cc;
	text-decoration: none;
}

.dkbrtext {
	color: #330;
	text-decoration: none;
}
.sitelinktext {
	color: #660;
	text-decoration: none;
}
.linkstext {
	color: #099;
	text-decoration: none;
}
.pinktext {
	color: #f66;
	text-decoration: none;
}
.nexttext {
	color: #669;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.litepurptext {
	color: #99f;
	text-decoration: none;
}