/************************************ INITIAL GLOBALS ******************************************/

body
{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	background:url(images/bg.gif);
}

h1,h2,h3,h4,ul,li,form
{
	margin:0px;
	padding:0px;
}

h2
{
	font-weight:bold;
	font-size: 26px;
}

a:link
{
	font-weight:bold;
	color: #FA6601;
	text-decoration:none;
}

a:hover
{
	font-weight:bold;
	color: #cc0000;
}






/*********************************** MAIN CONTAINERS *********************************************/

.globalContainer
{
	width:100%;
	margin:0px;
	padding:0px 0px 30px 0px;
}
.outerGlobalContainer /* holding png shadows for main content area, ie6 png fix in ie6 stylesheet */
{
	width:950px;
	margin:0px auto 0px auto;
	background:url(images/inner_bg2.png) bottom no-repeat;
}
.innerGlobalContainer
{
	width:900px;
	margin:0px 0px 10px 26px;
	background-color:#FFFFFF;
	padding:1px 0px 5px 0px;
	border: solid black 0px;
}

/******************************* HEADER CONTAINER *********************************************/

.headerContainer
{
	width:100%;
}
.innerHeaderContainer
{
	width:860px;
	margin:5px 0px 0px 20px;
	border: solid black 0px;
}
.navList
{
	list-style-type: none;
	margin:10px 0px 0px 0px;
}
.navList li
{
	float:left;
	padding:0px 15px 0px 0px;
}
.navContainer
{
	width:845px;
	margin-left:20px;
	margin-bottom:10px;
	margin-top:0px;
	overflow:auto;
	padding-left: 15px;
	border: solid black 0px;
}
.navContainer .navRight
{
	float:right;
}
.innerHeaderContainer a img
{
	border:none;
}
.textOnly
{
	float:right;
	font-size:68%;
}
.textOnly a
{
	color:#999999;
	text-decoration:none;
}
.textOnly a:hover
{
	color:#999999;
	text-decoration:underline;
}

/**************************************** STRAP CONTAINER ***************************************************/

.strapContainer
{
	width:100%;
	min-height:110px;
	background:url(images/line_orange.gif) top no-repeat;
	margin:0px 0px 15px 0px;
	border: solid black 0px;
}
.innerStrapContainer
{
	width:100%;
	min-height:107px;
	background:url(images/line_orange.gif) bottom no-repeat;
	border: solid black 0px;
}
.strapContentContainer01
{
	width:590px;
	margin-left:104px;
	background:url(images/strap_back2.jpg) bottom right no-repeat;
	min-height:105px;
	padding-top:15px;
	text-align: center;
}

.strapContentContainerNew
{
	width:100%;	
	min-height:103px;
	padding-top:10px;
	text-align: center;
	border: solid black 0px;
}

.strapContentContainerBody
{
	width:820px;
	padding-left: 40px;
	min-height:800px;
	padding-top:1px;
	text-align: left;
	background:url(images/line_orange.gif) bottom no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	border: solid black 0px;
} 

.tableBorder
{
	width:746px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:13px;
	text-align: center;
	border: solid #FA6601 1px;

} 
.tableBorder2
{
	width:746px;
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:13px;
	text-align: center;
	border: solid #FA6601 1px;

} 
.tableImageText
{
	font-family:tahoma, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10px;
	text-align: center;
	border: solid #FA6601 0px;
} 

.strapContentContainerBody2
{
	width:900px;

	min-height:620px;
	padding-top:0px;
	text-align: left;
	background:url(images/line_orange.gif) bottom no-repeat;
	border: solid black 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
}

.mapContainer
{
	width:900px;
	min-height:900px;
	padding-top:5px;
	text-align: center;
	background:url(images/line_orange.gif) bottom no-repeat;
	border: solid black 0px;
	font-family:Arial, Helvetica, sans-serif;
} 

.galleryContainer
{
	width:563px;
	margin-left:88px;
	padding-top:10px;
	padding-bottom:5px;
	padding-left: 4px;
	text-align: left;
	border: solid black 0px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

.iframeContainer
{
	width:97%;
	margin-left:0px;
	margin-right:0px;
	text-align: center;
	border: solid #FA6601 1px;
	min-height: 300px;
} 



.strapContentContainer01 h2
{
	padding:20px 200px 0px 0px;
}
.strapContentContainer01 p
{
	padding:0px 150px 0px 0px;
}

.headerText
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
}





TD.upper {
	color : #FFFFFF;
	background : #23559C;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

FONT.smaller {
	font-size: 10px;
}

table.entries {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	BORDER-RIGHT: #23559C 1px solid;
	BORDER-LEFT: #23559C 1px solid;
	BORDER-TOP: #23559C 1px solid;
	BORDER-BOTTOM: #23559C 1px solid;
}

INPUT {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}