﻿/*
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: url("images/img01.gif") repeat-x;
	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: lowercase;
	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;
	background: url('images/bluearrow.gif') no-repeat 0px 10px;
}

a:link {
	color: #002d8a;
}

a:hover, a:active {
	text-decoration: none;
	color: #ce0700;
}

a:visited {
	color: #666666;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	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;
}

/* Boxes */

.box-red {
	background: url('images/redboxbg.gif') repeat-x;
	background-color: #FFFFff;
}

.box-red .section {
	background: url('images/redsectionbg.gif') no-repeat right
top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-red .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url('images/redsectionbbg.gif') no-repeat;
}

.box-red .content {
	padding: 20px;
}

.box-blue {
	background: url('images/blueboxbg.gif') repeat-x;
}

.box-blue .section {
	background: url('images/bluesectionbg.gif') no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-blue .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url('images/bluesectionbbg.gif') no-repeat;
}

.box-blue .content {
	padding: 20px;
}

.box-yellow {
	background: url('images/yellowboxbg.gif') repeat-x;
}

.box-yellow .section {
	background: url('images/yellowsectionbg.gif') no-repeat right
top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-yellow .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url('images/yellowsectionbbg.gif') no-repeat;
}

.box-yellow .content {
	padding: 20px;
}


.box-indigo {
	background: url('images/indigboxbg.gif') repeat-x;
}

.box-indigo .section {
	background: url('images/indigosectionbg.gif') no-repeat right
top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-indigo .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url('images/indigosectionbbg.gif') no-repeat;
}

.box-indigo .content {
	padding: 20px;
}


.box-orange {
	background: url('images/orangeboxbg.gif') repeat-x;
}

.box-orange .section {
	background: url('images/orangesectionbg.gif') no-repeat right
top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-orange .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url('images/orangesectionbbg.gif') no-repeat;
}

.box-orange .content {
	padding: 20px;
}

.box-green {
	background: url('images/greenboxbg.gif') repeat-x;
}

.box-green .section {
	background: url('images/greensectionbg.gif') no-repeat right
top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-green .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url('images/greensectionbbg.gif') no-repeat;
}

.box-green .content {
	padding: 20px;
}
.box-violet {
	background: url('images/violetboxbg.gif') repeat-x;
}

.box-violet .section {
	background: url('images/violetsectionbg.gif') no-repeat right
top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-violet .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url('images/violetsectionbbg.gif') no-repeat;
}

.box-violet .content {
	padding: 20px;
}

/* Header */

#header {
	width: 960px;
	height: 92px;
	margin: 0 auto;
	
}

/* Logo */

#logo {
	float: left;
	padding-left: 5px;
	width: 780px;
}

#logo h1, #logo h2 {
	float: left;
}

#logo h1 {
	padding-top: 30px;
	text-transform: uppercase;
	font-size: 34px;
	font-weight: normal;
	color: #FFFFFF;
}

#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;
}

/* Search */

#search {
	float: right;
	width: 100px;
	padding-top: 45px;
}

#search form {
}

#search fieldset {
	border: none;
}

#searchinput, #searchsubmit {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#searchinput {
	padding: 2px 5px;
	width: 108px;
	background: #FFFFFF url("images/img02.gif") repeat-x;
	border: 1px solid #FFFFFF;
}

#searchsubmit {
	padding: 0 2px;
	background: #F4A652 url("images/img03.gif") repeat-x;
	border: 1px solid #000000;
	text-transform: lowercase;
}

/* Menu */

#colortab
{
	
}
#menu {
	width: 960px;
	height: 30px;
	margin: 0 auto;
	font-weight: bold;
}
#menu ul {
	background-position: right;
	margin: 0;
	list-style: none;
	line-height: normal;
	background: url('images/img08.gif')no-repeat top right;
}


#menu li {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0 0px 0 0px;
	background: #FFFFFF url(images/img08.gif) no-repeat right top;
}

#menu a {
	display: block;
	float: left;
	background: url(images/img07.gif) no-repeat left top;
	text-decoration: none;
	color: #006600;
}

#menu a:hover {
	color: #CE0700;
	
	background-image: url('images/img04.gif');
	background-repeat: repeat-x;
}

#menu b {
	display: block;
	float: left;
	height: 23px;
	padding: 7px 20px 0 20px;
	background: url(images/img08.gif) no-repeat right top;
	cursor: auto;
}

#menu li.active {
	background-image: url('images/img08a.gif');
}

#menu li.active a {
	
	color: #C90404;
}


/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/* Content */

#content {
	
	float: left;
	width: 520px;
}
#formcontent {
	float: left;
	width: 960px;
}

/* Feature */

#feature {
	margin-bottom: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 420px;
}

#sidebar .col-one {
	width: 200px;
}

#sidebar .col-two {
	width: 200px;
}

/* Footer */

#footer {
	height: 30px;
	padding: 20px;
	background: #DDDDDD;
	border-top: 1px solid #999999;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}

