@charset "UTF-8";

/*
+------------------------------------------+
Nadina - Main Style Sheet
+------------------------------------------+
> By David Sword
> http://davidsword.ca/
> Version   0.01
> Started	  2009/10/17
> Completed 2010/01/20
+------------------------------------------+
� 2009 - All rights reserved
+------------------------------------------+
*/

/*Document*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	
}
body {
	background: #333333;
	padding: 15px;
	height: 100%;
}
body, td, tr, th {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}
/*Links and basic formatting*/
a {
	text-decoration: none;
	color: #0182a9;
}
a:link {
	text-decoration: none;
	color: #0182a9;
}
a:hover {
	text-decoration: underline;
	color: #00aedb;
}
a:active {
	text-decoration: none;
	color: #42c4de;
}
a:visited {
	text-decoration: none;
	color: #0182a9;
}
a:visited:hover {
	text-decoration: underline;
	color: #00aedb;
}
/*Elements*/
.container {
	width: 750px;
	border: 1px solid white;
	margin: 0px auto;
	background: url(images/navbackground.gif) right;
}
.bod {
	overflow: hidden;
}
.left {
	width: 600px;
	float: left;
	padding-left: 15px;
	background: #cccccc;
}
	.innerleft_left {
		width: 291px;
		float: left;
		padding-right:15px;
		border-right: 1px solid white;
		padding-bottom:50px;
		min-height: 500px;
	}
	.innerleft_right {
		width: 293px;
		float: right;
		padding-bottom: 15px;
	}
.right {
	width: 134px;
	float: right;
	border-left: 1px solid white;
	min-height: 550px;
}
.footer {
	background: #666666;
	color: #cccccc;
	height: 99px;
	border-top: 1px solid white;
	text-align: right;
	padding: 10px;
}
.styled {
	padding: 2px;
	border: 1px solid #999999;
	background: #F3F3F3;
}
.header {
	padding-top: 10px;
	padding-bottom: 28px;
}
.pagetitleimg {
	height: 40px;
	padding-top: 10px;
	padding-bottom: 8px;
}

/*Font*/
h1, .white, .whitetitle {
	font-size: 14px;
	color: white;
}
.whitetitle a, .whitetitle a:link, .whitetitle a:hover, .whitetitle a:active, .whitetitle a:visited, .whitetitle a:visited:hover {
	font-size: 14px;
	color: white;
}

.whitetitleadditonalspacer {
	height: 32px;
}
.title {
	font-weight: bold;
}

.footer a, .footer a:link, .footer a:visited {
	text-decoration: none;
	color: #333333;
}
.line {
	color: white;
}

.fade {
	color: #666666;
}
.bold {
	font-weight: bold;
}

/*Show/Hide News*/
.morenews {
	display: none;
}
a.showLink, a.hideLink {
	text-decoration: none;
}
a.hideLink {

}
a.showLink:hover, a.hideLink:hover {
	text-decoration: underline;
}


.nav {
	float: right;
}

.navclass a, .navclass a:link, .navclass a:visited, 
.navclass a:hover, .navclass a:visited {
	color: white;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 116px;
	padding-left: 18px;
	padding-top: 6px;
	font-size:12px;
	text-align: left;
}
.navclass {
	border-bottom: 1px solid white;
	display: block;
}

#pagecode, #pagecode a:hover, #pagecode li a:hover {
	background: red;
}




.spashholder {

}

.splash {
	width:750px;
	height:393px;
	max-height:393px;
	border: 1px solid white;
	background: white url(images/splash.jpg) no-repeat;
	overflow: hidden;
	
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin-left: -375px;
	margin-top: -197px;
}





