@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background-image:url(images/newheaderbg.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4A5157;
	min-width:800px;

}

h1, h2, h3 {
	/*	text-transform: lowercase;
*/	color: #292929;
}

h1 {
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	font-size: 20px;
	color: #e51937;
}

h3 {
	font-size: 13px;
	color: #292929;
}

p, ul, ol {
	margin-bottom: 2em;
	text-align: justify;
	line-height: 150%;
}

a {
	color:#FF0000;
	text-decoration:none;
}

a:hover {
	color:#E51937;
}

a {
	color: #000000;
}

img {
	border: none;
}

.tn img {
	border: 8px solid #F5F5F5;
}

hr {
	display: none;
}

/* Logo */

#logo {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/imgforheader.jpg);
	background-repeat: no-repeat;
	height: 200px;
}


/* Menu */

#menu {
	width: 850px;
	height: 45px;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
}

#menu ul {
	margin-top: -10px;
	padding: 0px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}
#menu ul li a.menu-separator {
	width: 6px;
	margin-top:-10px;
	background:none;

}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 5px;
	padding: 2px 2px 0 2px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
}

#menu a:hover {
	background-color: #1f4965;
	color:white;
	height:19px;
}

#menu .active a {
	background: #1f4965;
	height: 19px;
	color:white;
}

/* Page */

#bg {
	background: url(images/img04-850.gif) no-repeat center;
	background-position:top;
	margin-top:-15px;
}

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 0 0 0 15px;
}

#content h1 {
	margin: 10px 0 20px 0;
	padding-left: 33px;
	background: url(images/img07.gif) no-repeat left center;
}

#content .content {
	padding-left: 32px;
}

#formLeft {
	width: 235px;
	float:left;	
}

#formLeft input {
	width:225px;
	margin: 0 0 20px 0;
	border: none;
	text-align:center;
	background: none;
	margin: 13px 0 0 8px;
}
#formLeft .input-bg {
	background: url(images/form-sm-bg.jpg) bottom left no-repeat transparent;
	height: 45px;
	margin-bottom: 10px;
	position: relative;
}
#formLeft .active {
	background: url(images/form-sm-bg.jpg) top left no-repeat transparent;
}

#formRight {
	width: 350px;
	float: right;
}
#formRight textarea {
	width: 331px;
	height: 209px;
	display: block;
	border: none;
	background:none;
	margin: 0 0 0 20px;
	padding: 13px 0 13px 0;
	overflow: auto;
}
#formRight .message-bg {
	background:url(images/message-bg.jpg) bottom left no-repeat transparent;
	height: 238px;
}
#formRight .active {
	background: url(images/message-bg.jpg) top left no-repeat transparent;
}
label {
	display: block;
	text-indent: 10px;
	font-weight: bold;
}
label.error {
	position: absolute;
	top:-16px;
	right: 49px;
	padding: 3px;
	color: #e51937;
	text-align:right;
	font-style:italic;
	font-weight: normal;
}
input.submit-button {
	float: left;
	padding-left:5px;
	margin-top:-10px;

}
/* Posts */

.post h1.title {
	margin: 45px 0 20px 0;
	padding-left: 37px;
	background: url(images/img07.gif) no-repeat left center;
}

.post h2.title {
	margin: 40px 0 25px 0;
	padding-left: 37px;
	background: url(images/img07.gif) no-repeat left center;
}

.post .title a {
	text-decoration: none;
	color: #292929;
}

.post .entry {
	padding-left: 42px;
	padding-right: 20px;

	
}

.post ul, .post ol {
	margin-left: 3em;
}

.post ul {
	list-style-type: square;
}

.post ol {
	list-style-type: decimal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 179px;
	padding: 0 0px 0 0;
	margin-right:46px;
	
}

#sidebar a {
	color: #666666;
}

#sponsors .content ul li a:hover {
	color:#e51937;
}

#useful-links .content ul li a:hover{
	color:#e51937;
}
.box {
}

.box .title {
	height: 27px;
	padding: 6px 0 0 30px;
	background: #87aacd url(images/columnHdr-blue-179.jpg) no-repeat;
	text-transform: lowercase;
	font-size: 15px;
	color: #FFFFFF;
}

.box .content {
	padding: 5px;
	background: url(images/img06.gif) repeat-x;
}

.box ul {
	list-style: none;
	line-height: normal;
}

.box ul li {
	margin-bottom: 13px;
	font-size: 11px;
}

.box .content ul li a:hover {
	color:#e51937;
}

.box small {
	font-size: 10px;
	color: #e51937;
}


/* Footer */

#footer {
	padding: 35px 0;
	background: url(images/img08.gif) no-repeat center top;
	font-size: 12px;
}

#footer p {
	text-align: center;
}
