/*
Design by NodeThirtyThree <http://www.nodethirtythree.com>
Published by Free CSS Templates <http://www.freecsstemplates.org/>
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #3E9BDE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #405A67;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #4F6977;
}

h1 {
	letter-spacing: -1px;
	font-size: 44px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 18px;
}

p, ul, ol {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
	text-align: justify;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #1895D1;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 954px;
	height: 183px; /* make 25px less? */
	margin: 0 auto;
	background: url(images/img02.jpg) left bottom;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
	color: #FFFFFF;
}

#logo h1 {
	position:absolute;
	padding: 105px 0 0 40px;
	font-weight: bold;
}

#logo h1 span {
	display: block;
	position: relative;
	top: -0.8em;
	left: 1.5em;
	font-size: 16px;
}

#logo h2 {
	padding: 143px 0 0 8px;
	font-size: 14px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {

	position:absolute;
	right: 5px;
	bottom:-10px;
}

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

#menu li {
	display: inline;
}

#menu a {
	padding: 10px 5px 0 5px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 954px;
	margin: 0 auto;
	background: #FFFFFF url(images/img09.jpg) repeat-y left top;
}
#pageBottom {
	width: 952px;
	margin: 0 auto;
	padding-left:2px;
	height: 1px;
	overflow:hidden;
}
#pageBottom div {
	border-top: 1px solid #676968;
	height: 0;
	overflow:hidden;
}

#bg {
	background: url(images/img04.jpg) no-repeat left top;
}

/* Content */

#content {
	float: left;
	width: 680px;
	background: none no-repeat;
	min-height: 400px;
}
#content2 {
	padding: 20px;
	padding-left: 25px;
}
#content-noSidebar {
	background:transparent url(images/img05.jpg) right top no-repeat scroll;
	min-height: 400px;
}

/* Posts */

.post {
	width: 606px;
	padding: 30px 0 0 48px;
}

.post .title {
	padding: 0 0 0 12px;
}

.post .title a {
	color: #4F6977;
}

.post .date {
	margin: -26px 25px 15px 0;
	text-align: right;
	color: #79AFCD;
}

.post .entry {
	padding: 25px 20px 0 12px;
	background: url(images/img07.jpg) no-repeat;
}

.post .meta {
	padding: 15px 12px;
	background: url(images/img08.jpg) no-repeat left bottom;
}

.post .meta b {
	display: none;
}

.post .more, .post .comments {
	padding: 0 30px 0 20px;
}

.post .more {
	background: url(images/img09.gif) no-repeat left center;
}

.post .comments {
	background: url(images/img10.gif) no-repeat left center;
}

/* About Box */

#about-box {
	width: 185px;
	height: 162px;
	padding: 70px 37px 0 35px;
	background: url(images/img11.jpg) no-repeat left bottom;
}

#about-box h2 {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: normal;
}

#about-box p {
	font-size: 12px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 274px;
	background: url(images/img05.jpg) no-repeat;
}

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

#sidebar li a {
	display: block;
	padding: 5px 0 5px 0;
}

#sidebar li ul {
	width: auto;
	padding: 0 15px 0 10px;
}

#sidebar li li {
	/*padding: 5px 0 5px 0;*/
	background: url(images/img13.gif) repeat-x;
}

#sidebar li li.first {
	padding-top: 0;
	background: none;
}

#sidebar li h2 {
	font-size: 18px;
	padding: 30px 0 40px 10px;
	background: url(images/img12.jpg) no-repeat left bottom;
}

/* Footer */

#footer {

	width: 954px;
	margin: 0 auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #83B3CE;
}

#footer a {
	color: #83B3CE;
}


.dataHeading {
	font-weight: 800;
}

.nextButton {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2E91DA;
	border: 1px solid #1A6399;
}
.txtbox {
	background-color: #FFFFFF;
	border: 1px solid #3092DA;
	font-size: 16px;
}

.style9 {
	color: #405a67;
	font-size: 18px;
	font-weight: bold;
}

.style10 { color: #ff00cc; }
.style11 { font-size: 36px; }
.style1 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FF66CC;
}

.style12 {color: #FF00CC}
.style13 {font-size: 12px}
.style14 {
	color: #000000;
	font-weight: bold;
}
.style16 {
	font-size: 16px;
	margin-bottom:2px;
}

ul.compact {
	padding-left: 18px;
}

.left_heading {
	font-weight: 800;
}
.step1box {
	background-image: url(images/grey_box.png);
	background-repeat: no-repeat;
	height: 97px;
	width: 632px;
}
.stepbox {
	background-color: #FFFFFF;
	background-image: url(images/grey_gradient_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #666666;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
