/* Table of Contents 
=======================
	* - Global
    1 - Header
    2 - Structure
    3 - Nav
    4 - Search
    5 - Headings
    6 - Lists
    7 - Forms
    8 - Links
    9 - Misc
=======================
*/

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

body {
	background-color: #363636;
	font-size: 10px;
}

/* 1- Header
----------------------------------------------- */


/* 2- Structure
----------------------------------------------- */

div#wrapper {
	width: 963px;
	margin: 25px auto;
	padding-bottom: 100px;
}

div#wrapper  div.wrapper-header, div#wrapper div.wrapper-middle, div#wrapper div.wrapper-footer {
	width: 100%;
	float: left;
}

div#wrapper .wrapper-header {
	background-image: url(../img/top.png);
	background-position: top center;
	background-repeat: no-repeat;	
	height: 23px;
}

div#wrapper .wrapper-middle {
	background-image: url(../img/middle.png);
	background-repeat: repeat-y;
	background-position: center;
}

div#wrapper .wrapper-middle .content {
	min-height: 477px;
	z-index: 1;
	position: relative;
	margin: 0px 31px;
	display: block;
}

div#wrapper .wrapper-footer {
	background-image: url(../img/bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 24px;
	position: relative;
	margin-top: 0px;
	top:-24px;	
}

#content-inner {
	margin: 10px;
}

#maps {
	text-align: right;
	color: white;
	margin: 0px 0px 30px 30px;
	position: relative;
	bottom: 10px;
	padding: 0px;
	position: relative;
	width: 50px;	
}

#maps li {
	list-style-type: none;
	text-align: right;	
}

#left-col {
	overflow: hidden;
	position: relative;
	margin: 0px;
	float: left;
	top: -3px;
	min-height: 470px;
	height: auto;
	width: 544px;
	display: block;
	padding-bottom: 35px;
} 

#left-col #slider img {
	position : relative;
	z-index: 0;
	float: left;
}

#slider {
	position: absolute;
	width: 4000px;	
}

#slider-wrapper {
	height:473px;
	width:544px;
	overflow:hidden;
	position:relative;
}

#right-col {
	width: 315px;
	position: relative;
	margin: 0px;
	float: right;
	top: 10px;
	background: #FFFFFF;
	padding: 10px;
	margin-right: 20px;
	display: block;
}

#right-col p {
	font-size: 11pt;
	color: #464343;
}

#right-image {
	position: relative;
	margin-top:0px;
	top: -10px;
	left: -12px;
}

#title {
	position: relative;
	font-weight: 800;
	color: #DEDEDE;
}


#title ul {
	margin: 0px;
}
	
#title li {
	list-style: none;
	display: inline;
	font-size: 3.2em;
	margin: 0px;
}

#footer {
	position: relative;
	padding-top: 20px;
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
}

#footer ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	margin-left: 20px;
}

#footer li {	
	display: inline;
	list-style: none;
	margin-right: 10px;	
}


#buzz {
	float: left;
	width: 100%;
	height: 300px;
	background:red url(../img/blog_hdr.jpg) no-repeat;
	background-position: 2% 50%;
	color: #FFF;

}
#buzz p {
	font-size: 4em;
	text-align: right;
	margin-top: 125px;
}

#twitter {
	width: 300px;
	font-size: 9pt;
	margin-bottom: 20px;	
}
#twitter li a {
	color: #F00;
}


#twitter ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#feed {
	width: 49px;
	height: 18px;
	background: url(../img/rss.png);
	display: block;	
	float: right;
	margin: 10px;
}
/* 3 - Navigation
----------------------------------------------- */

#nav {
	text-align: left;
	color: #FFFFFF;	
	margin: 0px;
	font-size: 10px;
	margin: 0px;
	position: relative;
	bottom: 10px;	
}

#right-nav {
  position: relative;
  left: 15px;	
  bottom: 5px;
}


#nav ul {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

#nav li, #right-nav li {	
	display: inline;
	list-style: none;
	margin-right: 5px;	
}

#nav li a {
font-weight: bolder;	
}


/* 4 - Search
----------------------------------------------- */

/* 5 - Headings
----------------------------------------------- */

span.title{
	margin: 0px;
	padding: 0px;
	color: red;
	font-size: 18pt;
	margin-top: -5px;
	font-weight: bolder;
	position: relative;
}

/* 6 - Lists
----------------------------------------------- */

/* 7 - Links
----------------------------------------------- */

a {
	color: #FFFFFF;
	text-decoration: none;
}
	
a:hover{
	color: #DDDDDD;
}

/* 9 - Misc
----------------------------------------------- */



.red {
		color: #ed1c24;
		font-weight: bolder;
	}

/* 10 - Errors
----------------------------------------------- */

/* 11 - Admin
----------------------------------------------- */





