/* CSS Document */
* {
	margin:0;
	padding:0;
}


html,body{
	margin:0;
	padding:0;
	height:100%;
}

body {
		
		background:url(../images/page_bg.jpg) repeat-x #000000;
		background-color:#000000;
		font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
		font-size:10px;
		color:#FFFFFF;

}

#frame {
		margin:25px auto 0 auto;
		width:860px;
		overflow:hidden;
		padding:0px 0px 0px 0px;
		border-top:1px solid #7d7d7d;
		border-left:1px solid #7d7d7d;
		border-bottom:1px solid #7d7d7d;
		background-color:#0183C1;
		color:#606060;
		font-size:12px;
	/*	font-weight:bold;*/
		line-height:18px;
		/*max-height:100%;*/
		/*height:auto;*/
		/*position:relative;*/
		
	
}

#image {
		width:850px;
		height:300px;
		background-image:  url(../images/westonbirt.jpg);
		background-color:#ffffff;
}





#menu {
		width:830px;
		height:auto;
		color:#0183C1;
		padding-left:20px;
		background-color:#0183C1;
		/*background:url(../images/sidebar_top_blue.jpg) no-repeat;*/
}




#content {
		
		width:850px;
		height:auto;
		line-height:18px;
		border-bottom:1px solid #7d7d7d;
		float:left;
		background:#ffffff;
		position:relative;
}




.text {
		width:580px;
		padding-left:20px;
		padding-top:30px;
		padding-bottom:40px;
		float:left;
		align:left;
		background-color:#ffffff;
}

.s_image {
		border:1px solid #0183C1;
		
		
}

.text_side {
		width:210px;
		/*height:500px;*/
		padding-left:20px;
		padding-right:0px;
		padding-top:30px;
		float:left;
		background-color:#ffffff;
		
}

#clients {
		
		height:75px;
		width:830px;
		line-height:30px;
		padding-top:5px;
		padding-left:20px;	
		padding-bottom:20px;
		
		background:#ffffff;
		
}



#footer {
		padding-top:10px;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		padding-bottom:30px;
		width:400px;
		color:#999999;
}

#footer_bottom {
		width:270px;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
		vertical-align:bottom;
}

#footer_logo{
		float:left;
		margin-right:10px;
}

#footer_right{
		padding-top:8px;
}


p {
		font-size:12px;
		/*line-height:20px;*/
		font-weight:normal;
		/*padding-bottom:.7em;*/
}


br {	
		line-height:15px;
}

h1 {
		font-size:12px;
		font-weight:bold;
		color:#0183C1;
		padding-bottom:.7em;
}
h2 {
		font-size:17px;
		font-weight:bold;
		color:#0183C1;
		padding-bottom:.7em;
}

h3 {
		font-size:17px;
		font-weight:bold;
		color:#606060;
		padding-bottom:.7em;
}

ul {
		list-style:square inside;
		line-height:22px;
}

c {		
		font-size:14px;
		font-weight:bold;
		color:#606060;
}





a.menu:link, a.menu:visited {
		text-decoration:none;
		color:#ffffff;
		}

a.menu:hover, a.menu:active {
		text-decoration:none;
		color:#5A5A5A;
		}
		
a.footerlink:link, a.footerlink:visited {
		text-decoration:none;
		color:#999999;
		}

a.footerlink:hover, a.footerlink:active {
		text-decoration:none;
		color:#0183C1;
		}
		
a:link, a:visited {
		text-decoration:none;
		color:#0183C1;
		font-weight:bold;
		}

a:hover, a:active {
		text-decoration:no underline;
		color:#000000;
		}