/* Yahoo Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,th,td,p, img
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

body
{
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #003e7e;
}

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

a:hover, a:active
{
	color: #f60;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

#container
{
	width: 810px;
	margin: 40px auto 0 auto;
}

#header
{
	background-image: url(images/main/rule.gif);
	background-repeat: no-repeat;
	background-position: right 52px;
}

p
{
	margin-bottom: 10px;
}

ul#navbar
{
	list-style-type: none;
	float: right;
	margin-right: 8px;
	margin-top: 27px;
}

ul#navbar li
{
	list-style-type: none;
	float: left;
	padding-left: 14px;
}

.tophead
{
	padding-top: 7px;
}

.leftquote
{
	text-indent: -6px;
}


.portlist
{
	font-size: 9px;
}

.portlist a:link, .portlist a:visited
{
	color: #7f9ebe;
}

.portlist a:hover, .portlist a:active
{
	color: #f60;
}

.portlist a.thispage
{
	color: #003e7e;
}

.small
{
	font-size: 9px;
}

#rightcolumn
{
	width: 200px;
	float: right;
	margin-top: 3px;
}

#bluetext-outer
{
	margin: 0px 0px 10px 85px;
	width: 520px;
	padding: 22px 0 0 0;
	float: left;
	background-image: url(images/main/blueshadow-top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#bluetext
{
	margin: 0;
	width: 444px;
	text-align: left;
	color: #fff;
	padding: 38px;
	background-image: url(images/main/blueshadow-sides.jpg);
	background-repeat: repeat-y;
}

#lightbluetext-outer
{
	margin: 0px 0px 10px 85px;
	width: 520px;
	padding: 22px 0 0 0;
	float: left;
	background-image: url(images/main/lightblueshadow-top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#lightbluetext
{
	margin: 0;
	width: 444px;
	text-align: left;
	padding: 38px;
	background-image: url(images/main/lightblueshadow-sides.jpg);
	background-repeat: repeat-y;
}

#bluetext2
{
	margin: 0;
	width: 444px;
	text-align: right;
	color: #fff;
	padding: 38px;
	background-image: url(images/main/blueshadow-sides.jpg);
	background-repeat: repeat-y;
}

#lightbluetext2
{
	margin: 0;
	width: 444px;
	text-align: right;
	padding: 38px;
	background-image: url(images/main/lightblueshadow-sides.jpg);
	background-repeat: repeat-y;
}

#slidenumbers
{
	font-size: 9px;
}

#photospace
{
	height: 550px;
}

#photospacehome
{
	height: 400px;
}

#thankspace
{
	height: 350px;
	text-align: center;
	float: left;
	margin: 0px 0px 0 75px;
	width: 525px;
	position: relative;
}


.images
{
	float: left;
	margin: 0px 0px 0 75px;
	width: 525px;
	text-align: right;
	position: relative;
	cursor: pointer;
}

.images div
{
	display: none;
	border-top: 0;
	height: 100px;
	font-size: 14px;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.shadow img
{
	box-shadow: 7px 7px 6px -1px #999;
	margin: 20px 20px 12px 12px;
}

textarea
{
	border: 1px #CCC solid;
}



/* mouseover state */
.slidetabs
{
	display: none;
}

.slidetabs a:hover
{
	color: #f60;
}

/* active state (current page state) */
.slidetabs a.current
{
	color: #f60;
	font-weight: bold;
}

/* prev and next buttons */
.forward, .backward
{
	/*
	margin-top:140px;
*/
	float: left;
	background: #fff url(images/main/arrows.gif) no-repeat;
	display: block;
	width: 10px;
	height: 11px;
	cursor: pointer;
	font-size: 1px;
	text-indent: -9999em;
}

/* next */
.forward
{
	background-position: -24px -11px;
	margin-left: 10px;
}

.forward:hover
{
	background-position: -24px 0px;
}

.forward:active
{
	background-position: -24px 0px;
}

/* prev */
.backward
{
	background-position: 0px -11px;
	margin-right: 0px;
}

.backward:hover
{
	background-position: 0px 0;
}

.backward:active
{
	background-position: -0px 0;
}

button#playbutton
{
	float: left;
	background: #fff url(images/main/arrows.gif) no-repeat;
	display: block;
	width: 10px;
	height: 11px;
	cursor: pointer;
	font-size: 1px;
	text-indent: -9999em;
	background-position: -24px -11px;
	border: none;
	display: none;
}

button#playbutton:hover
{
	background-position: -24px 0px;
}

button#playbutton:active
{
	background-position: -24px 0px;
}

button#stopbutton
{
	float: left;
	background: #fff url(images/main/arrows.gif) no-repeat;
	display: block;
	width: 10px;
	height: 11px;
	cursor: pointer;
	font-size: 1px;
	text-indent: -9999em;
	background-position: -10px -11px;
	border: none;
	display: none;
}

button#stopbutton:hover
{
	background-position: -10px 0px;
}

button#stopbutton:active
{
	background-position: -10px 0px;
}

#footer
{
	color: #7f9ebe;
	clear: both;
	background-image: url(images/main/rule.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	width: 710px;
	margin-top: 10px;
	text-align: center;
	padding: 10px 10px 0 90px;
	margin-right: 8px;
	font-size: 10px;
}

#footer div
{
	padding-top: 3px;
}

#footer div.nopad
{
	padding-top: 0;
}

.floatright
{
	float: right;
}

.floatleft
{
	float: left;
}
