html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
background:url(images/bg_00cv.gif) repeat #591010;
/*	background:url(images/bg_00cv.gif) repeat-y  */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2 {
}

h3 {
	margin: 0px;
	font-size: 16px;
	color: #2D2D2D;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 120%;
	text-align: justify;
}

p.byline {
	line-height: normal;
	font-size: 10px;
	color: #A5A5A5;
}

p.byline a {
	color: #A5A5A5;
}

ul.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.list1 li {
	height: 18px;
	/*padding: 6px 0px 0px 15px; Original value*/
	padding: 8px 5px 0px 5px;
	background: url(images/homepage14.jpg) no-repeat left top;
	overflow:hidden;
	
}

ul.list1 a {
	text-decoration: none;
	color: #4F0000;
}

ul.list1 a:hover {
	text-decoration: underline;
}
ul.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.list2 li {
	font-size:11px;
	height: 34px;
	/*padding: 6px 0px 0px 15px; Original value*/
	padding: 5px 24px 0px 5px;
	background: url(images/homepage14_side.jpg) no-repeat left top;
	overflow:hidden;
	
}

ul.list2 a {
	text-decoration: none;
	color: #4F0000;
}

ul.list2 a:hover {
	text-decoration: underline;
}

a {
	color: #900;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #B6B6B6;
}

img.alignleft {
	float: left;
	margin: 3px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 3px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

.container {
	width: 992px;
	margin: 0px auto 0px auto;
}

/** BACKGROUNDS */

#bg1 {
background:url(images/bg_01cv.jpg) repeat-y center;
/*	background: url(images/bg02.jpg) repeat-x left top; */
}

#bg2 {
/*		background: url(images/bg03-larger.jpg) no-repeat center top; 
background: url(images/bg03-larger.jpg) repeat-x center top;
	background:url(images/bg_04cv.jpg) repeat-x;
background:url(images/bg_02a_cv.jpg) no-repeat center;
background:url(images/bg_02a_cv.jpg) no-repeat center;
*/	
background:url(images/Logo.jpg) no-repeat center;
height: 182px;

}

#bg3 {
/*	background: url(images/bg06.jpg) repeat-y center top;*/
}

#bg4 {
	/*		background: url(images/bg07.jpg) no-repeat center top;*/
}

#bg5 {
}

/** HEADER */

#header {
	/* height: 147px; */
	height: 178px;
/*
background: url(images/bg_01logo.jpg) no-repeat left top; 
background: url(images/bg_01logo_1.jpg) no-repeat left top; */

}

/** TOPMENU */

#topmenu {
	float: right;
	width: 330px;
	height: 17px;
}

#topmenu ul {
	float: right;
	margin: 0px;
	padding: 95px 10px 0px 0px;
	list-style: none;
}

#topmenu li {
	float: left;
	border-left: 1px solid #658A9C;
}

#topmenu li.first {
	border: none;
}

#topmenu a {
	padding: 0px 12px;
	color: #900;
}

/** MENU */

#menu {
	height: 57px;
	background: url(images/bg04.jpg) no-repeat center top;
}

#menu ul {
	height: 33px;
	padding: 24px 0px 0px 0px;
	background: url(images/bg1_01.jpg) no-repeat left top;
	text-align: center;
	line-height: normal;
	list-style: none;
}

#menu li {
	display: inline;
	padding: 0px 20px 0px 28px;
	background: url(images/homepage02.gif) no-repeat left center;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.first {
	background: none;
}

/** BAR */

#bar {
/*	background: url(images/bg05.jpg) no-repeat center top; */
}

#bar .container {
	height: 44px;
	background: url(images/subpage1_01.jpg) no-repeat left top;
}

.home #bar .container {
	background-image: url(images/bg1_02.jpg);
}

.single #bar .container {
	background-image: url(images/subpage2_01.jpg);
}

#bar form {
	margin: 0px;
	padding: 0px;
}

#bar fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#bar .input-text {
	width: 132px;
	height: 22px;
	padding: 2px 10px 0px 10px;
	background: url(images/homepage03.jpg) no-repeat left top;
}

#bar .input-text input {
	width: 100%;
	background: none;
	border: none;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #B5B3B1;
	outline: none;
}

#bar .input-submit {
	width: 54px;
	padding: 5px 0px 6px 0px;
	background: url(images/homepage04.jpg) no-repeat left top;
	border: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/** LOGIN */

#login {
	float: left;
}

#login form {
	width: 700px;
	padding: 0px 0px 0px 12px;
}

#login .input-text, #login .input-submit {
	float: left;
	margin: 9px 0px 0px 9px;
}

#login p {
	float: left;
	margin: 0px;
	padding: 12px 0px 0px 15px;
	line-height: normal;
	font-size: 12px;
/*	color: #FFF6EB; */
	color: black;
	text-indent: 15px;
	font-weight:bold;
}

#login a {
/*	color: #FFF6EB; */
	color: #333;
}
#login .uname {
	font-size:14px;
	}

/** SEARCH */

#search {
	float: right;
}

#search form {
	width: 230px;
	margin-right: 21px;
	padding-top: 9px;
}

#search .input-text, #search .input-submit {
	float: left;
	margin: 0px 0px 0px 9px;
}

/** PAGE */

#page {
	background: url(images/subpage1_02.jpg) repeat-y left top;
}

.home #page {
	background-image: url(images/bg1_03.jpg);
}

.single #page {
	background-image: url(images/subpage2_02.jpg);
}

/** CONTENT */

#content {
	float: right;
	width: 749px;
	padding-right: 12px;
}

.single #content {
	float: none;
	width: auto;
	padding: 0px 12px;
}

/** SIDEBAR */

#sidebar {
	float: none;
	width: 218px;
	padding-left: 8px;
	padding-right: 2px;
}

#sidebar2 {
	float: left;
	width: 531px;
}

#sidebar3 {
	float: right;
	width: 218px;
}

/** FOOTER */
#foot1 {
background: url(images/bg_02cv_a.jpg) no-repeat center top;
height:60px;
		
		}
#foot1_bb {
background: url(images/foot1_bb.jpg) no-repeat center top;
height:60px;
		
		}

#footer {
/*	background: url(images/bg08.jpg) no-repeat center top; 	
background: url(images/bg_02cv.jpg) no-repeat center top;
*/
	background: url(images/bg_00cv.gif) repeat;
}

#footer p {
	padding:  0px; /* was 60px 0px */
/*	background: url(images/subpage1_03.jpg) no-repeat left top; 
	background: url(images/bg_03cv.jpg) no-repeat center top;
	*/
	text-align: center;
	line-height: normal;
	color: #70899D;
}
#footer a{
		color: #70899D;
}

.home #footer p {
/*	background-image: url(images/bg1_05.jpg);	*/
}

.single #footer p {
/*		background-image: url(images/subpage2_03.jpg);	*/
}

#footer .legal {
}

#footer .links {
}

/** BOX STYLES */

.title {
	height: 27px;
	margin: 0px;
	padding: 10px 0px 0px 12px;
	font-size: 14px; /* was 11px; */
	color: #FFFFFF;
}

.box-style1 .title {
	background: url(images/homepage13.jpg) no-repeat left top;
}

.box-style2 .title {
	background: url(images/homepage12.jpg) no-repeat left top;
}

.box-style3 .title {
	background: url(images/homepage16.jpg) no-repeat left top;
}

.box-style4 .title {
	background: url(images/homepage15.jpg) no-repeat left top;
}

.box-style5 .title {
	background: url(images/subpage2_04.jpg) no-repeat left top;
}

/** BOX1 */

#box1 {
/*	background: #FFFFFF; */

}

#box1 .entry {
	padding: 15px;
}

/** BOX2 */

#box2 {
}

#box2 .entry {
	padding: 17px 17px 0px 17px;
}

#box2 .column1 {
	float: left;
	width: 238px;
}

#box2 .column2 {
	float: right;
	width: 238px;
}

/** BOX3 */

#box3 {
}

#box3 .entry {
	padding: 17px;
}

/** BOX4 */

#box4 {
}

/** BOX5 */

#box5 {
}

/** BOX6 */

#box6 {
}

/** BOX7 */

#box7 {
}

/** BOX8 */

#box8 .entry {

}

/** BOX9 */

#box9 {
}

#box9 .entry {
	padding: 17px;
}
h4 {
	margin: 0px;
	font-size: 12px;
	color: #2D2D2D;
}
#content_phpbb {
	float: right;
	width: 749px;
	padding-right: 12px;
	vertical-align: top;
}
#sidebar_phpbb {
	float: left;
	width: 218px;
	padding-left: 12px;
	vertical-align: top;
}

#emailUs{  display: block;  /* width: 157px;*/  height: 32px;  /*background: url("/images/play_1.jpg") no-repeat 0 0;*/background: url("/images/play_10.jpg") no-repeat 0 0; }

#emailUs:hover {   background-position: 0 -32px;}

#emailUs span { display: none;}

.home #page_bb  {
 background-image: url(images/subpage1_02.jpg); 
	/*	background-image: url(images/subpage1_02a.jpg); */
}
#footer_bb p {
	padding: 60px 0px;
	background: url(images/subpage1_03.jpg) no-repeat left top;
	text-align: center;
	line-height: normal;
	color: #70899D;
}
/* button code from here:
http://www.codetoad.com/dhtml_css_buttons.asp
*/
/*#buttons{
 text-align: center;	
	}

#buttons a:link, #buttons a:visited
{

  margin: 1px 2px 1px 2px;
  padding: 0px;
  width: 100px;
 
  font: 9px;
  
  
  float: left;  
  */
/*  border-top: 1px solid #cccccc;
  border-bottom: 1px solid black;
  border-left: 1px solid #cccccc;
  border-right: 1px solid black;
  background: #900;
  text-decoration: none;
    font-size: 9px;

    margin:-2px 1px -2px 1px;
	padding:2px 2px 0px 2px;
	line-height:16px;  was 10px
	height:13px;
	width: 60px;	
	*/
/*	font-weight: bold;
	vertical-align:middle;
	height:12px;
  color: white;
	line-height:11px;
	height:12px;
	padding-left: 3px;
	padding-right: 3px;
}

#buttons a:hover
{
  background: #666;
 
}

#buttons a:active
{
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid black;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid black;
}
.button {
	font-size: 9px;
	font-weight: bold;
	font-weight: bold;
	line-height:11px;
	color: #FFF;
	background-color: #900;
	margin:-1px 0px -1px 0px;
	padding:-1px 0px -1px 0px;
	border: 1px solid #000;
	text-decoration: none;
	height:12px;
	
	
}
.buttoninactive {
	background-color: #333;
color: #FFF;
		font-size: 9px;
	font-weight: bold;
	line-height:11px;
	color: #000;
	padding: 0;
	border: 1px solid #000;
	text-decoration: none;
	text-decoration: none;
	height:12px;

}*/

#buttons1 {
	background:url(images/links2.gif) top center no-repeat;
 border:1px solid silver;
 padding: 19px 0 0 0;
 background-color: #CCC;
}

#buttons{
 text-align: center;
/* background:url(images/links2.gif) top center no-repeat;
 border:1px solid silver;
 padding: 15px 0 0 0;
 */
 line-height: 18px;
	}

#buttons a:link, #buttons a:visited
{

/*  margin: 1px 2px 1px 2px;
  padding: 0px;
  width: 100px;
 
  font: 9px;
  
  
  float: left;  
  */
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid black;
  border-left: 1px solid #cccccc;
  border-right: 1px solid black;
  background: #900;
  text-decoration: none;
    font-size: 9px;

/*    margin:-2px 1px -2px 1px;
	padding:2px 2px 0px 2px;
	line-height:16px;  was 10px
	height:13px;
	width: 60px;	
	*/
	font-weight: bold;
	vertical-align:middle;
	height:12px;
  color: white;
	line-height:11px;
	height:12px;
	padding-left: 3px;
	padding-right: 3px;
}

#buttons a:hover
{
  background: #666;
 
}

#buttons a:active
{
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid black;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid black;
}
.button {
	font-size: 9px;
	font-weight: bold;
	font-weight: bold;
	line-height:11px;
	color: #FFF;
	background-color: #900;
	margin:-1px 0px -1px 0px;
	padding:-1px 0px -1px 0px;
	border: 1px solid #000;
	text-decoration: none;
	height:12px;
	
	
}
.buttoninactive {
	background-color: #333;
color: #FFF;
/*		font-size: 9px;
	font-weight: bold;
	line-height:11px;
	color: #000;
	padding: 0;
	border: 1px solid #000;
	text-decoration: none;
	text-decoration: none;
	height:12px;
*/
}
th, .th {
	color: white;
	font-size: 12px;
	font-weight: bold;
	background: #B01C1C url(/images/th.gif) bottom left repeat-x;
	white-space: nowrap;
	text-align: center;
	height: 20px;
	border-left: solid 1px #BB0000;
	border-right: solid 1px #850000;
	border-top: solid 1px #BA0000;
	border-bottom: solid 1px #820000;

}
