body {
	background: url('images/bg.jpg');
	color: #FFFFFF;
	font: 12px Lucida Sans Unicode, sans-serif;
	margin: 0px;
	padding: 0px;
}

a {
	color: #3399ff;
}

a:hover {
	text-decoration: underline;
	color: #00FF00;
}

h1,h2,h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #3399FF;
}

h1 {
	margin: 0px;
}

h2 {
	margin: 15px 0px 5px 0px;
	text-align: center;
	padding-right: 10px;
}

h3 {
	margin: 0px 0px 1px 0px;
	text-transform: uppercase;
	border-bottom: 0px;
	line-height: 24px;
}

p {
	line-height: 1.4em;
	margin: 2px 0px 10px 0px;
	text-indent: 10px;
}


.container {
	width: 960px;
	margin: 0px auto 0px auto;
}

.header {
	width: 100%;
	background: url('images/headerBg.png') repeat-x top center;
	font-size: 8pt;
}

.header img {
	padding: 5px 0px 5px 0px;
}

.headerRight {
	float:right;
	text-align: right;
}

.menu {
	background: url('images/headerBg.png') top center;
	width: 100%;
	height: 30px;
}

.cornerStart {
	width: 960px;
	height: 5px;
	margin: 20px auto 0px auto;
	background: url('images/corners.png') no-repeat top center;
}

.content {
	width: 950px;
	min-height: 600px;
	background: #000000;
	padding: 0px 5px 0px 5px;
	margin: 0px auto 0px auto;
}

.cornerEnd {
	width: 960px;
	height: 5px;
	margin: 0px auto 10px auto;
	background: url('images/corners.png') no-repeat bottom center;
}

.featureDesc {
	width: 440px;
	height: 300px;
	float: left;
	padding-right: 10px;
}

.featurePic {
	width:500px;
	float:right;
	height: 300px;
}

.news {
	padding: 0px;
	margin: -5px 0px -5px 0px;
	line-height: 1.3em;
	list-style: none;
}

.news li {
	border-bottom: 1px dashed #555555;
	padding: 5px 0px 5px 0px;
	color: #CCCCCC;
}

.news li strong {
	font-family: Verdana;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: -1px;
	padding-right: 5px;
}

.footer {
	width: 950px;
	font-size: 8pt;
	text-align: center;
	background: #000000;
	padding: 5px 5px 5px 5px;
	margin: 0px auto 0px auto;
}

.footer a {
	color: #FFFFFF;
}

.footer ul {
	margin: 0px;
	padding: 0px;
}

.footer li {
	display: inline;
	padding: 0px 10px 0px 10px;
	border-righT: 1px solid #333333;
}

.testimonialDate {
	color: #CECECE;
	font-size: .8em;
	border-bottom: 1px solid #999999;
	text-indent: 15px;
	margin-top: 20px
}

.testimonial {
	font-size: 1em;
}

.testimonial p {
	line-height: 1.1em;
	text-indent: 10px;
	margin: 3px 0px 7px 0px;
}


/**** menu ****/
ul#topnav {
	margin: 0; padding: 0;
	letter-spacing: 0px;
	font-size: 8pt;
	float: left;
	width: 100%;
	list-style: none;
	position: relative;
	background: transparent;
	z-index: 2;
}
ul#topnav li {
	float: left;
    height: 30px;
	margin: 0; padding: 0;
	border-right: 1px solid #000;
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #1376c9 url(images/menu/topnav_active.gif) repeat-x; }
ul#topnav li span {
	text-align: left;
	float: left;
	padding: 7px 0;
	position: absolute;
	left: 0; top:30px;
	display: none;
	width: 960px;
	background: #1376c9;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}
/**** end menu ****/

/**** slider ****/
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 500px;
	height: 280px;
	z-index: 1;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	width: 500px;
	height: 100%;
	color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.contentPic {
	float: left;
	padding-right: 15px;
}

.contentDesc {
	background: url('images/cdbg.png');
	padding: 5px;
	font-size: .9em;
	line-height: 1.2em;
	color: #FFFFFF;
	position: absolute;
	text-align: center;
	bottom: 0;
}

.contentdiv a {
	color: #CECECE;
	text-decoration: underline;
}

.pagination{
	width: 500px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 15px;
	text-align: right;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

.pagination a {
	padding: 0 5px;
	background: url('images/paginationInactive.png') no-repeat top center;
	color: #FFFFFF;
	width: 15px;
	text-decoration: none;
}

.pagination a.selected{
	background: url('images/paginationActive.png') no-repeat top center;
	color: #0066CC;
	width: 15px;
	text-decoration: none;
}
/**** end slider ****/

/**** admin nav ****/
.border_left {
	border-left: 1px solid #484848;
}

.border_right {
	border-right: 1px solid #484848;
}



.imgRM {
	margin-right: 4px;
}

.admin_PageButtons {
	background: url(images/admin_page_button.png) no-repeat center center;
	color: #000033;
	font-size: 12px;
	font-weight: bold;
}

.redTxt {
	color: #FF3300;
}

.nav_under {
	background: #000000 url(images/silver/bar_upper.jpg) repeat-x;
	border-top: 1px solid #000000;
}

#nav_underLink {
	color:#FFFFFF;
}

hr {
	color: #CCCCCC;
	margin: 25px 0px 25px 0px;
}

.logoDimensions {
	max-height:100px;
	max-width:740px;
}

.imgGalleryDimensions {
	max-width:300px;
	max-height:300px;
}

.titleBg {
	background: #000000 url(images/silver/nav_bg.png) repeat-x;
	color: #FFFFFF;
}

.threadBar {
	color: #ffffff;
}

.admin_sidenav {
	width: 200px;
}

.title {
	background-color: #f4f4f4;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #606060;
	border-bottom: 1px solid #606060;
	padding: 4px;
}

.largeTxt {
	font-size: 14px;
}

.xlTxt {
	font-size: 16px;
}

.wTxt {
	color: #FFFFFF;
}

.border_grey {
	border: 1px solid #8C8C8C;
}

.border_lightGrey {
	border: 1px solid #CCCCCC;
}

.title_Bbg {
	background: #000000 url(images/silver/corner_tLeft_silver.gif) no-repeat scroll top left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

/**** admin nav ****/



#adminNav {
	margin: 0px;
	padding: 0px;

}

#adminNav h1 {
	padding: 3px;
}

#adminNav a:link, #adminNav a:visited {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #0099FF;
	padding: 3px 3px 3px 6px;
}

#adminNav a:hover {
	background-color: #20ABFF;
	text-decoration: none;
	border-bottom: 1px solid #0099FF;
	padding: 3px 3px 3px 6px;
}



/*** end admin nav ***/	background-color: #20ABFF;
	text-decoration: none;
	border-bottom: 1px solid #0099FF;
	padding: 3px 3px 3px 6px;
}



/*** end admin nav ***/
