@charset "UTF-8";
/* CSS Document */

body {
		text-align:center; font-family:Tahoma, Geneva, sans-serif; color: #333; font-weight: normal; font-size: 100%; line-height: 110%; font-style: normal; margin:0px; padding:0px; background-color: #fff; background-image:url(images/page-bg.gif);}
		
	p {font-size:0.8em; margin:0px 0px 20px 0px; padding:0px;}
	#body ul,#body ul,#body ol{font-size:0.75em;}
	
	h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size:1.4em; font-weight: normal; line-height:130%; padding:0px; margin:0px;}
	h2 {font-family:Georgia, "Times New Roman", Times, serif; font-size:1.1em; font-weight: normal; line-height:130%; padding:0px; margin:0px 0px 20px 0px; color:#3399cc;}
	h3 {font-family:Georgia, "Times New Roman", Times, serif; font-size:0.9em; line-height:150%; padding:0px; margin:0px;}
	h4 {font-family:Georgia, "Times New Roman", Times, serif; font-size:0.9em; line-height:150%; padding:20px 0px 0px 0px; margin:0px;}
	h5 {font-family:Georgia, "Times New Roman", Times, serif; font-size:0.9em; font-weight: normal; line-height:150%; padding:0px; margin:0px; color:#3399cc;}
	
	a:link, a:visited{
	color:#3399cc;
	text-decoration:none;
	}
	a:hover{
	color:#333;
	}	
	
	img {border:0;}
	
	.grey {color: #333;}
	.ipr {padding:15px; background-color:#f5f5f5; text-align:center;}
	
	#container {
		width:980px;
		background-color:#FFF;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		text-align:left;
		position: relative;
		}

		

	#logo {
		float:left;
		width:119px;
		height:81px;
		padding:0px;
		margin:10px 0px 20px 0px;
		}	
	
	
	#tel {
		float:right;
		width:300px;
		padding:0px;
		margin:25px 30px 15px 0px;
		text-align:right;
		font-family:Georgia, "Times New Roman", Times, serif; font-size:1.1em; font-weight: normal; color:#3399cc;
		}	
		

	
	#nav {
		float:right;
		font-size:1em;
		font-family:Georgia, "Times New Roman", Times, serif;
		padding:9px 0px 0px 0px;
		margin:0px;
		width:700px;
		text-align:right;
		}

		#nav ul{ display:inline; padding:0px 0px 0px 25px; margin:0px;}
		#nav li{ display:inline; background: url(images/nav-arrow.gif) left center no-repeat;}
		#nav a{ color:#333; padding:0px 30px 0px 10px; margin: 0px; text-decoration:none;}
		#nav a:hover{ color: #3399cc; padding:0px 30px 0px 10px; margin: 0px; text-decoration:none;}
		#nav .active{ color:#3399cc; padding:0px 30px 0px 10px; margin: 0px; text-decoration:none;
		}

	
	#headings {
		float:left;
		text-align:center;
		width:910px;
		padding:35px;
		margin:0px 0px 30px 0px;
		border-bottom:1px solid #ebebeb;
		}	
		
	#headings2 {
		float:left;
		text-align:left;
		width:910px;
		padding:35px;
		margin:0px 0px 30px 0px;
		border-bottom:1px solid #ebebeb;
		}	
			
		
	#body {
		float:left;
		width:600px;
		padding:0px 0px 0px 30px;
		margin:0px;
		}
		
	#right {
		float:right;
		width:271px;
		padding:0px 30px 0px 15px;
		margin:0px;
		}
		
		
	.silo {
		float:left;
		width:281px;
		padding:0px 15px 0px 30px;
		margin:0px;
		}
		
	#contact {
		float:left;
		text-align:center;
		width:940px;
		padding:20px;
		margin:30px 0px 30px 0px;
		border-bottom:1px solid #ebebeb;
		border-top:1px solid #ebebeb;
	}
		
	#footer {
		width:980px;
		color: #999;
		font-size: 0.6em;
		line-height: 110%;
		padding:0px 0px 30px 0px;
		margin:0px;
		text-align:center;
		}

		#footer ul{ display:inline; color:#999; font-weight:normal; margin:0px; padding:0px;}
		#footer li{ display:inline; margin:0px; padding:0px;}
		#footer a{ color:#999; padding:0px 10px 0px 0px; text-decoration:none;}
		#footer a:hover{ color:#ff9933; text-decoration:none;}
		#footer .active{ color:#ff9933;
		}
		

#contact-form {
	width: 480px;
	padding: 15px;
	background-color:#f5f5f5;
	margin:0px;
}

#contact-form label {
	font-size: 75%;
	display:block;
	width: 100%;
}

#contact-form div {
	margin: 0.4em 0 0.8em 0;
}

#contact-form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#contact-form legend {
	color: #666666;
	font-size: 90%;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

#contact-form .txt {
	width: 100%;
	border: 1px solid #CCCCCC;
	font-size: 80%;
	padding: 2px;
}

#contact-form .btn {
	border: 1px outset #666666;
	background-color: #CCCCCC;
	color: #000000;
	padding: 2px;
	font-size: 80%;
}

#contact-form div.submit {
	text-align: center;
} 