@charset "utf-8";
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #121F49;
	font-family: Trebuchet MS, Arial;
	background-image: url(images/wallpaper.jpg);
}

a:link {
	color: #CC0000;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #121F49;
}
a:active {
	color: #121F49;
}

.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
.thrColFixHdr #header {
	background-color: #121F49;
	height: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
} 
.navbar {
	background-color: #121F49;
	height: 30px;
	width: 780px;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 800px;
	height: 50px;
}

h3 {
	font-size: 120%;
	color: #91220E;
}


ul li {
float:left;
}

ul a {
	display:block;
	float:left;
	line-height:2.1 em;
	text-decoration:none;
	color:#0000FF;
	padding-top: 0;
	padding-right: 2em;
	padding-bottom: 0;
	padding-left: 2em;
	font-weight: bold;
}

ul a:link {
color:#112049;
}


ul a:hover {
color:#cc0000;
}

.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFFFFF;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
} 
.thrColFixHdr #mainContentHome {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/scallop_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height:300px;
} 
.thrColFixHdr #mainContentSub {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.scallop {
	font-family: "Trebuchet MS", Arial;
	font-size: 120%;
	line-height: 160%;
	font-weight: bold;
	background-position: center center;
	height: 305px;
	background-color: #FFFFFF;
	background-image: url(images/scallop_background.jpg);
	width: 300px;
	background-repeat: no-repeat;
	vertical-align: top;
}

.thrColFixHdr #footer {
	background-color: #FFFFFF;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	float: none;
} 
#maincentrecontent {
	background-position: center;
	width: 720px;
	padding-right: 30px;
	padding-left: 30px;
}

p {
	font-size: 100%;
	line-height: 140%;
}

.copyright {
	font-size: x-small;
	color: #121F49;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 10px;
}
.copyright a:link{
	font-size: x-small;
	color: #121F49;
	font-weight: bold;
}
.copyright a:visited{
	font-size: x-small;
	color: #121F49;
	font-weight: bold;
}
.copyright a:hover{
	font-size: x-small;
	color: #91220E;
	font-weight: bold;
}

.thrColFixHdr #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 */
}
.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;
}
.CeramicPhoto {
	border: medium double #222E46;
	margin-right: 10px;
	margin-left: 10px;
}
.thrColFixHdr #mainNav a:link {
	font-size: 16px;
		color: #121F49;
}
.thrColFixHdr #mainNav a:hover {
	font-size: 16px;
	color: #CC0000;
}
.thrColFixHdr #mainNav a:visited {
	font-size: 16px;
	color: #121F49;
}
.imgBorder    {
	border: thin solid #D5E0E6;
	margin-right: 15px;
	margin-bottom: 8px;
}
.dottedSeparator {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #121F49;
	border-right-color: #121F49;
	border-bottom-color: #121F49;
	border-left-color: #121F49;
}

.thrColFixHdr #container #maincentrecontent a {
	color: #91220E;
	text-decoration: none;
}
