/* Layout ******************/
html {
	/*height:100%;*/
	background: #ccc;
	/*background: #6699CC;*/
}
body {
	padding:0;
	/*margin: 0 auto;*/
	margin: 20px auto;
	/*width:758px;*/
	/*width: 900px;*/
	width: 90%;
	/*min-height:100%;*/
	position:relative;
	border: 2px solid #FF6600;
	background: #fff url(Images/banner.jpg) no-repeat 50% 10px;
}
/** html body {
	height: 100%;
}*/


#leftcol {
	float:left;	
	/*width:170px; */
	width: 20%;
}
/*#central {
	float:left;	
	width: 584px;
}*/

#content {
	float: left;
	/*width:690px; */
	width: 80%;
	/*clear: both;*/
	/*overflow:hidden;*/
}

#slogan {
	clear: both;
}
#header {
	height: 100px;
	padding: 10px;
}
#footer {
	/*position:absolute; bottom:0;*/
	width:100%;
	clear: both;
}
#logo {
	float: left;
}
#banner {
	float: right;
}

#breadcrumbs {
	/*clear: both;*/
}

/* obj list template */
#leftcont {
	float: left;
	width: 70%;
	border-right: 1px solid #FF6600;
	margin-top: 10px;
	margin-bottom: 10px;
}
#rightcont {
	float: right;
	width: 27%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#rightcont a img {
	border: 0;
}

.objbox {
	padding: 5px;
	margin-bottom: 7px;
	border: 1px solid #FF6600;
}
.objboximg {
	float: left;
	padding: 3px 8px;
}
.objbox p{
	margin: 0;
}
.clearformat{
	clear: both;
	height: 0;
	visibility: hidden;
}

/* Fonts and colors *******************/
body {
	font-family: Arial,Verdana,Tahoma,sans-serif;
	font-size: small;
	color: #666666;
}

/*#topmenu {
	width: 100%;
	background-color: #fc0;
}*/
#bottommenu {
	text-align: center;
	background-color: #fff;
}
#slogan {
	text-align: center;
	font-size: 0.8em;
	color: #666666;
	padding: 0.1em 0;
	border-bottom: 2px solid #FF6600;
	margin: 0 7px;
}
#contactinfo {
	background-color: #FF6600;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 1em 7px 0 7px;
	padding: 2px 0;
}

#leftcol {
	/*padding: 1em 0.5em;*/
}
#content {
	/*padding: 1em 5px 1em 1em;*/
	/*font-size: 1em;*/
	/*padding: 0 0 1em 0;*/
}

#breadcrumbs {
	/*background-color: #0152A1;*/
	/*color: #fff;*/
	font-size: 0.8em;
	padding: 0.2em 0 0.5em 0;
}
#breadcrumbs a {
	/*color: #fff;*/
	background: #fff url(Images/path_separator.gif) center right no-repeat;
	text-decoration: underline;
	padding-right: 15px;
	padding-left: 3px;  
}
/*#breadcrumbs a:hover {
	color: yellow;
}*/

#phone{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF6600;
}

a:link {
	color: #468BB5;
	text-decoration: none; 
}
a:hover {
	color: #FDA601;
	text-decoration: underline; 
}

h1 {
	font-size: 1.3em;
	/*font-weight: bold;*/
	text-align: center;
	color: #000;
	margin-top: 0.7em;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #666666;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	padding: 0;
	margin: 0;
}

/* classes ******************/
/*.title {
	font-size:120%; font-weight: bold;
	color: #369;
	text-align: center;
}
.caption {
	font-size:92%; font-weight: bold;
	text-align: center;
	color: #369;
	padding: 4px;
}*/