﻿/*
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) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

sup {
	font-size: 0.6em;
}

h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 197%;
	margin-bottom: 0.25em;
}

h2 {
	font-size: 167%;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 100%;
	color: #666666;
}

p, ul, ol {
	margin-bottom: 1.0em;
	line-height: 1.6em;
}

p {
	text-align: justify;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 10px;
	padding-bottom: 3px;
	background: url(images/img16.gif) no-repeat 0px 10px;
}


a:link {
	color: #3490F8;
}

a:hover, a:active{
	text-decoration: none;
	color: #F89934;
}

a:visited{
	color: #666666;
}

img {
	border: none;
	padding: 1px 1px 1px 7px; /*top right bottom left*/	
}

#sidebar2 img {
	border: none;
	padding: 7px 0px 0px 7px; /*top right bottom left*/	
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

.byline {
	color: #CCCCCC;
}

.col-single {
	float: right;
	/*border: 1px solid;*/
	border-color: gray;
	width:100%;
}

.col-one {
	float: left;
}

.col-two {
	float: right;
}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
	width: 225px;
}

/* Boxes */

.section a{
	color: #FFFFFF;
}

.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;
	padding: 7px 0 0 10px;
	background: url(images/img10.gif) no-repeat;
}

.box-orange .content {
	padding: 10px;
}

.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;
	padding: 7px 0 0 10px;
	background: url(images/img14.gif) no-repeat;
}

.box-blue .content {
	padding: 10px 10px 0px 10px;
}

.box-green {
	background: url(images/img17.gif) repeat-x;
}

.box-green .section {
	background: url(images/img19.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/img18.gif) no-repeat;
}

.box-green .content {
	padding: 10px;
}

.box-purple {
	background: url(images/img20.gif) repeat-x;
}

.box-purple .section {
	background: url(images/img22.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-purple .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img21.gif) no-repeat;
}

.box-purple .content {
	padding: 10px;
}

.box-purple .caption{
	font-size: 10px;
}

.box-red {
	background: url(images/img23.gif) repeat-x;
}

.box-red .section {
	background: url(images/img25.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/img24.gif) no-repeat;
}

.box-red .content {
	padding: 10px;
}


.box-gray {
	background: url(images/img26.gif) repeat-x;
}

.box-gray .section {
	background: url(images/img28.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-gray .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img27.gif) no-repeat;
}

.box-gray .content {
	padding: 10px;
}

/*magenta*/
.box-magenta {
	background: url(images/img29.gif) repeat-x;
}

.box-magenta .section {
	background: url(images/img31.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-magenta .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img30.gif) no-repeat;
}

.box-magenta .content {
	padding: 10px;
}

#info {
	width: 960px;
	margin: 0 auto;
	/*border: 1px solid;*/
}

#info-left{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana;
	padding: 10px 0px 0px 0px;/*top right bottom left*/
}

#info-center{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana;
	padding: 10px 0px 0px 0px;/*top right bottom left*/
	text-align:center;
}


#info-right{
	text-align:right;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana;
	padding: 10px 10px 0px 0px;
}

#info a{
	color:#FFFFFF;
}

#info a:hover, a:active{
	color:#F89934;
}

/* Header */

#header {
	width: 960px;
	height: 92px;
	margin: 0 auto;
	/*border: solid 1px;*/
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
}

#logo h1 {
	padding-top: 30px;
	text-transform: lowercase;
	font-size: 34px;
	font-weight: normal;
}

#logo h2 {
	padding: 10px 0 0 3px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

#logo img {
	padding: 20px 0px 0px 0px;
}


/* Menu */

#menu {
	float: right;
	height: 40px;
}

#menu ul {
	margin: 0;
	padding: 30px 0px 0 0;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	border-left: 2px solid #888888;
	margin-right: 3px;
	padding: 5px 5px 5px 5px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.1em;
}

#menu a:hover {
	text-decoration: underline;
	font-weight:bold;
	/*background-color: black;*/
}

#menu .last a {
	margin: 0;
	padding-right: 0;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0 0 0;/*top right bottom left*/
	/*border: solid 1px;*/
}

/* Content */

#content {
	float: left;
	width: 480px;
	/*border: solid 1px;*/
}

#bigcontent {
	float: left;
	width: 720px;
	/*border: solid 1px;*/
}


/* Feature */

#feature {
	margin-bottom: 0px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 460px;
}

#sidebar2 {
	float: right;
	width: 220px;
	padding-top: 0px;
}


#sidebar .col-single {
	width: 220px;
}

#sidebar .col-one {
	width: 220px;
}

#sidebar .col-two {
	width: 220px;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #DDDDDD;
	border-top: 1px solid #999999;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}

#two-col{
	/*border: 1px solid;*/
}

#col1 {
	width: 475px;
	float:left;
	/*border: 1px solid;*/
	padding: 0px 10px 10px 0px;
}

#col2 {
	width: 225px;
	float:right;
	/*border: 1px solid;*/
	padding: 0px 0px 10px 10px; /*top right bottom left*/
}

.magicTable td{
	padding: 5px 10px 0px 10px;
	border: 1px solid;
	vertical-align: top;
}