@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #919EB4;
	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;
	font-size: 16px;
}
@font-face {
	font-family: 'RenaissanceRegular';
	src: url('renaissance-webfont.eot');
	src: local('☺'), url('renaissance-webfont.woff') format('woff'), url('renaissance-webfont.ttf') format('truetype'), url('renaissance-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LatiniaRegular';
	src: url('Latinia-webfont.eot');
	src: local('☺'), url('Latinia-webfont.woff') format('woff'), url('Latinia-webfont.ttf') format('truetype'), url('Latinia-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LatiniaBlackRegular';
	src: url('LatiniaBlack-webfont.eot');
	src: local('☺'), url('LatiniaBlack-webfont.woff') format('woff'), url('LatiniaBlack-webfont.ttf') format('truetype'), url('LatiniaBlack-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

.twoColFixRtHdr #container { 
	width: 980px;  /* 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. */
} 
.twoColFixRtHdr #header { 
	background: #2B4318; 
	background-image: url(../layout/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0; 
	height: 374px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding: 20px 0 0 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #fff;
	font-family: LatiniaRegular, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
}
.twoColFixRtHdr #header h2 {
	margin: 0;
	padding: 0 0 0 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #fff;
	font-family: LatiniaRegular, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.twoColFixRtHdr #header h3 {
	margin: 0;
	padding: 0 0 0 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #fff;
	font-family: LatiniaRegular, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#header #topNav {
   padding-top: 236px;
   padding-left: 20px;
}

#topNav ul {
	margin: 0px 0px;
	padding: 0px;	
}
	
#topNav li {
	list-style-type: none;	
	float: left;
	margin-right: 4px;
}


#topNav li a:link, #topNav li a:visited {
	font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5B6B1B;
	font-style: italic;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	line-height: 24px;
	padding: 4px 7px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #1F2C13;
}
	
#topNav li a:hover {
	background-color: #14636B;
	border: 1px solid #65AEB4;
}
#topNav li a:active {
	color: #ff0;
	background-color: #14636B;
	border: 1px solid #65AEB4;
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #D5E3FD; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	margin: 0 0 20px 20px;
	border-left: solid 1px #23417F;
	border-bottom: solid 1px #23417F;
}
.twoColFixRtHdr #mainContent { 
	margin: 0; /* the right margin on this div element creates the column down the right 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: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../layout/bodyBackground.jpg);
	background-position: top;
	background-repeat: repeat-x;
} 
.twoColFixRtHdr #footer { 
	padding: 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#23417F; 
} 
.twoColFixRtHdr #footer p {
	font-family: LatiniaRegular, Georgia, Arial, Helvetica, sans-serif; 
    color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	margin: 0;
}
.twoColFixRtHdr #footer a:link, .twoColFixRtHdr #footer a:visited {
	font-family: LatiniaRegular, Georgia, Arial, Helvetica, sans-serif; 
    color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	margin: 0;
	text-decoration: underline;
}
.twoColFixRtHdr #footer a:hover, .twoColFixRtHdr #footer a:active {
	font-family: LatiniaRegular, Georgia, Arial, Helvetica, sans-serif; 
    color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	margin: 0;
	text-decoration: none;
}

.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;
}

h1 {
    font-family: LatiniaRegular, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-top: 0px;
	font-weight: bold;
}

h2 {  
    font-family: LatiniaRegular, Georgia, "Times New Roman", Times, serif;
	font-size: 16px; 
}

h3 {  
    font-family: LatiniaRegular, Georgia, "Times New Roman", Times, serif;
	font-size: 14px; 
}

ul, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.25;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin-top: 0px;
	line-height: 1.5;
	text-align: left;
}

td { vertical-align:top; }

a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
	color: #333399;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

a:active {
	color: #990000;
	text-decoration: none;
}

form {
	background-color: #eef;
}

.tableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	background-color: #024D9A;
	text-align: left;
	
}

td.featureColumn {
   background-image: url(../images/summer_2009.gif);
   background-position: bottom;
   background-repeat: no-repeat;
   padding: 10px;
}

#bodyTable {
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC;
	border-width: medium;
    border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
    background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
    color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

img {
    border: 0px;
}

.divider {
	background-image: url(../images/lineVertical.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.testimonial {
	margin-top: 10 px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-style:italic;
}


#credit {
	color: #444444;
}

#credit p {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 6px;
}

#credit a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
}

#credit a:hover {
	color: #993300;
	text-decoration: underline;
}