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

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

body {
	background-color: #3A3A3A;
 	color: #555; 
 	font: 70%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
 	text-align: center; 
 	margin: 15px 0;
}  

/* links */
a	{ 
	color: #72A545;
	background: inherit;
	text-decoration: none;
}
a:hover { 
	color: #006699;
	background: inherit; 	 
}
 
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;	
}
h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #339900;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}

h1, h2, h3, p { 
	padding: 0;
	margin: 10px 15px; 
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #555;	
}
ul span, ol span {
	color: #666666;
}

/* images */
img {
	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: #FAFAFA;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url('http://www.alawebs.net/style3/images/quote.gif') no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #EAEAEA; 
	border-left: 5px solid #72A545;  
	font-weight: bold; 
}





/*****************************
      LAYOUT 
******************************/
#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#FFF;
   width: 790px;  	
}

#content-wrap {
	clear:both;
	margin:0;
	padding:0;
	width: 790px;		
}

/* header */
#header {
	position: relative;
	clear:left;
	width: 790px;
	height: 135px; 
	margin: 0;
	padding: 0;
	background: #000 url('http://www.alawebs.net/style3/images/headerbg.jpg') no-repeat left bottom;			
}

#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and right to adjust the position of the logo*/
	top: 36px; right: 35px;	
}

#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #FFF;
	
	/* change the values of top and right to adjust the position of the slogan*/
	top: 85px; right:35px;		
}




/* breadcrumb */
#breadcrumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background: #000;
	font: bold 1.1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;
	color: #ffffff;
} 

#breadcrumb a {
	color: #ffffff;
	text-decoration:none;
}

#breadcrumb a:hover {
	text-decoration:underline;
	color: #ffffff;
}






/* main content */
#main {
	float: right;
	width: 555px;
	margin: 0;
	padding: 0 0 20px 0;
	background-color: inherit;
	line-height: 125%;
	font-size: 12px;
}

#main h1 {
	padding: 8px 0 3px 25px;
	text-transform: none;
	background: url('http://www.alawebs.net/style3/images/square_arrow.gif') no-repeat 0% .3em;
	border-bottom: 2px solid #f2f2f2;	
	color: #339900;	
}	

#main p {
margin: 0 0 10px 0;
}

#main textarea {
width: 95%;
}


/* sidebar */
#sidebar {
	float: left;
	width: 225px;
	margin: 0 0 10px 0;
padding: 0;
	background-color: inherit;	
}

#sidebar p {
	margin: 0 0 10px 25px;
line-height: 125%;
}


#sidebar h1 {
	padding: 8px 0px 3px 25px;
	background: url('http://www.alawebs.net/style3/images/square_arrow.gif') no-repeat 0% .7em;
	text-transform: none;	
	color: #339900;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	
	min-height: 18px;	
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:5px solid #72A545;
}


/* footer */
#footer { 
	clear: both;
	height: 70px;
	color: #CCC;
	background: #000;
	margin: 0;	
	font-size: 92%;
	text-align: center;
	padding: 5px 0 0 0;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF; 
}

#footer a:hover { 
	text-decoration: underline; 
	font-weight: bold;	
	color: #FFF; 
}


/* 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;	} 
.hide  { display: none; }
.gray  { color: #CCC; }


/* start - table */
table {

	margin: 15px;
border: 1px solid #E8E8E8;	
}
th strong {
	color: #fff;
}
th {
	background: #335016;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #D68686;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;

}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */