/* @override
	http://alexandria57.2mhost.com/~tolunde/fileadmin/templates/tolunde.css
	http://www.tolunde.no/fileadmin/templates/tolunde.css
	http://tolunde.no/fileadmin/templates/tolunde.css
*/

body {
	background-color: #474747;
	margin: 0;
	padding: 0;
}

.clearer {
	clear: both;
	height: 1px;
}

fieldset {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

form label {
	display: block;
}


.fifty_fifty_boxone,
.thirty_seventy_boxone,
.seventy_thirty_boxone { 
	float: left;
}

.fifty_fifty_boxtwo,
.thirty_seventy_boxtwo, 
.seventy_thirty_boxtwo { 
	float: right; 
}

.fifty_fifty_boxone {
	width: 49%;
}
.fifty_fifty_boxtwo {
	width: 50%;
}
.thirty_seventy_boxone,
.seventy_thirty_boxtwo { 
	width: 29%; 
}
.seventy_thirty_boxone,
.thirty_seventy_boxtwo { 
	width: 70%; 
}

p, td, body, input, textarea, a, ul, li {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}


#wrapper {
	width: 1076px;
	height: auto;
	padding: 0 0 40px;
	position: relative;
	top: 10px;
	margin: 0 auto;
}

#topimage {
	width: 1076px;
	height: 81px;
	background: url('topheader.jpg') no-repeat 0 0;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	position: relative;
	top: 0
}

#topmenu {
	width: 800px;
	height: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 40px;
	bottom: 5px;
	float: left;
	clear: both;
}

#splash {
	width: 1076px;
	height: 178px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	position: relative;
	background: url('splash.jpg') no-repeat 0 0;
}



#contentwrap {
	width: 1076px;
	height: auto;
	margin: 0;
	float: left;
	clear: both;
	position: relative;
	background: url('content.jpg') repeat-y 0 0;
	padding-left:0; padding-right:0; padding-top:0; padding-bottom:30px
}

/* @group topmenu
 */

#topmenu ul {
	margin: 0;
	padding: 0;
}

#topmenu li {
	display: inline;
	height: 20px;
	padding: 0;
	margin: 0 40px 0 0;
}

#topmenu li a {
	color: whitesmoke;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}


#topmenu ul li a:hover {
	text-decoration: underline;
	color: #239dfd;
}

#topmenu ul li a.active {
color: #239dfd;
}



/* @end */

/* @group submenu
 */


#submenu, #submenu ul {
	width: 980px;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	position: relative;
	left: 30px;
	top: 77px;
}

#submenu li {
	display: inline;
	margin-right: 40px;
	position: relative;
	white-space: nowrap;
	top: 3px;
}

#submenu li a {
	color: whitesmoke;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: bold;
}

#submenu li a:hover {
	text-decoration: underline;
	color: #239dfd;
}

#submenu ul li a.active {
	color: #239dfd;
}



/* @end */


#footer {
	width: 1076px;
	height: 51px;
	margin: 0;
	padding: 0;
	background: url('footer.jpg') no-repeat 0 0;
	float: left;
	clear: both;
	position: relative
}

#maincontent {
	width: 983px;
	margin: 0 27px;
	padding: 20px;
	color: wheat;
		
}

#maincontent p {
	margin: 0px 0px 0;
	padding: 0px;
	font-size: 11px;
}

H1 {
	font-size: 17px;
	margin: 5px 0 5px 0;
	clear: both;
}

H2 {
	font-size: 14px;
}

H3 {
	font-size: 12px;
}

#maincontent ul {
	margin: 0;
	padding: 0;
}

#maincontent li {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#maincontent a:link, #maincontent a:active, #maincontent a:visited  {
	color: #cbcbcb;
	text-decoration: underline;
}

#maincontent a:hover {
	text-decoration: underline;
	color: #239dfd;
} 

#maincontent td, #maincontent table {
	border: 0px solid #bcc1c0;
	color: #e5e5e5;
	background-color: transparent;
}


