/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #152e66;
}

#wrap {
background: #152e66 url(bg.gif) top center repeat-y;

margin: 0 auto;
width: 760px;
}

#header {
clear: both;
margin: 10px 0px 0 24px;
padding: 0;
height: 230px;
}

#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

form {
margin: 0px;
}

#nav {
position: relative;
left: 25px;
top: -5px;
float: left;
width: 150px;
margin: 0 0 10px 10px;
padding: 0;
font-size: 1em;

}
#nav ul {
	float: left;
	width: 40em;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #000;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 8em;
	w\idth: 6em;
	color: #38348b;
	text-decoration: none;
	padding: 0.25em 1em;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 8em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 11.4em;
	w\idth: 10em;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 9em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #bbbada;
}


.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

#extras {
background: #cfa87b;
float: right;
width: 175px;
margin: 5px 5px 5px 5px;
padding: 0;
font-size: 1em;
line-height: 1.4em;
color: #fff;
border: 1px solid black;
}

#extras p {
margin: 2em 2em 2em 2em;
}

#content {
margin: 0px 190px 20px 75px;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2
{
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	font-family: Tahoma;
	color: #38348B;
	font-weight: bold;
}

#content img {
padding: 3px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

#content h1
{
	font-size: 1.3em;
	margin: 0 0 10px 0;
	font-family: Tahoma;
	color: #38348B;
	font-weight: bold;
}

h3 {
font-size: 1em;
margin: 5px 5px 10px 5px;
}

table.index
{
	position: absolute;
	top: 305px;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}