/* ----- GENERAL ----- */

body,html {
	min-height:101%;
}

body {
	color:#413c32;
	font-family:tahoma,arial,sans-serif;
	font-size:62.5%;
	/*background:#303c45;*/
}

p {
	margin-bottom:15px;
	line-height:1.7em;
}

img.left {
	float:left;
	margin:0 20px 12px 0;
	padding:1px;
	border:1px solid #898989;
}

img.right {
	float:right;
	margin:0 0 12px 20px;
	padding:1px;
	border:1px solid #898989;
}

/* ----- LINKS ----- */

a:link,
a:visited {
	color:#d97907;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


/* ----- CONTAINERS ----- */

#header-wrap {
	background:#ede8d2 url(/images/assets/bg_header_wrap.png) repeat-x left top;
}

#content-wrap {
	background:#ede8d2;
}

#footer-wrap {
	border-top:2px solid #d97907;
	background:#303c45;
}

#header,
#content,
#footer {
	width:885px;
	margin:0 auto;
}

#header {
	position:relative;
}

#content {
	overflow:hidden;
	font-size:1.4em;
}

/* ----- SEARCH ----- */

#search-form {
	z-index:999;
	float:right;
	overflow:hidden;
	display: block;
	width:152px;
	height:19px;
	margin-top:10px;
	padding-bottom:20px;
	background:url(/images/assets/bg_search.png) no-repeat left top;
}

#search-form input.query {
	float:left;
	margin:3px 0 0 6px;
	color:#d97907;
	width:110px;
}

#search-form input.submit {
	float:right;
	text-indent:-9999px;
	cursor:pointer;
	margin:5px 7px 0 0;
	width:11px;
	height:9px;
	background:url(/images/assets/icon_mag_glass.png) no-repeat left top;
}

/* ----- HEADERS ----- */

h1,h2,h3,h4,h5,h6 {
	color:#4c4c4c;
}

#home h1,
#logo a {
	text-indent:-9999px;
	display: block;
	z-index:100;
	position:absolute;
	top:0;
	left:0;
	width:300px;
	height:112px;
	margin-left:10px;
	background:url(/images/assets/logo.png) no-repeat left top;
	text-decoration: none;
}

h2.section-title {
	font-size:2em;
	color:#d97907;
}

h2.section-title a {
	text-decoration: none;
}

/* ----- CONTENT ----- */

.notice {
	color:#d97907;
	font-size:1.3em;
}


/* ----- FOOTER ----- */

#footer {
	overflow:hidden;
	color:#ede8d2;
	font-size:1.1em;
	padding:20px 0 30px;
}

#footer p {
	margin:0 10px;
}

#footer p.copyright {
	float:left;
	clear:left;
	width:30%;
}

#footer p.contact {
	float:right;
	width:30%;
	text-align:right;
}

#footer p.contact span {
	color:#d97907;
	font-weight:bold;
}

#footer a.uva {
	float:left;
	text-indent:-9999px;
	margin:0 0 5px 10px;
	width:118px;
	height:32px;
/*	background:url(/images/assets/logo-uva.png) no-repeat left top;*/
}

/* ----- CLEARFLOAT ----- */

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
	
.clearfloat {
	display:inline-block;
}

.clearfloat {
	display:block;
}



