/* CSS Document */
#content-wrap {
	background: url(../images/content-wrap-repeat-links.png) top left repeat-y;
	position: relative;
	float: left;
	width: 900px;
	}
	
#nav-bg {
	padding-bottom: 225px;
	}
	
#navigation-bg-image {
	background: url(../images/nav-bg-image-links.jpg) bottom left no-repeat;
	padding-bottom: 225px;
	}	
		
/* --== CONTENT ==-- */
#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	float:  left;
	width: 516px;
	}
	
	#content h1 {
		font-size: 1.3em;
		font-weight: lighter;
		margin: 45px 0 0 0;
		}
		
	#content p {
		font-size: .75em;
		margin: 10px 0 10px 0;
		}
	
	#content ul {
		font-size: .75em;
		margin: 0 0 0 25px;
		}
	
	#content #content-pad {
		padding: 0 40px 0 25px;
		}
		
	
/* --== RIGHT-COL ==-- */
#right-col {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 184px;
	padding: 0 0 0 0;
	}
	
	#right-col h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		font-weight: lighter;
		color: #000255;
		margin: 25px 0 15px 15px;
		}
		
	#right-col h3 {
		font-weight: lighter;
		font-size: .85em;
		margin: 0 0 0 15px;
		}
					
	#right-col ul {
		font-size: .85em;
		padding: 15px;
		padding-left: 0;
		list-style-type: none;
		margin-left: 10px;
		}
		
		#right-col ul li {
			border-bottom:1px dotted black;
			width:100%;
			padding: 2px;
			}
		
		#right-col ul li a {
			color: #000;
			text-decoration: none;
			}
			
			#right-col ul li a:hover {
				color: #333333;
				text-decoration: underline;
				}
				
/* -== BOTTOM UTILITY ==-- */
#bottom-utility {
	background: url(../images/glow-btm-repeat-links.png) top left repeat-y;
	float: left;
	width: 920px;
	padding: 5px 0 5px 0;
	}
	
#bottom-utility-btm {
	background: url(../images/glow-btm-links.png) top left no-repeat;
	float: left;
	width: 920px;
	height: 14px;
	}
	
/* --== DROP DOWNS ==-- */
#navigation ul.sub-nav .top-bg {
	background: url(../dropDowns/top-links.png) top left no-repeat;
	}
	
#navigation ul.sub-nav li {
	background: url(../dropDowns/repeat-links.png) top left repeat-y;
	}
	
/* --== DROP DOWNS ==-- */
#right-col #navigation2 ul.sub-nav li {
	border: none;
	}
	
#navigation2 .top-nav li {
	position: relative;
	padding: 2px 0 2px 10px;
	}
	
	#navigation2 .top-nav li:hover ul {
		display: block;
		}
		
	#navigation2 ul.sub-nav {
		background: none;
		position: absolute;
		list-style: none;
		display: none;
		font-size: .8em;
		width: 175px;
		top:0;
		left: -165px;
		margin: 0;
		padding: 0;
		}
		
		#navigation2 ul.sub-nav .top-bg {
			background: url(../dropDowns/top-links.png) top left no-repeat;
			width: 175px;
			height: 16px;
			padding: 0;
			}
			
			#navigation2 ul.sub-nav li {
				background: url(../dropDowns/repeat-links.png) top left repeat-y;
				position: relative;
				text-transform: capitalize;
				list-style: none;
				z-index: 5;
				width: 175px;
				padding: 0 5px 5px 15px;
				}
				
				#navigation2 ul.sub-nav li a {
					border-bottom: 1px dotted #A8A8A8;
					color: #fff;
					display: block;
					width: 83%;
					padding: 0 0 5px;
					}
				
		#navigation2 ul.sub-nav .btm-bg {
			background:url(../dropDowns/btm-links.png) top left no-repeat;
			width: 175px;
			height: 16px;
			}
			

	
#navigation ul.sub-nav .btm-bg {
	background: url(../dropDowns/btm-links.png) top left no-repeat;
	}
