@import url("accordion.css");
@import url("footer.css");
@import url("header.css");
@import url("layout.css");
@import url("maincontent.css");
@import url("navigation.css");
@import url("slider.css");
@import url("reset.css");
@import url("sidebar.css");
@import url("tables.css");
@import url("text.css");
@import url("tooltips.css");


/*------------------------------------------------------------*
**  SITE
**  common site layout styling
**------------------------------------------------------------*/
body{
    background:url(../images/body_bg.jpg) no-repeat top center;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}
#wrapper {
	height:auto !important;
	height:100%;
	margin:0 auto;
	min-height:100%;
	padding:0 10px 0 10px;
	width: 980px;
}
#container{
    clear:both;
	float:left;
	height:auto;
	padding:0 0 350px 0;
	width:980px;
}
#pageContent{
	background:url(../images/content_header_bg.png) no-repeat top;
	clear:both;
	float:left;
	margin:0 0 10px -5px;
	padding:0 5px 5px 5px;
	position:relative;
	width:980px;
	z-index:51;
	min-height:200px;
}
#content{
	margin:20px 0 0 0;/*110px 0 0 0 - for new layout*/
}
div#pageTitle{ /* h1 page title container */
	clear:both;
	float:left;
	height:50px;
	margin:30px 0 15px -20px;
	width:975px;
}
div#pageTitle div.left{
	background:url(../images/page_title_left.png) top left no-repeat;
	float:left;
	height:50px;
	width:20px;
}
div#pageTitle div.centre{
	background:url(../images/page_title_centre.png) top left repeat-x;
	float:left;
	height:50px;
}
div#pageTitle div.right{
	background:url(../images/page_title_right.png) top left no-repeat;
	float:left;
	height:50px;
	width:25px;	
}
/*------------------------------------------------------------*
**  SITE - SPECIFICS
**  common site styling
**------------------------------------------------------------*/
.borderBottom{
	border-bottom:1px dotted #ccc;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.line{
	border-bottom:1px dotted #ccc;
	margin:10px 0 10px 0;
}
.thumbnail{
	border:1px solid #ccc;
}
li.hide{
	display:none;
}
.pic{
	float:left;
	margin:10px;
}
