/********************************************

   HTML ELEMENTS

********************************************/ 



* { margin: 0; padding: 0; }



body {

	background: #FFFFFF url(pageBackground.png) center top repeat-y ;

	font: 70%/1.5em Tahoma, Verdana, arial, sans-serif;

	color: #333; 

	text-align: center;

}



p {

	text-align:justify;

}



p.center_p {

	text-align:center;

}



img {

	padding-top:15px;

}



/* ######### Style for Drop Down Menu ######### */



.dropmenudiv{

position:absolute;

top: 0;

border: 1px solid #E8F3FA; /*THEME CHANGE HERE*/

border-bottom-width: 0;

font:normal 12px Verdana;

line-height:18px;

z-index:100;

background-color: #3B9DDA;

width: 200px;

visibility: hidden;

/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/

}



.dropmenudiv a{

width: auto;

display: block;

text-indent: 3px;

border-bottom: 1px solid #E8F3FA; /*THEME CHANGE HERE*/

padding: 2px 0;

text-decoration: none;

font-weight: bold;

color:#FFFFFF;

}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color: #caaeae;

color: #000000;

}



/*chromestyle*/

.chromestyle{

width: 99.8%;

font-weight: bold;

}



.chromestyle:after{ /*Add margin between menu and rest of  in Firefox*/

: "."; 

display: block; 

height: 0; 

clear: both; 

visibility: hidden;

}



.chromestyle ul{

border: 1px solid #B1B1B1;

width: 100%;

background: url(chrome.png) center center repeat-x; /*THEME CHANGE HERE*/

padding: 12px 0;

margin: 0;

text-align: center; /*set value to "left", "center", or "right"*/

}



.chromestyle ul li{

display: inline;

}



.chromestyle ul li a{

color: #262c39;

padding: 4px 12px;

margin: 0;

text-decoration: none;

border-right: 1px solid #DADADA;

}



.chromestyle ul li a:hover{

background: url(chromebg-over.gif) center center repeat-x;

color:#000000; /*THEME CHANGE HERE*/

}



/* headers */

h1, h2, h3 {

	font-family: "Times New Roman", Times, serif;

	font-weight: Bold; 		

}

h1 {

	font-size: 120%;	

}

h2 {

	font-size: 110%;

	text-transform: uppercase;

	color: #1e212b;

}

h3 {

	font-size: 110%;

	color: #7f5c5c; 

}



/* images */

.img-header{

	border:0;

}

img {

	border: 0px;/* solid #CCC;*/

}

img.float-right {

  margin: 5px 0px 10px 10px;  

}

img.float-left {

  margin: 5px 10px 10px 0px;

}



h1, h2, h3, p {

	padding: 10px;		

	margin: 0;

}

ul, ol {

	margin: 5px 20px;

	padding: 0 20px;

	color: #2969AF;	

}

ul span, ol span {

	color: #666666;

}



code {

  margin: 5px 0;

  padding: 10px;

  text-align: left;

  display: block;

  overflow: auto;  

  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;

  /* white-space: pre; */

  background: #FAFAFA;

  border: 1px solid #f2f2f2;  

}

acronym {

  cursor: help;

  border-bottom: 1px solid #777;

}

blockquote {

	margin: 5px;

	padding: 0 0 0 8px;  

	border: 1px solid #f2f2f2; 

	background: #FAFAFA url(quote.gif) no-repeat 4px 4px;    

}



/* form elements */

form {

	margin:10px; padding: 0 5px;

	border: 1px solid #f2f2f2; 

	background-color: #FAFAFA; 

}

label {

	display:block;

	font-weight:bold;

	margin:5px 0;

}

input {

	padding:2px;

	border:1px solid #eee;

	font: normal 1em Verdana, sans-serif;

	color:#777;

}

textarea {

	width:400px;

	padding:2px;

	font: normal 1em Verdana, sans-serif;

	border:1px solid #eee;

	height:100px;

	display:block;

	color:#777;

}

.textarea-subject {

	width:400px;

	padding:2px;

	font: normal 1em Verdana, sans-serif;

	border:1px solid #eee;

	height:30px;

	display:block;

	color:#777;

}

input.button { 

	margin: 0; 

	font: bolder 12px Arial, Sans-serif; 

	border: 1px solid #CCC; 

	padding: 2px 3px; 

	background: #FFF;

	color: #54B4BC;

}



/*table*/



.Block

{

  padding:10px;

  width:965px;

}



.Block td div

{

  margin: 10px;

  border-collapse: collapse;

  padding: 2px;

  border: solid 1px #7099B2;

  background-color:#FFFFFF;

}



.Block td.images

{

  margin: 10px;

  border-collapse: collapse;

  padding: 2px;

  border:none;

  background-color:#FFFFFF;

}



th {

	margin-top: 10px;

	padding: 3px 0 3px 3px; 

	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;

	text-align:center;

	color: #555;

	background: #EEF0F1 url(headerbg.gif) repeat-x left bottom;

	border: 2px solid #EFF0F1;

}

#tables {

	

}

#tables td {

	border-bottom-style:solid;

	border-bottom-width:thin;

	border-bottom-color:#EAEAEA;

	text-align:center;

}

#tables-left {

	width:100%;

}

#tables-left td {

	border-bottom-style:solid;

	border-bottom-width:thin;

	border-bottom-color:#EAEAEA;

	text-align:left;

}

#tables-left tr.odd{

	border-bottom-style:solid;

	border-bottom-width:thin;

	border-bottom-color:#EAEAEA;

	background-color:#DCDCDC;

	text-align:left;

}

.td-text {

	font-weight: bold;

	text-decoration: none;	

	background-image: none;

}



/* search */

form.search {

	position: relative;

	/*top: 35px; right: 85px;*/

	background: transparent;

	border: none;	

}	

form.search input.textbox {

	margin: 0; padding: 1px 2px;

	width: 80px;

	background: #FFF;

	color: #333; 

}

form.search input.button {

	background: #CCC url(headerbg.gif) repeat-x;

	color: #333;

	border: none;	

	width: 50px; height: 21px;

}



/********************************************

   LAYOUT

********************************************/ 

#wrap {

	width: 970px;

	background: #CCC url(content.png) repeat-y center top;

	margin: 0 auto;

	text-align: left;

}

#content-wrap {

	clear: both;

	width: 970px;

	padding: 0; 

	margin: 0 auto;

}

#header {

	width: 956px;

	height:239px;

	position: relative;

	background: url(header.gif);

	margin-left: 7px;

}

#header .bl { height: 220px; }



/*#header .tr { background: url(header_tr.gif) top right no-repeat; }

#header .bl { background: url(header_bl.gif) bottom left no-repeat; }

#header .br { background: url(header_br.gif) bottom right no-repeat; width:100%;}*/



#header h1#logo-text {

	position: absolute;

	margin: 0; padding: 0;

	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;

	letter-spacing: -2px;

	color: #FFF;

	text-transform: none;

	

	/* change the values of top and left to adjust the position of the logo*/

	top: 28px; left: 30px;	

}

#header h2#slogan {

	position: absolute;

	margin: 0; padding: 0;

	font: bold 15px "Times New Roman", Times, serif ;

	font-style: italic;

	text-transform: none;

	color: #FFF;

	

	/* change the values of top and left to adjust the position of the slogan*/

	top: 100px; left: 270px;		

}



#header h2#picture {

	position: absolute;

	margin: 0;

	padding: 0;

	font: bold 15px "Times New Roman", Times, serif ;

	font-style: italic;

	text-transform: none;

	color: #FFF;

	

	/* change the values of top and left to adjust the position of the slogan*/

	top: 26px; right: 30px;		

}



/* Menu */

#menu {

	clear: both;	

	margin: 0; padding: 0 40px 0 0;

	background: url(menu.jpg) repeat-y center top;	

	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;

	height: 26px;

}

#menu ul {

	float: right;

	list-style: none;

	margin:0; padding: 0;

}

#menu ul li {

	display: inline;

}

#menu ul li a {

	display: block;

	float: left;

	padding: 0 8px;

	color: #FFF;	

	text-decoration: none;

}

#menu ul li a:hover {

	background-color: #ECECEC;

	color: #333;	

}

#menu ul li#current a {	

	background-color: #FFF;

	color: #333;

}



/* Main Column */

#main {

	float: left;

	position: relative;

	width: 100%;

	padding: 0; margin: 0;

}

#main h1 {

	margin-top: 10px;

	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;

	color: #BC3740;

	padding: 5px 0 5px 25px; 	

	border-bottom: 1px solid #EFF0F1;

	background: url(square-blue.png) no-repeat 3px 50%;	

}



.post-footer {

	background-color: #FAFAFA;

	padding: 5px; margin: 20px 10px 0 10px;

	border: 1px solid #f2f2f2;

	font-size: 95%;	

}

.post-footer .date {

	background: url(clock.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}

.post-footer .comments {

	background: url(comment.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}

.post-footer .readmore {

	background: url(page.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}



/* Footer */	

#footer {

	color: #666666;

	background: #CCC url(footer.png) no-repeat center top;

	clear: both;

	width: 970px;

	height: 55px;

	text-align: center;	

	font-size: 92%;

}

#footer a { 

text-decoration: none;

color: #2969AF;

}



/* alignment classes */

.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }



/* display and additional classes */

.clear { clear: both; }



#main .middle_menu_header{

	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;

	color: #BC3740;

	padding: 5px 0 5px 25px; 	

	border-bottom: 1px solid #EFF0F1;

	background: none;	

}



.gray { color: #CCC; }



/* dhtmlgoodies*/

#dhtmlgoodies_menu{

	float: left;

	width: 205px;	/* Width of main menu */

	padding: 0; margin: 0;

}



#dhtmlgoodies_menu h1{

	margin-top: 10px;

	padding: 5px 0 5px 10px; 

	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;

	color: #555;

/*	background: url(square-blue.png) no-repeat 3px 50%;*/

	border: 1px solid #EFF0F1;

}



#dhtmlgoodies_menu	li{	/* Main menu <li> */

	list-style-type:none;	/* No bullets */

	margin:0px;	/* No margin - needed for Opera */

	border-bottom: 1px solid #EFF0F1;

	padding: 2px 0 2px 22px;

	margin: 0 2px;

	width: 176px;

	display:block;

}

#dhtmlgoodies_menu ul{

	margin:0px;	/* No <ul> air */

	padding:0px;	/* No <ul> air */

	list-style: none;

	text-align: left;

	margin: 3px 0 8px 0; padding: 0;

	text-decoration: none;	

	display:block;

}



#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */

	padding-left:10px;

}



#dhtmlgoodies_menu li a{	/* Main menu links */

	text-decoration:none;	/* No underline */

	color: #2969AF;	/* text color */

	/*height:20px;*/	/* 20 pixel height */

	/*line-height:20px;*/	/* 20 pixel height */

	vertical-align:middle;	/* Align text in the middle */

	/*border:1px solid #000;*/	/* Black border */

	/*background-color:#FAFAFA;*/	/* Light blue background color */

	/*margin:1px;*/	/* A little bit of air */

	padding:1px;	/* Air between border and text inside */

	display:block;

	font-weight: normal;

}

#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{

	color:#FFF;

	background-color:#caaeae;

}



.dhtmlgoodies_subMenu{

	visibility:hidden;

	position:absolute;

	overflow:hidden;

	border:1px solid #CCCCCC;

	background: #EEF0F1;

	text-align:left;

}

.dhtmlgoodies_subMenu ul{

	margin:0px;

	padding:0px;

	display:block;

	

}

.dhtmlgoodies_subMenu ul li{

	list-style-type:none;

	margin:0px;

	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/

	display:block;

	

}

.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */

	white-space:nowrap;	/* No line break */

	text-decoration:none;	/* No underline */

	color: #2969AF;	/* text color */

	/*height:16px;*/	/* 16 pixels height */

	line-height:16px;	/* 16 pixels height */

	padding:1px;	/* 1px of "air" inside */

	display:block;	/* Display as block - you shouldn't change this */

}



.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */

	color:#FFF;	/* White text */

	background-color:#CCCCCC;	/* Blue background */

	display:block;

}

