*{
	font-family:"Trebuchet MS", "Sans Serif", "Times New Roman";
	font-size: 12px;
}

body{
	background-color: #F4F4F4;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: 50% 100%;
	margin: 0px;
	padding: 0px;
}

#main{
	width:860px;
	margin:auto;
	background-color: #FFFFFF;
}

#header1{
	background-image: url(../images/header1.gif);
	background-repeat: no-repeat;
	height: 80px;
	overflow: hidden;
}

#header2{
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	height: 160px;
	padding-left:26px;
	overflow: hidden;
}

#inner_body{
	background-image: url(../images/content_bg_top.jpg);
	background-repeat: no-repeat;	
}

#left_column{
	float:left;
	width:224px;
	padding-left:25px;
	padding-right:1px;
	bbackground-color: red;
}

#middle_column{
	float:left;
	width:610px;
	bbackground-color: yellow;
}

#menu{
	width:223px;
	height:100%;
	overflow:hidden;
}

#menu a{
	display:block;
	height: 18px;
	line-height:18px;
	color: #666666;
	text-decoration:none;
	border-top: 1px solid #EEEDEE;
	border-bottom: 1px solid #E4E3E4;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding-left:25px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

#menu a:hover{
	color: #000000;
}

.title{
	background-image: url(../images/heading.gif);
	background-repeat: no-repeat;
	height:24px;
	line-height:22px;
	font-size:12px;
	color: #231F20;
	padding-left:20px;
	margin:8px 0px 8px 0px;
}

.content{
	padding: 0px 10px 10px 10px;
}

.listing{
	width:185px;
	float:left;
	margin-bottom:10px;
}

.listing a{
	text-decoration: none;
	display:block;
}

.listing a img, .thumb{
	border:1px solid #000000;
}

.listing h2{
	margin:0px;
}

.listing h2 a{
	color: #F16000;
	font-size: 14px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left:15px;
}

.listing p{
	margin:0px;
	padding:0px;
	font-size: 11px;
	color:#666666;
}

a.more{
	background-image: url(../images/more_bg.gif);
	width:84px;
	height: 17px;
	line-height: 15px;
	font-size: 9px;
	text-decoration: none;
	color:#000000;
	text-align: center;
	margin-top:3px;
}

.banner{
	padding: 0px 10px 0px 10px;
	margin-bottom:10px;
}

.banner a.image{
	float:left;
	margin-right: 5px;
}

.banner a.name{
	text-decoration: none;
	color: #231F20;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;	
	display:block;
}

.banner a.link, .banner span.link{
	color:#F16000;
	font-size: 10px;
	line-height: 10px;	
}

.left_column_listing{
	padding: 0px 10px 0px 10px;
	margin-bottom:10px;
}

.left_column_listing a.image{
	float:left;
	margin-right: 5px;
}

.left_column_listing a.name{
	text-decoration: none;
	color: #F16000;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;	
	display:block;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 2px;
}

/* contact form */
.button, .contact_form input.button{
	height:auto;
	width:auto;
}

.button:hover{
	cursor: pointer;
}

.contact_form{
	width:360px;
	display:block;
	float:left;
}

.contact_form .key {
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	color: #333333;
}
.contact_form .value {
	padding: 0px 10px 5px 10px;
}

.mandatory{
	color: #3A70A7;
	font-weight: bold;
}

.contact_form input, .contact_form textarea{
	width:340px;
}

#logo{
	display:block;
	height: 100%;
	float:left;
	width:250px;
}

#top_links{
	float:right;
	margin-top:65px;
	padding-right:10px;
}

#top_links, #top_links a{
	text-decoration: none;
	color: #4F4F4F;
	font-size: 10px;
}

#footer{
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

#footer, #footer a{
	font-size: 10px;
	text-decoration: none;
	color: #4F4F4F;
}

/* images listed on right */
.thumblist{
	float:right;
	margin-left:10px;
}

.thumblist a{
	display: block;
	margin-bottom:5px;
}

#smallthumblist{
	
}

#smallthumblist div a{
	display:block;
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}



