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

* {
margin:0;
padding:0;
} 
a{
	color: #00b6de;
}
a:hover {
	text-decoration:none;
	color: #00b6de;
}
a:active {
	text-decoration:none;
}
a:focus, input:focus {
	outline:none;
}

body
{
	margin:0px;
	background-color:#ffffff;
	font-family: Verdana;
	font-size: 13px;
	color: #6e6e6e;
}

#dvmaincontainer
{
	width: 100%;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
}

#dvmaincontainer #dvtopcontainer
{
	width:920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 224px;

}

#dvtopcontainer #dvlogocontainer
{
	float:left;
	position: relative;
	margin-top: 10px;
	padding: 0px;
}

#vlength{
	margin-top: 10px;
	font-style: italic;
}
#story{
	margin-top: 10px;
	padding: 20px;
	width: 300px;
	float: left;
	font-size: 13px;
	line-height: 20px;
	background: #f4f4f4;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#fund{
	margin-top: 10px;
	padding: 20px;
	width: 880px;
	float: left;
	font-size: 14px;
	line-height: 23px;
	background: #f4f4f4;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.error {
	color:#F00;
}

#message{
	margin-top: 20px;
}

#message h2{
	color: #00b6de;
}
.form{
	float: left;
	margin-left: 20px;
}
.form h1 {
	margin-top: 10px;
}
.form form{
	margin-top: 20px;
}

.form td{
	 padding-left: 10px;
	 padding-bottom: 10px;
	 vertical-align: top;
}
.form input{
	width: 400px;
	height: 20px;
	padding-left: 3px;
	padding-right: 3px;
}

.form textarea{
	width: 401px;
	height: 150px;
	padding-left: 3px;
	padding-right: 3px;
}
.form .button{
	width: 100px;
	height: 40px;
	float: right;
	font-size: 18px;
	color: #00b6de;
	padding-bottom: 2px;
}
/* Accordion */
h2.trigger{
	background: #f4f4f4 url(../images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0 0 5px 0;
	border: 1px solid #c4c4c4;
	cursor: pointer;
	font-size: 13px;
	line-height: 100%;
	font-weight: bold;
}
h2.trigger a {
	color: #6e6e6e;
	text-decoration: none;
	display: block;
}

h2.trigger a:hover { color: #000000; }

h2.active {
	background-position: right 5px;
	background-color: #e8f5fe;
	color: #fff;
}

.toggle_container {
	margin: 0 0 5px;
	background: #f4f4f4;
	overflow: scroll;
	height: 400px;
}

.toggle_container .block {
	padding: 20px;
}
/* MENU */
#pointermenu2{
	margin: 0;
	padding: 0;
}

#pointermenu2 ul{
	margin: 0;
	margin-left: 15px; /*menu offset from left edge of window*/
	float: left;
	height: 95px;
	font: bold 16px Verdana; /*optional left round corner*/
}

#pointermenu2 ul li{
	display: inline;
	line-height: 25px;
}


#pointermenu2 ul li a{
	float: left;
	color: #00b6de;
	font-weight: bold;
	padding: 30px 13px 7px 13px;
	text-decoration: none;
	text-align: center;
}

#pointermenu2 ul li a:visited{
	color: #00b6de;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
	color: #00b6de;
	background-color: transparent;
	background-image: url(../images/pointer.gif);
	background-repeat: no-repeat;
	background-position: center 78px;
}

#pointermenu2 ul li a:hover{
	color:#FFF;
	background-color: #ace8f5;
}

#dvmaincontainer #dvbodycontainer
{
	float:left;
	width:920px;
	font-size: 13px;
	margin:0;
	font-family: Verdana;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
}

#dvbodycontainer #image{
	background-color: #e8f5fe;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#dvbodycontainer h1{
	font-size: 16px;
	font-weight: bold;
	color: #00b6de;
}

#dvbodycontainer p{
	padding-top: 5px;
	padding-bottom: 5px;
}

#dvbodycontainer .reflection{
	color: #6e6e6e;
	background: #f4f4f4; /*background of Drop Down Panel*/
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#box {
	width:100%;
	padding-left: 0px;
}
#box a{
	width:900px;
}

#box h3{
	margin-bottom: 5px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}

#box p{
 padding: 0px;
}
#box1 {
	width: 250px;
	float: left;
	margin-top: 20px;
}

#box2 {
	width: 630px;
	float: left;
	margin-left: 40px;
	position: relative;
}
#box2 
/* gallery */
#gal{
	width:100%;
	padding-top: 10px;
	position: relative;
}
#gal a{
	display:-moz-inline-stack;
	display:inline-block;
	position:relative;
	vertical-align:top;
	margin:3px;
	opacity:0.87;
	float: left;
}

#gal a img{
	display:block;
	border:none;
	margin-right: 40px;
}

#gal a:hover{
	opacity:1;
}

#gal  h1 {
	padding-top: 10px;
	color: #00b6de;
}
#gal div{
	margin-top: 10px;
}
#gal h2{
	margin-top: 10px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
}
.sp{
	clear: left;
	width: 100%;
	height: 10px;
	background-color:#f4f4f4;
}

/* dropdown panel */
.ddpanel {
	margin-bottom: 20px;
}

.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
	color: #6e6e6e;
	background: #f4f4f4; /*background of Drop Down Panel*/
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}
.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
	margin-right: 10px;
	font-family: Verdana;
	font-size: 13px;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
	float: right;
	color: #00b6de; /*background of toggle tab*/
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #f4f4f4;
	background-image: url(../images/toggleleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
	float: left;
	display: block;
	padding: 1px 12px 4px 13px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/toggleright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* footer */
#dvfootercontainer
{
	float:left;
	width: 100%;
	margin:0px;
	padding:0px 0px 0px 0px;
	background-color: #e8f5fe;
	margin-bottom: 2px;
}

#dvfootercontainer p
{
	float:left;
	font-size:12px;
	text-align:left;
	color:#00b6de;
	margin:0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}