@charset "UTF-8";
/* CSS Document */

body {  
 		margin:0px; 
		padding:0px;  
		background-image:url(images/blue.jpg);
		font-family:Arial, Helvetica, sans-serif;  
     	color:#f1d9ad;  
     	font-size:12px;   
}

img {border:0px;}

h1 {font-size:16px; padding-top:0px; margin-top:0px;}

#container {  
		width:740px;  
		margin:20px auto;   
 }  	


#header {
		padding-bottom:20px;
}	
	
#main {
		height:800px;
		position:relative;
}	

#main_left {
		width:486px;
		position:absolute;
		leftt:0px;
		top:0px;
}

#content_left{
		width:415px;
		padding-top:20px;
}

#main_right {
		position:absolute;
		left:496px;
		top:0px;
}

#content_right{
		width:245px;
		padding-top:20px;
}





#blueprint {
		width:486px;
		position:relative;
}

#blueprint_image {
		width:268px;
		position:absolute;
		left:0px;
}

#blueprint_text {
		padding-left:10px;
		padding-top:20px;
		width:208px;
		position:absolute;
		left:268px;
}

#footer {
		position:relative;
		bottom:0px;
		text-align: center;
}


.tabbed_box {
		width:242px;
}

.tabbed_box .tabs li {
    list-style: none;
    float: left; }
.tabbed_box .tabs li a {
    display: block;
    width: 80px;
    padding: 5px 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    
	color:#f1d9ad;}
.tabbed_box .tabs li:first-child a {
    border-left: none; }
	
.tabbed_box .tabs li a:hover {
    background: #f1d9ad;
    color: #006b91;
	
 }
.tabbed_box .tabs li a:focus {
    outline: none; }
.tabbed_box .tabs li a.active {
    background: #f1d9ad;
    color: #006b91;
 }
	
.tabbed_content {
    padding: 3em 1em 1em 1em;
    display: none; }
	
	ul.tabs, ul.tabs li  {
padding: 5px 0px;
margin: 0px;
}
ul.tabs li a {
height: 30px;
}



