/* CSS Document */

/********************************************************************************
			NORMALIZATION
********************************************************************************/

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, label, p, td {

	margin: 0;
	padding: 0;
}
ul, ol {

	list-style: none;
}
html {

	font-size: 125%; /* normalizes font size for all child elements to 20px font */
}
html body {

	font-size: 50%; /* normalizes font size for all child elements to 10px font */
}
h1, h2, h3, h4, h5, h6 {

	font-weight: normal;
	display: block;
}

/********************************************************************************
			BACKGROUND
********************************************************************************/

#background {

	background: #ffffff url(../images/bgExtend.jpg) repeat-x left top;
	min-height: 653px;
  	height: auto !important;
  	height: 653px;

}


/********************************************************************************
			SITE CONTAINER
********************************************************************************/

#siteContainer {

	width: 800px;
	height: auto;
	margin: auto;
}

/********************************************************************************
			MAIN HEADER
********************************************************************************/

#mainHeader {

	width: 800px;
	height: 134px;
	background: url(../images/header.jpg) no-repeat left top;
	float: left;
}

/********************************************************************************
			MAIN CONTAINER
********************************************************************************/

#contentBackground {

	width: 770px;  /* 800px (actual width) - 30px (padding) = 770px */
	height: auto;
	background: #ffffff;
	padding: 15px;
	float: left;
}
#mainContainer {

	width: 770px;
	height: auto;
	background: #ffffff url(../images/containerRepeat.jpg) repeat-y left top;
	float: left;
}

/********************************************************************************
			MAIN NAVIGATION
********************************************************************************/

#navHeader {

	width: 200px; /* 210px (actual width) - 10px (padding) = 200px */
	height: 36px; /* 51px (actual height) - 15px (padding) = 36px */
	background: url(../images/navTop.jpg) no-repeat left top;
	padding: 15px 0px 0px 10px;
}
#mainNav {

	width: 210px;
	height: auto;
	float: left;
}
#mainNav ul {

	width: 210px;
	padding: 0;
	margin: 0;
}
#mainNav a {

	display: block;
	font: normal bold 12px/100% Helvetica, Geneva, Arial, sans-serif;
	color: #006699;
	padding: 10px 0px 6px 8px;
	_margin-bottom: -12px;
	text-decoration: none;
	background: url(../images/navBorder.jpg) no-repeat left top;
}
#mainNav a:hover {

	display: block;
	font: normal bold 12px/100% Helvetica, Geneva, Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	background: #65cacb url(../images/navBorderHover.jpg) no-repeat left top;
}

/********************************************************************************
			CONTENT AREA
********************************************************************************/

#contentContainer {

	width: 557px;
	height: auto;
	float: left;
	padding-bottom: 30px;
}
#contentPic {

	width: 557px;
	height: 78px;
	float: left;
}
#pageHeader {

	width: 534px; /* 544px (actual width) - 10px (padding) = 534px */
	height: 30px; /* 45px (actual height) - 15px (padding) = 30px */
	background: url(../images/contentHeaderBG.jpg) no-repeat left top;
	position: relative;
	top: 13px;
	left: 13px;
	margin-bottom: 13px;
	padding: 15px 0px 0px 10px;
	float: left;
}
h1 {

	font: normal bold 14px/100% Helvetica, Geneva, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
.pageHeader { /* this is just here in case you cannot apply an h1 tag to specific text though the WSYIWYG */

	font: normal bold 14px/100% Helvetica, Geneva, Arial, sans-serif;
	color: #ffffff;
}
h2 {

	font: normal bold 14px/100% Arial, Helvetica, sans-serif;
	color: #000000;
}
#content {

	width: 534px;
	height: auto;
	font: normal normal 11px/150% Arial, Helvetica, sans-serif;
	color: #000000;
	position: relative;
	top: 10px;
	left: 23px;
	float: left;
}
#content a, #content a:hover {

	font: normal normal 11px/150% Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
.floatRight {

	margin: 0 0 1em 1em;
	border: #000000 solid 1px;
	padding: 2px;
	float: right;
}
.floatLeft {

	margin: 0 1em 1em 0;
	border: #000000 solid 1px;
	padding: 2px;
	float: left;
}

/********************************************************************************
			CLASSES FOR WYSIWYG EDITOR
********************************************************************************/

.content {

	font: normal normal 11px/150% Arial, Helvetica, sans-serif;
}
.content p {

	font: normal normal 11px/150% Arial, Helvetica, sans-serif;
}
.contentHeader {

	font: normal bold 14px/150% Arial, Helvetica, sans-serif;
	color: #000000;
}
.contentLeft {

  padding: 0 10px 0 0;
 }
 .contentRight {

  padding: 0 10px;
 }

/** Administration panel */
.admin_header_td{
    background-color: #B3E5E6;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
}

.admin_table_a{
    color: blue;
    font-size: 12px;
    padding-left: 5px;
    letter-spacing: -.01em;
    text-decoration: underline;
    line-height: 24px;
}





