* {
    margin: 0;
    padding: 0;
    }

body { 
    margin: 0;
    padding: 5px 0;
    font-family: Verdana, sans serif;
    font-size: small;
    text-align: center;
    background: #fff;
    }

img {
    border-style: none;
}
.left {
	float: left;
	margin-right: 10px;
}
    
/* basic style */   
a {
	color: #666;
    text-decoration: underline;
    }
a:hover { 
	color: #b91e27; 
    text-decoration: underline;
    }
input, textarea {
    background: #ccc; 
    border: 1 solid #fff; 
    margin: 2px;
    font-family: Verdana, sans serif;
    font-size: 10px;
    color: #333;  
    }
.formstyle {
    margin-top: 20px;
    font-family: Verdana, sans serif;
    font-size: 11px;
    font-weight: medium;
    color: #222;
    }
p {
 	color: #666;
}   
h1 {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 10px;
}

    
/* layout structure */
#container {
    background: #ccc;
    width: 800px;
    margin-left: auto; 
    margin-right: auto;
    text-align: left;
    }
#main-content {
    clear: both;
    background: #ccc url(../images/bg_content.jpg) no-repeat;
}
#sidebar {
    float: left;
    width: 253px;
    font-size: 11px;
    line-height: 1.5em;
    }
#content {
    font-size: 11px;
    line-height: 1.5em;
    min-height: 312px;
    margin-left: 230px;
    }

#footer {
    clear: both;
    background: url(../images/footer.jpg);
    border-top: 1px solid #111;
    height: 50px;
    }
#footer p {
    margin: 0;
    font-size: 9px;
    color: #999;
    }

    
/* header */
#header { 
    background: #ccc url(../images/header.jpg) no-repeat;
    width: 800px;
    }
#header a {
    display: block;
    width: 293px;
    height: 97px;
    } 
/* navigation */
#nav {
    float: right;
    margin: -45px 0 0 0;
    padding: 0;
    list-style: none;
    color: #fff;
    }
#nav li {
    margin: 0;
    padding: 0 5px;
    float: left;
    font-family: Verdana, sans serif;
    font-size: 10px;
    text-align: center;
    }
#nav a {
    display: block;
    text-decoration: none;
    color: #fff;
    }
#nav a:hover {
    color: #3493d5;
    }    

    
      
/* photo banner */
#banner { 
    clear: both;
    border-top: 1px solid #fff;
    background: url(../images/panorama_home.jpg) no-repeat;
    height: 238px;
    }
#banner2 { 
    clear: both;
    border-top: 1px solid #fff;
    background: url(../images/panorama_sub.jpg) no-repeat;
    height: 160px;
    }

    
/* content */
#content h2 { 
    margin: 0;
    padding-bottom: 15px;
    font-family: Georgia, serif;
    font-size: 150%;
    font-weight: normal;
    color: #333;
    }  
    
/* home page buttons */
#buttons {
	padding: 0 0 20px 0;
	text-align: center;
}    
#buttons #middle {
	padding: 0 60px;
}
#buttons a img{
	border-style: none;
}
    
/* sidebar */
#sidebar h3 { 
    margin: 0;
    font-family: Georgia, serif;
    font-size: 150%;
    font-weight: normal;
    color: #333;
    }  
#sidebar li {
	margin-left: 5px;
    }  
.box {
	margin: auto;
	line-height: 1.8em;
	padding: 0;
}
.box-bottom-about {
	width: 203px;
	height: 141px;
	background: url(../images/box_bottom_about.png) no-repeat top left;
}
.box-bottom-hiring {
	width: 203px;
	height: 141px;
	background: url(../images/box_bottom_hiring.png) no-repeat top left;
}
.box-bottom-seeking {
	width: 203px;
	height: 141px;
	background: url(../images/box_bottom_seeking.png) no-repeat top left;
}
.box-bottom-mission {
	width: 203px;
	height: 141px;
	background: url(../images/box_bottom_mission.png) no-repeat top left;
}
.box img {
	margin: 20px 0 0 30px;
}
.box h3 {
	margin: 0;
	padding: 0;
	background: url(../images/box_top.png) no-repeat top left;
}
.box ul {
	background: url(../images/box_middle.png) repeat-y top left;
	list-style: none;
	margin: 0;
	padding: 10px 0 26px 0;
}
.box li {
	padding: 0 25px 5px 25px;
}
.box a:hover {
    color: #3493d5;
    }    
h2 {
    font-family: Georgia, serif;
    font-size: 150%;
    font-weight: normal;
    color: #333;
	margin: 10px 0 0 25px;
}
.box p {
	margin: 3px 30px;
}


/* gutters */
#main-content .gutter {
    padding: 45px 21px;
}
#content .gutter { 
    padding: 45px 21px;
    }
#sidebar .gutter { 
    padding: 25px;
    }
    
    


/* footer */
.footer-left { 
    float: left;
    padding: 10px 0 15px 42px;
    }
.footer-right { 
    float: right;
    padding: 10px 42px 15px 0;
    }
.footer-right a:hover, .footer-left a:hover {
    color: #fff;
}
    
    
/* credits */
#credits {
    background: #111;
    }
#credits p {
    margin: 0;
    padding-top: 15px;
    font-size: 9px;
    color: #666;
    text-align: center;
    }

    
#sitemap-list {
    margin: 0 0 0 30px;
}
#sitemap-list li {
    margin: 0 0 0 30px;
}

/* blog summary */
.blogSummary {
	margin: 0 0 40px 0;
}
.blogEntry p {
	margin: 0 0 20px 0;;
}