/* --------------------------------------------------
   HTML ELEMENTS
----------------------------------------------------- */

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal .70em/1.7em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	text-align: center;
		
}

/* links */
a {
	color:#CB4721; 
	background-color: inherit;
	text-decoration: none;
	outline: none;
}
a:hover {
	background-color: inherit;
	text-decoration: underline;
	outline: none;
	
}
#page_container
{	padding:0;
	width:840px;
	margin:0 auto;
	}

/* headers */
h1, h2, h3 {
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	font-size: 2em;
}
h1 { color: #00A651;}
h2 { color: #00AEEF;}
h3 { color: #FBB040;}
h4 { color: #1C75BC;}


p, h1, h2, h3 {
	margin: 5px 5px;
	padding: 0;
	color: #09F;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images */
img {
	
	padding: 1px;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}


/* form elements */
form {
	margin: 15px;
	padding: 5px 5px;
	border: 1px solid #EFEFEF; 
	background: #F8F8F8;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	color: #060;
	font-size: 1em;
}
input {
	padding: 2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;	
	color: #666666;
}
textarea {
	width: 500px;
	padding:2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	height:60px;
	display:block;		
	color: #666666;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #EFEFEF;
	padding: 2px 3px; 	
	background: #F1F0E4;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #333; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #footer-content, #content {
	width:840px;		
}
#header-wrap, #footer-wrap, #content-wrap {
	min-width: 840px;	
}

/* header */
#header-wrap {
	
	height: 68px;
	text-align: left;
	
}
#header-content {
	position: relative;
	margin: 0 auto;
	padding: 0;
	

}
#header-content #logo {
	position: absolute;
	font: normal 40px/65px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #FFF;
	background:left top;
	height: 20px;
	padding: 0 10px;
	margin: 0;
	border:none;
	/* change the values of left and top to adjust the position of the logo */
	top: 10px;
	left: 20px;
	
}
#header-content #text {
	position: absolute;
	letter-spacing: 1px;
	color:#003366;
	background:left top;
	height: 30px;
	padding: 0 10px;
	margin: 0;
	border:none;
	/* change the values of left and top to adjust the position of the logo */
	top: 17px;
	left:115px;
	
}
#header-content #text-JB {
	position: absolute;
	font: 17px Myriad Pro;
	letter-spacing: 1px;
	background:left top;
	height: 20px;
	padding: 0 10px;
	margin: 0;
	border:none;
	/* change the values of left and top to adjust the position of the logo */
	top: 10px;
	left: 516px;
	
}
#header-content #text-inner-JB {
	position: absolute;
	font: 17px Myriad Pro;
	letter-spacing: 1px;
	background:left top;
	height: 20px;
	padding: 0 10px;
	margin: 0;
	border:none;
	/* change the values of left and top to adjust the position of the logo */
	top: 15px;
	left: 550px;
	
}
#header-content #social-network {
	position: absolute;
	background:left top;
	background-image:url(../images/social-network-bg.png);
	height: 25px;
	width:111px;
	padding: 0 10px;
	margin: 0;
	border:none;
	/* change the values of left and top to adjust the position of the logo */
	top: 10px;
	left: 571px;
	
}
#header-content #social-network a {
	outline:none;
}
#header-content #social-network a:hover {
	outline:none;
}
#header-content #logo a {
	text-decoration: none;
	color: #FFF;
	background: transparent;
}
#header-content #slogan {
	position: absolute;
	font: bold 14px 'Verdana', Tahoma, sans-serif;
	letter-spacing: 0px;
	color: #000;	 
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 50px; left: 30px;
}

/* header menu */
#header-content ul {
	background:url(../images/menu.gif) repeat-x;
	position: absolute;
	left:0px;
	right:0px;
	top: 60px;
	font: bold 10px Verdana;
	list-style: none;
	margin: 0; padding: 0;		
	text-transform: uppercase;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 6px 18px 7px 18px;
	background:url(../images/menu.gif) no-repeat;
	color: #27AAE1; 
	text-decoration: none;
}
#header-content li a:hover {
	color: #FFF;
	background:url(../images/menuover.gif) no-repeat;
}
#header-content li a#current  {	
	color: #FFF;
	background:url(../images/menuover.gif) no-repeat;
}

#header-content #header-links {
	position: absolute;
	top: 10px; right:10px;	
	color: #8E5F2F;
	font-size: 90%;
}
#header-content #header-search {
	position: absolute;
	top: 41px;
	width:132px;
	height:23px;
	left:708px;
	
}
.search-button{
	position: absolute;
	top: 50px; right:0px;
	height:20px;
	width:62px;
	background:url(../images/search-button.gif) no-repeat;
	font:Verdana;
	text-align:center;
	font-size:12px;
	color:#000;
	right:0px;}
#header-content #header-links P {
	margin: 0; padding: 0;
}
#header-content #header-links a {	
	color: #000000;
	text-decoration: none;
}
#header-content #header-links a:hover {
	color: #00AEEF;
}

/* content */
#content-wrap {
	clear: both;
	background: #FFF url(../images/contentbg.jpg) repeat-y center top;
	float: left;		
	width: 100%;
}
#content {
	text-align: left;	
	margin: 0px auto;
	padding: 0;	
}


	}
/* sidebar */
#sidebar {
	overflow:hidden;
	background-color:#039;
	position:absolute;
	left:590px;
	right:0px;
	padding-top:0px;
	float: right;
	width: 250px;
	margin: 0 10px 0px 0; padding: 0;	
}	
.sidebox {
	width:230px;
	overflow:hidden;
	margin-bottom: 0px;
}

#sidebar ul.sidemenu {
	margin: 5px 0 15px 0;
	padding: 0;	
	border-top: 1px dashed #E1E1E1;	
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px dashed #E1E1E1;
}
#sidebar ul.sidemenu a {
	display: block;
	color: #666666; 
	text-decoration: none;
	padding: .3em 0 .3em 10px;		
	width: 94%;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	color: #CB4721;
	background: #FFF;	
}

/* main */
#main {
	margin: 0 20px 0px 0; 
	padding: 0;		
	width: 840px;
	float: left;	
}
#main h1 { 
	font: normal 3em Georgia, "Times New Roman", Times, serif;
	color: #111; 	
	padding: 0 0 5px 0;
	margin: 15px 15px 20px 15px;
	letter-spacing:-1px;
	background: url(../images/bk_dotted.gif) repeat-x left bottom;
}
#main h1 a {
	color: #111;
	text-decoration: none;
}
#main p, #main h1, #main h2, #main h3, #main blockquote, #main form, #main table {
	margin-left: 0;
}
#main form p {
	margin: 15px;
}


/* footer */
#footer-wrap {
	/*background:url(../images/footerbg.gif) no-repeat center top;*/
	position: relative;
	clear: both;
	padding: 2.5em 0;
	font: normal .95em 'Trebuchet MS', Tahoma, sans-serif;	
	color:#666;
	width: 100%;
	float: left;
	text-align:center;	
}
#footer-wrap p {
	margin-left: 0;
}
#footer-wrap h2 {
	font: bold 1.6em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #CC9933;
	margin-left: 5px;
}
#footer-content {	
	margin: 0 auto;		
}
#footer-content a {
	color:#666666;
}
#footer-content a:hover {
	color:#0066CC;
	text-decoration: none;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;	
	width: 98%;
}
#footer-content ul.columns li {
	border-bottom: 1px dashed #272727;	
}
#footer-content ul.columns li.top {
	border-top: 1px dashed #272727;	
}
#footer-content ul.columns li a {
	display: block;
	font-weight: normal;
	padding: 5px;
	width: 98%;
	color: #BDBDBD;
}
#footer-content ul.columns li a:hover {
	background: #202020;
	color: #FFF;
	text-decoration: none;
}
#footer-content .col {
	width: 260px;
	padding: 0 0 30px 0;			
}
#footer-content .space-sep {
	margin-right: 20px;
}
#footer-content .col2 {
	width: 245px;
	padding: 0 0 30px 0;	
	display: inline;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.orange { color: #F3A251; }

.post-footer {
	font-size: 95%;
	border: 1px solid #EFEFEF; 
	background: #F8F8F8; 
	padding: 8px 10px;
	margin: 30px 15px 10px 15px;
}
.post-footer .date {
	background: url(../images/'clock.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .comments {
	background: url(../images/'comment.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .readmore {
	background: url(../images/'page.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;	
}
/*box*/
.box {background:url(../images/border-top.gif) repeat-x left top #f5f5f5;width:100%;position:relative;}
.box .border-bot {background:url(../images/border-bot.gif) repeat-x left bottom}
.box .border-left {background:url(../images/border-left.gif) repeat-y left top}
.box .border-right {background:url(../images/border-right.gif) repeat-y right top}
.box .left-top-corner {background:url(../images/left-top-corner.gif) no-repeat left top}
.box .right-top-corner {background:url(../images/right-top-corner.gif) no-repeat right top}
.box .left-bot-corner {background:url(../images/left-bot-corner.gif) no-repeat left bottom; width:100%}
.box .right-bot-corner {background:url(../images/right-bot-corner.gif) no-repeat right bottom}
.box .inner {padding:10px 10px 38px 10px; height:275px;}
.box .inner h1 {
	color: #00A651;
	font-size: 2em;
}
.box .inner ul{
	font:Verdana;
	font-size:12px;
	color:#333;}
.box .inner li {
	color: #666;
	font-size: 1em;
}
.box .inner h2 {
	color: #FBB040;
	font-size: 2em;
}
.box .inner h3 {
	color: #00AEEF;
	font-size: 2em;
}
.box .inner .leftbox {
	float:left;
	width:280px;
	height:500px;
	color: #000;
	font-size: 1em;
}
.box .inner .leftbox h1{
	color: #00A651;
	font-size: 2em;
}
.box .inner .banner{
	
	background-color:#f5f5f5;
	overflow:hidden;
	width:400px;
	height:215px;
	float:left;
	
}
.box .inner .hightlight{
	/*background:url(../images/bannerline.gif) no-repeat right center;*/
	width:189px;
	height:210px;
	float:left;
	padding-left:10px;
	border-right:dashed 1px #CCCCCC;
	text-align:justify;
	
}

.box .inner .contactbox{
	/*background:url(../images/bannerline.gif) no-repeat left center;*/
	width:174px;
	height:210px;
	float:left;
	padding-left:15px;
	border-left:dashed 1px #CCCCCC;
}
.box .inner .newshightlight{
	background:url(../images/newbg.gif) no-repeat left top;
	width:189px;
	height:139px;
	float:left;
	padding-top:15px;
	padding-left:5px;
	padding-right:40px;
	text-align:justify;
	
}


	

.box .icon {position:absolute;right:-12px;bottom:0}
/* End box*/

#content-wrap #content #sidebar .sidebox table tr th {
	color: #27AAE1;
	font-size: 1em;
}
#content-wrap #content #main .box .border-right .border-bot .border-left .left-top-corner .right-top-corner .right-bot-corner .left-bot-corner .inner table tr td {
	color: #526600;
	font-size: 1.2em;
}
.view {
	font-size: 0.6em;
}
#content-wrap #content #main .box .border-right .border-bot .border-left .left-top-corner .right-top-corner .right-bot-corner .left-bot-corner .inner table tr td {
	color: #555;
	font-size: 11px;
}
#content-wrap #content #sidebar table tr td {
	color: #C00;
	font-size: 1em;
}
#page_container #content-wrap #content #main .box .border-right .border-bot .border-left .left-top-corner .right-top-corner .right-bot-corner .left-bot-corner .inner .news table tr td table tr td {
	font-size: 9px;
}

.contactOut
{position:relative; 
 z-index:5;
 background:url(../images/contactOut.png) no-repeat left center;
 height:143px;
 width:260px;
 left:-265px;
 top:-40px;
 color: #333333;
	}
#page_container #content-wrap #content #main .box .border-right .border-bot .border-left .left-top-corner .right-top-corner .right-bot-corner .left-bot-corner .inner div ul table {
	font-size: 11px;
}
#page_container #content-wrap #content #main .box .border-right .border-bot .border-left .left-top-corner .right-top-corner .right-bot-corner .left-bot-corner .inner div ul table {
	font-size: 11px;
}
