/* CSS Document */

html {
    min-height: 100%;
    margin-bottom: 1px;
 }
 
body {
	background-color : #FFFFFF;
	margin-top : 0px;
	vertical-align : middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#wrapper
{
	margin-right:auto;
	margin-left:auto;
	width: 740px;
}

#image
{
	position: relative;
	float: right;
	padding: 10px;
	text-align: right;
}
#image .p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: right;
	padding-left: 10px;
	font-weight: normal;
}


#header
{
	background-image: url(../assets/header.gif);
	height: 124px;
}

#nav
{
	background-image: url(../assets/nav.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 45px;
}

#nav a:link {
	text-decoration: none;
	color: #002C76;
}
#nav a:visited {
	text-decoration: none;
	color: #002C76;
}
#nav a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFCC00;
}
#nav a:active {
	text-decoration: none;
	color: #CCCCCC;
}

#tabs ul {
	display: inline;
	position: relative;
	left: 110px;
	width: 420px;
	padding-left: 0px;
	padding-right: 0px;
	} 

#tabs ul li {
	padding: 2px 10px 3px;
	list-style: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	font-weight: bold;
	line-height: 45px;
	}
		
#tabs ul li.here {
	list-style: none;
	display: inline;
	color: #000000;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFCC00;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 45px;
	}
	
#content
{
	background-image: url(../assets/body.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-top: 60px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	text-indent: -.1em;
}
#content a:link {
	text-decoration: none;
	color: #66A2CC;
}
#content a:visited {
	text-decoration: none;
	color: #66A2CC;
}
#content a:hover {
	text-decoration: underline;
	color: #000000;
}
#content a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	background-image: url(../assets/titlebar.gif);
	background-repeat: repeat-y;
	margin: 2px;
	padding: 2px 2px 2px 4px;
}

.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	background-image: url(../assets/titlebar.gif);
	background-repeat: repeat-y;
	padding: 5px;
	text-align: center;
	background-position: center;
	left: 200px;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	top: 180px;
	position: absolute;
	color: #FFCC00;
	background-position: right;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding: 5px;
	letter-spacing: .5em;
	
}

label
{
	width: 13em;
	float: left;
	text-align: right;
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	margin: 10px;
}

.reqFieldLabel{
	font-weight: normal;
	color: red;
	text-align: left;
	float: left;
	margin-left: 70px;
}

.antispam{
	font-weight: normal;
	color: #000000;
	font-size: 1em;
	width: 22em;
	font-style: normal;
	float: none;
}

.submit input
{
}
input
{
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #781351;
	font-weight: normal;
}
.SubmitButton {
	float: left;
	margin: 10px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
}


.submit input
{
	color: #000000;
	border: 2px solid #d7b9c9;
	background-color: #000000;
}
fieldset
{
	border: 1px solid #781351;
	width: 45em;
	position: relative;
	left: 27px;
}
.sub {
	width: 28em;
	text-align: center;
}


legend
{
color: #fff;
background: url(../assets/titlebar.gif) no-repeat;
border: 1px solid #781351;
padding: 2px 6px
}


#footer
{
	background-image: url(../assets/footer.gif);
	height: 48px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
}


#gallery
{
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	width: 610px;
	font-size: 0.7em;
	padding-top: 2px;
	margin-top: 2px;
	font-style: italic;
	border: thin solid #CCCCCC;
}
.gallery {
	display: inline;
	float: none;
	position: relative;
	margin-bottom: 15px;
	font-size: 9px;
}
.photo {
	position: absolute;
	display: block;
	right: 243px;
	top: 307px;
	float: right;
}
