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

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

body {
		background: #fff url(img/dblue.gif);
   font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000000;
	text-align: center;
	margin: 0px 0;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}


p {
line-height : 22px;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
  text-align: justify
}
h1, h2, h3 {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

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: url(post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: url(post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}


/* start - table */

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

/* form elements */

/********************************************
   LAYOUT
********************************************/
#wrap {
	position: relative;
	width: 920px;
   background: #EEEEEE;
   margin: 0 auto;
	text-align: left;
}

#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 920px;
	padding: 0; 	
	background: #E8E8E8;

	margin-left: 0px;
	display: inline;
}
#header {
	width: 920px;
	position: relative;
	height: 370px;
	background: #CCC;
	padding: 0;	
	color: #FFF;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #787676;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}
#header h1#logo-text span {
	color: #9A9696;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #838181;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 95px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 20px;	
	color: #838181;
	font-size: 10px;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	clear: both;
     background: url(img/header-photo.jpg) no-repeat;
  width: 920px;
  height: 70px;
	margin: 0 auto;
	}
.indentmenu{
font: bold 14px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
  margin-left: 0px;
  background: url(img/nav.jpg) center;
  margin-top:0px
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a.list2 {
 border-right: none;

  color: #FFFFFF;

}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 15px 15px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
  margin-left: 0px;
  padding-left: 10px
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 15px; /*shift text down 1px for selected and active item*/
  background: url(img/nav.jpg) bottom
}
.indentmenu ul li a.list2 {
 border-right: none;

  color: #FFFFFF;

}
/* Navigation */


/* Main Column */
#main {
	float: left;
	width: 920px;
	padding: 20px 0 0 0; margin: 0 0 0 10px;
	display: inline;
  background: #FFFFFF;
  margin-left: 0px
}
#main h2 {
		color: #000066;
	text-transform: none;
	padding: 10px 0 0px 10px;
  font-size: 22px
}
#main h3{
		color: #000066;
	text-transform: none;
	padding: 10px 0 0px 10px;
  font-size: 18px
}
#main ul li {
  list-style: disc;
  line-height: 22px
}

/* Sidebar */
#sidebar {
	float: right;
	width: 230px;
	padding: 10px 10px 0 0; margin: 0;

}
#sidebar h3 {
   	color: #000066;
	text-transform: none;
	padding: 10px 0 0px 10px;
  font-size: 18px
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	}
#sidebar ul.sidemenu li {
	list-style: none;
		padding: 4px 0 4px 5px;
	margin: 0 2px;
	color: #8F8F8F;
  line-height: 22px;
  border-bottom: thin solid #666666
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #000099;
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

/* footer */


/* bottom */
#footer-bottom {
	clear: both;
	color: #EEEEEE;
	margin: 0 auto;
	width: 920px;
	padding: 10px 0;
	text-align: center;
  background: url(img/nav.jpg) center;
  margin-bottom: 5px
}
#footer-bottom a{
  color: #EEEEEE;
  font-weight: bold
}

/* postmeta */
.post-footer {
	background: url(post.jpg);
	padding: 5px; margin: 5px 10px 10px 10px;
	font-size: 95%;
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.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;	}
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #888; }

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

#topPanel{
  margin-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px
}

#topPanel #headerPanelfast {
width : 300px;
height : 355px;
position : absolute;
top : 0;
left : 0px;
margin : 10px 0 0;
padding : 0;
color : #fff;
background : #FFFFCC;
  margin-left: 0px
}
#topPanel #headerPanelfast a {
width : 250px;
height : 40px;
display : block;
text-decoration : none;
  color: #000000
}
#topPanel #headerPanelfast a:hover {
width : 250px;
height : 40px;
color : #777777;
text-decoration : none;
background : transparent;
}
#topPanel #headerPanelfast h2 {
display : block;
width : 200px;
height : 47px;
margin : 70px 0px 0 0;
font : 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight : bold;
text-transform : uppercase;
position : absolute;
top : 160px;
left : 0px;
z-index : 1;
color : #111111;
}
 #topPanel #headerPanelfast p {
width : 263px;
display : block;
font : 12px/18px Arial, Helvetica, sans-serif;
position : absolute;
top : 180px;
left : 0;
z-index : 1;
padding : 0;
margin : 100px 50px 0px 10px;
  color: #000000
}
#topPanel #headerPanelsecond {
width : 300px;
height : 355px;
position : absolute;
top : 0;
left : 310px;
margin : 10px 0 0;
padding : 0;
color : #fff;
background : #FFFFCC;
color : #fff;
}
#topPanel #headerPanelsecond a {
width : 250px;
height : 40px;
display : block;
text-decoration : none;
  color: #000000
}
#topPanel #headerPanelsecond a:hover {
width : 250px;
height : 40px;
color : #777777;
text-decoration : none;
background : transparent;
}
#topPanel #headerPanelsecond h2 {
display : block;
width : 200px;
height : 47px;
margin : 70px 0px 0 0;
font : 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight : bold;
text-transform : uppercase;
position : absolute;
top : 160px;
left : 0px;
z-index : 1;
color : #111111;
}
#topPanel #headerPanelsecond p {
width : 263px;
display : block;
font : 12px/18px Arial, Helvetica, sans-serif;
position : absolute;
top : 180px;
left : 0;
z-index : 1;
padding : 0;
margin : 100px 50px 0px 10px;
  color: #000000
}
#topPanel #headerPanelthird {
width : 300px;
height : 355px;
position : absolute;
top : 0;
left : 620px;
margin : 10px 0 0;
padding : 0;
color : #fff;
background : #FFFFCC;
color : #fff;
}
#topPanel #headerPanelthird a {
width : 250px;
height : 40px;
display : block;
text-decoration : none;
  color: #000000
}
#topPanel #headerPanelthird a:hover {
width : 250px;
height : 40px;
color : #777777;
text-decoration : none;
background : transparent;
}
#topPanel #headerPanelthird h2 {
display : block;
width : 200px;
height : 47px;
margin : 70px 0px 0 0;
font : 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight : bold;
text-transform : uppercase;
position : absolute;
top : 160px;
left : 0px;
z-index : 1;
color : #111111;
}
#topPanel #headerPanelthird p {
width : 263px;
display : block;
font : 12px/18px Arial, Helvetica, sans-serif;
position : absolute;
top : 180px;
left : 0;
z-index : 1;
padding : 0;
margin : 100px 50px 0px 10px;
  color: #000000
}
