body {
	margin: 30px 0 0 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	text-align: justify;
	font: 15px Arial, Helvetica, sans-serif;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

input {
	padding: 2px;
	background: #B4E1F9 url(images/img13.gif) repeat-x;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3CB7FF;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ol, ul {
	margin-bottom: 2em;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #3CB7FF;
}

a:hover {
	text-decoration: none;
}
img {
	border: none;
}

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

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

/* Menu */

#menu {
	float: right;
	
	
}

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

#menu li {
	display: block;
	float: left;
	height: 32px;
}

#menu a {
	display: block;
	padding: 2px 20px 2px 20px;
	background: #3CB7FF;
	margin-right: 2px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu .last {
	margin-right: 0;
	padding-right: 0;
}

#menu a:hover {
	background: #1B2025;
	color: #FFFFFF;
}

#menu .current_page_item {

}

#menu .current_page_item a {
	background: #1B2025;
	color: #FFFFFF;
}


/* Header */

#header {
	width: 960px;
	margin: 0 auto;
	height:60px;
	
}

#header_menu{
	width: 960px;
	margin: 0 auto;
	height:32px;
	
}


#logo h1, #logo p {
	text-transform: lowercase;
}

#logo h1 {
	font-size: 2.2em;
	padding: 0px 0 0 0px;
}

#logo p {
	margin: 0;
	line-height: normal;
	padding: 0px 0 0 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
}

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

#logo p a {
	color: #222426;
}

/* Banner */

#banner {
	background: url(images/img03.jpg) no-repeat left ;
	width: 960px;
	height: 250px;
	margin: 0 auto;
	margin-top: 15px;
	
}

#banner a {
	float: right;
	padding: 120px 20px 0 0;
	text-decoration: none;
	text-align: right;
	font-size: 136%;
	font-style: italic;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	/*padding: 40px 0 0 0;*/
	padding-top:15px;
	
}

/* Content */

#content {
	margin-right: 340px;
	padding: 0 0px 0 0px;
}

.post {
	float:left;
	margin-bottom: 10px;
	margin-top:20px;
	width:660px;
}

.post .title {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
}

.post .title h1 {
	padding: 0px 30px 5px 0px;
	margin-bottom:5px;
	text-transform: lowercase;
	font-weight: normal;
	border-bottom: 4px #D8DFE6 solid;
	font-size: 1.8em;
	color: #3CB7FF;
}

.post .title h2  {
	font-size: 1.4em;
	color: #3CB7FF;
}

.post .title p {
	margin: 0;
	padding: 10px 0 10px 20px;
	background: url(images/img02.gif) no-repeat left center;
	line-height: normal;
	color: #3CB7FF;
}

.post .title p a {
	color: #3CB7FF;
	
}

.post .entry {
	padding: 0;
}

.post .links {
	padding: 5px 0;
	border-bottom: 1px #D8DFE6 dotted;
	margin-top: 10px;
	text-align: left;
}

.post .links a {
	font-weight: bold;
}

.post .links a:hover {
	
}

.post .links .more {
	padding: 0 0 0 20px;
	background: url(images/img04.gif) no-repeat left 50%;
}

.post .links .comments {
	margin-left: 20px;
	background: url(images/img05.gif) no-repeat left 50%;
	padding: 0 0 0 20px;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	margin-top:20px;
}

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

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	padding: 0 0px 40px 30px;
}

#sidebar li li {
	margin: 0;
	padding-left: 30px;
	background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	padding: 0px 30px 10px 30px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1.6em;
	color: #3CB7FF;
}


/* Footer */

#footer {
	padding: 20px 0 10px 0;
	border-top: 2px #EEEEEE solid;
	background: #F5F5F5;
}
#legal {
	float: left;
	text-align: left;
}

#links {
	float: right;
	text-align: right;
}
.footer_clear {
	clear: both;
}
#footer p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	font-size: .9em;
	background: #F5F5F5;
}

#footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #187BD9;
}

#footer a:hover {
}
#menubas {
	width: 770px;
	text-align: center;
	margin: 0 auto;
}

#menubas a:link {
	text-decoration: none;
	color: #0AAAFD;
}

#menubas a:active, a:visited {
	color: #0AAAFD;
}

#menubas a:hover {
	text-decoration: underline;
	color: #FF6700;
}








form {
	padding:5px;
	width:99%;
	font-family:"trebuchet ms",sans-serif;
}
fieldset {
	padding:10px;
	margin-bottom:10px;
	border:none;
	clear:both;
}
fieldset .clear {
	height:-10px;
	clear: both;
}
.cleardiv  {
	clear: both;
}
legend {
	color:#a0522d;
	font-weight:bold;
}
label {
	float:left;
	width:40%;
	margin-top:5px;
	display:block;
	font-size:90%;
}
label.check{
	width:50%;
	display:inline;
}
label.inline {
	display:inline
}

input {
	float:left;
	margin-top:2px;
	border:1px solid black;
	background-color:#7CB0F4;
}

input[type=radio] {
	margin-top:2px;
	margin-right:50px;
	background-color:transparent;
	border:none;
}
input[type=checkbox] {
	margin-top:2px;
	margin-right:5px;
	background-color:transparent;
	border:none;
}
select, option {
	margin-top:1px;
	background-color:#2582FB;
	font-family:"trebuchet ms",sans-serif;
	font-size:90%;
}
textarea {
	margin-top:2px;
	border:1px solid black;
	background-color:#7CB0F4;
	font-family:"trebuchet ms",sans-serif;
}
input[type=submit], input[type=reset] {
	border:1px outset #2582FB;
	cursor:pointer;
}
input[type=submit]:hover, input[type=reset]:hover {
	border:1px outset white;
	background-color:white;
}
input[type=submit]:active, input[type=reset]:active {
	border:1px inset #2582FB;
	background-color:#2582FB;
	color:black;
}
*:focus {
	background-color:white;
}

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 2px;
	margin-left:15px;
	width: 630px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}