@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #3D2118;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #FFFFFF;
}

#container {
	margin: 30px auto 5px auto;
	width: 950px;
	background-color: #9C1F2D;
	border-right:5px solid #000000;
	border-bottom:5px solid #000000;
	text-align:left;
	height:auto;
		
	/*background-image:url(images/bg_logo.jpg); 
	background-repeat:no-repeat; 
	background-position:center;*/
}

#nav {
	height:30px;
	width:950px;
	background-color: #3D2118;
}
#nav ul { 
	width:950px;
	list-style:none; /* no bullets */
	margin:0; 
	padding:0;
}
#nav li { 
	float:left;
	margin-right:2px; /* margins between each element */
	background-color:#3D2118;
	height:25px;
	padding:5px 20px 0 20px;
	text-align:center;
	border-right: 2px solid #9C1F2D;
}
#nav .no_border {
	border: 0;
}
#nav a{
	display:block; 
	height:25px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#nav a:hover {color:#F7DD7C;}

#content {
	text-align:left;
	padding:10px 5px 50px 45px;
}

#content li { padding-left:10px; }

#sidebar_right {
	float:right;
	width:250px;
}
#sidebar_right img {
	border:1px solid #000000;
	margin-bottom:2px;
}
#content_left {
	float:left;
	width:550px;
	margin:0;
	padding;0;
}
h1,h2,h3,h4,h2 a, h3 a {color:#F7DD7C;}
h3.team{color:#3D2118;}

.home { padding-top:30px;}
.main { font-size:85%; }
.bold { font-weight:bold; color:#3D2118; }
.bold_small {font-weight:bold; color:#3D2118; font-size:90%;}


.gallery img {border:2px solid #ffffff; }
.services {padding-right:45px; }
.services p {margin-left: 40px; margin-right:40px; font-size:85%; }
.services li {margin-left:30px; font-weight:bold;}

.opportunities p {margin-left: 40px; margin-right:300px; font-size:85%; }
.opportunities h1, .opportunities h2, .opportunities h3, .opportunities h4 {margin-left:40px;}

.clients li a{ color:#FFFFFF; }
.testimonials { padding:30px 80px 30px 40px; }

.testimonial_bg {
	background-image:url(images/bg_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.clients {margin-left:30px;}
.clients img {
	margin:5px;
	border:1px solid #3D2118;
}

a {text-decoration:none; color:#3D2118;}
a:hover{text-decoration:underline;}

#sitemap ul{padding-top:5px;}
#sitemap li{padding-bottom:10px; font-weight:bold;}


#footer {
	font-size:75%;
	padding-bottom:10px;
	text-align:center;
}
#footer_nav{ 
	font-weight:bold; 
	font-size:110%; 
}
#footer_nav img { vertical-align:middle; }
#footer a {
	text-decoration:none; 
	color:#FFFFFF;
}
#footer a:hover {color:#CC0033; }


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    	height:0;
    	font-size: 1px;
    	line-height: 0px;
}
