/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #00004A;
	background-image: url(images/bg_pattern.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.Menu1 {
	font-family: Arial, sans-serif;
	border-top: 0px solid #EEE;
	padding-bottom: 20px;/* Since we aren't floating li in this example we don't have to set a height on the div */
}
.Menu1 ul {
	text-align: center; /* Just some margin to align the blue border below the menu */
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.Menu1 li {
display: inline; /* The menu is horizontally aligned using display: inline */
}
.Menu1 li a {
	color: #5d5350;
	text-decoration: none;
	font-weight: bold; /* Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 8px;
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.Menu1 li a:hover {
background: url(images/left_on.gif) no-repeat left bottom;
}
.Menu1 li a span {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 0;
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Menu1 li a:hover span {
background: url(images/right_on.gif) no-repeat right bottom;
}






form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.1em;
}

p, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

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

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 828px;
	height: 119px;
	background-image: url(images/header_2.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header h1 {
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}

#header h2 {
	padding: 0 0 0 50px;
}

#header a {
	text-decoration: none;
}

/* Search */

#search {
	float: right;
	width: 200px;
	padding: 150px 0 0 0;
}

#search legend {
	display: none;
}

#searchfield {
	width: 140px;
}

#searchsubmit {
	display: none;
}

/* Page */

#page {
	width: 828px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/page_bg2c.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* Content */

#content {
	width: 828px;
	display: block;
}

.post {
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-top: 4px;
}

.post .title {
	margin: 0;
	padding-left: 30px;
	background: url(images/img06.gif) no-repeat left center;
	font-size: 2em;
}

.post .meta {
	margin: 0 0 15px 0;
	padding-top: 5px;
	background: url(images/img05.gif) repeat-x;
	line-height: normal;
}

.post .entry {
}

/* Sidebar */

#sidebar {
	width: 340px;
	padding-left: 10px;
	border: 1px solid #999999;
	margin-right: 10px;
	padding-right: 10px;
	float: right;
	background-color: #CCCCCC;
}

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

#sidebar li {
	margin-bottom: 20px;
	padding: 34px 20px 20px 20px;
}

#sidebar li ul {
	line-height: 2em;
}

#sidebar li li {
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	margin-bottom: 14px;
	letter-spacing: -1px;
	margin-top: 20px;
}

#sidebar a {
	border: none;
}

/* Footer */

#footer {
	clear: both;
	width: 828px;
	height: 25px;
	color: #666767;
	background-color: #00004A;
	background-image: url(images/foot2.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	background-repeat: no-repeat;
	background-position: top;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	color: #666767;
}
#clear_al {
	clear: both;
}
.smaller {
	font-size: 10px;
}
.yel_bg {
	background-color: #FFFFFF;
	width: 380px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	color: #0000FF;
}
.red_bg {
	background-color: #FFFFCC;
	width: 380px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}
.blu_bg {
	background-color: #D2D5FF;
	width: 380px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}
.body_foot {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}
.header_login {
	background-position: bottom;
	float: right;
	padding-right: 20px;
	padding-top: 95px;
}
.grey_bg {
	background-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.clear_all {
	clear: both;
}


/* @group Modules */

.module,
.module-hilite1,
.module-hilite2,
.module-hilite3,
.module-hilite4,
.module-hilite5,
.module-quote,
.module-search {
	margin-top: 0px;	
	margin-bottom: 25px;
	width: 420px;
}

.module-hilite6,
.module-hilite7,
.module-hilite9 {
  	width: 780px;
	margin-top: 0px;	
	margin-bottom: 25px;
}


.module-hilite8 {
	width:340;
	padding-left: 10px;
	margin-right: 0px;
	padding-right: 10px;
	}
	

.module-hilite1,
.module-hilite2,
.module-hilite3,
.module-hilite4,
.module-hilite5,
.module-hilite6,
.module-hilite7,
.module-hilite8,
.module-hilite9,
.module-quote {
	background: url(/images/module-left.png) 0 100% no-repeat;
	height: 1%;
}

.module-hilite8
{
	background: None;
	height: 1%;
	}
	

.module-hilite1 div,
.module-hilite2 div,
.module-hilite3 div,
.module-hilite4 div,
.module-hilite5 div {
	background: none;
	margin: 0;
	padding: 0;
}


.module-hilite6 div,
.module-hilite7 div,
.module-hilite9 div {
	background: url(/images/module-right.png) 100% 100% no-repeat;
	height: 1%;
	margin: 0;
	padding: 0;
}

.module-hilite8 div {
	background: none;
	height: 1%;
	margin: 0;
	padding: 0;
	border: 1px solid #999999;
}

.module h3,
.module-hilite1 h3,
.module-hilite2 h3,
.module-hilite3 h3,
.module-hilite4 h3,
.module-hilite5 h3,
.module-hilite6 h3,
.module-hilite7 h3,
.module-hilite8 h3,
.module-hilite9 h3,
.module-quote h3 {
	font-size: 145%;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.module div div div {
	padding: 0 5px;
}

.module-hilite1 div div,
.module-hilite2 div div,
.module-hilite3 div div,
.module-hilite4 div div {
	background: none;
	padding: 0 5px 18px 13px;
}

.module-hilite5 div div,
.module-hilite6 div div,
.module-hilite7 div div,
.module-hilite9 div div  {
	background: none;
	padding: 0 8px 18px 13px;	
}

.module-hilite8 div div {
	background: none;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 18px;
	padding-left: 13px;
}


.module-hilite1 div div div,
.module-hilite2 div div div,
.module-hilite3 div div div,
.module-hilite4 div div div,
.module-hilite5 div div div,
.module-hilite6 div div div,
.module-hilite7 div div div,
.module-hilite8 div div div,
.module-hilite9 div div div {
	padding: 0 0 0 8px;
}

.module-quote div div div {
	padding: 13px 13px 35px 13px;
}

.module
.module-hilite1 div div div div,
.module-hilite2 div div div div,
.module-hilite3 div div div div,
.module-hilite4 div div div div,
.module-hilite5 div div div div,
.module-hilite6 div div div div,
.module-hilite7 div div div div,
.module-hilite8 div div div div,
.module-hilite9 div div div div
.module-quote div div div div,
.module-search div div div div {
	background: none;
	padding: 0;
	border: 0;
}

.spacer div.module,
.spacer div.module-hilite1,
.spacer div.module-hilite2,
.spacer div.module-hilite3,
.spacer div.module-hilite4,
.spacer div.module-hilite5,
.spacer div.module-hilite6,
.spacer div.module-hilite7,
.spacer div.module-hilite8,
.spacer div.module-hilite9
.spacer div.module-quote  {
	margin-left: 10px;
}

.module-hilite1 h3,
.module-hilite5 h3 {
	color: #000000;
}

.module-hilite1 div div div,
.module-hilite5 div div div {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #006600;
}

.module-quote {
	background: url(/images/quote-tl.png) 0 0 no-repeat;
}

.module-quote div {
	background: url(/images/quote-tr.png) 100% 0 no-repeat;
}

.module-quote div div {
	background: url(/images/quote-bl.png) 0 100% no-repeat;
}

.module-quote div div div {
	background: url(/images/quote-br.png) 100% 100% no-repeat;
}

.module-search {
	background: url(/images/search-bg.png) 0 0 no-repeat;
	width: 184px;
	height: 45px;
}

.module-search input {
	background: transparent;
	border: 0;
	margin-left: 66px;
	margin-top: 14px;
	padding: 2px 0 0 5px;
	overflow: hidden;
	width: 105px;
}

#footer-1 .module h3 {
	padding-left: 0;
	background: none;
}

#footer-1 .module div div div {
	padding: 0px 18px;
}
.module-hilite2 h3,
.module-hilite6 h4 {
	color: #333;
}

.module-hilite2 div div div {
	border-left: 8px solid #333;
}

.module-hilite6 div div div {
	border-left: 0px solid #FFF;
}


.module-hilite3 h3,
.module-hilite7 h3 {
	color: #000000;
}

.module-hilite3 a,
.module-hilite7 a {
	color: #3062C4;
}

.module-hilite3 div div div,
.module-hilite7 div div div {
	border-left: 8px solid #3062C4;
}

.module-hilite4 h3,
.module-hilite8 h3 {
	color: #000000;
}

.module-hilite4 a,
.module-hilite8 a {
	color: #0000FF;
}

.module-hilite4 div div div {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FF0000;
}

/*.module-hilite8 div div div {
	border-left: 8px solid #57AC0B;

}*/


.module-hilite8 div div div {
	border: 0px solid #666666;
}


.module-quote h3 {
	color: #3062C4;
}
#module-hilite8 img {
	border: 4px solid #F40000;
}
