/* CSS Document */
/*colorSchemeId 2e61Tw0w0w0w0*/
html {
	min-height:100%;
	background-image:url("../../images/sea_1600.png");
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color:#e8edf2;
}

body	{
	margin-top:20px;
	font-size:small;
 	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
 	color:#555555;
 	
}

.clearFloat	{
	clear:both;
}

#outerWrapper	{
	width:100%;
}

#outerWrapperTop	{
	width:955px;
	height:10px;
	margin:auto;
	background-image:url("../../images/outerWrapBackgroundTop.png");
	background-position:bottom;
	background-repeat:no-repeat;
}

#outerWrapperMid	{
	width:955px;
	margin:auto;
	background-image:url("../../images/outerWrapBackgroundMid.png");
}

#outerWrapperBot	{
	width:955px;
	height:30px;
	margin:auto;
	background-image:url("../../images/outerWrapBackgroundBot.png");
	background-position:top;
	background-repeat:no-repeat;
	text-align:right;
	font-size:18px;
	font-weight:bold;
	/*color:#244E76;*/
	color:#FFFFFF;
	padding-top:5px;
	z-index:2;
	/*border:1px solid red;*/
}



#innerWrapper	{
	position:relative;	
	width:935px;
	margin:auto; 
}

#topSpacer	{
	width:935px;
	height:30px;
}

#menu	{ 
	width:935px;
	height:20px;
	background-color:#244E76;
}

.mainMenu	{
	float:left;
	width:100px;
	height:20px;
	color:#FFFFFF;
	font-size:14px;
	background-color:#244E76;
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	border-right:#FFFFFF 1px solid;
}

a:link	{
	color:#FFFFFF;
}

a:visited	{
	color:#FFFFFF;
}

a:hover {
	color:#FFFFFF; /* mouse over link */
} 

a:active {
	color:#FFFFFF; /* selected link */
} 
/*


#innerSubMenuMid 	{
	position:relative;
	width:170px;
	min-height:100px;
	padding:0px 10px 0px 10px;
	top:-40px;
	left:0px;
	z-index:2;
}

#innerSubMenuBot 	{
	position:relative;
	width:170px;
	height:75px;
	top:-100px;
	left:0px;
	background-image:url("../../images/subMenuBkGndBotRight.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
	z-index:1;
}
*/

#contentWrapper	{
	width:935px;
	margin:auto;
	background-color:#FFFFFF;
}

#contentTop	{
	width:400px;
	margin:auto;
	padding-top:1px;
	background-position:top;
	background-repeat:no-repeat;
}

#contentMiddle	{
	width:925px;
	padding:10px 5px 0px 5px;
}

#contentBottom	{
	width:935px;
	height:10px;
	background-color:#FFFFFF;
}

#map	{
	width:580px;
	height:400px;
	margin:auto;
	background-image:url("../../images/mapBackGround.jpg");
}

#editPreferencesMap	{
	float:left;
	width:400px;
	height:300px;
	background-image:url("../../images/mapBackGround.jpg")
}

#mapTarget	{
	position:relative;
	width:30px;
	height:30px;
	left:185px;
	top:165px;
	background-image:url(../../images/cross.png); 
	z-index:1;
}

#content	{
	float:left;
	margin-left:20px;
	width:900px;
	background-repeat:no-repeat;
	background-position:top;
}

#innerContent	{	
	width:900px;
}

#innerContentTop 	{
	width:900px;
	background-position:top;
	background-repeat:no-repeat;
	z-index:2;
}

#innerContentMid 	{
	/*position:relative;*/
	width:900px;
	padding:0px 5px 0px 5px;
	z-index:2;
}

#innerContentBot 	{
	width:900px;
	background-position:top;
	background-repeat:no-repeat;
	z-index:2;
}



/************************Forms****************************/

.form_err	{
	color:#ff0000;
	font-size:smaller;
}

/*********************************************************/

.toggler {
	margin: 0;
	padding: 3px 5px;
	background-image:url(../images/accordian-on.gif);
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:13px;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #fffff;
	cursor:pointer;
	background-color:#df2027;
	border-bottom:1px solid #ffffff;
	
}


