/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 10px;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
}


#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img02.jpg) no-repeat left top;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
}

h2 {
}


a {
	color: #000099;
}

a:hover, a:active {
	text-decoration: none;
	color: #000099;
}

a:visited {
	color: #000099;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}


/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 170px;
}

/* Menu */

#menu {
	width: 870px;
	height: 40px;
	margin: 0 auto;
	background: url(images/img03.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 40px;
	background: url(images/img04.jpg) no-repeat right top;
}

#menu a {
	display: block;
	padding: 12px 20px 0px 20px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/** LOGO */

#logo {
	width: 880px;
	height: 130px;
	margin: 0 auto;
	background: url(images/img05.jpg) no-repeat 20px 20px;
	
}

#logo h1, #logo h2 {
	float: ;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 40px 0 5px 20px;
	font-size: 26px;
}

#logo h1 a {
	text-decoration: none;
	color: #000099; 
}

#logo h1 a:hover { text-decoration: none; }

#logo h2 {
	padding: 5px 0 0 20px;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

#logo p a {
	text-decoration: none;
	color: #28313A;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	padding: 20px 20px;
}

/* Content */

#content {
	float: left;
	width: 565px;
	border-right: 1px dashed #DFE1E0;
}

/* Post */

div#post {
	padding: 0px 20px;
	margin-bottom: 20px;
}

div#post h1 {
	margin-bottom: 20px;
	margin-top: 15px;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #000099; 
}

div#post h2 {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #000099; 
}

div#post p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
}

div#post ul {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: square;
}

#feature_box {
  float:left;
  width:510px;
  background-color:  	#E7EEF4;
  border:1px solid #AAAAAA;
  padding:10px;
  margin-top:2px;
  margin-bottom:15px;
  margin-right:8px;
  text-align: center;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: arial, sans-serif;
  font-size: 15px;
  color: #000000;
}

#feature_box p {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #333333;
  line-height: 16px;
  margin-bottom:5px;
   text-align: center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 255px;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 20px;
	list-style-type: square;
}

#sidebar li p {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 6px;
}


#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	width: 250px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0;
	background: url(images/img07.jpg) no-repeat left top;
	font-size: 16px;
	font-weight: bold;
	color: #28313A; 
}


/* Footer */
#footer-wrap {
}

#footer {
	width: 880px;
	height: 40px;
	margin: 0 auto;
	background-color: #E7EEF4;
	padding-bottom: 10px;
}

#footer p {
	font-size: 13px;
}

#legal {
	clear: both;
	padding-top: 14px;
	text-align: center;
	color: #595959;
}

#legal a {
	font-weight: normal;
}

