
/* General styles */

body {
	font-family: verdana, arial, helvetica;
	background-color: #434343;
	color:#fff;
	margin:0px;
	background-image: url('bodyback.gif');
	background-repeat: repeat-x;
}


/* Main header and navigation */

div.header {
	height: 86px;
}

div.header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.nav {
	text-align: center;
	margin-top: 18px;
}

div.nav a {
	padding-left: 60px;
	padding-right: 60px;
	text-decoration: none;
	color: #c8c8c8;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 0.8em;
}


/* Body content and breadcrumbs */

div.body {
	padding: 4px;
}


h4.updates {
	margin: 25px 24px 0px 24px;
	color: #e0e0e0;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #e0e0e0;
}

div.content {
	
	color: #000000;
	background-color: #e0e0e0;
	border-style: solid;
	border-width: 2px;
	border-color: #404040;	
	margin: 10px 10px 15px 10px;
	padding: 0px 20px 40px 20px;
}

div.content h4 {
	padding: 0px 0px 2px 0px;
	font-size: 1.0em;
	color: #202020;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #404040;
}

div.content h5 {
	padding: 0px 0px 2px 0px;
	font-size: 0.9em;
	color: #404040;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #606060;
}

#content-images {
	float: right;
	width: 430px;
	padding: 0px 0px 20px 40px;
}

#content-images img {
	padding: 5px 5px 5px 5px;
	align: right;
	border: 0px;
}

div.content p {
	padding: 0px 0px 10px 0px;
	font-size: 0.7em;

}

#links {
	float: right;
	width: 250px;
	padding: 0px 0px 20px 40px;
}

#contact {
	padding-right: 20px;
	border-right: 1px solid #aaa;
	margin-right: 270px;
	
}


div.breadcrumbs {
	margin-bottom: 18px;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 0.8em;
}

div.breadcrumbs a {
	padding-right: 10px;
	margin-left: 10px;
}


/* Link styles */

div.nav a:link {color: #c8c8c8}
div.nav a:visited {color: #b0b0b0}

div.nav a:hover,
div.nav a.active:hover {color: #fff}

div.nav a.active:link, 
div.nav a.active:visited {color: #d8e8f0}

div.breadcrumbs a:link,
div.breadcrumbs a:visited,
div.thumb a:link,
div.thumb a:visited {color: #e0e0e0}

div.breadcrumbs a:hover,
div.thumb a:hover {color: #fff}

li a:link,
li a:visited {color: #202020}
li a:hover {color: #404040}

div.breadcrumbs a:active,
div.thumb a:active,
li a:active,
div.nav a.active:active,
div.nav a:active {color: #00F}

div.thumb a {text-decoration: none; }


/* Image and thumbnail styles */

img.single {
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 12px;
	border-color: #e0e0e0;
}

div.thumb {
	float:left;
	text-align: center;
	margin: 24px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 0.8em;
	height: 240px;
}

div.thumb img {
	border-style: solid;
	border-width: 8px;
	border-color: #e0e0e0;
	margin-bottom: 12px;
}

div.thumb.album img {
	border-style: double;
}

span.nwarn {
	font-size: 0.8em;
	color: #d0d0d0;
}


/* Form styles */

li {
	font-size: 0.8em;
}

p {
	font-weight: bold;
	font-size: 0.7em;
}

form {
	margin-top: 30px;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	padding-top: 10px;
	margin-bottom: 40px;
}

form div select {
	margin-right: 40px;
}

form input,textarea {
	margin-top: 5px;
	margin-bottom: 10px;
}
div.formlabel {
	margin-top: 10px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 0.8em;
}

input.formfield {
    width: 100%;
    border: 1px solid #444444;
}

div.submitbutton {
	width: 100%;
	text-align: right;
	
}

input.submit {
    border: 1px solid #444444;
}

textarea {
    border: 1px solid #444444;
    width: 100%;
    height: 240px;
}

table {
	font-size: 0.7em;
}

tr.newline td {
	padding-top: 3px;
	background: #000000;
}