/*
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 {
	background: #F6F6F6 url(images/img01.jpg) repeat-x top right fixed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
}

form {
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #CCCCCC ;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

h1, h2, h3, h4 {
	margin: 0;
}

h5 {
color:#ffffff;
font-size:14px;
}

h1, h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #3367cd;
}

h1 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

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

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {

	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 0 18px 0;
	padding:4px 0 4px 4px;
	width:172px; 
	background-color:#EFD8A7;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

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

a:hover {

}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Wrapper */

#wrapper {
	width: 922px;
	margin: 48px auto;
	background-color:#FFFFFF;
/*	background: url(images/img02.jpg) repeat-y;*/
}

#wrapper2 {
	
}

/* Header */

#header { width:922px;
	height: 300px;
	}
#header2 {
	height: 140px;
	padding-left:50px;
}

#left_nav {
float:left;
width:170px;
height:200px;
margin-top:40px;
}

#left_nav ul {
list-style: none;
line-height: normal;
}

#left_nav li {
margin-top:8px;
}

#left_nav a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#left_nav a:hover {
	text-decoration: underline;
	color:#3367cd;
}

#right_nav {
border:#333333 1px solid;
width:150px;
height:200px;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	margin: 0;
	padding: 90px 0 0 78px;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 40px;
	color: #FFFFFF;
}

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

/* Menu */

#menu {
	float: right;
}

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

#menu li {
	display: inline;
}

#menu a {
	padding-left: 20px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {

}

/* Content */

#content {
	float: left;
	width: 616px;
	padding: 0 0 36px 76px;
}

#content1 {
	float:left;
	padding-left:12px;
	padding-bottom:36px;
	width: 750px;
}

.post {
	padding-top: 20px;
	height:230px;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #3367cd;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
width:240px;
height:338px;
float:left;
margin: 0 4px 8px 4px;
background:url(images/bg_d.jpg) bottom no-repeat;
}

.post .meta {
	height: 16px;
	margin: 0;
	padding: 10px;
	background: url(images/img07.jpg) repeat-x left bottom;
	line-height: normal;
}

.post .meta .posted {
	display: block;
	float: left;
}

.post .meta .permalink {
	display: block;
	float: right;
	padding-left: 17px;
	background: url(images/img09.gif) no-repeat left center;
}

.post .meta .comments {
	display: block;
	float: right;
	padding: 0 30px 0 19px;
	background: url(images/img08.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	background-color:#F8F8F8;
	float: left;
	width: 132px;
	margin: 16px 8px 0 16px;
	padding:0 8px 16% 16px;
}

#sidebar1 {
	float: left;
	width: 132px;
	margin: 8px 0 0 auto;
	padding: 0 12px 0 0;
	height:800px;
}

#sidebar h3 {
margin-top:24px;
}

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

#sidebar li {
	margin: 0 0 8px 14px;
	list-style-type:square;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar1 ul {
	margin: 16px 0 0 32px ;
	padding: 0;
	list-style: none;
	height:120px;
}

#sidebar1 li a {
	text-decoration:none;
	margin: 0 4px 8px 14px;
	padding-right:4px;
	color:#FFFFFF;
	width:98px;
	float:right;
	text-align:right;
	font-weight:bold;
}

#sidebar1 li a:hover {
	text-decoration:underline;
	width:112px;
}
/* Search */

#search {
}

#search br {
	display: none;
}

#search input {
	padding: 1px 5px;
	border-top: 1px solid #ffac33;
	border-left: 1px solid #ffac33;
	border-right: 1px solid #ffac33;
	border-bottom: 1px solid #ffac33;
	background: #ffac33 url(images/img18.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#search #s {
	width: 130px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

/* Widebar */

#widebar {
	margin: 0 50px;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(images/img11.gif) repeat-x;
}

#widebar #colA {
	float: left;
	width: 260px;
}

#widebar #colB {
	float: left;
	width: 260px;
	padding-left: 45px;
}

#content #colC {
	float:left;
	width:180px;
	margin: 0 4px 8px 4px;
	padding:4px 8px 0 8px;
}
#colC ul.list2 li {
	background-color:#DDE0FB;
	height:70px;
}
#content #colD {
	float:left;
	width:180px;
	margin: 0 4px 8px 4px;
	padding:4px 8px 0 8px;
}
#colD ul.list2 li {
	background-color:#FFDE9F;
	height:70px;
}
#content #colE {
	float:left;
	width:180px;
	margin: 0 4px 8px 4px;
	padding:4px 8px 0 8px;
}
#colE ul.list2 li {
	background-color:#CCCCCC;
}
/* Footer */

#footer {
	margin-top:8px;
	height: 108px;
	background: url(images/img05.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding-top: 45px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
}

.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position:absolute;
	margin-left:136px;
	margin-top:-26px;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
}

.inputHighlighted{	/* Highlighting style */
		background-color:#FEF4E7;
		border:2px solid #4848FF;
	}

#promo_sej {
	margin: 8px 0px 8px 12px; 
	width:216px;
		}
#promo_sej a {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#f4980b;
}

#promo_sej a:hover{
text-decoration:underline;
}
