/*
Based on a design by TemplateFusion
http://templatefusion.org
Released for free under a Creative Commons Attribution 2.5 Canada License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bg1.jpg) repeat-x;
	font-size: 13px;
	color: #666666;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666666;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
	margin-bottom: 10px;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

img {
border: 0px;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

#wrap {
	margin: 0, auto;
	min-height: 75px;
	background: #000000;
}

#textLight {
	width: 7000px;
	height: 100px;
	margin-left: 60px;
}

/* Header */

#header {
	width: 760px;
	height: 162px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left center;
}

#logo {
	float: left;
	padding: 90px 0 0 0;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
	padding-left: 60px;
}

#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 720px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 420px;
}

.section {
	padding: 0 0 40px 0;
}

.title {
	margin: 0;
	margin-bottom: 10px; 
	
}
.bg {
	position:relative; left:-30px; 
	height:1%; 
	clear:left; 
	background:url(images/headbg.png) no-repeat; padding:15px 4px 16px 24px; margin:0.8em 0 0;
	letter-spacing:1px; 
}


.box {
	padding: 5px 10px;
	border: 1px solid #EFEFEF;
	background: #F9F9F9;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	margin-top:30px;
}

#sidebar ul {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	padding-left: 10px;
	background: url(images/img06.gif) no-repeat left center;
	border-bottom: 1px dotted #CCCCCC;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0;
}


#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	color: #999999;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	background: url(images/img07.jpg) repeat-x;
	text-align: center;
	font-size: smaller;
}

.float-left  { float: left; padding-right: 5px; }

.float-right { float: right; padding-left: 5px; }

.align-left  { text-align: left; }

.align-right {	text-align: right; }

/* Table Styling */

table {

	border-collapse: collapse;

	margin: 10px 15px;	

}

th strong {

	color: #fff;

}

th {

	background: #717170;

	background-image:url(images/table-bg.jpg); background-repeat:repeat-x;
	
	height: 29px;

	padding-left: 11px;

	padding-right: 11px;

	color: #fff;

	text-align: left;

	border-left: 1px solid #999999;

	border-bottom: solid 2px #FFF;

}

tr {

	height: 30px;

}

td {

	padding-left: 11px;

	padding-right: 11px;

	/* border-left: 1px solid #FFE1C3; */

	border-left: 1px solid #FFF;

	border-bottom: solid 1px #ffffff;

}

td.first,th.first {

	border-left: 0px;

}

tr.meta {

	background: #F8F8F8;

}

tr.row-b {

	background: #EFEFEF;

}
