@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #DFE7FF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body,td,th {
	color: #000066;
}
a:link {
	color: #000066;
	text-decoration:none;
}
a:hover {
	color:#FF6600;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-repeat: no-repeat;
	background-image: url(images/);
	text-align: center;
	height: 140px;
	width: 150px;
	margin: 10px 0px 0px 0px;
	border-bottom: 1px solid #000000;
	top: 0px;
	float: left;
} 
.twoColFixLtHdr #header2 {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-repeat: no-repeat;
	background-image: url(images/header_coast.jpg);
	height: 150px;
	width: 630px;
	margin: 0px 0px 0px 150px;
	border-bottom: 1px solid #000000;
	top: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 75%;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	line-height: 125%;
}
.twoColFixLtHdr #sidebar1 {
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px 0px 0px;
	background-color: #D7E6FF;
	float: left;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 160px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
} 
.twoColFixLtHdr #client-comment {
	font-style: italic;
} 
.twoColFixLtHdr #client {
	font-weight: bold;
	font-style: italic;
	text-align: center;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #000066;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu {
}
#menu ul {
	margin: 0;
	padding: 0;
	background-color: transparent;
	list-style-type: none;
	display: block;
}
#menu li {
	display: inline;
	padding: 0;
	margin: 0;
}
#menu li a{
	background-color: transparent;
	color: #000;
	display: block;
	padding: 2px 5px 3px 5px;
	text-decoration: none;
	margin: 0 0px;
	font-size: 11px;
}
#menu li a:hover, #nav ul li a:focus{
	color: #FFF;
	text-decoration: none;
	background-color: #03A5FC;
}
#menu li.title{
	background-color: #00629F;
	color: #FFF;
	display: block;
	padding: 1px 5px 2px;
	text-decoration: none;
	height: 1%;
	margin: 3px 0px;
	font-size: 11px;
}
.content
{
	margin: 0 20px 0 10px;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
}
