/*
Design 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: #FFFFFF url("images/pagebg.jpg") repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}
#nav-top{
margin-top:-25px;
}

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

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

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	text-decoration: none;
	color: #356AA0;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

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;
}

.clear {
	clear:both;
}

/* Header */

#header {
	width: 980px;
	height: 150px;
	margin: 0 auto;
	background-repeat:no-repeat;
}

#header #logo {
	margin-top: 30px;
	margin-right: 20px; 
	float: left;
	width: 208px;
	height: 92px;
	background-image: url("images/directory.jpg");
	background-repeat:no-repeat;
	background-position:center;
}

#header #title {
	float: left;
	margin-top: 50px;
	width: 440px;
}

#header #rightCol {
	float: left;
	width: 200px;
	margin-top: 100px;
}
#header .hr {
	width: 400px;
	height: 1px;
	margin-top: 3px;
	margin-bottom: 5px;
	background-color:#999999;
}

#header h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

#header h1 span {
	color: #CC0000;
}

#header h2 {  
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}


#header h3 {  
	color: #fff;
}


#header h2 a {
	color: #fff; 
}

#arrow {
	display: block;
	position: relative;
	width: 126px;
	height: 115px;
	background-image: url("images/arrow.png");
	z-index: 19999;
	left: 814px;
	top: -15px;
} 

/* Nav Bar */

#nav {
	height: 51px;
	width: 100%;
	background-image: url("images/navbg.jpg");
	background-repeat:repeat-x;
	border-top: 1px solid #ccc;
	min-width: 980px;
}

#nav #buttons {
	width: 980px;
	margin: 0 auto;
}
#nav #buttons .button {
	background-image: url("images/navButtonDivider.jpg");
	background-position:top left;
	background-repeat: no-repeat;
	padding: 10px;
	height: 31px;
	min-width: 150px;
	float: left;
	cursor: pointer;
	text-align: center;
}

#nav #buttons a {
	
	font-weight: bold;
	color: #000;
}

#nav #buttons a:hover .button {
	background-image: url("images/navbg-hover.jpg"); 
	background-repeat:repeat-x;
}

/* Search */

#search {
	float: right;
	width: 300px;
	padding: 150px 0 0 0;
}

#search legend {
	display: none;
}

#searchfield {
	width: 200px;
}

#searchsubmit {
	width: 80px;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: right;
	width: 650px;
}

.calculator {
	margin-left: 20px;
	padding: 12px 50px;
	background: url(images/img04.jpg) no-repeat;
}

.calculator .title {
	letter-spacing: -1px;
	font-size: 2.4em;
	color: #356AA0;
}

.calculator .meta {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #EFEFEF;
	line-height: normal;
	color: #666666;
}

.calculator .formRow {
	width: 220px;
	height: 35px;
}

.calculator .formRow .label {
	float: left;
	font-size: 14px;
	width: 100px;
	height: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.calculator .formRow .field {
	width: 120px;
	float: left;
}

.calculator .formRow .field input[type=text], .calculator .formRow .field select {
	width: 150px;
}

.post {
	padding: 12px 50px;
	background: url(images/img04.jpg) no-repeat;
}

.post .title {
	letter-spacing: -1px;
	font-size: 2.4em;
	color: #356AA0;
}

.post .meta {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #EFEFEF;
	line-height: normal;
	color: #666666;
}


/* Guy talking image */

#guyTalking {
	margin-left: 30px;
	width: 145px;
	height: 262px;
	padding-left: 259px;
	padding-top: 20px;
	padding-right: 35px;
	background-image: url("images/talking.jpg");
	float: left;
	font-weight: bold;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
}

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

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 40px;
	background: url(images/img03.jpg) no-repeat;
}

#sidebar li ul {
	line-height: 2em;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar h2 {
	margin-bottom: 10px;
	letter-spacing: -1px;
	color: #CC0000;
}

#sidebar a {
	border: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	border-top: 10px solid #DDDDDD;
	background: #EFEFEF;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: normal;
}