@charset "utf-8";
/* CSS Document */

/* RESET */

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, 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,
table, caption, tbody, tfoot, thead, tr, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

body {
	background:url(img/bg-tilex3.jpg) repeat-x #000000;
}

img.imgborder {
	border:solid 3px #b0aeae;
	margin:5px;
	float:right;
}
 
p {
	padding-bottom:5px;
}

#wrap {
	width:838px;
	height:100%;
	margin:0 auto;
}

#header {
	width:838px;
	height:151px;
}

#contentwrap {
	width:838px;
	height:auto;
	background:#e8e6e6;
	border:4px solid #666666;
}

#navcontainer {
	width:838px;
	height:auto;
	padding:15px 0 5px 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:14px;
}
 
.headertext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

ul#navlist {
	margin-left:0;
	padding-left:0;
	white-space: nowrap;
}
 
#navlist li {
	display:inline;
	list-style-type:none;
}
 
#active {
	color:#fff;
	background-color:#000;
	text-decoration:none;
}

#navlist a {
	margin:0px 2px 0px 2px;
	padding:3px 10px 3px 10px;
}

#navlist a:link, #navlist a:visited {
	color:#000;
	background-color:#fff;
	text-decoration:none;
}
 
 
#navlist a:hover, #navlist a.active {
	color:#fff;
	background-color:#000;
	text-decoration:none;
}

#bottomnav {
	color:white;
	text-align:center;
	padding:2px 2px 2px 2px;
}

#bottomnav a:link, #bottomnav a:visited {
	color:#CCCCCC;
	text-decoration:none;
}

#bottomnav a:hover {
	color:white;
	text-decoration:underline;
}

#logo {
	width:350px;
	float:left;
	margin-left:50px;
}

#headertext1, #headertext2 {
	float:left;
	width:200px;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
}

#titleline {
	float:left;
	text-align:center;
	width:400px;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:8px 0 3px 0;
}

#tagline {
	float:left;
	text-align:center;
	width:540px;
	color:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:2px 0 2px 0;
}

#content {
	width:838px;
	height:540px;
	padding:10px 5px 3px 23px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
 
.itemleft {
	width:540px;
	padding-right:2px;
	float:left;
}
 
.itemright {
	width:250px;
	float:left;
	margin-left:5px;
	padding:0 10px 10px 5px;
}
 
.bottomcontent {
	width:792px;
	clear:left;
	margin-left:5px;
	padding-top:10px;
}
 
.footer {
	color:white;
	padding-top:5px;
	font-size:10px;
}

a:link, a:visited {
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}
