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

html, body, p, h1, h2, h3, h4, h5, h6, form, a, div, img, blockquote {
border:0 none;
margin:0;
padding:0;
}

body
{
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #3795a8;
}

#container 
{
	width: 901px;
	margin: auto;
}

#header
{
	height: 134px;
}

#logo
{
	width: 590px;
	height: 134px;
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
	float:left;
	display: inline;
}

#socialsite
{
	height:41px;
	margin-top:4px;	
}

/* MAIN BODY -- */

#maincontent
{
	clear: both;
	margin-top: 20px;
}

#subcol
{
	width: 213px;
	float: left;
	display: inline;
}

#contactbox
{
	width: 191px;
	margin-left: 11px;
}

#maincol
{
	width: 659px;
	float: left;
	display: inline;
	margin-left: 13px;
}

#mainbody
{
	width: 659px;
	background-image: url(../images/maincol-bg.jpg);
	background-repeat:no-repeat;
	float:left;
	display:inline;
	background-color:#FFF;
	padding-top: 10px;
	min-height: 250px;
}

#mainbody-col1
{
	width: 184px;
	padding-left:11px;
	float:left;
	display:inline;
}

#twitterFeed
{
	width: 184px;
}

#twittercontainer
{
	background-image:url(../images/twitterbg.png);
	width: 181px;
	background-repeat:no-repeat;
	float:left;
	margin-top:10px;
}

#twitterfooter
{
	background-image:url(../images/twitter-foot.png);
	background-repeat: no-repeat;
	float:left;
	height:52px;
	width:181px;
	background-position:-2px 0;
}

#mainbody-col2
{
	width: 431px;
	float:left;
	display:inline;padding-left: 20px
}

#mainbody-footer
{
	background-image: url(../images/maincol-footer.jpg);
	width: 659px;
	height: 11px;
	clear:left;
}

#footer
{
	clear: both;	
	font-size: 12px;
}

/* slide box */

ul#slide
{
	margin:0;
	padding:0;
}

ul#slide li
{
	list-style-type:none;	
	border: 1px solid #ccc;
	padding:5px;
	background-color:#FFF;
}

.slideBox p
{
	font-size: 12px !important;	
}

.slideBoxImg
{
	width: 150px;

	overflow: hidden;
	float:right;
}

/* contact box */

#contactBody
{
	background-image: url(../images/contact-body.png);
	background-repeat: no-repeat;
	width: 191px;
}

#contactFooter
{
	background-image: url(../images/contact-footer.png);
	background-repeat:no-repeat;
	height: 18px;
}