/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body, th {
	background: #FFFFFF url('images/img01.gif') no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 100%;
	color: #000000;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

p {
}

ol {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 10px;
	
}

a:link {
	color: #3490F8;
}

a:hover, a:active {
	text-decoration: none;
	color: #F89934;
}

a:visited {
	color: #666666;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: left;
	margin: 0 0 10px 20px;
}

.byline {
	color: #CCCCCC;
}

.col-one {
	float: left;
}

.col-two {
	float: right;
}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
	width: 250px;
}

.ESSS	{
	background: #FF ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;


}
/* Boxes */

.box-orange {
	background: url('images/img09.gif') repeat-x;
}

.box-orange .section {
	background: url('images/img11.gif') no-repeat right top;
	font-size: 100%;
	color: #FFFFFF
}

.box-orange .section b {
	display: block;
	height: 23px;
	background: url('images/img10.gif') no-repeat;; padding-left:10px; padding-right:0; padding-top:7px; padding-bottom:0
}

.box-orange .content {
	padding: 20px;
}


.box-blue {
	background: url('images/img13.gif') repeat-x;
}

.box-blue .section {
	background: url('images/img15.gif') no-repeat right top;
	font-size: 100%;
	color: #FFFFFF
}

.box-blue .section b {
	display: block;
	height: 23px;
	background: url('images/img14.gif') no-repeat;; padding-left:10px; padding-right:0; padding-top:7px; padding-bottom:0
}

.box-blue .content {
	padding: 20px;
}

.box-pink {
	background: url('images/img17.gif') repeat-x;
}

.box-pink .section {
	background: url('images/img19.gif') no-repeat right top;
	font-size: 100%;
	color: #FFFFFF
}

.box-pink .section b {
	display: block;
	height: 23px;
	background: url('images/img18.gif') no-repeat;; padding-left:10px; padding-right:0; padding-top:7px; padding-bottom:0
}

.box-pink .content {
	padding: 20px;
}



/* Header */

#header {
	width: 860px;
	height: 28px;
	margin: 0 10px;
}

/* Logo */

#logo {
	float: left;	
	padding-top: 20px;

}

#logo h1, #logo h2 {
	float: left;
}

#logo h1 {
	padding-top: 5px;
	text-transform: lowercase;
	font-size: 30px;
	font-weight: normal;
}

#logo h2 {
	padding: 63px 0 0 3px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}


/* Menu */

#menu {
	width: 960px;
	height: 40px;
	margin: 0 30px;
	position:relative;
	left:168px;
	top:30px;

}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {

	display: block;
	float: left;
	margin-right: 1px;
	padding: 0;
	background: #CFCECE url('images/img04.gif') repeat-x;

	
}

#menu a {
	display: block;
	float: left;
	background: url('images/img07.gif') no-repeat;
	text-decoration: none;
	color: #FDC50C
	}

#menu a:hover {
	color: #FF0000;
	
}

#menu b {
	display: block;
	float: left;
	height: 19px;
	background: url('images/img08.gif') no-repeat right top;
	cursor: hand; padding-left:20px; padding-right:20px; padding-top:7px; padding-bottom:0	
}

#menu li.active {
	background: #CFCECE url('images/img04active.gif') repeat-x;
	font-size: 16px;

}

#menu li.active a {
	background: url('images/img06.gif') no-repeat right top;
	color: #143F90}

#menu li.active b {
	background: url('images/img05.gif') no-repeat;
}

/* Page */

#page {
	width: 960px;
	margin: 0 40px;
	padding: 30px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 580px;
	position:relative;
	left:16%;
	



}

/* Feature */

#feature {
	margin-bottom: 20px;
}

/* Sidebar */

#sidebar {
	float: none;
	width: 420px;

}

#sidebar .col-one {
	width: 160px;
	position:absolute;
	left:20px;
	top:100px;

}

#sidebar .col-two {
	width: 160px;
	position:absolute;
	left:793px;
	top:100px;
	

}

/* Footer */

#footer {
	height: 10px;
	padding: 0px;	
	border-top: 1px solid #999999;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}