body {
	background-color: #EDEDED;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center; /* centers the margin to center the content for IE6 */
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
	}


#main {
    text-align: left; /* you don't actually want the text to be aligned center, just this div */
	min-height: 600px;
	height: 600px;

	}
	
/* As IE6 does not underatnd min-height property the fix below has been applied http://www.sitepoint.com/10-fixes-for-ie6-problems/ */
#main[id] {
	 height: auto;
}

#site_top {
	padding-top: 25px;
	}
	
/*search box styles */

#search, #search_button, #search_text {
	vertical-align: bottom;
	}
	
#search {
	padding: 8px 0 8px 0;
	height: 24px;
	width: 300px;
	background-color: #EDEDED;
	float: right;
}

#search_text {
	width: 180px;
	margin-right: 10px;
	border-width: 2px;
	border-color: #999999 #D9D9D9 #D9D9D9 #999999;
	border-style: solid;
	height: 18px;
}
/*common links situated alongside search box in header */

#commonlinks {
	height: 40px;
	text-align : right;
	margin-right: 300px;
	padding-right: 5px;
}

#commonlinks li a {
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 0.5em;
}
	
#commonlinks li a:link {
	color:#6E6E6E;
}

#commonlinks li a:visited {
	color:#6E6E6E;
}


small {
	color: #FFF;
}

/*general styles for site */

#site_top h1 a {
    width: 441px;
    height: 40px;
	margin: 0 0 25px 0;
    text-indent: -9999em;
    background-image: url("../images/common/uaces_ident_header.png");
	background-repeat: no-repeat;
	display: block;
}


h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, td, tr {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
}


ul li {
		list-style-type: none;
	}
	
a {
	text-decoration: none;
}
/*UACES footer items*/

#footer_main{
	line-height: 4em;
	background-color: #333333;
}

#footer_nav ul li {
	margin-bottom: 5px;
}

#footer_big_nav{
	text-align: left;
	padding-top: 30px;
	background-color: #333333;
	color: #FFF;
}

h2.footer {
	font-weight:bold;
	font-size: 1.2em;
}
/*UACES social bookmarks footer*/

#social_bookmarks li {
	margin-right: 30px;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 12px;
	}
	
#social_bookmarks li a{
	background-image: url("../images/common/social_icons.png");
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	padding-left: 30px;
	}

a.facebook
	{
	background-position: 0px -20px;
	}

a.flickr
	{
	background-position: 0px -40px;
	}

a.youtube
	{
	background-position: 0px -60px;
	}
 
/*main navigation container */

#main_nav {
	position: relative;
	height: 66px;
	}

/*upper part of main navigation menu*/

#top_nav {
	height: 30px;
	padding-left: 30px;
	border-bottom: 1px solid #A31E39;
	}

li.top_nav_tab {
	float: left;
	width: 130px;
	line-height: 29px;
	font-size: 12px;
	margin-right: 10px;
	}

#top_nav li a{
	background-color: #f7f7f7;
	border-right: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	display: block;
	}

#top_nav li a.current {
	background-color: #FFFFFF;
	border-top: 1px #A31E39 solid;
	border-right: 1px #A31E39 solid;
	border-left: 1px #A31E39 solid;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	}

/*main navigation, sub navigation menus*/	

#top_nav li ul{
	width: 940px;
	display:none;
	position: absolute;
	left: 0; 
	top: 30px;
	padding-left: 60px;
	border-bottom: 1px solid #A31E39;
	}
	
#top_nav li ul li {
	float:left;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	}
	
#top_nav li ul li a {
	background: none;
	padding: 0 1em 0 1em;
	border: none;
	}

#top_nav li ul.show_content {
	display: block;
	}

/*links - default*/	
	
a:link {
	color: #0058A4;
	}
	
a:visited{
	color: #0058A4;
	}
	
a:hover{
	color: #0058A4;
	text-decoration: underline;
	}

/*links - main navigation*/

#top_nav li a:link {
	color: #333333;
	}
#top_nav li a:visited {
	color: #333333;
	}
	
/*links - footer*/	
#footer_big_nav a:link
	{
	color: #FFF;
	font-weight: bold;
	}
	
#footer_big_nav a:visited
	{
	color:#FFF;
	font-weight: bold;
	}

#footer_big_nav a:hover
	{
	color:#FFF;
	}	
	
#footer_main a:link {
	color: #FFF;
	}

#footer_main a:visited {
	color: #FFF;
	}

#footer_main a:hover {
	color: #FFF;
	}
	
a.uaces_logo {
	background-image: url("../images/common/uaces_logo_bw.png");
	background-repeat: no-repeat;
	height: 29px;
	width: 150px;
	display: block;
	}
	
a.uaces_logo:hover {
	background-image: url("../images/common/uaces_logo_colour.png");
/* Simple form styles */

a:focus, a:active {
		text-decoration: none;
}

a:hover {
	}

	
