@charset "utf-8";
body {
	background-image: url(/inc/images/bg.gif);
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Calibri, Arial, sans-serif;
	background-repeat: repeat-y;
	background-position: left top;
	color: #666666;
	font-size: 12px;
}
p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.clearfix {
	clear: both;
}

.formButton {
	background-color: #E4E4E4;
	border: 1px double #999999;
	width: 140px;
	margin-top: 3px;
	margin-bottom: 3px;
}


.wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#head {
	background-image: url(/inc/images/headbg.png);
	height: 55px;
}
#strip {
	height: 5px;
}
.logo {
	background-image: url(/inc/images/logo1.png);
	height: 169px;
	width: 169px;
	background-repeat: no-repeat;
	margin: 10px;
	position: absolute;
}
.logo a {
	display: none;
}

#top-menu {
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 739px;
}
#top-menu ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top-menu ul li {
	display: inline;
}
#top-menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 17px;
	padding-left: 10px;
	display: inline-block;
	margin: 0px;
	background-repeat: repeat-x;
}
#top-menu ul li a:hover {
	background-image: url(/inc/images/topbutton.png);
}
.top-right {
	background-image: url(/inc/images/tel.png);
	height: 41px;
	width: 227px;
	position: absolute;
	right: 10px;
	top: 5px;
}
#menu {
	height: 27px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 4px;
	font-size: 14px;
	padding-bottom: 5px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	text-transform: uppercase;
}
#menu ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 9px;
	padding-left: 15px;
}
#left {
	width: 180px;
	padding: 10px;
	position: absolute;
	left: 10px;
}
#left ul {
	margin: 0px;
	padding: 0px;
}
#left ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	list-style-type: none;
}
#left ul li a {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	background-image: url(/inc/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	list-style-type: none;
	display: block;
}
#left ul li a:hover {
	color: #000000;
}

.account-box {
	padding: 16px;
	width: 145px;
	color: #999999;
}
.account-box p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/*#right {
	background-image: url(/inc/images/fade.gif);
	background-repeat: repeat-x;
	margin-left: 200px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}*/
#right {
	/*background-image: url(/inc/images/fade.gif);*/
	background-repeat: repeat-x;
	margin-left: 201px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 75%;
	position: absolute;
}
#right a {
	color: #336699;
}

#right h1 {
	font-weight: normal;
	font-size: xx-large;
	margin: 5px;
	padding: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#right h2 {
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 2px;
	margin: 0px;
	padding: 0px;
}


/* DROP MENU */


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	
}
#nav li { /* all list items */
	float: left;
	}

#nav ul li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em;
	z-index:99;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 1px;
	padding-left: 0px;
}
#nav li ul ul { /* third-level lists */
	position: absolute;
	width: 12em;
	left: -999em;
	z-index:99;
	background-color: #FFFFFF;
	margin-top: 1px;
	padding-left: 0px;
	border: 1px solid #CCCCCC;
	line-height: 1;
}
#nav ul li a {
	width: 100px;
	color: #666666;
}
#nav ul li {
	font-size: 11px;	
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -3em 0 0 10em;
	margin-left:120px;
}
#nav ul li a:hover {
	color: #CCCCCC;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.comment_box {
	border: 1px solid #CCCCCC;
}
.comment_title {
	background-color: #666666;
	color: #FFFFFF;
	padding: 5px;
}
.comment_title img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.comment_title:hover {
	background-color: #999999;
	cursor: pointer;
}

.comment_icons {
	position: absolute;
	right: 20px;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.comment_desc {
	padding: 5px;
}
.inner_left {
	float: left;
	width: 50%;
}
.inner_right {
	float: right;
	width: 45%;
}
.box_title {
	background-color: #E4E4E4;
	padding: 5px;
}
.box_desc {
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4E4E4;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
	clear: both;
}
.field_name {
	float: left;
	clear: left;
	height: 30px;
	width: 50%;
}
.field_input {
	clear: right;
	margin-bottom: 5px;
}







#admin-buttons {
	display: inline;
}
#admin-buttons img {
	float: none;
	display: inline;
	border: 1px solid #E8E8E8;
	margin: 0px;
	padding: 0px;
	clear: none;
}

#admin-panel {
	display: inline;
}
.admin-panel-but {
	border: 1px solid #CCCCCC;
}
.admin_box {
	display: block;
	background-color: #F0F0F0;
	margin-top: 2px;
	margin-bottom: 4px;
	border: 1px solid #CCCCCC;
	height: 23px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.admin_box input, .admin_box select {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #666666;
	padding: 4px;
}

.admin_box_left {
	float: left;
}
.admin_box_right {
	float: right;
}


#admin-panel img {
	float: none;
	display: inline;
	border: none;
	margin: 0px;
	padding: 2px;
	clear: none;
}
#right hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 1px;
}
.text_size {
	position: absolute;
	right: 10px;
	padding: 5px;
}
.outer_confirm {
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 0px;
	width: 99%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#confirm {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	width: 315px;
	height: 73px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	z-index: 999;
	margin-left: -125px;
	position: absolute;
	top: -60px;
	left: 50%;
	background-image: url(/inc/images/confirmdialog.png);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#confirm input {
	border: 1px solid #FF9966;
	background-color: #333333;
	color: #FFFFFF;
	width: 80px;
}
#confirm input:hover {
	background-color: #33CC66;
	cursor: pointer;
}
#feedback {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	padding: 10px;
}
#comment-box {
}
#comment-box textarea {
	width: 300px;
	height: 60px;
	color: #666666;
	border: 1px solid #999999;
}
.comment-box {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.comment_text {
	padding-bottom: 5px;
}
.comment_info {
	font-weight: bold;
}
#da-list a {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #006699;
	display: block;
	padding: 10px;
	float: left;
	width: 25px;
	margin-right: 2px;
	text-align: center;
	text-decoration: none;
}
#da-list a:hover {
	background-color: #666666;
}
#da-list a:visited {
	background-color: #CCCCCC;
}
#newstabs {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}
#newstabs a {
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #F4F4F4;
	color: #333333;
	text-decoration: none;
}
.postTopic {
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #F4F8FB;
	margin-bottom: 10px;
}
.postTopic textarea {
	width: 400px;
}
.AccordionPanelContent textarea {
	width: 180px;
}
.forumtitle {
	background-color: #6699CC;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
.forumtitlereply {
	background-color: #ACC8E3;
	padding: 5px;
	color: #333333;
}

.forumdesc {
	background-color: #F4F8FB;
	border: 1px solid #CCCCCC;
	padding: 10px;
}


.forum-box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #ACC8E3;
	margin-bottom: 5px;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.forum-box-reply {
	background-color: #F4F4F4;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 20px;
	padding: 5px;
}
