/******************************************
*   All Styles                       
******************************************/


/*Main Page Lauout */

body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
	background-color: #f0f0f0;
}
#wrapper {
	background-color: #FFFFFF;
	width: 1000px;
	border: 1px dotted #999999;
}

#leftcontent {
	width:450px;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 50px;
	background-color: #FFFFFF;
}

#rightcontent {
	width:450px;
	vertical-align: top;
	padding-right: 0px;
	padding-left: 50px;
	background-color: #FFFFFF;
}
#maincontent {
	vertical-align: top;
	background-color: #FFFFFF;
}
#maintable {
	margin-top: 45px;
}


#topnews {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 25px;
	background-color: #FFFFFF;
	padding-right: 100px;
	padding-left: 100px;
	
}

.txt{
	font-size: 13px;
	padding-right: 5px;
	padding-left: 5px
}
.txtcat{
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	font-style: italic;
	color: #CCCCCC;
	text-decoration: none;
}
.txtsmall{
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px
}
.txtbigger{
	font-size: 16px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: justify;
	word-spacing: 1px;
}
.txth1bigger {
	font-size: 28px;
	background-color: #f0f0f0;
	padding-right: 25px;
	padding-left: 25px;
	text-transform: capitalize;
}
.txtsmallbigger{
	font-size: 11px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: right;
}


.txth1index {
	font-size: 20px;
	color: #999999;
	background-color: #f0f0f0;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: capitalize;
	
}
.txth1top {
	font-size: 45px;
	color: #999999;
	text-transform: uppercase;
		padding-right: 15px;
	padding-left: 15px;
}
.txttop{
	font-size: 18px;
	color: #4C4C4C;
}
.txtsmalltop{
	font-size: 10px;
}
#rightbar{
	padding-left: 25px;
	width: 200px;
	vertical-align: top;
}


a:link {
	color: #330000;
	font-weight: bold;
}
a:visited {
	color: #330000;
		text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

ul {
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 0px;
}
li {
	font-size: 11px;
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
}

.txtleft {
	text-align: left;
}
.txtright {
	text-align: right;
}


#footer {
	font-size: 11px;
	padding: 20px 10px 10px 50px;
	color: #000000;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	background-color: #DDDDDD;
}


/* Begin Images */

a img {
	border: none;
	}


p img {
	padding: 1;
	max-width: 100%;
	border: 1px solid #999999;
	}

h2 {
	font-size: 16px;
	background-color: #EEEEEE;
	}


h1, h1 a, h1 a:hover, h1 a:visited, {
	text-decoration: none;
	color: #000000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #666666;
	text-decoration: none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

a, h2 a:hover, h3 a:hover {
	color: #666666;
	text-decoration: none;
	}

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

	}


/*	Begin Headers */
#sidebar h2 {
	font-size: 13px;
	color: #666666;
	
	}




a img {
	border: none;
	}

ul {
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 5px;
}
	

/* Begin Images */

a img {
	border: none;
	}


p img {
	padding: 1;
	max-width: 100%;
	border: 1px solid #999999;
	
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

	
/* End Images */


hr {
	background-color: #f0f0f0;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #666666;
	margin: 0 auto;
	width: 1000px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 15px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#aaa;
	padding:0 10px;
	line-height:25px;
	text-transform: uppercase;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}



/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: right;
	width: 220px;
}