@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d4d4d4;
	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: #FFFFFF;
}

/**
 * Font Sizes, Styles and Colors  
 * ----------------------------
 * 
 */

a:link {color: #FFFFFF; text-decoration:none}
a:visited {color: #CCCCCC; text-decoration:none}
a:hover {color: #FF0000;} 	

/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 */

#header {
	height : 120px; 	
    margin: 0 auto;
	text-align: center;  
	width:930px;
	background: url(../Images/layout-black/header.gif) #000000;
}

#container { 
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #2d2d2d;
	color: #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. */
}

#leftcol {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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:#4a4a4a url(../Images/layout-black/lefCol-gradient.png) repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #FFFFFF;
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

#leftcol h2 {font: normal 0.9em Verdana, Arial, Helvetica, sans-serif; text-decoration:underline; color: #FFFFFF; margin-bottom: 5px; text-align: center;}
#leftcol p {font: normal 0.7em Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF;}
/*#leftcol li {font-size: 0.7em;}
#leftcol ol, #leftcol ul {padding-left: 15px;}*/
 
#mainContent { 
	margin: 0 0 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: 0px 15px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #2d2d2d;
} 

#mainContent h1 {font: bold small-caps 1.2em  Georgia, "Times New Roman", Times, serif; color:#FFFFFF; text-align:center;}
#mainContent h2 {font: bold 1.0em Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; text-align:center;}
#mainContent h3 {font: italic 0.8em Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; text-align:left;}
#mainContent p {font: normal 0.8em Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF;}


#contentbanner {
	border: 0;
	padding: 0;
}

#navbar {
	margin: 0 0 15px 0;
	padding: 0;
	background: #666666;
	list-style-type: none;
	width: 700px;
	float: left;
	font-size: 0.8em;
}

#navbar li {
	margin: 0;
	padding: 0;
	float: left;
}

#navbar a {
	float: left;
	width: 174px;
	text-decoration: none;
	line-height: 2.5;
	text-align: center;
	border-right: 1px solid #000000;
}

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

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

#navbar a:hover {
	background: #FFA800;
	color: #000000;
}

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

ul.thumbnails {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	text-align: center;
	background-color: #2d2d2d;
	line-height: 1em;
	list-style:none;
}

ul.thumbnails li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.thumbnails a {
	display: block;
	float: left;
	margin: 0;
	padding: 4px 4px 9px 4px;
	border: 1px solid #ccc;
	border-top: #EEEEEE;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color: #fff;
	text-align: center;
	width: 85px;
	margin-right: 10px;
	margin-bottom: 10px;
}

ul.thumbnails a:hover {
	border-color: #ccc;
	background-color: #666666;
}


#footer { 
	clear: both;
	text-align: center;
	margin: 0px auto;
	width: 930px;
	height: 80px;
	background-image: url(../Images/layout-black/footer-black.jpg);
}
/**
 * Class Definitions  
 * ----------------------------
 * 
 */

.googlead {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

.googleadright {
	float: right;
	margin-right: 15px;
	margin-bottom: 20px;
}

.sectionFull {
	float: left;
	list-style-position: outside;
	list-style-type: circle;
	padding: 10px 10px 10px 10px;
	margin: 0 0 20px 0;
	width: 670px;
	overflow: auto;
	border: 5px solid #ccc;
	border-bottom-color: #eee;
	border-left-color: #ddd;
	border-top-color: #bbb;
	background:#4a4a4a url(../Images/layout-black/lefCol-gradient.png) repeat-x;
}

.photo-right {
	float: right;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border: 5px solid #ccc;
	border-bottom-color: #eee;
	border-left-color: #ddd;
	border-top-color: #bbb;
}

.photo-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 5px solid #ccc;
	border-bottom-color: #eee;
	border-left-color: #ddd;
	border-top-color: #bbb;
}

.photo {
	text-align:center;
	margin: 20px;
	border: 5px solid #ccc;
	border-bottom-color: #eee;
	border-left-color: #ddd;
	border-top-color: #bbb;
}

.lgphoto {
	float: left;
	margin: 20px 0 20px 95px;
	border: 5px solid #ccc;
	border-bottom-color: #eee;
	border-left-color: #ddd;
	border-top-color: #bbb;
}

.quote {
	float: right;
	margin: 10px;
	padding: 10px;
	width: 200px;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	border: 2px solid #ccc;
	border-bottom-color: #eee;
	border-left-color: #ddd;
	border-top-color: #bbb;
	background:#4a4a4a url(../Images/layout-black/lefCol-gradient.png) repeat-x;
}

.clearfloats { /* 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;
}

