@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 100%/1.4 helvetica, arial, sans-serif;
	color: #444;
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .6em;
	line-height: 1.1;
}
h2, h3 {
	color: #003d5d;
}
h2 {
	font-size: 218.75%;
}
h3 {
	font-size: 137.5%;
}
h4 {
	font-size: 118.75%;
	margin: 1em 0 .6em;
}
h5 {
	font-size: 112.5%;
}
p {
	margin: 0 0 1em;
}
img {
	border: none;
}
a:link {
	color: #035389;
}
a:visited {
	color: #027c87;
}
a:focus {
	color: #000;
}
a:hover {
	color: #649805;
}
a:active {
	color: #b00;
}
/* -----------------------------------
	header
	----------------------------------- */
	
	#header-container {
	float: left;
	width: 100%;
	background: #075385 url(images/background-header.jpg) repeat-x 0 100%;
	border-bottom: 1px solid #cae298;
}
#header-container a:link {
	color: #FFFF00;
}
#header-container a:visited {
	color: #FFFF00;
}
#header-container a:focus {
	color: #000;
}
#header-container a:hover {
	color: #649805;
}
#header-container a:active {
	color: #b00;
}
#header {
	margin: 0 auto;
	width: 950px;
}
#header p {
	float:left;
}
#search-box {
	margin: 0 auto;
	padding: 5px 10px 10px 490px;
	width: 475px;
}
/* -----------------------------------
	Sidebar
	----------------------------------- */
	
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 5px;
}
/* -----------------------------------
	content
	----------------------------------- */
	
	#content-container {
	clear: left;
	float: left;
	width: 100%;
	padding: 0px;
}
#content {
	margin: 0 135px 0 310px;
	padding: 0px 0px 0 25px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
	width: 750px;
}
/* -----------------------------------
	navigation
	----------------------------------- */ 
ul#menu_vert_sidebar, ul#menu_vert_sidebar ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 295px;
}
ul#menu_vert_sidebar a {
	display: block;
	text-decoration: none;
}
ul#menu_vert_sidebar li {
	margin-top: 1px;
}
ul#menu_vert_sidebar li a {
	color: black;
	padding: 0.5em 1.5em;
}
ul#menu_vert_sidebar li a:hover {
	background-color: white;
}
/* -----------------------------------
	footer
	----------------------------------- */
	
	#footer-container {
	clear: both;
	float: left;
	width: 100%;
	background: #ecf7fd;
	padding: 10px 0;
}
#footer {
	margin: 0 auto;
	width: 950px;
}
#footer-left {
	float: left;
	width: 185px;
	margin: 140px 23px 0 0;
}
#footer-middle {
	float: left;
	width: 300px;
	margin: 0 auto;
	padding: 0 20px;
	border-left: 2px solid #c5dbe7;
	border-right: 2px solid #c5dbe7;
}
#footer-right {
	float: right;
	width: 345px;
	margin: -12px 0px 0px 0px;
}
/* -----------------------------------
valdez css
	----------------------------------- */
	
.pagewidth {
	margin: 0 auto;
	width: 780px;
}
.nospacep {
	margin: 0px;
	padding: 0px;
}
a.xtralink:link {
	font-size: smaller;
	font-style: italic;
	color: #666666;
}
a.xtralink:visited {
	color: #894f7b;
	font-weight: bold;
}
a.xtralink:hover {
	text-decoration: overline;
	background-color: #003399;
}
a.xtralink:active {
	color: red;
}
dt {
	margin-top: 15px;
}
/* VacStyle legacy*/
#excerpt {
	background-color: #FFFFCC;
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #990000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;
	margin: 0px;
	padding-right: 7px;
	padding-left: 7px;
}
/*Article Style*/
.left {
	margin: 10px;
	padding: 10px;
	float: left;
	width: 230px;
	border:1px solid;
}
.right {
	margin: 10px;
	padding: 10px;
	float: right;
	width: 230px;
	clear:right;
	border:1px solid;
}
/* StyleOne legacy*/
.lineheight {
	line-height: 1.5em;
}
.articlecontent {
	margin-bottom:1.5em;
}
/*For AdSense*/
.left_float_310w {
	float: left;
	width: 310px;
}
.right_float_310w {
	float: right;
	width: 310px;
}
.Ad_margin_l_310 {
	margin-left:310px;
}
.clear {
	clear: both;
}
