/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #454545;
	background-color: #FFFFFF;
}


#dolphine{
	width: 100%;
	height: 800px;
	background-position: center;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}


a img{
	border: none;
}


a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover, a:active {
	color: #E76755;
	text-decoration: none;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #006699;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
	font-size: 150%;
	color: #E76755;
	font-weight: bold;
	text-align: left;
	font-style: italic;
}


label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	width: 1000px;
	height: 110px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
}

#content{
	width: 980px;
	margin: 0;
	height: 900px;
	text-align: center;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	background-position: left;
	text-align: left;
}

#infoPhoto{
	color: #E76755;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	background-position: left;
}

#infoDF{
	color: #E76755;
	position: absolute;
	top: 50px;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	right: 20px;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 22px;
	left: 763px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}


#a.utility:link {
	color: #006699;
	text-decoration: none;
}

#a.utility:visited {
	color: #006699;
	text-decoration: none;
}

#a.utility:hover {
	color: #E76755;
	text-decoration: underline;
}

#a.utility:active {
	color: #E76755;
	text-decoration: underline;
}



/***********************************************/
/*Component Menu                               */
/***********************************************/

.ddm1 {
	font: 12px tahoma;
	text-align: left;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
    background: #ffffff;
    color: #006699;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #ffffff;
    color: #E76755;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: #ffffff;
    color: #006699;
}
.ddm1 .item2:hover {
    background: #ffffff;
    color: #E76755;
}
.ddm1 .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}

* html .ddm1 td { position: relative; } /* ie 5.0 fix */

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-position: left;
	text-align: left;
}


#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: bottom;
}



.Navigator {
	background-image: none;
	color: #FFFFFF;
	text-decoration: none;
}

.DolfText {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
	font-size:14px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/************** map styles *****************/

#map{
	color: #000000;
	font-family: Verdana, sans-serif;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#a.map:link, #a.map:visited {
	color: #006699;
	text-decoration: none;
}

#a.map:hover, #a.map:active {
	color: #E76755;
	text-decoration: none;
}

/************** map styles *****************/

#error{
	color: #E76755;
	font-family: Verdana, sans-serif;
	text-align: left;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
}