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

grey  #d5d5d5
blue   #0f268e

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

body {
background-color: white;
margin: 0;
overflow-x:hidden;
overflow-y:auto; 
font-size: 11px;
font-weight:bold;
color: #000000;
font-family: Georgia, Times, "Times New Roman", serif;
}


#container {
background-color: white;
margin:50px auto 0px;
text-align:left;
width:1016px; 
box-shadow: 9px 10px 18px #262626;
-moz-box-shadow: 9px 10px 18px #262626;
-webkit-box-shadow: 9px 10px 18px #262626;
}

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

#maincontent {
float:left;
margin:0 20px 0 0;
width:1004px;
}

#top {
height: 333px;
}

.bluebox {
width:245px;
height: 272px;
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: top center;
float: left;
background-image:  url(images/box.png);
}

#footer{
height: 25px;
width: 1016px;
background-color: #0f268e;
text-align:center;
font-size: 10px;
font-family: arial;
padding-bottom:10px;
margin:-20px auto 0;
padding-top:7px;
color: white;
box-shadow: 9px 10px 18px #262626;
-moz-box-shadow: 9px 10px 18px #262626;
-webkit-box-shadow: 9px 10px 18px #262626;
}



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

.exp {
background-color:transparent;
float:left;
height:180px;
margin:20px 7px 0 28px;
width:114px;
}

#greybox {
background-color:#D5D5D5;
float:left;
*padding-top:13px;
height:213px;
margin:15px 0 20px 35px;
padding-left:14px;
width:169px;
}

#bluebox {
float: left;
width: 463px;
*padding-top:15px;
height: 169px;
background-image: url(images/box.jpg);
margin: 36px 0 0 60px;
}

img{border:none;}

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

h1	{
font-size:24px;
text-align: center;
color: #0f268e;
}

h2	{
color:white;
font-size:17px;
line-height:7px;
margin-bottom:-2px;
}

h3	{
color: #0f268e;
font-size:14px;
line-height:1px;
margin-bottom:-9px;
}    

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

li	{
margin:0 0 5px;
font-family:Verdana,"Lucida Grande",Arial,Helvetica,Sans-Serif;
font-size:12px;
}	



/*--------------------------------------------Navigation--------------------*/



#nav-menu
{
background-color:transparent;
float:right;
height:24px;
margin-top:87px;
width:820px;
} 

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

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

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

#nav-menu li a:hover {
background-color: transparent;
background-color: black;
color:white;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}



object { outline:none; }

	
	.wrapper{
		position: relative;
		z-index: 33;
		top:-22px;
		float: left;
}


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


