body{
	margin:0;
	padding:0;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#585858;
	font-size:12px;
}

a{
	font-weight:bold;
	color:#81AEB5;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img{
	border:none;
}

h1{
	font-size:18px;
	font-weight:normal;
}
h2{
 	font-size:14px;
 	font-weight:bold;
}

/* fixes spcing with register mark */
sup{
	font-size: 80%;
	vertical-align: top;
}



/*div structure*/
#container{
	width:800px;
	padding:0px;
	margin:0px;
	background:url(../images/header-wave.jpg) no-repeat top left;
}
#searchcontainer{
	width:1250px;
	padding:0px;
	margin:0px;
	background:url(../images/header-wave.jpg) no-repeat top left;
	}
	#logo {
		float:left; 
		width:600px;
		margin:25px 0px;
	}
	#left-nav{
		width:167px;
		float:left;
		font-size:12px;
		margin-top:10px;
		}
		#left-nav ul{
			list-style:none;
			margin:0 0 0 2px;
			padding:0 0 0 2px;
			}
			#left-nav ul li{
				width:167px;
				line-height:30px;
				border-bottom:1px solid #cccccc;
				}
				#left-nav a{
					color:#585858;
					padding-left:10px;
					text-decoration:none;
				}
				#left-nav a:hover,
				#left-nav .selected a{
					color:#585858;
					text-decoration:underline;
				}
			
			#left-nav ul li ul{
				list-style:disc;
				margin:0 0 0 20px;
				padding:0 0 0 20px;
				}
				#left-nav ul li ul li{
					border:none;
					line-height:14px;
					width:auto;
					padding-bottom:5px;
					margin-bottom:5px;
					}
					#left-nav ul li ul li a,
					#left-nav ul li.selected ul li a{
						padding:0;
						color:#585858;
						text-decoration:none;
					}
					#left-nav ul li ul li a:hover,
					#left-nav ul li.selected ul li a:hover{
						color:#585858;
						text-decoration:underline;
					}
				
	#content{
		float:left;
		width:605px;
		margin-left:18px;
	}
	#searchcontent{
		float:left;
		width:950px;
		margin-left:18px;
		}
		#content #flashcontent{
			margin-bottom:15px;
		}
		
		/* begin homepage buttons */		
		#btn-campus,
		#btn-events,
		#btn-diversity,
		#btn-military{
			width:193px;
			height:50px;
			margin-right:5px;
			}
			#btn-campus a{
				width:193px;
				height:50px;
				background:url(../images/btn-campus.gif) no-repeat bottom;
				display:block;
			}
			#btn-campus a:hover{
				width:193px;
				height:50px;
				background:url(../images/btn-campus.gif) no-repeat top;
			}
			
			#btn-events a{
				width:193px;
				height:50px;
				background:url(../images/btn-events.gif) no-repeat bottom;
				display:block;
			}
			#btn-events a:hover{
				width:193px;
				height:50px;
				background:url(../images/btn-events.gif) no-repeat top;
			}
			
			#btn-benefits a{
				width:193px;
				height:50px;
				background:url(../images/btn-benefits.gif) no-repeat bottom;
				display:block;
			}
			#btn-benefits a:hover{
				width:193px;
				height:50px;
				background:url(../images/btn-benefits.gif) no-repeat top;
			}
			
			#btn-military a{
				width:193px;
				height:50px;
				background:url(../images/btn-military.gif) no-repeat bottom;
				display:block;
			}
			#btn-military a:hover{
				width:193px;
				height:50px;
				background:url(../images/btn-military.gif) no-repeat top;
			}
			
		#btn-career{
			width:192px;
			height:103px;
			}
			#btn-career a{
				width:192px;
				height:103px;
				background:url(../images/btn-career.gif) no-repeat bottom;
				display:block;
			}
			#btn-career a:hover{
				width:192px;
				height:103px;
				background:url(../images/btn-career.gif) no-repeat top;
			}
		/* end homepage buttons */
			
			
		
		#footer-links{
			text-align:center;
			color:#81AEB5;
			margin-top:80px;
			}
			#footer-links ul{
				list-style:none;
				padding:0;
				margin:0;
				}
				#footer-links ul li{
					display:inline;
					}
					#footer-links a{
						text-decoration:none;
						font-weight:bold;
						padding:0 2px;
					}
					#footer-links a:hover{
						text-decoration:underline;
					}
					
					
					
			
	#footer{
		clear:both;
		width:790px;
		height:132px;
		background:url(../images/footer-wave.jpg) no-repeat bottom right;
	}
	


/*end div structure*/


/*general styles*/
.clear{
	clear:both;
	height:1px;
	font-size:1px;
}

.left{
	float:left;
}
.right{
	float:right;
}

.center{
	text-align:center;
}
.text-right{
	text-align:right;
}

.italic{
	font-style:italic;
}
.bold{
	font-weight:bold;
}
.bolditalic{
	font-weight:bold;
	font-style:italic;
}
/*end general styles*/
