/* CSS Document */

* {
margin : 0;
padding : 0;
}

BODY {
background: #666666;
}

.OuterWrapper{
width: 795px;
background:#999 url("images/main-bg.gif") repeat-y top left;

}


#grayline{
float:left;
background: url("images/grey_title1.gif") no-repeat top left;
height:145px;
width:347px;
}


#blackbg{
margin-left: 347px;
background: url("images/black.gif") no-repeat top left;
height:145px;
width:448px;
}

#title {
margin-top: 0;
position:absolute;
background: url("images/multimedia.jpg") no-repeat top left;
left:345px;
height:70px;
width:455px;
background-color: #0e141f;
}

#whitepixel {
margin: 0 0 0 0;
height: 15px;
background-image: url("images/transparent11.gif");
padding: 0 0 0 0 ;
width:345px;
background-color: #999999;
}


#bluepixel {
margin-left: 345px;
height: 15px;
background-image: url("images/transparent11.gif");
width:455px;
background-color: #0e141f;
}


#darkblue {
margin-top: 0;
position:absolute;
left:345px;
height:70px;
width:455px;
background-color: #0e141f;
}


H1 {
font-family: Arial, Helvetica, sans-serif;
font-size:30px;
color:#663300;
margin-left: 20px;
}

h6 {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
position:absolute;
left:430px;
top:190px;
}

#text {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.3em;
color:#333333;
width: 500px;
min-height: 300px;
padding: 20px;
}




a:link{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#663300;
text-decoration: none;
}



a:hover,  a:active{
color:#0e141f;
text-decoration: underline;
}



a:visited {
color:#663300;
text-decoration: none;
}



#bluebg {
background-color: #999999;
margin-left: 0;
left:0px;
width: 345px;
height: 70px;
}

#orangebg {
background-color: #993300;
margin-left: 0;
margin-top: 70px;
width: 795px;
height: 40px;
}


#images {
background-color: #cccccc;
margin-left: 0;
margin-top: 0;
width: 638px;
height: 530px;
}


#formtop {
padding-top: 300px;
}



#e_images {
background-color: #cccccc;
width: 638px;
overflow:auto;
}


#e_bluemenu {
position: absolute; 
z-index: 100; 
top: 155px; 
left: 623px;
width: 162px;
}

.signature {
float: top;             
margin-left: 300px; 

}


H5 {
text-valign: top;
padding-left: 490px;
padding-top: 0px;
padding-bottom: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
color:#cccccc;
}



H2 {
font-family: Arial, Helvetica, sans-serif;
font-size:30px;
color:#663300;
font-weight:bold
}


H3 {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#333333;
width: 550px;
}



#thumbnails {
list-style:none;
width: 600px;
position:absolute;
left:50px;
top:230px;
}

#thumbnails li {
float:left;
margin-right: 20px;
margin-bottom: 20px;
}

#thumbnails img {
display:block;
border: none;
}



.navigation{    /* Font for main menu items */
	list-style-type:none;

}

.navigation li{     /* Main menu <li> */
	list-style-type:none;     /* No bullets */
	    /* No margin - needed for Opera */

}
.navigation li a {
	display:block;
	padding: 10px 0px 10px 20px;
	width: 155px;
	font: normal 12px arial, sans-serif;
	color:#ccc;
	text-decoration: none;
	border-bottom: 1px solid #666;
	}
.navigation li a:hover {
	color:#993300;
	}
.navigation li a.Home {
	border:none;
	}
	


