body {
	color: #000000;
	margin: 0px auto 0 auto;
	text-align: center;
	padding: 0px;
	/* Alex hates "Actor" and likes Calibri. I love Actor and don't like Calibri. Compromise:
	use Calibri where it is available (Windows). Use Actor otherwise. That way, Alex sees
	Calibri on Windows and I see Actor on Linux. Woo-hoo! */	
	font-family: calibri, "Actor", freesans, tahoma, verdana, arial, sans-serif;
	background: #ffffff;
}


#content {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 980px;
	padding: 20px 20px 20px 20px;
 	background: url(/include/images/grad-bg.png) center repeat-y
}


#header {
	height: 110px;
	margin: 0;
	padding: 0;
	/* wtf */
	margin-left: -25px;
	background: #222222 url(/include/images/header-bg.png);
}

#header_inner {
	position: relative;
	/* wtf part 2 */
	width: 1025px;
	margin: 0 auto 0 auto;
}

#top_contact_box {
	color: #ffffff;
	font-size: 14pt;
	float: right;
	margin: 0;
	position: absolute;
	right: 0px;
	padding-top: 15px;
	text-align: right;
	text-transform: none;
}

ul#nav {
	height: 100%;
	padding: 0;
	margin: 0;
	float: right;
	display: compact;
}


ul#nav li {
	float: left;
	font-weight: bold	
	display: compact;
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0 10px 0 10px;
	height: 50px;
	margin-top: 60px;
	font-size: 12pt;
	line-height: 50px;
	text-transform: none;
}

ul#nav li:last-child {
	padding-right: 0;
}

ul#nav li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #eeeeee;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #aaaadd;
}

ul#nav li.navselected {
	color: #ffffff;
	background: url(/include/images/nav-selected.png) center bottom no-repeat;
	text-shadow: 0px 0px 10px #aaaacc;
}

ul#subpages {
	width: 1000px;
	padding: 0;
	border-bottom: 1px solid #aaaaaa;
	height: 30px;
	margin: -20px 0 0 -10px;
	font-size: 10pt;
	box-shadow: 0px 5px 10px #eeeeee;
}

ul#subpages li {
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
	height: 31px;
	line-height: 30px;
	list-style: none;
	padding: 0px 10px 0px 10px;
}

ul#subpages li a {
	text-transform: none;
	text-decoration: none;
	color: #555555;
}
ul#subpages li#subpage_selected a {
	color: #000000;
	text-shadow: 0px 0px 10px #aaaaaa;
}
ul#subpages li#subpage_selected {
	background: url(/include/images/subnav-selected.png) center bottom no-repeat ;
}


#logo {
	float: left;
	margin: 0;
	margin-top: 10px;
}

img {
	border: 0;	
}

/*                               */
/*    FOOTER THINGS              */
/*                               */

#footer {
	background: #ffffff;
	color: #dddddd;
	font-size: 10pt;
	margin: 0 auto 0 auto;
	padding: 10px 0px 10px 60px;
	width: 1040px;
	background: url(/include/images/footer-bg.png) center repeat-y;
	
}

#footer-inner {
	text-align: left;
}

#footer #footer_address {
	display: compact;
	float: left;
	width: 150px;
}

#footer .footer_floater {
	display: compact;
	float: left;
	margin-left: 20px;
	width: 150px;
}

#footer a {
	color: #dddddd;
}

#footer a:hover {
	color: #d6d6d6;	
}

.footer_floater h2, #footer_address h2 {
	font-size: 12pt;
	margin: 0;
	margin-bottom: 10px;
	color: #ffffff;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #333333;
}

#footer ul li a {
color: #777777;
text-decoration: none;
}


div.content ul {
	padding-left: 0px;
	margin-left: 5em;
}

h1 {
	text-align: center;
}

p {
	margin-left: 2.5em;
}

img.left {
	float: left;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
}

hr {
	border: 0px;
	border-top: 1px solid #bbbbdd;
	height: 1px;
}

.split_2 {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

.split_2>div {
	font-size: 12pt;
	width: 470px;
	height: 200px;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	border-radius: 10px;

}

.split_2 div p {
	margin: 0;
}

.split_2_left {
	float: left;
	background: #ff00ff;
}

.split_2_right {
	background: #00ffff;
	float: right;
}

.split_2_inner {
	font-size: 10pt;
	color: #333333;
	display: compact;
	float: right;
	width: 328px;
	padding: 10px;
	position: relative;
	height: 180px;
}

.split_2_inner h2 {
	color: #333333;
	margin: 0px 0px 5px 0;
}

.split_2_inner a.button {
	height: 20px;
	line-height: 20px;	
}

.bigbox {
	width: 980px;
	margin-left: -10px;
	margin-bottom: 15px;
	/* XXX: this was just for layout testing */
	color: #ffffff;
	padding: 10px;
	font-size: 14pt;
	height: 235px;
}

.bigbox_inner {
	position: relative;
	width: 760px;
	float: right;
	height: 235px;
}

.bigbox a {
	color: #ffffff;
	text-decoration: none;
}


.bigbox h2, .bigbox p {
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 5px #000000;

}

.bigbox h2 {
	margin-bottom: 10px;
}

p.buttons {
	float: right;
	position: absolute;
	right: 10px;
	bottom: 0px;
}

a.button {
	border-radius: 8px;
	margin-left: 10px;
	padding: 8px 12px 8px 12px;
	background: #dddddd;
	text-shadow: none;
	color: #333333;
	text-decoration: none;
	display: compact;
	float: left;
	height: 25px;
	line-height: 25px;
}

.readmore {
	background: #ffffff;
	color: #000000;
	display: compact;
	float: right;
}

h1, h2, h3, h4 {
	font-family: "Trykker";
	font-weight: normal;
	color: #222244;
}

.plaintext {
	padding-right: 1em;
	text-align: justify;
}

.plaintext h1 {
	font-size: 16pt;
}

.plaintext h2 {
	font-size: 14pt;
}

.img_float_right {
	display: compact;
	border-radius: 10px;
	float: right;
	margin-left: 15px;
}


.clearme {
	clear: both;
}


