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

/*******************/
/*	General Styles */
/*******************/
body{
	background:url(images/bg.jpg) top left repeat-x #FFFFFF;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
p{
	line-height:1.4em;
}
h1{
	font-size:1.4em;
	font-weight:bold;
	color:#0066FF;
}
h2{
	font-size:1.2em;
	font-weight:bold;
	color:#0066FF;
	margin-bottom:-15px;
}
a{
	color:#0066FF;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.right{ float:right; }
.left{ float:left; }
.clear{ clear:both; }
.button{
	background-color:#0066FF;
	color:#FFFFFF;
	border:#006699 1px solid;
}
/*******************/
/*	site    Styles */
/*******************/
#header{
	margin: 0 auto;
	height:250px;
	width:947px;
	padding-top:40px;
	margin-bottom:-40px;
	background:url(images/top_bg.jpg) top center no-repeat;
}
#nav{
	float:right;
}
#nav ul{
	list-style:none;
	float:right;
	margin:70px 10px 0 0;
	display:inline;
}
#nav li{
	background:url(images/nav_bg.jpg) left repeat-x;
	height:27px;
	width:100px;
	float:left;
	padding-top:13px;
	margin-left:2px;
	text-align:center;
}
#nav a{
	display:block;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;

}
#nav a:hover{
	text-decoration:underline;
}
#logo{
}
#wrapper{
	margin: 0 auto;
	background:url(images/wrapper_bg.gif) bottom center repeat-y #FFFFFF;
	width:959px;
	height:900px;
	
}
#content{
	margin:0px 25px 100px 25px;
	position:absolute;
	top:170px;
	width:910px;
}
#footer{
	margin: 0px auto 0 auto;
	width:929px;
	height:50px;
	font-size:12px;
	background:url(images/footer.gif) no-repeat center bottom;
	padding:20px 15px 0 15px;
	clear:both; 
	position:relative;
	
}
#rightCol{
	float:right;
	width:300px;
	padding:20px;
}
#leftCol{
	width:540px;
	padding-right:20px;
	border-right:#999999 1px dashed;
	
}
#rightColhome{
	float:right;
	width:340px;
	padding: 0px;
}	
	
#contact_page{height:500px; clear:both;}


#linebreak{
	width:840px;
	padding-right:20px;
	border-bottom:#999999 1px dashed;
}