@charset "utf-8";
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 */
	color: #000000;
	background-color: #242A2B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
} 
#header {
	padding: 0;  /* 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. */
	margin: 0px;
	background-color: #242A2B;
} 
#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 */
	color: #048E7F;
	display: none;
}
#header #nav {
	width: 400px;
	text-align: right;
	float: right;
	margin: 120px 0px 0px;
	padding: 0px;
}
#header #nav ul {
	display: inline;
	list-style-type: none;
	color: #CEFF00;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header #nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#header #nav ul li a {
	color: #CEFF00;
	text-decoration: none;
}
#header #nav ul li a:hover {
	text-decoration: underline;
}
#photoContent {
	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: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #242A2B;
	height: 500px;
	width: 900px;
}
#slogan {
	margin-top: -480px;
	margin-left: 20px;
	color: #FFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 56px;
	margin-bottom: 0px;
	padding: 0px;
}
#container #slogan #bigwhite {
	margin: 0px 0px 10px;
	padding: 0px;
}
#container #slogan #bigyellow {
	font-size: 150px;
	color: #FF0;
	margin: -85px 0px 0px -10px;
	padding: 0px;
}
#container #slogan #smallwhite {
	font-size: 18px;
	color: #FFF;
}


#mainContent {
	margin: 0px; /* 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: 10px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
} 

#mainContent h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	color: #4F3D36;
}
#mainContent h2 {
	font-size: 16px;
	font-weight: bold;
	color: #048E7F;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
#mainContent h3 {
	font-size: 14px;
	font-weight: bold;
	color: #048E7F;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px;
}
#mainContent h4 {
	font-size: 16px;
	font-weight: bold;
	color: #048E7F;
	margin: 0px 23% 5px 0px;
	padding: 10px 0px 5px;
	border-top: 1px none #048E7F;
	border-right: 1px none #048E7F;
	border-bottom: 1px solid #048E7F;
	border-left: 1px none #048E7F;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
#mainContent h5 {
	color: #453530;
	margin: 0px;
	padding: 0px;
}


#mainContent p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 20px;
}
#mainContent p a {
	color: #048E7F;
	text-decoration: underline;
}
#mainContent ul {
	font-size: 12px;
	list-style-type: disc;
	margin: 0px;
	padding: 0px 0px 20px 10px;
}
#mainContent ul li {
	line-height: 18px;
}

#mainContent table.menu {
	font-size: 12px;
}
table.menu td {
	padding: 6px 6px 6px 0px;
	margin: 0px;
	border-top: 1px none #E8EBEC;
	border-right: 1px none #E8EBEC;
	border-bottom: 1px dotted #E8EBEC;
	border-left: 1px solid #E8EBEC;
}
table.menu th {
	color: #048E7F;
	text-align: center;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 5px;
	border-top: 1px none #048E7F;
	border-right: 1px none #048E7F;
	border-bottom: 1px solid #048E7F;
	border-left: 1px none #048E7F;
}
table.menu th.title {
	text-align: left;
}



#footer {
	padding: 0 10px 0 20px;
	background-color: #503D37;
	background-image: url(images/footerBG.gif);
	font-size: 12px;
	color: #FFF;
	margin: 0px;
} 
#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 */
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer img {
	display: inline;
	vertical-align: -10%;
	margin: 0px;
	padding: 0px 2px 0px 20px;
}
#footer p span a{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#copyright {
	background-color: #242A2B;
	color: #FFF;
	font-size: 10px;
	padding: 15px 15px 15px 20px;
}
#copyright span {
	margin: 0px;
	padding: 0px 0px 0px 500px;
}

.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;
}
.ImgFltRight {
	float: right;
	margin: 0px;
	padding: 0px 0px 25px 25px;
}
.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;
	margin: 0px;
	padding: 0px;
}
.highlightTeal {
	font-weight: bold;
	color: #048E7F;
}
