
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0;}

body {
	   font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000000;
text-align: center;
	margin: 0 0 15px 0;
  background: #BBBBBB
}
p {
line-height : 18px;
padding-top : 10px;
padding-left : 5px;
padding-right : 5px;
  text-align: justify
}
p.image {
line-height : 15px;
padding-top : 5px;
padding-left : 0px;
padding-right : 0px;
  text-align: left;   }
p.text {
  text-align: center;
  line-height: 32px;
  font-size: 16px
}



p.imagea {
line-height : 15px;
padding-top : 5px;
padding-left : 0px;
padding-right : 0px;
  text-align: left;
  height: 157px
}
p.imageb {
line-height : 15px;
padding-top : 5px;
padding-left : 0px;
padding-right : 0px;
  text-align: left;
  height: 135px
}
/* links */
a, a:visited {	
	color: #326ea1;

	text-decoration: none;
}
a:hover {
	color: #383d44;

	padding-bottom: 0;
   
}
.logo{
  font-size: 36px;
  font-family: "Franklin Gothic Book";
  font-weight: bold
}
.one{
  font-size: 11px;
  font-style: italic
}
.two{

  color: #7D0000;
  font-family: "Lucida Sans";
  font-size: 16px;
  font-weight: bold
}
 .three{

  color: #7D0000;
  font-family: "Lucida Sans";
  font-size: 12px;
  font-weight: bold
}
.four{
  font-size: 12px;
  font-style: italic;
  font-weight: bold
}
.five{

  color: #7D0000;
  font-family: "Lucida Sans";
  font-size: 12px;
  font-weight: bold
}
/* headers */


.imgright {
float : right;
margin : 0 5px 10px 5px;
padding : 5px;
}
.imgleft {
float : left;
margin : 5px 4px 0px 0;
padding : 0;
padding-bottom : 0;
}

/* images */
img {
   padding: 5px;
}
img a{
  border: none
}


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: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
  margin-left: 0px
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #444444;
	font: normal 1em Verdana, sans-serif;
	color:#777;
  width: 120px
}
textarea {
	width:250px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
   	border:1px solid #444444;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0px 0px 0 0; padding: 5px 0 0px 0;
	width: 180px;
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 50px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform textarea {
	padding:2px;
	border:1px solid #444444;
	font: normal 1em Verdana, sans-serif;
	color:#777;
  width: 60px
}
.searchform input.button {
	width: 25px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 990px;
	margin: 0 auto;
	text-align: left;
	background: transparent ;
}
#content-wrap {
	float: left;
	width: 990px;
	margin-left: 0px;
	display: inline;
	padding: 0; 	

	background: #fff;
  font-size: 12px
}
#header {
	position: relative;
	background: #FFFFFF;
	height: 160px;
	width:990px;
	padding: 0;	
	color: #fff;	
}

/* header links */
#header #header-links {
	position: absolute;
	top: 8px; right: 45px;	
	color: #838181;
	font-size: 10px;	
	font-weight: bold;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	margin: 0px auto;
	height: 160px;
	width: 990px;
	background: #fff url(header-photo.png) no-repeat ;
  margin-bottom: 0px
}
#header-photo h1#logo-text  {
	position: absolute;
	margin: 0; padding: 0;

	color: #00005B;
	text-transform: none;
	text-decoration: none;
	border: none;

	/* change the values of top and left to adjust the position of the logo*/
	top: 60px; left: 190px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  margin-right: 20px
}
#header-photo h2#logo-text  a{
  color: #FFFFFF;
  text-decoration: none
}
#header-photo h2#logo-text  {
	position: absolute;
	margin: 0; padding: 0;
    width:300px;
    height:115px;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	border: none;

	/* change the values of top and left to adjust the position of the logo*/
	top: 0px; left: 690px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  margin-right: 25px;
    padding-top: 15px;
  background: url(huston.jpg) no-repeat
}
#header-photo h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #B6D1F8;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 125px; left: 690px;
}
#links {
position : relative;
clear : both;
margin : 0px auto;
height : 25px;  background : #99CC66 url(nav.jpg) bottom;
width : 990px;

}


/* Main Column */
.three-col #main {
	margin: 10px 190px 0 200px;
}
.two-col #main {
	margin: 10px 5px 0 235px;
}

#maina{   border-left: thin solid #CCCCCC;

width : 970px;
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 20px
}
#maina h1 {
	margin: 10px 10px 0 10px;
	color: #000066;
	padding: 15px 0 2px 0px;

  font-size: 20px;
  font-weight: normal
}
#maina h2 {
	margin: 0px 10px 0 10px;
		padding: 15px 0 2px 0px;
	border-bottom: 1px solid #dadada;
  font-size: 18px;
  color: #530000;
  font-weight: normal
}
#main h1 {
	margin: 10px 10px 0 10px;
	color: #000053;
	padding: 15px 0 2px 0px;
	border-bottom: 1px solid #dadada;
  font-size: 26px;
  font-weight: normal
}
#main h2 {
	margin: 0px 10px 0 10px;
		padding: 15px 0 2px 0px;
	border-bottom: 1px solid #dadada;
  font-size: 18px;
  color: #530000;
  font-weight: normal
}
#main h3 {
	margin: 0px 10px 0 10px;
		padding: 15px 0 2px 0px;
	border-bottom: 1px solid #dadada;
  font-size: 14px;
  color: #530000;
  font-weight: bold
}
#main h6 {
	margin: 0px 10px 0 10px;
		padding: 15px 0 2px 0px;
	border-bottom: 1px solid #dadada;
  font-size: 14px;
  color: #530000;
  font-weight: bold;
  text-align: center
}
#main{    border-left: thin solid #CCCCCC;

  padding-bottom: 80px;
 }
ul.text {
	text-align: left;
	margin: 7px 5px 8px 15px; padding: 0;
   text-decoration: none;
}
ul.text li {
	list-style: disc;
	padding: 4px 0 4px 5px;
	margin: 0 2px;

}
html > body #main{
  padding-bottom: 20px
}
/* Sidebar */	
#sidebar {
	float: left;
	width: 210px;
	margin-top: 10px;

  padding-bottom: 20px;
  padding-left: 5px
}
#sidebar p {
line-height : 18px;
padding-top : 5px;
padding-left : 0px;
padding-right : 0px;
  text-align: left
}
#sidebar h1 {
	margin: 0px 10px 0px 0;
		padding: 5px 2px 0px 0;
     font-size: 14px;
  color: #530000;
  font-weight: bold
}
/* right column */
#rightcolumn {
	float: right;
	width: 160px;
	margin-top: 10px;	
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0 5px;
	padding: 5px 5px;
    	color: #000053;
  font-size: 18px;
  font-weight: normal
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;
   
	text-decoration: none;
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;
	color: #326ea1; 
	border: none;
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 990px;
	font-size: 12px;
	padding: 5px 0;
	text-align: left;
  background: transparent;

}
#footer-wrap a {
	text-decoration: none;
	color: #444444;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer { margin-left: 170px

	color: #DDDDDD;
	margin: 0 auto 0px auto;
	width: 900px;
	padding: 5px 0;
	text-align: center;
	background: transparent;

}

/* 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; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;
  position: relative;
  left: 750px;
  width: 130px;
  top: -55px
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

