body
{
	text-align: center;
	font-family: "Lucida Grande","Lucida Sans Unicode",Myriad,Verdana,sans-serif;
	font-size: 14px;
	color: white;
	background-color: #000066;
}
			
a {text-decoration:none; color: orange;}
a:link {color:orange} /* unvisited link */
a:visited {color:orange} /* visited link */
a:hover {color:black} /* mouse over link */
a:active {color:black} /* selected link */

#container
{
	width: 891px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
			
#header
{
	width: 891px;
}

#header #headImageContainer
{
	width: 891px;
	height: 173px;
}
			
#header #headImage
{
	width: 891px;
	height: 173px;
	background-image: url(/images/header2.jpg);
}

#header #headImage h1
{
	display: none;
}

#header #navigation
{
	width: 891px;
	height: 35px;
	background-image: url(/images/headerBottom.jpg);
}
			
#header #navigation ul
{
	margin: 0 0 0 10px;
	padding: 0px;
}
			
#header #navigation ul li
{
	margin: 5px 32px 0 0;
	padding: 0px;
	list-style-type: none;
	float: left;
	font-size: 22px;
	font-family: Times New Roman;
}

#header #navigation ul li a {text-decoration:none;}
#header #navigation ul li a:link {color:#FFFFFF} /* unvisited link */
#header #navigation ul li a:visited {color:#FFFFFF} /* visited link */
#header #navigation ul li a:hover {color:#000000} /* mouse over link */
#header #navigation ul li a:active {color:#000000} /* selected link */

#header #navigation ul li.last
{
	margin-right: 20px;
	float: right;
}
			
#content
{
	background-color: #3584ab;
	background-image: url(/images/bg.jpg);
	padding: 10px;
}
			
#content h2
{
	margin: 0px;
	padding: 0px;
}
			
.clearfix
{
	display: block;
	clear: both;
}
			
.yellowText
{
	color: yellow;
}
			
.orangeText
{
	color: orange;
}
			
.large
{
	font-size: 140%;
}
			
.extraLarge
{
	font-size: 225%;
}
			
.uppercase
{
	text-transform: uppercase;
}
			
.bold
{
	font-weight: bold;
}
			
.italic
{
	font-style: italic;
}
			
.times
{
	font-family: times;
}
			
.noMargin
{
	margin: 0px;
}
			
.noPadding
{
	padding: 0px;
}
			
.twentyPixelTopMargin
{
	margin-top: 20px;
}

.thirtyPixelTopMargin
{
	margin-top: 30px;
}

.rightFloater
{
    width: 310px;
    float: right;
    margin: 0 0 0 10px;
    text-align: center;
}

.largeRightFloater
{
	width: 450px;
	float: right;
	margin: 0 0 0 10px;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}
			
.inline
{
	display: inline;
}
			
.clearLeft
{
	clear: left;
}
			
.centerTextAlign
{
	text-align: center;
}

.leftTextAlign
{
	text-align: left;
}

.whiteFivePixelBorder
{
	border: 5px solid white;
}
			
#footer
{
	width: 100%;
	height: 30px;
	background-color: #136892;
	text-align: center;
}
			
#footer ul
{
	margin: 0px;
	padding: 5px 5px 5px 20px;
}
			
#footer ul li
{
	margin: 0px;
	padding: 0px 45px 0 0;
	list-style-type: none;
	float: left;
	font-size: 16px;
}
			
#footer ul li.last
{
	padding-right: 0;
}
			
#footer ul li a {text-decoration:none; color: #000066;}
#footer ul li a:link {color:#000066} /* unvisited link */
#footer ul li a:visited {color:#000066} /* visited link */
#footer ul li a:hover {color:#FFFFFF} /* mouse over link */
#footer ul li a:active {color:#FFFFFF} /* selected link */

.testimonial
{
}

.testimonial p
{
}

.testimonial span
{
	display: block;
	clear: left;
	font-weight: bold;
}

#copyright
{
	height: 150px;
	text-align: center;
}

.breadcrumb
{
	margin-bottom: 60px;
	float: left;
}

.breadcrumb SPAN
{
	margin-left: 10px;
	margin-right: 10px;
}

.rightHeader
{
	color: #4491b8;
	float: right;
	font-size: 200%;
	margin: 0 35px 0 0 !important;
}

.galleryImage
{
	float: left;
	width: 262px;
	height: 225px;
	margin: 10px;
	padding: 0px;
	background-color: White;
	display: block;
}

.content4
{
	background-image: url('/images/bg4.jpg');
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px;
}