/*
	Polar Census
	08 August 2008

	main styles
	floated fixed width (980px)
*/

/*------------------------------------------------------------{   COMMON PAGE ELEMENTS   }------------------*/

body {
	margin:0;
	padding:0;
	background:#fff;
	text-align:center;
	font-size:80%;
	font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#333;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:10px 0 6px;
	font-weight:normal;
	font-family:Arial, helvetica, sans-serif;
}

h1 {
	font-size:200%;
	color:#b0253c;
}

h2 {
	font-size:160%;
	color:#4b4640;
}

h3 {
	font-size:140%;
}

h4 {
	font-size:130%;
}

h5 {
	font-size:120%;
}

h6 {
	font-size:100%;
	font-weight:bold;
}

ul, li {
/*	margin:0;
	padding:0;
	list-style-type:none;*/
}

p {
	margin:0;
	padding:10px 0;
	line-height:150%;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

*:focus {
	outline:none;
}


/*------------------------------------------------------------{   CONTAINER BLOCKS   }------------------*/

#text_only {
	position:absolute;
	top:0;
	left:0;
}

#text_only a {
	font-size:1px;
	line-height:1px;
	color:#fff;
}

#wrapper_top {
	float:left;
	width:100%;
}

#wrapper_middle {
	float:left;
	width:100%;
}

#wrapper_bottom {
	width:100%;
	margin:0 auto;
	text-align:left;
}

#container {
	float:left;
	width:100%;
}

#header {
	float:left;
	width:100%;
	height:96px;
	border-bottom:1px solid #97765e;
	background:url(../images/layout/polar_census_logo.gif) no-repeat right top #e0d9d1;
}

#header_menu {
	float:left;
	padding:70px 10px 0;
}

#content_container {
	float:left;
	width:100%;
}

#content {
	float:left;
	padding:20px;
}

#unilogo {
	float:right;
	width:184px;
	height:78px;
}

#right_column {
	float:left;
	width:100%;
	padding:10px;
}

#footer_container {
	float:left;
	width:100%;
	height:200px;
}

#footer {
	width:100%;
	margin:0 auto;
}

#footer_content {
	float:left;
	width:100%;
	text-align:left;
	font-size:80%;
	color:#888;
}

/*------------------------------------------------------------{   MAIN MENU   }------------------*/

#menu {
	float:left;
	width:200px;
	padding:70px 0 0 0;
	font-family:Arial, helvetica, sans-serif;
}

#menu ul,
#menu ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:50%;
}

#menu ul li {
	padding:0 0 0 20px;
}

#menu ul a {
	display:block;
	width:160px;
	padding:5px 0 5px 20px;
	background:url(../images/layout/menu_star.gif) no-repeat left center;
	font-size:110%;
	font-weight:bold;
	color:#444;
}

#menu ul a:hover,
#menu ul a.active,
#menu ul a.active:hover {
	background:url(../images/layout/menu_star_hi.gif) no-repeat left center;;
	color:#222;
}

/*------------------------------------------{   submenu 1   }----------------------------*/

#menu ul ul a {
	display:block;
	width:190px;
	padding:5px 0 5px 10px;
	background:#f7f7f7;
	color:#777;
}

#menu ul ul a:hover,
#menu ul ul a.active,
#menu ul ul a.active:hover {
	background:#fff;
	color:#222;
}

/*------------------------------------------{   submenu 2   }----------------------------*/

#menu ul ul ul a {
	display:block;
	width:190px;
	padding:5px 0 5px 10px;
	background:#f7f7f7;
	color:#777;
}

#menu ul ul ul a:hover,
#menu ul ul ul a.active,
#menu ul ul ul a.active:hover {
	background:#fff;
	color:#222;
}

/*------------------------------------------------------------{   CLASS STYLES   }------------------*/

.small {
	font-size:70%;
}

.photae {
	margin:5px;
	padding:5px;
	background:#fff;
	border:1px solid #aaa;
}

.hidden {
	display:none;
}

table.styled {
	border-top:1px solid #bebebe;
	border-left:1px solid #bebebe;
}

table.styled th{
	background:#efefef;
	border-bottom:1px solid #bebebe;
	border-right:1px solid #bebebe;
	text-align:right;
}

table.styled td{
	border-bottom:1px solid #bebebe;
	border-right:1px solid #bebebe;
}