@charset "utf-8";
/* CSS Document */

body  {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background:#000;
	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:#CCC;
}
/* outline: 0 none - removes  dotted outline/border in Firefox */
a:link, a:visited, a:active, a:hover{text-decoration: none; outline: 0 none}
a { background: inherit; text-decoration: none}
a:hover { background: inherit;}


#container { 
	width: 1024px;   /* 780px; using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 768px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid green;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#header { 
	padding: 0;  /* 0 10px 0 20px; 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. */
	height:200px; 
	width:1024px; 
	background: #000 url(images/HeaderGraphic.jpg) bottom no-repeat; 
	color: #CBCC66;
	text-align:center;
}

#header div { padding-top:30px }

#header ul {
	list-style:none;
	margin:0;
}
#header ul li {
	display: inline;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	padding-right: 45px;
}
#header ul li a, #header ul li a:link, #header ul li a:visited {
	text-decoration: none;
	/*color:#333;*/
	color:#CBCC66;
}
#header ul li a:hover, #header ul li a:active
 {	color:#CCC; }
 
#header ul li a.sel { color:#CCC; }

#left {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* 150px; 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 */
	/*height: 710px;*/
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	/*border: red solid 1px;*/
	padding: 0; } /* 15px 10px 15px 20px; padding keeps the content of the div away from the edges */
	
#phne { 
	padding:17px 0 0 12px; 
	color: #CBCC66; 
	font-size:16px; 
	font-style:italic; 
	font-weight:bold }
	
#eml { 
	padding:5px 0 0 35px; 
	font-size:16px; 
	font-style:italic; 
	font-weight:bold }
	
#eml a, #eml a:link, #eml a:visited {
	text-decoration: none;
	color:#CBCC66; }
	
#eml a:hover, #eml a:active { color:#CCC; }	
	
#cntct {margin-top:269px; padding:0 0 0 25px; color:#999999; font:10px Verdana, Geneva, sans-serif;
font-weight:bold}
#cntct p { margin:0; padding:3px 0 0 0; }
#cntct a, #cntct a:link, #cntct a:visited {
	text-decoration: none;
	color:#999999;	
}
#cntct a:hover, #cntct a:active {text-decoration:underline; }


#right {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* 160px; 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 */
	/*height: 710px;*/
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	/*border: blue solid 1px;*/
	padding: 0; /* 15px 10px 15px 20px; padding keeps the content of the div away from the edges */
}


#mainContent { 
	margin: 0 185px 0 185px;/* 0 200px; the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:justify;
	/*border: 1px solid red;*/
} 

#mainContent div.pictext_left { 
	float:left; 
	padding:5px; 
	width:345px; 
	color:#CBCC66; }
	
#mainContent div.pictext_right { 
	float:right; 
	padding:5px; 
	width:265px; 
	color:#CBCC66; }
	
#mainContent h3.titl {
	color:#CBCC66; 
	margin-bottom:0;
	font-style:italic; }
	
#mainContent h5 {
	text-align:center; 
	font-style:italic; 
	color:#CBCC66;}
	
#mainContent .unertitl { margin-top:0 }

#mainContent .unertitl li {margin-left:-25px;}
	
#cntct_page {
	margin:30px 0 0 0; 
	height:514px; 
	width:514px; 
	background-image:url(images/Contact-graphic.gif); 
	color:#666	
}

#cntct_page div {
	text-align:center; 
	font-weight:bold;	
}

#cntct_page a, #cntct_page a:link, #cntct_page a:visited {
	text-decoration:none;
	color:#666
}

#cntct_page a:hover, #cntct_page a:active { text-decoration:underline; }



#img_list {
	padding-left:5px;
	visibility:hidden;
}

#img_nav { text-align:right; 
	padding:0 10px 0 0;
}

#img_nav a, #img_nav a:link, #img_nav a:visited {
	text-decoration: none;
	color:#999999;
}

#img_nav a:hover, #img_nav a:active { color:#000000; }

#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:960px;
	text-align:center;
/*	border: #030 solid 1px;*/
} 
#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 */
}
#cprt {
	font-size: 10px;
	color: #CCC;
	text-align:center;
	margin-top: 20px;
	padding-left: 59px;
	/*border: red solid 1px;*/
}
#footer ul {
	list-style:none;
	margin:0;
}
#footer ul li {
	display: inline;
	font-size: 10px;
}
#footer ul li a, #footer ul li a:link, #footer ul li a:visited {
	text-decoration: none;
	/*color:#333;*/
	color:#999999;
}
#footer ul li a:hover, #footer ul li a:active
 {	text-decoration:underline; }




.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;
}