@import url(dropdown_menu.css);
@import url(form.css);

html, body {border: 0; margin: 0; padding: 0; background-image:url(../images/bg.jpg);}

body {
  	font: 90%/1 arial, helvetica, sans-serif;	
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
  	margin: 0;
  	padding: 0;
  	font-weight: normal;
}

p, form {margin: 0; padding:0;}

ul {list-style: none; margin: 0; padding: 0;}

blockquote {
  	font-family: Georgia, "Times New Roman", Times, serif;
  	font-style: italic;
  	color: #666;
	margin: 10px 20px;
	display: block;
}

blockquote span.open {
	padding: 0 0 0 15px;
}

blockquote span.close {
	background: url(../images/quote_close.gif) no-repeat bottom right;
	padding: 0 15px 0 0;
}

code {
  	display: block;
  	background-color: #F5F4F3;
  	border: #E2DBD8 1px solid;
  	color: #666666;
  	padding: 3px 5px;
  	margin: 10px 15px;
	font-size: 1.2em;
}

pre {
  	padding: 1em;
  	border: 1px dashed #2f6fab;
  	color: black;
  	background-color: #f9f9f9;
  	line-height: 1.1em;
}

small {font-size: 0.85em;}

big {font-size: 1.4em;}

.red {
	color: #3a8603;
	font-weight:bold;
	text-decoration:none;
}


/***** Links *****/

a {
  	text-decoration: none;
  	color: #cc0000;
}

a:hover {text-decoration: none; color: #3a8603;}

a img {
  border: none;/*remove border for linked images*/
}
/***** Global Classes *****/
.clear {clear: both;}

.alignleft {float: left;}

.alignright {display: block; float: right;}

.aligncenter {
  	display: block;
  	text-align: center;
  	margin: 0 auto;
}

.endOfSection {
  	clear: both;
  	width: 100%;
  	height: 0;
  	line-height: 0;
  	font-size: 0;
  	padding: 0;
  	margin: 0;
  	border: 0;
}

/* images */
img {border: none;}

img.alignleft,
img.alignright,
img.aligncenter {
	padding: 2px;
	background: #cc0000;
	border: 1px solid #E8E4E2;
}

img.alignleft {
	float: left;
	margin: 0 10px 0px 0;
}

img.alignright {
	float: right;
	margin: 0 0 0px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

/***** Main Layout ****/

#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
  	background: url(../images/bg.jpg) repeat-x 0 0;
	position: relative;
	z-index: 0;
}

#wrapper {
  	width: 960px;
  	background: url(../images/bg_content.jpg) repeat-y top left;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	position: relative;
	z-index: 2;
}

/***** TOP PAGE *****/
#top {
	height: 90px;
	padding: 0 25px;
  	background: #272727 ;
	text-decoration:none;
}

#top .logo {
	width: 630px;
  	height: 25px;
  	float: left;
  	clear: left;
  	margin-top: 10px;
	font-weight:bold;
	margin-left: 0px;text-decoration:none;
  	
}

#top .logo a span {
	color: #fff;text-decoration:none;
}


#top .logo a {
	display: block;
	width: 100%;
	height: 100%;
	color: white;
	font-size: 25px;
	padding-left: 50px;
	line-height: 40px;text-decoration:none;
}

#top .logo a:hover {
	color: white;text-decoration:none;
}

/* Login */
#top ul.login {
  	height: 36px;
	width: auto;
  	float: right;
  	clear: right;
  	font-weight: bold;
	line-height: 36px;
	margin-right: 50px;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url(../images/login_r.jpg) no-repeat right 0;
	padding-right: 40px;
}

#top ul.login li.left {
  	background: url(../images/login_l.jpg) no-repeat left 0;
  	height: 36px;
	width: 40px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 36px;
  	background: url(../images/login_bg.jpg) repeat-x 0 0;
}

#top ul.login li a {
	color: #f48e34;
}

#top ul.login li a:hover {
	color: white;
}

/***** HEADER *****/
#header {
	width: 100%;
	height: 214px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
	z-index: 1;
	color: white;
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
}

#header .intro {
	width: 300px;
	height: 130px;
	padding: 50px 0 0 30px;
}

#header .intro h1 {
	font-size: 1.8em;
	padding: 5px 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
}

#header .intro h2 {
	font-size: 1.4em;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#header .intro p {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	color: #fff;
}
/***** CONTENT *****/
#content {
	display: block;
	float: left;
	clear: left;
	width: 635px;
	padding: 20px;
	margin: 0 0 30px 0;
	clear: both;
	text-align: justify;
	font-size: 0.9em;
}

#content h1 {
	background: #F8F7F3 url(../images/post_h1.jpg) no-repeat 0 bottom;
	border: #EEEEDF 1px solid;
	height: 20px;
	font-size: 1.4em;
	font-variant: small-caps;
	font-weight: bold;
	padding: 5px 0 0 30px;
	margin: 10px 0;
	color: #c93402;
}

#content h2 {
	background: #F8F7F3 url(../images/post_h2.jpg) no-repeat 0 bottom;
	border: #EEEEDF 1px solid;
	height: 20px;
	font-size: 1.4em;
	font-variant: small-caps;
	font-weight: bold;
	padding: 5px 0 0 30px;
	margin: 10px 0;
	color: #2688d5;
}

#content h3 {
	font-size: 1.4em;
	color: #4A4A4A;
	font-weight: bold;
	margin: 30px 0 10px 0;
	padding: 5px 0;
}

#content h4 {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	margin: 10px 0 10px 20px;
}

#content a {
	text-decoration: underline;
}

#content p {
	padding: 0px;
}

#content ul, #content ol {
	padding: 5px 0 5px 20px;
	margin-left: 15px;
}

#content ul li {
	background: url(../images/bullet.jpg) 0 6px no-repeat;
	padding-left: 15px;
}

/* Back to top */

#content a.backToTop {
	display: block;
	clear: both;
	width: 100%;
	height: 20px;
	margin-top: -5px;
	margin-bottom: 4px;
	background: url(../images/content_backToTop.jpg) no-repeat right 0;
}

#content a:hover.backToTop {
	border: none;
	background: url(../images/content_backToTop.jpg) no-repeat right -20px;
}
#content a.back {
	display: block;
	clear: both;
	width: 100%;
	height: 20px;
	margin-top: -5px;
	margin-bottom: 4px;
	background: url(../images/back.jpg) no-repeat right 0;
}

/* content typography */
#content .dwnld,
#content .note,
#content .error {
	display: block;
	float: left;
	margin: 10px 0;
	padding: 7px;
	border: #EBE8D7 1px solid;
	line-height: normal;
}

#content .dwnld {background: #EBFEDA url(../images/dwnld.jpg) no-repeat 5px 4px;}

#content .note {background: #FFF9D7 url(../images/info.jpg) no-repeat 5px 4px;}

#content .error {
	background: #FF9D9D url(../images/error.gif) no-repeat 5px 4px;
	border-top: #FF3300 1px solid;
	border-bottom: #FF3300 1px solid;
	min-height: 20px;
}

/***** SIDEBAR *****/
#sidebar {
	display: block;
	float: left;
	width: 255px;
	padding-left: 15px;
	margin-bottom: 30px;
	font-size: 0.8em;
	background: url(../images/sidebar_bg.jpg) no-repeat 0 0;
}

#sidebar h2 {
	font-size: 1.4em;
	font-variant: small-caps;
	color: #3a8603;
	border-bottom: 1px solid #ccc;
	width: 255px;
	font-weight: bold;
	margin: 30px 0 10px 0;
}

/* News */
#sidebar ul#news li  {
	line-height: normal;
	border-bottom: dotted 1px #ccc;
	margin: 0 0 5px 0;
	padding: 0;
}
#sidebar ul#news li a img {
	display: block;
	float: left;
	border: #EDEBE9 1px solid;
	background: #cc0000;
	padding: 2px;
	margin: 0 5px 0 0;
}

#sidebar ul#news li a:hover img {
	border: #ccc 1px solid;
	background: #eee;
}

#sidebar ul#news li h3 {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	display: block;
	float: left;
	width: 188px;
	padding: 0;
}

#sidebar ul#news li p {
	margin: 0;
	padding: 0 0 5px 0;
}

#sidebar ul#news li a {
	text-decoration: underline;
}

/***** FOOTER *****/
#footer {
	clear: both;
	width: 960px;
	height: 150px;
	background: #F4F4EA url(../images/footer_bg.jpg) repeat-x 0 0;
	color: #999;
	font-size: 0.9em;
}

#footer a {
	color: #999;
	border-bottom: 1px dotted #555;
}

#footer a:hover {
	color: #bbb;
	border-bottom: none;
}

#footer .foot_l {
	background: url(../images/footer_l.jpg) no-repeat left top;
	width: 80px;
	height: 74px;
	float: left;
}

#footer .foot_l a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border: 0;
}

#footer .foot_r {
	background: url(../images/footer_r.jpg) no-repeat right top;
	width: 26px;
	height: 74px;
	float: right;
	clear: none;
}

#footer .foot_content {
	display: block;
	clear: none;
	width: 800px;
	float: left;
	clear: none;
	padding: 10px 0 0 0;
	text-align: center;
}

#footer .foot_content p {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#footer .foot_content .logo {
	display: block;
	width: 196px;
	height: 38px;
	margin-top: 3px;
	float: left;border: none;
}

#footer .foot_content .logo a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border: none;
	text-decoration:none;
	background: url(../images/footer_logo.jpg) no-repeat 0 0;
}

#footer .foot_content .logo a:hover {
	display: block;
	background: url(../images/footer_logo.jpg) no-repeat 0 -38px;
	text-decoration:none;
}

#footer .foot_info {
	display: block;
	clear: both;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.80em;
	line-height: normal;
}


/* Back to top */
#footer .backToTop {
	display: inline;
	width: 40px;
	height: 74px;
	float: right;
}

#footer .backToTop a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background: url(../images/footer_backToTop.jpg) no-repeat 0 0;
	text-decoration:none;
}

#footer .backToTop a:hover {
	border: none;
	background: url(../images/footer_backToTop.jpg) no-repeat 0 -74px;
	text-decoration:none;
}

#footer ul li {
	display: inline;
}

.search_form{background-color:#F8F7E4; border:1px solid #edeaa7;}


/***** SIDEBAR *****/
#sidebar1 {
	display: block;
	float: left;
	width: 255px;
	padding-left: 15px;
	margin-bottom: 30px;
	font-size: 0.8em;
	background: url(../images/sidebar_bg.jpg) no-repeat 0 0;
}

#sidebar1 h2 {
	font-size: 1.4em;
	font-variant: small-caps;
	color: #3a8603;
	border-bottom: 1px solid #ccc;
	width: 255px;
	font-weight: bold;
	margin: 15px 0 10px 0;
}
#sidebar1  ul{margin:0px; list-style-image:url(../images/bullet1.jpg);padding:0px 5px 0px 23px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#0B6191; }
#sidebar1  li{padding:1px 2px 1px 2px;}
#sidebar1 li a{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#0B6191; text-decoration:none;}
#sidebar1 li a:hover{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#0B6191; text-decoration:underline;}

