@charset "UTF-8";
.container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #646464;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bodyBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
a, a:visited { color:#ffdc31; }
ul, ol { margin-left:30px; }
.footer {
	clear: both;
	background-color: #9a999a;
	color: #FFFFFF;
	height: 75px;
	text-align: center;
	font-size: 11px;
}
.footer a { color:#FFFFFF; }
.footer a:hover { text-decoration:none; }
.logo {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header {
	background-image: url(../images/logoBG.jpg);
	background-repeat: no-repeat;
	height: 225px;
}
.headerIMG {
	float: right;
	height: 225px;
	width: 625px;
}

.content {
	width: 625px;
	margin-left: 225px;
	background-color: #515151;
	background-image: url(../images/contentBG.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 0px;
	min-height:460px;
	line-height:20px;
}
.content h1 {
	color: #ffdc31;
	padding-left: 15px;
	padding-top:15px; padding-bottom:15px;
}
.content p {
	padding-left: 30px;
	padding-right: 20px;
	padding-top:9px; padding-bottom:9px;
}
/* Fix IE. Hide from IE Mac \*/

/* End */
.menu {
	background-color: #292929;
	width: 225px;
	float: left;
	clear: both;
	background-image: url(../images/menutopper.jpg);
	background-repeat: no-repeat;
}
.menu a {
	color: #FEDC31;
	font-size: 13px;
	text-decoration: none;
	display:block;
	width:130px;
	
}
.menu ul {
	position:relative;
	top:125px;
	left:30px;
	
	margin-left: 30px;
}
.menu li {
	padding-top: 0px;
	padding-bottom: 18px;
}
.menu a:hover				             /* all menus on mouse-over */
	{
	color: white;
	
	}
	
.menu ul li
	{
	list-style-image: url(../images/menuLI.gif);
	position:relative;
	}

.menu li ul
	{
	position: absolute;
	top:0;
	left: 100px;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	z-index:99;
	list-style-image:none;
	list-style-type:none;
	}
.menu ul li ul li { padding:0; margin:0; list-style-image:none;list-style-type:none; }
.menu ul li ul { padding:6px; background-color:#333333; border:solid 1px #000000; list-style-image:none;list-style-type:none; }
div.menu ul, .menu ul ul, div.menu ul ul ul
	{
	
	margin:0px 20px;				               /* keeps the menu parts together */
	padding:0;
			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div.menu ul ul, div.menu  ul ul ul, div.menu ul li:hover ul ul, div.menu ul li:hover ul ul ul
	{
	display: none;
	}

div.menu ul li:hover ul, div.menu ul ul li:hover ul, div.menu ul ul ul li:hover ul
	{
	display: block;
	}
/* End Menu */
/* Photo Gallery */
ul.galleries li { width:260px; height:300px; }
ul.portfolio li { width:175px; height:210px; }
ul.galleries li, ul.portfolio li { list-style:none; float:left; text-align:center; padding:8px; margin:8px; }
ul.galleries li a, ul.portfolio li a { display:block; text-decoration:none; }
ul.galleries li a:hover, ul.portfolio li a:hover { color:#ffffff;}
