/*
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 {
	margin: 0;
	background: #E1E4FF url(../img/img01.gif) repeat-x 0 130px;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #009;
}

h2 {
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #E08934;
}

a:hover {
	text-decoration: underline;
}

img {
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 0px 0 0 10px;
	background: url(../img/img03.gif) no-repeat left center;
	border-bottom: 1px solid #D6D5D5;
	font-size: 1.4em;
}

.boxed .content {
	padding: 10px;
}

/* Post */

.post {
}

.post .title {
	margin: 0;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #D6D5D5;
}

.post .date {
	margin-top: -26px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post .date .month {
	display: block;
	float: right;
	width: 60px;
	margin-bottom: 3px;
	padding: 5px 0;
	background: #D6D5D5;
	text-align: center;
	font-size: 11px;
}

.post .date .day {
	display: block;
	float: right;
	clear: right;
	width: 60px;
	margin-bottom: 1px;
	padding: 10px 0;
	background: #EAEAEA;
	text-align: center;
	font-size: 24px;
}

.post .date .year {
	display: none;
}

.post .meta {
	padding: 30px 0 5px 10px;
	border-bottom: 1px solid #EAEAEA;
	font-size: 9px;
}

.post .meta p {

}

.post .story {

}

/* Logo */

#logo {
	width: 850px;
	height: 200px;
	background: url(../img/img02.gif) no-repeat 0 65px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo h1 {
	padding-top: 106px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60px;
}

#logo h1 a {
	text-transform: uppercase;
	font-size: 30px;
	color: #FFFFFF;
}

#logo h1 i {
	text-transform: lowercase;
	letter-spacing: -3px;
	font: italic normal 50px Georgia, "Times New Roman", Times, serif;
	color: #FC0;
}

#logo h2 {
	text-transform: lowercase;
	font-size: 1em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 62px;
	font-style: italic;
}

#logo a {
}

/* Content */

#content {
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Content > Main */

#main {
	width: 550px;
	margin-top: -600px;
	margin-bottom: 20px;
	float: right;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	width: 280px;
	background: no-repeat;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */

#menu {
	margin-bottom: 30px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px 0 10px 24px;
	background: url(../img/img05.gif) no-repeat 10px 17px;
	border-top: 1px solid #EBEBEB;
	color: #00C;
}

#menu a:hover, #menu .active a {
	background: #080CC4;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #080CC4;
}

#footer p {
	width: 770px;
	margin: 0 auto;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

.imgLeft {
	padding: 4px;
	float: left;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgRight {
	padding: 4px;
	float: right;
	border: 1px solid #CCC;
	margin-left: 10px;
	margin-bottom: 10px;
}

.imgBorder {
	padding: 4px;
	border: 1px solid #CCC;
}

fieldset {
	border: 1px solid #080CC4;
    }
	
legend {
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	color: #009;
	margin-left: 20px;
}

#tablePhoto {
	text-align: center;
	margin-left: 540px;
}

#tablePhoto td {
	text-align: right;
	padding-bottom: 30px;
}

#ratestable {
	text-align: left;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	padding: 5px;
    }
	
.ratestable {
	text-align: left;
	width: 520px;
	border: 1px solid #080CC4;
	border-collapse:collapse;
	padding: 5px;
	vertical-align: middle;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
    }

#ratestable td {
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 5px;
	vertical-align: middle;
	
    }
.ratestable td {
	text-align: left;
	border: 1px solid #080CC4;
	padding: 5px;
	vertical-align: middle;
    }
	
.ratestableTDH {
	color: #ECFFD9;
	background-image: url(../img/tabbg.gif);
	background-repeat: repeat-x;
}
