/*----------------------------------------

Green  #7ac142
Brown   #543019

---------------------------------------------*/
	object { outline:none; }

	
	.wrapper{
		float:left;
margin:24px 0 0 26px;
text-align:center;}


body {
background-repeat: repeat;
background-color: black;
margin: 0;
background-image:  url(images/greystripes.gif);
overflow-x:hidden;
overflow-y:auto; 
}


#container {
background-color: white;
margin:50px auto 16px;
text-align:left;
width:922px; 
background-image:  url(images/XXX.jpg);

box-shadow: 9px 10px 18px #262626;
-moz-box-shadow: 9px 10px 18px #262626;
-webkit-box-shadow: 9px 10px 18px #262626;
  
  
border-top: solid;
border-bottom: solid;
border-color: #002d62;
  
}

#header {
background-image:  url(images/logo.jpg);
height: 140px;
background-repeat: no-repeat;
background-position: top center;
}

#maincontent {
float:right;
width:922px;
background-color: black;
height: 193px;
}

#logo {
background-image:url(images/merrick.png);
height:188px;
left:-25px;
position:relative;
top:-45px;
width:549px;
}

#text {
float:left;
margin-left:583px;
margin-top:-141px;
width:200px;
}


#sidebar {
width: 922;
float: left;
margin-left:208px;
margin-bottom:33px;
}

#leftphoto {
background-image: url(images/photo.png);
width:355px;
height:143px;
float: left;
margin-left: 30px;
margin-top: 24px;
}


#footer{
height: 25px;
margin:0 auto;
width: 922;
background-color: transparent;
text-align:center;
font-size: 10px;
font-family: arial;
padding-top:7px;
color: white;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img{border:none;}

/*---------------------------------------------Fonts--------------------*/

h1	{
font-size:24px;
font-weight:bold;
font-family: Georgia, Times, "Times New Roman", serif;
text-align: center;
color: #000000;
}

h2	{
font-size:19px;

font-family: Arial, Times, "Times New Roman", serif;
color: #000000;
margin-bottom:-9px;
}

h3	{
font-size:17px;
font-family: Verdana, Times, "Times New Roman", serif;
color: #ffffff;
letter-spacing:4px;
margin-bottom:-9px;
}    


h4	{
font-size:14px;
font-family: Verdana, Times, "Times New Roman", serif;
color: #002D62;
letter-spacing:4px;
margin-bottom:-9px;
} 


p	{
color: #464646;
font-family:Verdana,"Lucida Grande",Arial,Helvetica,Sans-Serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:20px; }

li	{
margin-left:-25px;
font-family:Arial,"Lucida Grande",Arial,Helvetica,Sans-Serif;
font-size:11px;
line-height:17px;
color: #ffffff;
}	



.shit {
margin: 22px 200px 20px 10px;
float: left;
}




/*--------------------------------------------Navigation--------------------*/
#nav-menu
{
background-color:#002D62;
float:left;
height:24px;

padding-left:144px;
width:778px;
} 


#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
margin-right: 33px;
}

#nav-menu li a
{
background-color: #002d62;
height: 24px;
line-height: 2em;
float: left;
width: 8em;
display: block;
color: white;
text-decoration: none;
text-align: center;
}



#nav-menu li a:hover {
background-color: black;
color: white;
}






/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */


