* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6 url(images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6B6B6B;
}

form {
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

h2 {
	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;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FF5A00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

table{
	border:solid 1px #000033;
}

td{
 background:#E1E1FF;
 color:#003333;
 padding-right:5px;
 text-align:right;

}
map{
	border:solid 1px #000033;
	 background:#E1E1FF;
	 color:#003333;
	 padding-right:1px;
	 text-align:center;
}

input{
	text-align:left;
	padding-left:10px;

}option{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6B6B6B;

}


img.left {
	float: left;
	margin: 5px 20px 0 0;
}
iframe{
	float: right;
	margin: 0 0 0 0;
}

img.right {
	float: right;
	margin: 0 0 50px 50px;
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y;
}

#wrapper2 {
	background: url(images/img10.jpg) no-repeat left bottom;
}

/* Header */

#header {
	height: 140px;
	background: #087FE7 url(images/img13.jpg) no-repeat;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 112px 78px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 30px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	
	color:#FF6600;
	
}

/* Page */

#page {
	background: url(images/img14.jpg) no-repeat;
}

/* Content */

#content {
	float: center;
	width: 800px;
	padding: 0 0 0 70px;
}

.post {
	padding-top:30px;

}

.post .title {
		color:#FF6600;
}

.post .entry {
}

/* Sidebar-left */

#sidebar-left {
	float: left;
	width: 340px;
	padding: 0 0 0 20px;
}

#sidebar-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar-left li {
	margin-bottom: 2px;
}

#sidebar-left li ul {
}

#sidebar-left li li {
	margin: 0;
}

/* sidebar-right */

#sidebar-right {
	float: right;
	width: 360px;
	padding: 0 0 0 20px;
}

#sidebar-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar-right li {
	margin-bottom: 5px;
}

#sidebar-rightli ul {
}

#sidebar-right li li {
	margin: 0;
}

/* services */

#service {
}

#service br {
	display: none;
}

#service #s {
	width: 130px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

/* Footer */

#footer {
	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;
}