* {
	margin: 0;
	padding: 0;				
}

a {
	text-decoration: none;				
}

a:hover {
	text-decoration: underline;
}

body {
	background: #03244d url(http://www.auburn.edu/includes/backgroundWide.gif) repeat-y 50% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div.clear-both {
	clear: both;
}

/* top */
			
#top {
	width: 950px;
	margin: 0 auto;				
}

#logo {
	float: left;
	width: 205px;				
}

#logo-pic {
	background: url(http://www.eng.auburn.edu/images/global/ddLogoEmblem2.gif) no-repeat 50% 8px;
	height: 110px;
}

#logo-auburn {
	background: url(http://www.auburn.edu/includes/ddLogoAuburn.gif) no-repeat 50% 5px;
	height: 40px;
}

#logo-bar {
	background: url(http://www.auburn.edu/includes/ddLogoBar.gif) repeat-y 15px;
	height: 2px;
}

#logo-university {
	background: url(http://www.auburn.edu/includes/ddLogoUniversity.gif) no-repeat 50% 5px;
	height: 20px;
}

#header {
	float: right;
	width: 745px;
}

#top-links {
	height: 111px;
	background: url(http://www.auburn.edu/includes/topLinksBackground_TitledWide.jpg) no-repeat;
}

#top-links ul {
	list-style-image: url(http://www.auburn.edu/includes/ddTopLinkDot.gif);
	margin-left: 150px;
	padding-top: 5px;
	color: white;
}

#top-links ul li {
	float: left;
	padding-right: 20px;
	padding-left: 2px;
}

#top-links ul li:first-child {
	list-style: none;
}			

#top-links ul li a {
	color: white;
}

#header-text {
/* 	margin-top: -5px;	 */
	padding-top: 33px;
	color: #ebffff;
	font-size: 34px;
	font-family: Times New Roman, serif;
	text-align: center;
}

#header-subtext {
	letter-spacing: .1em;
	color: #ebffff;
	text-align: center;
	font-size: 1.4em;
	font-family: serif;
	margin-top: 5px;	
}

#quick-links {
	padding: 10px;
	font-size: .85em;
	display: none;
}

#quick-link:hover div {
	display: block;
}

#quick-links {
	display: none;
	z-index: 100;
	position: absolute;
	background-color: #003b76;
	border: 1px solid black;
}

#quick-links ul {
	list-style: none;
	padding: 0;	
	margin: 0;
}

#quick-links ul li {
	float: none;
}

#quick-links ul a {
	color: white;
}

#orange-bar {
	border-bottom: 2px solid #f9903f;
	font-weight: bold;
	line-height: 39px;
	background-color: #dd550c;
}
			
#orange-bar ul {
	height: 39px;
	list-style: none;				
}

#orange-bar ul li a {				
	color: white;
	float: left;
	padding: 0 1.7em;				
}

#orange-bar ul li a:hover {				
	background: url(http://www.auburn.edu/includes/ddToolbarHover.jpg) repeat-x;
	text-decoration: none;
}

#orange-bar ul li div {
	display: none;
	z-index: 100;
	position: absolute;
	top: 150px;
	background-color: #dd550c;
	border: 1px solid #f9903f;	
}

#orange-bar ul li div ul li a:hover {
	background: none;
	text-decoration: underline;
}

#orange-bar ul li:hover div {
	display: block;
}
			
/* middle */

#middle,#middle-subpage {
	width: 950px;
	margin: 0 auto;
	background-color: #1b324d;								
}

#middle-subpage {
	background-color: #03244d;								
}

#left-menu {
	background: #03244d url(http://auburn.edu/cosam/images/sidebar-cosam.jpg) no-repeat 0 20px;
	width: 205px;
	min-height: 300px;
	color: white;
	float: left;
}
			
#left-menu ul {
	text-align: left;
	list-style-type: none;
	padding-top: 30px;
	padding-left: 15px;
	padding-bottom: 30px;				
	
	line-height: 20px;
	font-weight: bold;
}

#left-menu ul a {
        color: white;
}
#big-image {
	float: right;
	width: 745px;
}

#main-content {
	float: right;
	background-color: white;
	width: 745px;
}

#separator {
	height: 12px;				
	border-top: 2px solid #f9903f;	
	background-color: #dd550c;
}

/* bottom */

#bottom {
	width: 950px;
	margin: 0 auto;
	background-color: white;
	border-bottom: 2px solid #f9903f;
}

#small-image {
	float: left;
}

#bottom th {
	text-align: left;
	padding-left: 15px;				
}

#news, #special, #digital {
	padding-left: 15px;
	padding-bottom: 10px;
}

#news {
	width: 280px;	
}

#special {
	width: 200px;
}

#digital {
	width: 175px;
} 

#news p, #digital p {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 2px dotted #c3c3c3;
}

#digital p {
	border: none;
}

#news a, #digital a {
	color: rgb(28,92,163);
}

td.more {
	text-align: right;
}

#more-news a {
	color: rgb(0, 51, 102);				
}

/* footer */
			
#footer {
	margin: 0 auto;
	background: url(http://www.auburn.edu/includes/ddBottomGradient.gif) repeat-x;
	color: white;
	width: 950px;
	height: 70px;
	
	padding-top: 25px;

	text-align: center;
	font-size: .8em;
	line-height: 1.7em;
}

#footer a {
	font-weight: bold;
	color: white;
}