/*---MAIN SITE STRUCTURE ---*/

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 {
	min-height: 800px;
	height: 800px;
	text-align: left;
	}
	
#main_content {
	padding: 20px 0 50px 0;
	position: relative;	
	}

/* 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: 20px;
	text-align: left;
	}
	
/*---HEADER---*/

/*---Header (Search box)---*/

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

#search_text {
	width: 175px;
	margin: 0 10px 0 10px;
	border-width: 2px;
	border-color: #999999 #D9D9D9 #D9D9D9 #999999;
	border-style: solid;
	height: 18px;
	padding-left: 5px;
}

/*common links situated alongside search box in header */

#commonlinks {
	height: 40px;
	text-align : right;
	margin-right: 275px;
	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 */

img.uaces_ident {
	margin-bottom: 20px;
}

a#uaces_logo_header {
	width: 440px;
	height: 40px;
	display:block;
	background-image:url(../images/common/uaces_ident_header.png);
	margin-bottom: 20px;
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
	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;
	text-align: center;
	}

/*upper part of main navigation menu*/

#top_nav {
	height: 30px;
	padding-left: 30px;
	}

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: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	}

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

#top_nav li a.sf_tab_color {
	border-top: 1px solid #8B84C7;
	border-right: 1px solid #8B84C7;
	border-left: 1px solid #8B84C7;
	}
	
#top_nav li a.uaces_tab_color {
	border-top: 1px solid #2F79B1;
	border-right: 1px solid #2F79B1;
	border-left: 1px solid #2F79B1;
	}

#top_nav li a.annconf_tab_color {
	border-top: 1px solid #162D56;
	border-right: 1px solid #162D56;
	border-left: 1px solid #162D56;
	}

/*main navigation, sub navigation menus*/	

#top_nav li ul{
	width: 940px;
	display:none;
	position: absolute;
	left: 0; 
	top: 30px;
	padding-left: 60px;
	}
	
#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;
	}

/* border colours for main navigation menus */

ul.uaces_menu_border {
	border-bottom: 1px solid #2F79B1;
	}	
	
ul.sf_menu_border {
	border-bottom: 1px solid #8B84C7;
	}

ul.annconf_menu_border {
	border-bottom: 1px solid #235982;
	}


/*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");
}


#mobile_navigation {
	display: none;	
}

/* unique styles for following websites: UACES main, Student Forum and Annual Conference */

#main_content  p {
	margin-bottom: 15px;
	text-align: left;
	}

#main_content aside h5 {
	border-bottom: 1px dotted #ADADAD;
	padding: 0 0 8px 10px;
	margin-bottom: 15px
}


ul.anchor_list_regions {
	border-top: 1px solid #D4D4D4;
	margin-top: 20px;
	padding-top: 7px;
}

ul.anchor_list_regions li{
	border-bottom: 1px solid #D4D4D4;
	padding-top: 8px;
}



ul#faq {
	padding: 0;
}

ul#faq  li{
	list-style-type: none;
}

article address {
	line-height: 1.3em;	
	font-size: 1.1em;
	font-style: normal;
	
}

/*Images with captions */

.figure {
	float: right;
	margin-left: 10px;
	width: 300px;
	
}

.figure p {
	margin: 5px 0 0 0;
	text-align: center;
	color: #999;
	border: 1px dashed #D4D4D4;
	padding: 10px;
}


/*column sort indicators*/
.sort_indicator_asc{
	background-image: url(../images/common/sort_indicator.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 6px;
	margin-left: 7px;
	background-position: 0 0;
	display: inline-block;
}

.sort_indicator_desc{
	background-image: url(../images/common/sort_indicator.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 6px;
	margin-left: 7px;
	display: inline-block;
	background-position: 0 -6px;
}



/* call to action buttons */

.call_to_action {
	margin-top: 40px;
	}
	
.button {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0.5em 1em 0.5em 1em;
	color: #fff;
	background-color: #CF6708;
	border: 1px solid #ff920d;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: rgba(0,0,0,.25) 0 1px 1px;
	-moz-box-shadow: rgba(0,0,0,.25) 0 1px 1px;
	-o-box-shadow: rgba(0,0,0,.25) 0 1px 1px;
	box-shadow: rgba(0,0,0,.25) 0 1px 1px;
	background: -webkit-gradient(linear,left top, left bottom, from(#ffc039), to(#ff920d));
	background: -moz-linear-gradient(top, #ffc039, #ff920d);
	background: -o-linear-gradient(top, #ffc039, #ff920d);
	background: linear-gradient(top, #ffc039, #ff920d);
}


.button:link {
	color: #fff;
	}
	
.button:visited {
	color: #fff;
	}

.button:hover,
.button:focus{
	background: #de6e00;
	text-decoration:none;
	-webkit-box-shadow: #ffc039 0 0 5px;
	-moz-box-shadow: #ffc039 0 0 5px;
	-o-box-shadow: #ffc039 0 0 5px;
	box-shadow: #ffc039 0 0 5px;
	}
	
.button:active{
	background-color: #de6e00;
	text-decoration:none;
	background: -webkit-gradient(linear,left top, left bottom, from(#ff920d), to(#de6e00));
	background: -moz-linear-gradient(top, #ff920d, #de6e00);
	background: -o-linear-gradient(top, #ff920d, #de6e00);
	background: linear-gradient(top, #ff920d, #de6e00);
	}
	
a.main_call_button {
	display:inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0.5em 1em 0.5em 1em;
	background-color: #E8A731;
	color: #422F25;
	margin-top: 10px;
	font-size: 1.1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
}

a.main_call_button:hover, a.main_call_button:active {
	background-color: #F29F36;	
	text-decoration: none;	
}

a.mini_call_button {
	display:inline-block;
	height: 10px;
	line-height: 10px;
	padding: 0.5em 1em 0.5em 1em;
	background-color: #70A0C2;
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
    border-radius: 5px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	
}

a.download_button {
	display:inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0.5em 1em 0.5em 35px;
	background-color: #EDEDED;
	color: #0D4A34;
	border: 1px solid #ADADAD;
	margin-top: 10px;
	font-size: 1.1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
	background-image: url(../images/common/download_icon.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}


p.highlight{
	font-size: 1.2em;
	padding: 5px 10px 5px 10px;
	color: #56504B;
	background-color:#FFF2DA;
	border: 1px dashed #E07139;
}

img.registration_open {
	position: absolute;
	top: 0;
	right: 0;
}
/* basic form styles*/

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



/*Tabbed interface (defaults)*/

.tabbed-interface {
	display: block;
}

.tabbed-interface ul{
	 height: 48px;
	 padding:0;
}

.tabbed-interface ul li{
	 float: left;
	 margin:0;
	 list-style-type: none;
}

.tabbed-interface>div{
    width: 460px;
}
