* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #ACACAC url(../images/main/body-grad.jpg) repeat-x;
	}

#wrapper { 
	margin: 0 auto;
	width: 922px;
	}

#faux {
	background: url(../images/main/faux-cols-03.gif);
	margin-bottom: 10px;
	overflow: auto;
	width: 922px;
	}

#header {
	position:relative;
	color: #FFF;
	width: 922px;
	padding: 0;
	height: 125px;
	margin: 10px 0 10px 0;
	}

#headerl {
	position:absolute;
	width: 125px;
	padding: 0;
	height: 125px;
	margin: 0;
	background-image: url(../images/main/arrow-6px-b.gif);
    background-repeat: no-repeat;
    background-position: -1000px -1000px;
	}

#headerr {
	position:absolute;
	right: 0px;
	width: 787px;
	padding: 0;
	height: 125px;
	background: #21578A url(../images/main/head-grad.jpg) repeat-x;
	}

#headerr img {
	position: absolute;
	left: 12px;
	bottom: 11px;
	}

#headerr p {
	position: absolute;
	bottom: 48px;
	right: 14px;
	width: 250px;
	text-align: right;
	color: #c0cfde;
	font: italic normal lighter 13px arial;
	}

#leftcolumn { 
	margin: 0;
	padding: 0;
	width: 135px;
	float: left;
	}

/* Begin navigation styles */

#nav {
	width: 135px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	}
	
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	}
		
#nav li {
	margin: 0;
	padding: 0;
	width: 131px;
	}

#nav li a {
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 2px solid #D9D9D9;
	color: #5482AB;
	text-decoration: none;
	text-align: center;
	width: 125px;
	height: 20px;
	}

#nav li.active a {
	color: #21578A;
	background: #F3F3F3;
	}

#nav li a:hover {
	color: #FFF;
	background: #5482AB url(../images/main/link-grad.jpg) repeat-y  ;
	}

#nav li.active {
	background: url(../images/main/arrow-6px-a.gif) no-repeat top right;
	}
	
#nav li:hover {
	background: url(../images/main/arrow-6px-b.gif) no-repeat top right;
	}
	
#nav li.sub {
	background: none;
	}
	
/*
#nav ul li.sub:hover {
	background: url(../images/main/arrow-6px-b.gif) no-repeat top right;
	}
*/
#nav li.sub a {
	color: #21578A;
	background: #F3F3F3;
	}
	
#nav li.sub a img {
	border:none;
}

#nav li.sub li a {
	color: #8da8c5;
	background: #F3F3F3;
	}

#nav li.sub a:hover {
	color: #FFF;
	background: #5482AB url(../images/main/link-grad.jpg) repeat-y  ;
	}

#nav ul li.sub ul li a:hover {
	color: #FFF;
	background: #5482AB url(../images/main/link-grad.jpg) repeat-y  ;
	}

/* End navigation styles */

#rightborder { 
	float: left;
	color: #333;
	margin: 0;
	border: 10px #FFF solid;
	padding: 0;
	width: 767px;
	display: inline;
	position: relative;
	}

#content { 
	float: left;
	color: #444;
	margin: 0;
	border: 0;
	padding: 15px 15px 20px 15px;
	width: 500px;
	display: inline;
	position: relative;
	}

#rcol { 
	display: inline;
	position: relative;
	background: url(../images/main/rcol-grad.jpg) repeat-x;
	color: #333;
	margin: 0;
	padding: 15px;
	padding-bottom:30px;
	width: 191px;
	height: 270px;
	float: right;
	}

#sub-nav {
	margin-bottom:15px;
}

	#sub-nav li {
		list-style-type:none;
		margin-bottom:5px;
	}
	
		#sub-nav li a {
			display:block;
			width:175px;
			height:60px;
			background-color:#FF0000;
			padding-left:-5000px;
		}
		
		#sub-nav li a:hover {
			background:#33CC99
		}
		
			#sub-nav li a span {
				margin-left:-5000px;
			}

#footer { 
	width: 900px;
	clear: both;
	color: #c0cfde;
	font-size:11px;
	background: #21578A url(../images/main/foot-grad.jpg) repeat-x top;
	margin: 0px 0px 10px 0px;
	padding: 11px;
	text-align: center;
	}

.clear { 
	clear: both; 
	background: none; 
	}

/* Begin colleges format */
#institutions h2,
#institutions h3 {
	margin-left:0;
}

#institutions h3 {
	margin-top:3px;
}

table.quals,
table.quals table {
	border-collapse:collapse;
	margin-left:25px;
	width:95%;
	}
	
table.quals table {
	margin-left:auto;
	width:auto;
	text-align:left;
	}

table.quals td.key {
	width:60px;
	vertical-align:top;
	margin-left:0;
	color:#666666;
	}

table.quals td.address {
	
	}
	
table.quals td.digital-address {
	vertical-align:top;
	padding-left:0px;
	text-align:right;
	}

#institutions hr,
hr.unis {
	border:0;
	border-bottom:#999999 dotted 1px;
}
/* End colleges format */


/* Begin Universities format */

table.unis {
	border-collapse:collapse;
	margin-left:25px;
	width:95%;
	}
	
	table.unis td {
		margin-left:0;
		vertical-align:top;
		padding-bottom:15px;
		}
	
	table.unis td.key {
		width:120px;
		color:#666666;
		font-style:italic;
		}
		
	#content table.unis ol {
		list-style-type:lower-alpha;
		margin:0;
		}
		
	#content table.unis ol li {
		margin-bottom:2px;
		}
/* End Universities format */


/* Begin search field styles */

form {
    margin: 0;
	}
	
#search {
	position: absolute;
	right: 12px;
	bottom: 11px;
    width: 170px;
    height: 26px;
    background: url(../images/main/search-bg.jpg);
	}

#search #s {
    float: left;
    padding: 4px;
    margin: 2px;
    border: 0;
    width: 127px;
    height: 14px;
    background: none;
    font-size: 12px;
	color: #999;
	}

#search #go {
    float: right;
    margin: 1px 5px 0 0;
	}

/* End search field styles */

/* Anchor tag icons */

#content a[href^="mailto:"] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../images/icons/email-trans.png) center left no-repeat;
}

#content a[target="_blank"] {
display:inline-block;
padding-right:20px;
line-height:18px;
background:transparent url(../images/icons/popup-trans.png) center right no-repeat;
}

#content a[href$='.pdf'] {
display:inline-block;
padding-right:0;
padding-left:20px;
line-height:18px;
background:transparent url(../images/icons/acrobat-trans.png) center left no-repeat;
}

#content a[href$='.doc'] {
display:inline-block;
padding-right:0;
padding-left:20px;
line-height:18px;
background:transparent url(../images/icons/word-trans.png) center left no-repeat;
}

/* End Anchor tag icons */

/* Facebook link styling */
#content a#fb {
	margin-top:20px;
	font-size:20px;
	display:block;
	width:100%;
}

#content a#fb:visited,
#content a#fb:link {
	background-image:none;
	vertical-align:bottom;
}

#content a#fb:hover {
	text-decoration:none;
}

#content a#fb span {
	line-height:24px;
}

#content a#fb img {
	float:left;
	margin-right:15px;
}
/* End Facebook link styling */