/* CSS Document */
body
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	color: #333;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Times New Roman", Times, Georgia, serif;
	background-color: #423427;
	font-size: 110%;
	background-image: url(images/back_mainpage.jpg);
}


/* page structural styles */

/* overall surrounding style */
#container
{
	margin-left: auto;
	margin-right: auto;
	/* margin-top: 37px; */
	width: 760px;
	text-align: left;
	display: block;
	padding: 0px;
	margin-bottom: 30px;	/* border: 1px solid #7D1E2A; */
}
	
#header
{
	/* 
	border-right: 1px solid #7D1E2A;
	border-left: 1px solid #7D1E2A;
	*/
}

#mainnav
{
/* main navigation style */
	text-align: left;
	height: 53px;
	padding: 0px;
	margin: 0px;
}

#subnav
{
	text-align: left;
	height: 40px;
	background: url(images/back_subnav_shade.gif) repeat-x bottom;
	padding-left: 8px; /* forces tabbed navigation to indent */
}

/* graphical headline on the leadpage */
#headlinelead 
{
	float: left;
	background: url(images/back_aandg_leadpage.jpg) no-repeat right top;
	height: 220px; /* possible fixed height */
	font-size: 100%;
	line-height: 150%;
	padding: 45px 175px 20px 20px;
	margin-top: 0px;
}

/* lends graphical outline to outer border area */
#outline 
{
	float: left;
	padding: 0px;
	margin: 0px;
	background: #FFF2DD url(images/back_aandg_subpage.jpg) no-repeat right top; 
}

#menu
{
	float: left;
	width: 190px;
	padding-left: 5px;
}

#sidebar 
{
	float: right;
	width: 190px;
	margin: 40px 10px 50px 10px;
	font-size: 90%;
	padding-top: 250px;
}

/* style for main textual content of site */
#contents 
{
	margin: 10px 200px 40px 30px;
	/* margin-left: 200px; IMPORTANT (FORMER): justifies around menu */
	line-height: 165%;
	font-size: 95%;
}

/* styles for flash gallery */
#flashcontent {
	float: left;
	width: 750px;
	margin: 0px 0px 20px 10px;
	padding: 0px;
	background: #FFF2DD;
}

#videocontent {
	float: left;
	width: 750px;
	padding: 30px 0px 20px 10px;
	margin: 0px;
	text-align: center;
	background: #FFF2DD;
}

#ag_online_form {
	height: 750px;
	padding: 0px;
	margin: 0px;
}

#footer	
{
	clear: both; /* IMPORTANT: clears above columns */
	height: 290px;
	text-align: left;
	padding: 0px 0px 0px 25px;
	background: #FFF2DD;
}

.credit {
	float: right;
	font-size: 75%;
	padding: 10px 10px 30px 10px;
	color: #FFF2DD;
}

.credit a, .credit a:visited  { 
	color: #FFF2DD;
}

.trademark {
	float: left;
	font-size: 75%;
	padding: 10px 10px 30px 10px;
	color: #FFF2DD;
	width: 70%;
}


/* overall tag modifications */
	
a:link { color: #7D1E2A; }

a:visited { color: #7D1E2A; }

a:hover, a:active
{
	color: #000000;
	/* background-color: #B52C07; */
}


h2
{
	color: #544A26;
	font-size: 120%;
	font-weight: 600;
	background: url(images/title_accent.gif) center bottom no-repeat;
	padding: 10px 0px 20px 0px;
	clear: left;
	width: 225px;
	text-align: center;
}

h3
{
	color: #544A26;
	font-size: 110%;
	font-weight: 600;
	padding-top: 10px;
}

h4
{
	color: #544A26;
	font-size: 110%;
	font-weight: 600;
	padding-top: 10px;
	margin: 1px;
}	
	
/* header styles */
#header h1
{
	color: #F4EAC3;
	font-weight: normal;
	font-size: 125%;
	padding-top: 60px;
	padding-left: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	/* text-transform: uppercase; */
	letter-spacing: 0.1em;
}	

/* mainnav styles */

#mainnav img {
	margin: 0px;
	padding: 0px;	
}

/* subnav styles */

#subnav div 
{
	float: left;
	text-align: center;
	width: 180px;
	/* text-transform: uppercase; */
	font-size: 95%;
	line-height: 40px;
	height: 40px; /* IMPORTANT: ensures the type scales properly  */	
}

#subnav a
{
	color: #543C04;
	text-decoration: none;
}
		
#subnav a:hover
{
	color: #7D1E2A;
	text-decoration: underline;
	/*
	display: block;
	background-image: url(images/submenu_tab.gif);
	background-repeat: no-repeat;
	background-position: top;
	*/
}
	
#subnav .current
{ 
	display:block;
	background: url(images/subnav_tab.gif) no-repeat top;
}
	
#subnav .current a
{ 
	color: #7D1E2A;
	text-decoration: none;
}

/* headline lead, leadpage styles */

#headlinelead p
{
	padding: 10px 0 20px 0;
	margin: 0px;
}

/* columns on leadpage */
.colsingle {
	float: left;
	width: 32%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-size: 95%;
	line-height: 165%;
}

.colsidebar {
	float: left;
	width: 180px;
	padding: 150px 0px 0px 25px;
	margin: 0px 10px 0px 10px;
	font-size: 95%;
	line-height: 165%;
	background: url(images/back_leadpage_onstage.jpg) no-repeat left top;
} 

.colsingle p, .colsidebar p {
	padding: 10px 0px 5px 10px;
	margin: 0px;
}

/* menu styles */

#menu ul
{
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 40px;
	padding-left: 5px;
}


#menu li
{
	/* width: 190px; */
	/* text-transform: uppercase; */
	font-size: 100%;
	line-height: 20px;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#menu a
{
	color: #544A26;
	text-decoration: none;
}

#menu a:hover
{
	color: #7D1E2A;
	text-decoration: underline;
}

#menu .current
{
	color: #7D1E2A;
	background-image: url(sdu_images/menu_book.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;	/* indent to show book highlight */
}

#menu .current a
{
	color: #7D1E2A;	
}

	
#contents p 
{ 
	margin: 0 0 20px 0;
}

#contents .imgcenter 
{
	text-align: center;
}

#contents ol li
{ 
	line-height: 165%; 
	margin: 0 0 20px 0;
	font-size: 95%;
}

#contents ul li
{
	line-height: 165%;
	font-size: 95%;
	list-style-image: url(sdu_images/list_accent.gif);
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding: 0px;
}

#contents ol ul li
{
	line-height: 110%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#contents .column1
{
	float: left;
	width: 220px;
	margin: 0px 20px 0px 0px;	
}

#contents .column2
{
	width: 200px;
	margin-left: 260px; /* IMPORTANT: justifies around menu */
	margin-bottom: 10px;
}

/* creates a graphic paragraph divider */
#contents .divider {
	background-image: url(sdu_images/divider.gif);
	height: 40px;
	background-color: #F8F7F3;
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* emphasizes the application date for scholarships */
.date {
	color: #7D1E2A;
	font-size: 105%;
	font-style: italic;
	font-weight: bold;
} 

/* styles for review quotations */
#contents ul.reviews li
{
	line-height: 165%;
	font-size: 100%;
	list-style-image: url(images/review_quote.gif);
	list-style-type: none;
	margin: 5px 0px 20px 80px;
}

.review_info {
	font-style: italic;
	font-weight: bold;
	padding: 0px 0px 20px 80px;
} 

/* style indicating items of information i.e. downloads */
.infobox 
{
	float: right;
	width: 175px;
	font-size: 100%;
	line-height: 165%;
	background-image: url(sdu_images/infobox_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 17px;
	/* border: 1px solid #8b413c; */
	background-color: #F2EEE8;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.infobox div 
{
	background-image: url(sdu_images/infobox_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 5px;
	margin-bottom: 0px;
}

/* style indicating items of interest i.e. dates and quotes */
.interestbox 
{
	float: right;
	width: 185px;
	font-size: 100%;
	line-height: 165%;
	font-style: italic;
	background-image: url(sdu_images/interestbox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 15px 5px 15px;
	margin: 70px 10px 290px 15px;
}

.interestbox div 
{
	background-image: url(sdu_images/interestbox_bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 33px;
}

.attribution 
{
	font-size: 90%;
	font-style: italic;
}

#footer p
{
	margin-top: 20px;
	color: #7D1E2A;
	font-size: 90%;
} 
	
/*	
	
.article { 
	border-bottom: 1px solid #C5C877;
	padding: 20px 0 30px; 
}
*/

.article ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-size: 95%;
	}
	
.article li
	{
		/* display: inline; */ 
		padding: 0px 0px 20px 20px;
		line-height: 165%; 
	}

.imageright
{
	float: right;
	padding: 4px;
	border: 1px solid #9FA41D;
	margin: 0 0 10px 10px;
}

/* scholarship navigation */
.scholar_nav {
	padding: 15px 0px 0px 0px;
}
	
/* news article specific styles  */

.readmore { /* 'read more...' link */
	clear: both;
	width: 40%;
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

.news_article { /* padding around the articles and summaries */
	padding: 5px 0px 20px 0px;
	width: 100%;
}

.news_article a {
	font-size: 100%;
}

.news_article p {
	padding-left: 0px;
}

.news_date {
	color: #7D1E2A;
	font-style: italic;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
} 

.news_title { /* modifier of h2 style */
	padding-top: 0px;
}

.news_contact {
	font-size: 90%;
}

.news_nav {
	width: 100%;
	padding: 10px 0px 25px 0px;
}

.news_nav_button {
	float: left;
	width: 30%;
	padding: 0px 0px 0px 0px;
}

.news_nav_button img { 
	padding: 0px 5px 0px 5px;
} 

.news_nav_articles img { 
	padding: 0px;
} 

