/* CSS Document */


	
/* LAYOUT */
html {
	margin:0;
	padding:0;
	}
body {
	margin:0;
	padding:0;
	}
#container {
	margin:0 auto 0 auto;
	width:854px;
	}
p {
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
#header {
	height:150px;
	width:854px;
	text-align:left;
	float:left;
	display:block;
	margin:0;
	padding:0;
	}
#company {
	width:500px;
	height:150px;
	position:relative;
	top:0px;
	left:10px;
	float:left;
	display:block;
	}
#address {
	width:320px;
	height:150px;
	float:left;
	left:19px;
	position:relative;
	display:block;
	top:0px;
	}
#footer {
	height:70px;
	width:854px;
	background-image:url(/images/footer_background.jpg);
	float:left;
	}
#content {
	width:854px;
	background-image:url(/images/content_background.jpg);
	background-repeat:repeat-y;
	text-align:left;
	display:block;
	float:left;
	}
#sidebar {
	width:230px;
	height:auto;
	position:relative;
	display:block;
	float:left;
	}
#menu {
	width:230px;
	min-height:400px;;
	top:0px;
	left:10px;
	position:relative;
	display:block;
	float:left;
	color:#999999;
	}
#factoids {
	width:230px;
	left:-10px;
	position:relative;
	display:block;
	float:left;
	}
#copy {
	width:587px;
	top:20px;
	position:relative;
	float:left;
	display:block;
	margin-left:20px;
	}




/* FORMATING */
body {
	background:#4a4a4a url(/images/background_gradient.jpg) repeat-x right top;
	text-align:center;
	}
#header {
	background:url(/images/header.jpg) no-repeat;
	}
ul {}
li {
	list-style:none;
	}
/*#menu ul {
	margin:10px 10px 0px 0px;
	
	}
#menu ul li {
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#505050;
	line-height:28px;
	}
#menu ul li a:link,
#menu ul li a:visited {
	color: #505050;
	text-decoration:none;
	
	}
#menu ul li a:hover {
	color:#000000;
	text-decoration:none;
	}
#menu ul li a:active {
	color: #CFA533;
	text-decoration:none;
	}
*/
#copy {
	text-align:left
	}
#copy p, #copy li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	margin:0px 20px 10px 15px;
	}
#copy h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-style:normal;
	font-weight:normal;
	color:#666666;
	text-align:left;
	margin:0px 0px 10px 0px;
	}
#copy h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style:italic;
	text-align:left;
	color:#666666;
	margin:0px 20px 10px 15px;
	}
#copy h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:normal;
	color:#666666;	
	margin:0px 20px 10px 15px;
	}
#copy h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#666666;	
	margin:0px 20px 10px 15px;
	}
#copy img {
	border:none;
	}
#copy .galery img {
	border:#666666 1px solid;
	}
#copy a:hover img {
	border:#666666 1px solid;
	}
#footer p{
	text-align:right;
	margin:25px 20px auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color:#4B4B4B;
	}
#company {
	font-family:Arial, Helvetica, sans-serif;
	font-size:60px;
	font-weight:normal;
	text-transform:uppercase;
	color:#ecd95d;
	line-height:55px;
	}
.company2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	line-height:30px;
	}
#address {
	text-align:right;
	}
.phone {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height:20px;
	font-weight:bold;
	}
.address2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	}
.keywords {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#4a4a4a;
	line-height:16px;
	}

/* Menu Styles */
.arrowlistmenu{
	width: 230px; /*width of accordion menu*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#505050;
	line-height:28px;
	}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: #505050;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 0px 0px; /*header text is indented 10px*/
	margin-left:10px;
	cursor: hand;
	cursor: pointer;
	text-decoration:none;
	border-top:1px solid #F5F4EF;
	}
.menuheader a:link, .arrowlistmenu .menuheader a:visited { /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: #505050;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	text-decoration:none;
	}
.arrowlistmenu .menuheader a:hover {
	color:#000000;
	}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type:none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
	color: #FFFFFF; 
	text-decoration:none;/*bottom spacing between each UL and rest of content*/
	}
.arrowlistmenu ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
	}
.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background: transparent !important;
	}
.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background: transparent !important;
	}
.arrowlistmenu ul li a{
	color: #505050;
	display: block;
	padding: 0px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	}
.arrowlistmenu ul li a:visited{
	color: #505050;
	}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color:#000000;
	}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	color:#000000;
	}