* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	text-align: left;
	
	color: #000000;

	font-size: 11px;
	font-family: "Trebuchet MS";
	
	background-color: #E0E2C8;
}

img {
    border: none;
}

img .img {
	width: 16px;
	height: 16px;
	border: none;
	margin-top: 2px;
}

/***** - Links - *****/
a:link, a:visited {
	color: #333333;
	outline: none;
	text-decoration: none;
}

a:hover, a:active {
	color: #333333;
	outline: none;
	border-bottom-color: #99335c;
}

/***** - Html Elements - *****/
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	font-weight: normal;
	
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	border-bottom-width: 0px;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/***** - Structure - *****/

#container {
	width: 100%;
	_height: 100%;
	min-height: 100%;
	text-align: left;
	position: relative;	
}

/***** - Wrapper - *****/
#wrapper {
	width: 80%;
	float: left;	
	margin-bottom: 50px;
}

#wrapper .nav {
	height: 15px;
	padding: 5px;
	background-color: #FF7722;
}

/***** - Header - *****/
#wrapper #header {
	height: 120px;
	margin: 0px 10px 0px 10px;
	background-repeat: repeat-x;
	background-image: url('images/header_background.jpg');
}

#wrapper #header #header_left {
	float: left;
	width: 170px;
	height: 120px;
	background-repeat: no-repeat;
	background-image: url('images/header_left.jpg');
}

#wrapper #header #header_middle {
	float: left;
	height: 120px;
	width: 450px;

	background-repeat: no-repeat;
	background-image: url('images/header_middle.jpg');
}

#wrapper #header #header_right {
	float: right;
	width: 154px;
	height: 120px;
	background-repeat: no-repeat;
	background-image: url('images/header_right.jpg');
}

#wrapper #content {
	padding: 15px;
	margin: 0px 5px 50px 5px;
}

/***** - Sidebar - *****/
#sidebar {
	width: 20%;
	float: left;
	margin-bottom: 50px;
}

#sidebar .nav {
	height: 15px;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #FF7722;
}

#sidebar ul {
	list-style: none;
	margin-bottom: 10px;
}

#sidebar ul li.head a {
	padding: 5px;
	display: block;
	background-color: #FF7722;
	border-top: 5px #337777 solid;
}

#sidebar ul li.head a:hover {
	padding: 5px;
	display: block;
	background-color: #F4C26A;
}

#sidebar ul li#head_active a {
	padding: 5px;
	display: block;
	background-color: #F4C26A;
}

#sidebar ul li.sub a {
	padding: 5px;
	display: block;
	background-color: #B6D3E1;
}

#sidebar ul li.sub a:hover {
	padding: 5px;
	display: block;
	background-color: #92BDD2;
}

#sidebar ul li#sub_active a {
	padding: 5px;
	display: block;
	background-color: #92BDD2;
}


#sidebar ul li.bottom {
	height: 5px;
	background-color: #337777;
}

/***** - Footer - *****/
#footer {
	bottom: 0px;
	width: 100%;
	height: 30px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
	position: absolute;
	background-color: #337777;
	border-top: 1px #7d7d7d solid;
	border-bottom: 1px #7d7d7d solid;	
}

/*** FORM STYLES ***/
#wrapper #content h1 {
	color: #9e0000;
	font-size: 14px;
	font-family: "Trebuchet MS";
	padding: 10px 10px 10px 0px;
}

#wrapper #content h2 {
	color: #9e0000;
	font-size: 12px;
	font-family: "Trebuchet MS";
	padding: 10px 10px 10px 0px;
}

#wrapper #content p {
	padding-bottom: 10px
}

#wrapper #content div.table {
	width: 570px;
	margin: 5px 0px 5px 0px;
}

#wrapper #content div.table label.left {
	width: 560px;
	margin: 3px;
	margin-left: 5px;
	display: block;
}

#wrapper #content div.table label.error {
	width: 100%;
	margin: 5px;
	padding-left: 5px;
}

#wrapper #content div.table div.center {
	height: 20px;
	width: 570px;
	clear: both;
	margin: 10px 0px 10px 0px;
}

#wrapper #content div.table .input, #wrapper #content div.table .select {
	height: 16px;
	width: 300px;
	
	padding-left: 3px;
	margin: 5px;
	margin-left: 15px;
	
	font-size: 11px;
	font-family: "Trebuchet MS";
	color: #333333;
	border: 1px #92BDD2 solid;
}

#wrapper #content div.table .input:link, div .table .input:visited, div.table .input:hover, div.table .input:active {
	background-color: #F4C26A;
}

#wrapper #content div.table .input:focus {
	background-color: #F4C26A;
}

#wrapper #content div.table .select:link, div .table .select:visited, div.table .select:hover, div.table .select:active {
	background-color: #F4C26A;
}

#wrapper #content div.table .select:focus {
	background-color: #F4C26A;
}

#wrapper #content div.table .textarea {
	width: 350px;
	height: 250px;
	
	padding: 4px;
	margin: 5px;
	margin-left: 15px;
	
	font-size: 11px;
	font-family: "Trebuchet MS";
	color: #333333;
	border: 1px #92BDD2 solid;
}

#wrapper #content div.table .textarea:link, div .table .textarea:visited, div.table .textarea:hover, div.table .textarea:active {
	background-color: #F4C26A;
}

#wrapper #content div.table .textarea:focus {
	background-color: #F4C26A;
}

#wrapper #content div.table .textarea2 {
	width: 90%;
	height: 150px;
	
	padding: 4px;
	margin: 5px;
	margin-left: 15px;
	
	font-size: 11px;
	font-family: "Trebuchet MS";
	color: #333333;
	border: 1px #92BDD2 solid;
}

#wrapper #content div.table .textarea2:link, div .table .textarea2:visited, div.table .textarea2:hover, div.table .textarea2:active {
	background-color: #F4C26A;
}

#wrapper #content div.table .textarea2:focus {
	background-color: #F4C26A;
}

#wrapper #content div.table .checkbox {
	width: 12px;
	height: 12px;
	
	border: 1px #92BDD2 solid;
}	

#wrapper #content div.table .submit {
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px #92BDD2 solid;
}

#wrapper #content div.table div.left {
	float: left;
	width: 160px;
	padding: 0px 5px 0px 5px;	
}

#wrapper #content div.table div.right {
	float: left;
	width: 395px;
	padding-right: 5px;
}

/* Admin Styles Head styles */

#wrapper #content div.table div.listLeftTop {
	float: left; 
	width: 340px; 
	height: 15px; 
	padding: 5px; 
	color: #e8c0c0;
	font-weight: bold;
	background-color: #9e0000; 
	margin-bottom: 5px
}

#wrapper #content div.table div.listCenterTop {
	float: left; 
	width: 100px; 
	height: 15px; 
	padding: 5px; 
	color: #e8c0c0;
	font-weight: bold;
	background-color: #9e0000; 
	margin-bottom: 5px
}

#wrapper #content div.table div.listRightTop {
	float: left; 
	width: 100px; 
	height: 15px; 
	padding: 5px; 
	color: #e8c0c0;
	font-weight: bold;
	background-color: #9e0000; 
	margin-bottom: 5px
}

/* ====================================================================*/

#wrapper #content div.table div.pageLeftTop {
	float: left; 
	width: 390px; 
	height: 15px; 
	padding: 5px; 
	color: #e8c0c0;
	font-weight: bold;
	background-color: #9e0000; 
	margin-bottom: 5px
}

#wrapper #content div.table div.pageRightTop {
	float: left; 
	width: 150px; 
	height: 15px; 
	padding: 5px; 
	color: #e8c0c0;
	font-weight: bold;
	background-color: #9e0000; 
	margin-bottom: 5px
}

/* Admin Styles Body styles */

#wrapper #content div.table div.listLeftPhoto {
	float: left; 
	width: 210px; 
	padding: 5px; 
	height: 160px;
	margin-bottom: 5px;
}

#wrapper #content div.table div.listCenterPhoto {
	float: left; 
	width: 240px;  
	padding: 5px; 
	height: 160px;
	margin-bottom: 5px;
}

#wrapper #content div.table div.listRightPhoto {
	float: left; 
	width: 90px; 
	padding: 5px; 
	height: 160px;
	margin-bottom: 5px;
}

/* ====================================================================*/

#wrapper #content div.table div.listLeftDir {
	float: left; 
	width: 210px; 
	padding: 5px; 
	height: 100px;
	margin-bottom: 5px;
}

#wrapper #content div.table div.listCenterDir {
	float: left; 
	width: 240px;  
	padding: 5px; 
	height: 100px;
	margin-bottom: 5px;
}

#wrapper #content div.table div.listRightDir {
	float: left; 
	width: 90px; 
	padding: 5px; 
	height: 100px;
	margin-bottom: 5px;
}

/* ====================================================================*/

#wrapper #content div.table div.listLeftMenu {
	float: left; 
	width: 340px; 
	height: 15px; 
	padding: 5px; 
	margin-bottom: 5px
}

#wrapper #content div.table div.listCenterMenu {
	float: left; 
	width: 100px; 
	height: 15px; 
	padding: 5px; 
	margin-bottom: 5px
}

#wrapper #content div.table div.listRightMenu {
	float: left; 
	width: 100px; 
	height: 15px; 
	padding: 5px; 
	margin-bottom: 5px
}

/* ====================================================================*/

#wrapper #content div.table div.listLeftSubMenu {
	float: left; 
	width: 320px; 
	height: 15px; 
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px; 
}

#wrapper #content div.table div.listCenterSubMenu {
	float: left; 
	width: 80px; 
	height: 15px; 
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px; 
}

#wrapper #content div.table div.listRightSubMenu {
	float: left; 
	width: 80px; 
	height: 15px; 
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px; 
}
/* ====================================================================*/

#wrapper #content div.table div.pageLeft {
	float: left; 
	width: 390px; 
	padding: 5px; 
	height: 20px;
	margin-bottom: 5px;
}

#wrapper #content div.table div.pageRight {
	float: left; 
	width: 150px; 
	padding: 5px; 
	height: 20px;
	margin-bottom: 5px;
}

/* Pagination */

.page_numbers {
	width: 600px;
	padding: 5px 0px;
	
	margin:0 auto;
}

.page_numbers ul {
	margin: 0 auto;
	list-style-type: none;
	padding: 0px;
	text-align: center;
}

.page_numbers li {
	display: inline;
	float: left;
	margin:1px;
	background: #a7a7a7;
	width:25px;
}

.page_numbers li.current{
  width:50px;
}

.page_numbers li a {
	background: #fff;
	border: 1px solid #a7a7a7;
	padding: 1px;
	text-decoration: none;
	color: #000;
	font:bold 8px verdana,sans-serif;
	display:block;
}

.page_numbers a.current, .page_numbers li a:hover {
	background: #a7a7a7;
	color: #fff;
}