/* Body Structure Rules Begin */

body {
	margin: 0 auto;
	background: #333;
	font-size: 12px;
	color: #ccc;
	font-family: Helvetica, Arial, sans-serif;
}

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

.clearFloat {
	display: block;  b
	clear: both;
}

#contentWrapper {
	width: 950px;
	padding: 0;
	#padding: 30px 0;
}


/* Body Structure Rules End */


/* Header Rules Begin */

#header {
	width: 950px;
	height: 130px;
	background: url(images/header-bg.jpg) no-repeat;

}

#logo {
	float: left;
	margin: 0 0 0 25px;
}

#contactInfo {
	float: right;
	width: 400px;
	text-align: right;
	margin: 10px 25px 0 0;
	#margin: 25px 25px 0 0;
	color: #fff;
}

ul#navigation {
	float: right;
	width: 600px;
	text-align: right;
	margin: 20px 25px 0 0;
	#margin: 35px 25px 0 0;
	padding: 0;
}

ul#navigation li {
	list-style: none;
	display: inline;
	padding-left: 15px;
	font-size: 14px;
}

ul#navigation li a {
	color: #fff;
	text-decoration: none;
}

ul#navigation li a:hover {
	color: #ccc;
}

#bigFour {
	display: block;
	width: 950px
	padding: 30px 0 0 0;
}

#bigFour img {

}

#breadcrumb {
	float: left;
	width: 950px;
	color: #fff;
}

	/* Header Slideshow Rules Begin */

		.frontpageSS { 
			width: 697px;
			height: 229px; 
		}	

	/* Header Slideshow Rules End */

/* Header Rules End */


/* Content Area Rules Begin */

#contentArea {
	float: left;
	width: 700px;
	margin: 0; 
}

/* Content Area Rules End */


/* Sidebar Rules Begin */

#sideBar {
	float: right;
	width: 235px; 
	margin:  0 0 0 15px;
}

#sideBar a {
	color: #fff;	
}

#sideBar p {
	color: #ccc;
}

/* Sidebar Rules End */


/* Footer Rules Begin */

#footer {
	display: block;
	width: 950px;
	padding: 40px 0 0 0;
	clear: both;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

#footerNav ul {
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
}

#footerNav ul li {
	list-style: none;
	display: inline;
	padding-right: 15px;
}

#footerInfo {
	float: left;
	clear: both;
	width: 575px;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 10px;
}

#footerContact {
	float: right;
	margin: 0;
	padding: 0;
	color: #fff;
}

	/* Footer Slideshow Rules Begin */
	
		#footerSS {
			float: left;
			width: 950px;
		}

		#footerSSOutsideLeft {
			float: left;
			width: 143px;
			height: 118px;
			margin-right: 6px;
		}

		#footerSSInsideLeft {
			float: left;
			width: 161px;
			height: 118px;
			margin-right: 6px;
		}

		#footerSSInsideRight {
			float: left;
			width: 407px;
			height: 118px;
			margin-right: 6px;
		}

		#footerSSOutsideRight {
			float: left;
			width: 221px;
			height: 118px;
		}

	/* Footer Slideshow Rules End */


/* Footer Rules End */


/* Typography Rules Begin */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-transform:lowercase;
	color: #fff;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: #fff;
}

h1 {
	font-size: 25px;
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

p {

}

a {
	color: #999;	
	text-decoration: none;
}

a:hover {
	color: #fff;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}	

/* Typography Rules End */

/* Image Rules Begin */

a img {
	border: none;
}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	border:2px solid #CFCFCF;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	border:2px solid #CFCFCF;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	border:2px solid #CFCFCF;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* Image Rules End */

/* Captions */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border:2px solid #CFCFCF;
}

.wp-caption p.wp-caption-text {
	text-align: center;
	font-size: 12px;
	margin: 0;
}
/* End captions */

