/* CSS Document */
#content-wrap {
	background: url(../images/content-wrap-repeat-project.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-project.jpg) bottom left no-repeat;
	padding-bottom: 225px;
	}	
/* --== CONTENT ==-- */
#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	float:  left;
	width: 516px;
	}
	#content #content-pad {
	padding: 100px 40px 0 100px;
		}
	#content p {
	font-size: .75em;
	margin: 10px 0 10px 0;
	}
	#content ul {
	font-size: 0.75em;
	margin: 0 0 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 {
			padding: 2px;
			border-bottom:1px dotted black;
			width:100%;
			}
		
		#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-project.png) top left repeat-y;
	width: 920px;
	padding: 5px 0 5px 0;
	}
	
#bottom-utility-btm {
	background: url(../images/glow-btm-project.png) top left no-repeat;
	float: left;
	width: 920px;
	height: 14px;
	}

/* --== DROP DOWN ==-- */
#navigation ul.sub-nav .top-bg {
	background: url(../dropDowns/top-projects.png) top left no-repeat;
	}
	
#navigation ul.sub-nav li {
	background: url(../dropDowns/repeat-projects.png) top left repeat-y;
	}
	
#navigation ul.sub-nav .btm-bg {
	background: url(../dropDowns/btm-projects.png) top left no-repeat;
	}