/* CSS Document */

* {
   margin: 0;
   padding: 0;
}

#bg {
	background: #fff url('images/body_bg.jpg') repeat-x;
	width: 100%;
	min-height: 280px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	width: 800px;
	height: 151px;
	margin-left: 40px;
	position:relative;
}

#logo {
	float:left;
	margin:0;
	width:360px;
	height:181px;
}

#logo h1 {
	margin:0;
	padding:0;
	background:none;
	}

#logo h1 a, #logo h1 a:hover{
	background:url('images/logo.jpg') no-repeat top left;
	height:181px;
	width:360px;
	text-indent:-9000px;
	display:block;
	text-decoration:none
}

#intro {
	width: 100%;
	background:url('images/introbg.jpg') top left repeat-x;
	height: 250px;
}

#intro-wrap {
	width: 800px;
	margin: 0 auto;
	padding: 0px 0 0 0;
}

#introtext {width: 380px; float:left;}

#flashcontent {float:right;}

#intro h1 {
	font-size: 140%;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	color: #3d3d3d;
	padding: 40px 0 15px 0;
	margin: 0 0 10px 0;
	font-weight: normal;
	background:url('images/headots.gif') bottom left repeat-x;
}	

#contentright {
	width: 290px;
	float: left;
	margin-left: 30px;
	padding-top: 28px;
}

#content {
	text-align: left;
}

#content-other {
	width: 480px;
	padding-top: 28px;
	text-align: left;
	float:left;
}


#content-other p.headline {
	background:url('images/bullet.jpg') no-repeat top left;
	color:#9A9A52;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	height:26px;
	padding:5px 0 0 30px;
	margin:5px 0 15px 0; 
	}
	
	#content-other p.headline2 {
	color:#9A9A52;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	height:26px;
	padding:5px 0 0 30px;
	margin:5px 0 15px 0; 
	}


h2 {
	background:url('images/headots.gif') bottom left repeat-x;
	color:#4A4A4A;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size:130%;
	font-weight:normal;
	margin:15px 0 20px 0;
	padding-bottom:7px;
}


p {
	color: #787878;
	font-family: "Trebuchet MS", tahoma, arial, helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

h4 {
	color: #4B4942;
	font-family: arial, helvetica, sans-serif;
	font-size:160%;
	font-style: normal;
	font-weight: normal;
	line-height: 110%;
}

#home-left {width: 240px; float: left; padding: 0 25px 0 0;}
#home-left-right{width:245px; float:right;}
#home-bottom {width: 800px; margin-top: 20px; padding: 10px 10px 10px 10px; float: left; }
#home-bottom img{cursor:pointer;border:1px solid #ddd;}
#home-bottom img:hover {border:1px solid #97B638;}

.worksstyle {
	color: #FFFFFF;
	font-weight: bold;
}

#content-other table {
	font-size: 90%;
	font-family:font-family: "Trebuchet MS", tahoma, arial, helvetica, sans-serif;
	color: #666;
	margin: 7px 0 20px;
	border-left: 1px solid #f4f4f4;
}
#content-other th {
	color: #545454;
	border-right: 1px solid #fff;
	
}
#content-other td {
	border-bottom: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	padding: 6px;
	text-align: center;
}

#content-other td a{
	color: #787878;
	text-decoration:underline;
}

#content-other td a:hover{
	color: #D0ED6D;
	text-decoration:none
}

ul.servicelist {
	margin:0 0 20px 5px;
	padding:0;
	list-style:none;
	color: #787878;
	font-family: "Trebuchet MS", tahoma, arial, helvetica, sans-serif;
	font-size: 78%;
	font-style: normal;
	font-weight: normal;

}

ul.servicelist li {
	width:94%;
	display:block;
	background:url('images/tick.jpg') top left no-repeat;
	margin:3px 0 0 3px;
	padding:2px 0 5px 22px;
	border-bottom:1px solid #cccccc;
}

#footer{ 
	margin-top: 30px; 
	float: left; 
	width: 100%; 
	background: #201F1B url('images/bg_footerrepeat.gif') 
	repeat-x top;  
	border-top: 27px #1A5068;  
	font-family: "Trebuchet MS", tahoma, arial, helvetica, sans-serif;
}	
	
#footer .wrap{ 
	font-size:80%; 
	background: url('images/bg_footer.gif') no-repeat top center; 
	text-align: center;  
	color: #888887; 
	padding-left:0; 
	padding-right:0; 
	padding-top:18px; 
	padding-bottom:50px  
}

#footer ul{	
	list-style:none; 
}
	
#footer li{	
	display: inline;	
	margin:0 2px;
}

#footer a{
	color: #888887;  
	text-decoration: none; 
	margin:0 3px;	
}
	
#footer li.active a{ 
	color: #C2C2C2; 
}
	
#footer a:hover{ 
	color: #D2D2D1; 
}
	
#footer .copy{ 
	color:#D2D2D1; 
	margin-top:25px; 
	font-size: 110%;	
}



/* Links */

a:link {
	color: #A6CD1A;
	text-decoration:none
}
a:visited {
	color: #84A417;
	text-decoration:none
}
a:hover {
	color: #D0ED6D;
	text-decoration:none
}




	
	
/* Client Login */

#topbar {
	background: #3d3d3d;
	width:100%;
	height:44px;
	}

#topbarholder {
	width:780px;
	background: url('images/client_login_topbar.gif') no-repeat top left;
	margin:0 auto;
	}
	
#loginbox { /* Client login */
	width:580px;
	margin:0 auto;
	height:34px;
	color: #ffffff;
	background: none;
	padding:10px 0 0 0;
	font-family: "Trebuchet MS", tahoma, arial, helvetica, sans-serif;
	}
	
.formfield { /* Client login fields (username & password) */
	width:120px;
	background: url('images/client_login_field.gif') top;
	color: #ffffff;
	padding: 3px;
	height:15px;
	border: 0px none;
	}

.formfield:hover {
	background: url('images/client_login_field.gif') bottom;
	}
	
.loginbutt {
	border:0px none;
	background: url('images/client_login_btn.gif') top left;
	width:58px;
	color: #ffffff;
	font-weight:bold;
	height:23px;
	font-family: "Trebuchet MS", tahoma, arial, helvetica, sans-serif;
	font-size:11px
	}
	
.loginbutt:hover {
	border:0px none;
	background: url('images/client_login_btn.gif') bottom left;
	font-weight:bold;
	}
	
#clienttab {
	position:absolute;
	right:72px;
	top:0;
	width:140px;
	height:35px;
	background: url('images/clienttab.gif') no-repeat top left;
	text-align:center;
	font-family: 'Trebuchet MS', 'Lucida Sans',verdana, arial, sans-serif;
	font-size: 70%;
	letter-spacing: 1px;
	font-weight:bold;
	padding-top:8px;
	color: #ffffff;
	cursor: pointer
	}
	
	#featured {
	padding:5px 0 0 10px;
}


#featured ul {
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
	margin-top:-10px;
}

#featured ul li{

	width:40px;
	height:50px;
	float:left;
	padding-bottom:4px;
	text-align:center;
	background:url('images/shadow_thumb.jpg') no-repeat bottom left; 
	margin-left:0; 
	margin-right:7px; 
	margin-top:10px; 
	margin-bottom:0; 
	padding-left:0;
	 padding-right:0; 
	 padding-top:0
}

#featured img{
	float:left;
	margin:0;
	clear:both;
	cursor:pointer;
	border:2px solid #ddd;
	width:40px;
	height:45px;
}

#featured ul li img:hover{
	border:2px solid #97B638;
}


/********/

#featured-other {
	padding:15px 0 0 10px;
}


#featured-other ul {
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
	margin-top:-10px;
}

#featured-other ul li{

	width:40px;
	height:50px;
	float:left;
	padding-bottom:4px;
	text-align:center;
	background:url('images/shadow_thumb.jpg') no-repeat bottom left; 
	margin-left:0; 
	margin-right:11px; 
	margin-top:10px; 
	margin-bottom:0; 
	padding-left:0;
	 padding-right:0; 
	 padding-top:0
}

#featured-other img{
	float:left;
	margin:0;
	clear:both;
	cursor:pointer;
	border:2px solid #ddd;
	width:40px;
	height:45px;
}

#featured-other ul li img:hover{
	border:2px solid #97B638;
}

/*******new form */


form#rfp-form label, form#rfp-form input {
	display: block;
}

form#rfp-form label {
	font-weight: bold;
	font-size: 80%;
}

form#rfp-form label em {
	font-weight: normal;
	color: #BF3A14;
	font-size: 85%;
}

form#rfp-form input, form#rfp-form select {
	margin-bottom: 10px;
	margin-top: 3px;
	padding: 2px;
	width: 300px;
	font-size: 100%;
	color: #000
}

form#rfp-form input.short {
	width: 150px;
}

form#rfp-form textarea {
	width: 300px;
	margin-bottom: 10px;
	margin-top: 3px;
	padding: 2px;
	font-size: 100%;
	color: #787878;
	font-family: inherit;
}

form#rfp-form input.btn {
	width: auto;
	color: #000;
	font-size: 92%;
	padding: 2px;
}

div.form-column {
	width: 350px;
	float: left;
	margin-right: 20px;
}


legend {
	padding: 20px 5px 10px 5px;
	font-weight: normal;
	text-transform: uppercase;
	color: #A0B64E;
	font-family: "Trebuchet MS", tahoma, arial, helvetica, sans-serif;
	font-size: 16px;
}

form#rfp-form div.check-radio input {
	display: inline;
	width: auto;
	padding: 0;
	margin: 0;
	margin-top: 1em;
}

form#rfp-form div.check-radio label {
	display: inline;
	font-weight: normal;
	font-size: 100%;
	padding: 1em 0;
}

form#rfp-form div.check-radio {
	margin-bottom: 1em;
}

form#rfp-form div#button-area {
	border-top: 2px solid #A0B64E;
	float: left;
	width: 730px;
	clear: both;
	margin-top: 1em;
	padding-top: 15px;
}

form#rfp-form div#button-area input.btn {
	margin: 1em 0;
}

fieldset { 
	margin:0; 
	padding: 0 0 10px 10px; 
}


/*     --- */

ol#nav {
    list-style: none;
 	width: 450px;
	margin: 35px auto 0 5px;
	font-variant:small-caps;
	font-size: 90%;
}

ol#nav li {
    float: left;
    margin: 0 5px 0 0;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

ol#nav a {
    background: #bdf url('images/tabs.gif');
    color: #ffffff;
    display: block;
    float: left;
    height: 2em;
    text-decoration: none;
	padding: 0px 0 4px 10px;
}

ol#nav a:hover {
    background-position: 0 -74px;
}

ol#nav a:hover span {
    background-position: 100% -74px;
}

ol#nav li.current a {
    background-color: #48f;
    background-position: 0 -37px;
    color: #000000;
}

ol#nav li.current span {
    background-position: 100% -37px;
}

ol#nav span {
    background: url('images/tabs.gif') 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

