/* CSS Document */
/* --== CONTENT ==-- */
h2 {
	font-size: 1em;
	margin: 5px 0;
	}
	
#navigation-bg-image {
	background: url(../images/nav-bg-image-philoso.jpg) bottom left no-repeat;
	padding-bottom: 225px;
	}	

#content-wrap {
	background: transparent url(../images/content-wrap-repeat-philoso.png) repeat-y scroll left top;
	float: left;
	width: 900px;
	position: relative;
	}
	
#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	float:  left;
	width: 516px;
	padding: 45px 0 0 0;
	}
	
	#content h1 {
		font-size: 1.3em;
		font-weight: lighter;
		}
		
	#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 5px;
		}
		
	
/* --== QUOTE ==-- */
#quote {
	position: absolute;
	font-size: .8em;
	color: #012368;
	width: 346px;
	bottom: 50px;
	right: 75px;
	}
	
	#quotebox-top {
		background: url(../images/quote-bg-top.png) top left no-repeat;
		width: 346px;
		height: 15px;
		}
		
	#quotebox-repeat {
		background: url(../images/quote-bg-repeat.png) top left repeat-y;
		width: 346px;
		}
		
		#quotebox-repeat q {
			font-variant: small-caps;
			display: block;
			padding-right: 15px;
			padding-left: 25px;
			}
			
		#quotebox-repeat cite {
			font-variant: small-caps;
			color: #333333;
			padding-left: 25px;
			}
		
	#quotebox-btm {
		background: url(../images/quote-bg-btm.png) top left no-repeat;
		width: 346px;
		height: 15px;
		}

	
/* --== RIGHT-CONTENT ==-- */
#right-content {
	color: #fff;
	float: left;
	width: 340px;
	padding: 70px 0 0 0;
	margin: 0 0 0 15px;
	}
	
	#right-content p {
		font-size: .75em;
		}
		
/* -== BOTTOM UTILITY ==-- */
#bottom-utility {
	background: url(../images/glow-btm-repeat-philoso.png) top left repeat-y;
	float: left;
	width: 920px;
	padding: 5px 0 5px 0;
	}
	
#bottom-utility-btm {
	background: url(../images/glow-btm-philoso.png) top left no-repeat;
	float: left;
	width: 920px;
	height: 14px;
	}
	
/* --== DROP DOWNS ==-- */
#navigation ul.sub-nav .top-bg {
	background: url(../dropDowns/top-philosophy.png) top left no-repeat;
	}
	
#navigation ul.sub-nav li {
	background: url(../dropDowns/repeat-philosophy.png) top left repeat-y;
	}
	
#navigation ul.sub-nav .btm-bg {
	background: url(../dropDowns/btm-philosophy.png) top left no-repeat;
	}