@charset "UTF-8";
/* CSS Document by Christian Cosgriff*/

body {
	padding:0;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #D6CBBC;
	color: #000;

}

hr {
	display: none;
}

h1, h2 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:220%;
	margin-top: 10px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:160%;
	margin: 0px;
	padding: 0px;
}

p {
	padding:0 0 15px 0;
	margin:0;
	line-height:18px;
}

a {
	color:#333;
}

a:hover {
	color: #666;
}

.container { 
	width:900px;
	height:auto;
	margin:0 auto;
	padding:0;
	margin:0 auto;
	background-image:url(/images/topbackground.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.header {
	width:682px;
	height:235px;
	text-align:right;
	margin:0;
	float:left;
	padding-top: 7px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 0;
}

.horiz-menu {
	width:722px; 
	height:50px;
	float:left;
}


.horiz-menu ul { 
	
	list-style-type:none;
	padding:20px 0 7px 7px;
	margin:0;

}

.horiz-menu li  {
	display:inline;
	padding:0 0 0 0;
	font-size:110%;
	 

}

.horiz-menu li a { 
	color:#333;
	text-decoration:none;
	margin:0 17px 0 0;
	padding-top: 20px;


}

.horiz-menu li a:hover { 
	background-image:url(/images/home-bk.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	
}

.main-banner {
	width:700px;
	height:auto;
	float:left;
	margin: 30px 7px 0 7px;
}

.main-content { 
	width:708px;
	height:auto;
	padding:0 7px 0 7px;
	float:left;
}

.right-side {
	width:178px;
	height:auto;
	padding:0;
	margin:0;
	float:right;
}

.linepad {
	padding:5px 0 20px 0;
}

.text-area {
	width:690px;
	height:auto;
	float:left;
}

.image-area { 
	width:310px;
	height:auto;
	float:right;
	padding:0 5px 0 0;
}

.dropcap {
float:left;color:#333;font-size:300%;line-height:33px;padding:2px 3px 0 0;font-family: Georgia;
}

.horiz-menufoot {
	width:900px; 
	height:50px;
	margin: 0 auto;
}

.horiz-menufoot ul { 
	
	list-style-type:none;
	padding:20px 0 7px 7px;
	margin:0;

}

.horiz-menufoot li  {
	display:inline;
	padding:0 0 0 0;
	font-size:110%;
	 

}

.horiz-menufoot li a { 
	color:#333;
	text-decoration:none;
	margin:0 17px 0 0;
	padding-top: 20px;


}

.horiz-menufoot li a:hover { 
	background-image:url(/images/home-bk.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	
}
	
.keywords {
	color: #44431B;
	font-size: 100%;
}


ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

ol li {
	font-weight: bold;
}

ol li dd {
	font-weight: normal;
	margin-bottom: 10px;
}

ol li ul {
	margin-bottom: 10px;
}

ol li ul li {
	font-weight: normal;
}

.tables table {
	border: 2px solid #333333;
}

.portfolio {
	width: 100%;
	height: 155px;
	background-image: url(/images/portfolio/bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px 0 0 0;
	clear: both;
}

.portimage {
	margin: 11px 0 0 12px;
	width: 140px;
	float: left;
}

.porttitle {	
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 25px 0 0 0;
	font-size: 130%;
	width: 450px;
	float: left;
}

.portdesc {
	padding: 10px 0 0 0;
	width: 450px;
	float: left;
}

.portcomment {
	width: 90%;
	height: auto;
	/*float: right;*/
	margin: 10px 10px 0 0;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 80%;
}

.livechat img {
display: none;
}