/* HTML elements */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	background-attachment: fixed;
	background-image: url(../grfx/back.page.gif);
}

img {
	border: 0;
}

object {
	outline: none;
}

a {
	outline: none;
	z-index: 1;
	position: relative;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input {
	height: 15px;
	font-size: 11px;
	padding-left: 5px;
	border: #cccccc 1px solid;
}

/* Named Divs */
#boxWrapper {
	width: 1020px;
	margin: 0 auto;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../grfx/masthead.jpg);
}

#boxHeader {
	width: 790px;
	color: #000;
	margin: 0 auto;
}

#boxHeader a {
	color: #000;
}

#boxSearch {
	width: 334px;
	height: 26px;
	color: #000;
}

#outerWrapper {
	width: 1010px;
	margin: 0 auto;
	margin-top: -35px;
	background-image: url(../grfx/back.pattern.gif);
	position: relative;
}

#wrapper {
	width: 790px;
	padding-top: 37px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#boxContent {
	margin: 10px 20px 0 20px;
}

#boxPattern {
	width: 1010px;
	margin-top: 520px;
	background-image: url(../grfx/back.pattern.gif);
}

#boxPatternTop {
	left: 0px;
	width: 1010px;
	height: 75px;
	position: absolute;
	background-image: url(../grfx/trans.top.png);
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=grfx/trans.top.png,sizingMethod='scale');
}

#boxPatternBottom {
	left: -115px;
	top: -40px;
	width: 1020px;
	height: 75px;
	position: absolute;
	background-position: bottom center;
	background-image: url(../grfx/trans.bottom.png);
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=grfx/trans.bottom.png,sizingMethod='scale');
}

#boxTestiomials {
	width: 240px;
}

#boxVideo {
	width: 415px;
	text-align: center;
	background-color: #fff;
}

#boxEvents {
	width: 315px;
}

#boxLeft {
	width: 150px;
	margin-right: 10px;
	padding: 10px;
	background-color: #282828;
	border: #6B6B6B 1px solid;
}

#boxImage {
	margin: 5px;
	padding: 5px;
	color: #F8DE98;
	font-size: 11px;
	text-align: center;
	border: #6B6B6B 1px solid;
}

#boxImage img {
	padding-bottom: 5px;
}

#boxFooter {
	height: 25px;
	margin-top: 15px;
	padding-top: 10px;
	font-size: 10px;
	text-align: left;
	color: #4D4D4D;
	background-color: #000;
	position: relative;
}

#boxFooter a {
	color: #fff;
}

#lineFooter {
	top: 0px;
	left: 0px;
	width: 790px;
	height: 4px;
	font-size: 1px;
	position: absolute;
	background-color: #666;
}

#lineDotted {
	margin-top: 5px;
	margin-bottom: 5px;
	background-repeat: repeat-x;
	background-image: url(../grfx/line.dot.gif);
	font-size: 0;
	height: 1px;
}

#headerScroll {
	height: 184px;
	z-index: 1;
	position: relative;
}

.headSection {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.txtGrey {
	color: #929292;
}

.txtGrey a {
	color: #C7C7C7;
}

.txtGreySmall {
	color: #929292;
	font-size: 11px;
}

.txtReadMore {
	font-size: 11px;
	color: #C7C7C7;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
}
