/* CSS Document Global Styles */

.text9 { font-size:10px; line-height:12px; font-family:Verdana, Arial, Helvetica, sans-serif;  }
.text10 { font-size:10px; line-height:12px; font-family:Verdana, Arial, Helvetica, sans-serif;  }
.text11 { font-size:11px; line-height:13px; font-family:Verdana, Arial, Helvetica, sans-serif;  }
.text12 { font-size:12px; line-height:14px; font-family:Verdana, Arial, Helvetica, sans-serif;  }
.text13 { font-size:13px; line-height:16px; font-family:Verdana, Arial, Helvetica, sans-serif;  }
.text18 { font-size:18px; line-height:20px; font-family:Verdana, Arial, Helvetica, sans-serif;  }

.black { color: #000000 }
.white { color: #ffffff }
.grey { color: #999999}

p { margin-top: 3px; margin-bottom:5px; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}

.errors { font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#FF0000 }
.compulsary { font-family: Arial, Helvetica, sans-serif; font-size:18px; color:#FF0000 ; font-weight: bold }
.space { font-size:3px; line-height: 3px; }

/* Header & Sub Header Text */

.Header {
	/*color: #cc7700;*/
	color: #0054a6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 10px;
}
.SubHeader {
	color: #3f6618;
	/*color: #cd5806;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
}
.SubHeader:hover {
	text-decoration: underline;
}
.SubSubHeader {
	color: #3f6618;
	/*color: #cd5806;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration:none;
}
.SubSubHeader:hover {
	text-decoration: underline;
}

.NavLinks {
	color: #999999;
	/*color: #cd5806;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.ImageWide {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/* Single Content */

.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 700px;
	margin: 10px;
}

/* ImageFrame */

.ImageFrame {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	word-spacing: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 6px;
	color: #999999;

}

.ImageFrameWide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	word-spacing: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 6px;
	margin-left: 10px;
	color: #999999;
}

/* Left & Right Content */

.ContentLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px;
}
.ContentRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px;
}

.StarFish {
	background-image: url(media/StarFish.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: scroll;
	height: 180px;
}


/* CSS Document Nav Menu Styles */

#navcontainer ul {
	
	padding: 0em;
	margin: 0em;
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	list-style-type: none;
	
	top: 0em;

}

#navcontainer li a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;

	background-image: url(media/NavBG.jpg);

	text-indent: 10px;
	
	width: 187px;
	height: 21px;
	padding-top: 7px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	
}

#navcontainer li li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #FFFFFF;
	background-image: url(media/SubNavBG.jpg);
	text-indent: 13px;
	text-align: left;
	width: 187px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 7px;
	height: 21px;	
}

#navcontainer ul ul { 
	margin-left: 0em; 
}

#navcontainer a {
	text-decoration: none;
	display: block;
}

#navcontainer li a:hover {
	background-image: url(media/NavBG_Hover.jpg);
}

#navcontainer li li a:hover	{
	background-image: url(media/subNavBG_Hover.jpg);
}
