/* #### general #### */

img	{
	border: 0px;
	}

/* #### layout #### */

body {
	background: #555555;
	margin: 20px 0px; 
	border: 0px;
	padding: 0px;
	text-align: center;
	}
	
#outer_wrapper {
	margin: 0px auto;
	text-align: left;
	width: 650px;
	}
	
html>#outer_wrapper {
	width: 650px;
	}
	
#inner_wrapper {
	background: #FFFFFF;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	}
	
#header {
	border-top: 1px solid #555555;
	padding: 0px 40px;
	clear: both;
	}
	
#logo {
	background: url(../images/contact_info.gif) right no-repeat;
	width: 568px;
	float: left;	 
	}
	
html>#logo {
	width: 568px;
	}
	
#logo a img {
	width: 277px;
	height: 92px;
	}
    
#social_wrapper {
    background: #CCCCCC;
    padding: 2px 40px;
	height: 32px;
    clear: both;
    }
    
#social_links {
    float: right;
    }
	
#menu {
	background-color: #E7E7E7;
	border-top: 7px solid #E7E7E7;
	border-bottom: 6px solid #E7E7E7;
	clear: both;
	}
	
#body {
	border-top: 1px solid #FFFFFF;
	clear: both;
	}
	
#top_body_graphics {
	background: #5AB82C url(../images/background_shadow.gif);
	height: 74px;
	clear: both;
	}

#random_images {
	float: right;
	}

#left_random_image,
#middle_random_image,
#right_random_image {
	float: left;
	margin: 0px;
	width: 74px;
	height: 74px;
	}

#content {
	padding: 10px 40px;
	clear: both;
	}
	
#portrait {
	padding: 0px 10px 5px 0px; /* trbl */
	float: left;
	}

#bottom_body_graphics {
	background: #5AB82C url(../images/background_stripes_2.gif) repeat-y right;
	height: 24px;
	clear: both;
	}

#footer {
	border-top: 1px solid #555555;
	padding: 0px 41px;
	clear: both;
	}

/* #### text #### */

body {
	font-family: arial, sans-serif;
	color: #000000;
	font-size: 12px;
	}
	
#header_contact {
	color: #666666;
	font-size: 11px;
	text-align: right;
	}
	
#menu {
	font-size: 11px;
	color: #333333;
	text-align: center;
	}

#menu a {
	background: transparent;
	font-weight: bold;
	}
	
#menu a:link, #menu a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#menu a:hover {
	text-decoration: underline;
	}

#menu a:active,
#section_one #menu_one,
#section_two #menu_two,
#section_three #menu_three,
#section_four #menu_four,
#section_five #menu_five,
#section_six #menu_six,
#section_seven #menu_seven {
	color: #999999;
	text-decoration: none;
	}
	
#content {
	color: #333333;
	text-align: justify;
	}

#content a {
	text-decoration: underline;
	}

#content a:link, #content a:visited, #content a:active {
	color: #3163CE;
	text-decoration: underline;
	}
	
#content a:hover {
	color: #003399;
	text-decoration: underline;
	}
	
#content h1 {
	color: #111111;
	font-size: 18px;
	text-align: left;
	margin-bottom: 20px;
	}
	
#content h2 {
	color: #111111;
	font-size: 14px;
	text-align: left;
	margin: 20px 0 0 0;
	}
	
#content .no_top_margin {
	margin-top: 0;
	}

#content hr {
	background: #CCCCCC;
	color: #CCCCCC;
	border: 0px;
	height: 1px;
	width: 100%;
	}
	
.back_to_top li {
	font-size: 11px;
	list-style-image: url(../images/up_arrow.gif);
	}
	
.back_to_prev li {
	list-style-image: url(../images/left_arrow.gif);
	font-size: 11px;
	}
	
.feedback {
	color: #FF0000;
}
	
.field_input {
	font-family: arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: left;
}

.field_required {
	color: #FF0000;
	}
	
.submit_form {
	font-family: arial, sans-serif;
	color: #333333;
	font-size: 12px;
	}
		
#footer {
	font-size: 11px;
	}
	
#footer_contact {
	color: #CCCCCC;
	}

#copyright {
	color: #999999;
	}

.clr {
    clear: both;
    }
    
/* #### three column list #### */

#where_we_do_list {
    width:560px;
    margin-bottom:20px;
    overflow:hidden;
    }
    
#where_we_do_list li{
    line-height:1.5em;
    float:left;
    display:inline;
    width:33.333%;
    }
	
.two_col_list li    { width:50%; }
.three_col_list li  { width:33.333%; }
.four_col_list li   { width:25%; }
.six_col_list li    { width:16.666%; }

