@charset "UTF-8";
/* CSS Document */

body  {
	
	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 */
	
	background-image:url(../gfx/bg.gif);
	border: 0px solid white;
	
}
.twoColFixLtHdr #container2 { 
	width: 914px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 0 0 23px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../gfx/bg-shadow.png);
	border-top: 1px dotted #111111;
	padding: 0px 20px;
} 
.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 0px solid white;
} 
.twoColFixLtHdr #header { 
	height:539px;
	margin: 0px;
	padding: 0px; 
} 
.twoColFixLtHdr #header h1 {
	margin: 0;  
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 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 */
	padding: 0px 20px 15px 40px;
}
.twoColFixLtHdr #mainContent { 
	margin-left: 0px; 
	padding: 0px 20px 15px 40px;
	/*padding: 10 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#AAAAAA;
	text-align:left;
	
	
} 
.twoColFixLtHdr #footer { 
	margin:0px;
	padding: 0 10px 0 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../gfx/bg-shadow.png);
	height: 200px;
	color:#ffffff;
} 
.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;
	
	
}
.twoColFixLtHdr #footer ul {
	list-style:none;
	width:18%;
	float:left;
	margin:0px;
	padding:4px;
}

.twoColFixLtHdr #footer li {
	list-style:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:6px;
	line-height:12px;
}

.twoColFixLtHdr #footer li.first {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	padding-top:16px;
	font-size:12px;
	font-weight:bold;
}

.twoColFixLtHdr #footer li a {
	color:white;
	text-decoration:none;
}

.twoColFixLtHdr #footer li a:hover {
	color:#FF9966;
	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:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-transform:uppercase;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:0px;
	color:#FFFFFF;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:0px;
	color:#FFFFFF;
}

p, #mainContent div, #mainContent li, #mainContent ol {
	margin: 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#AAAAAA;
	text-align:left;
}
p { margin-top:16px; }

#mainContent img {
	background-color:#000000;
	padding:3px;
	border: #211c23 solid 2px;
}

a {
	color:#FF9966;
	text-decoration:none;
}
.latestNews {
	width:30%;
	float:left;
	height: 100px;
	padding-right:15px;
}
.latestNewsHome {
	width:33%;
	float:left;
	height: 100px;
	padding-right:15px;
}
.portTeaser {
	width:70px;
	float:left;
	padding:10px;
	margin:5px;
	border:0px;
	text-align:center;
	text-transform: uppercase;
}

#mainContent .portTeaser img {
	border: 3px solid #FFFFFF;
	padding:0px;
	margin:3px;
}
#mainContent div.calMonth {
	width:28%;
	float:left;
	padding:10px;
	margin:10px;
	border:dotted #3a2d3f 1px;
	height: 100px;
}


#galleryHolder {
	padding:10px;
	border:dotted #3a2d3f 1px;
}
