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

body { font: 72%/1.6em verdana, Tahoma, Arial, Geneva, sans-serif; color: #eeede5; background-image: url(../Template%20Images/background.jpg); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: center; letter-spacing: 1px; margin: 0 0 10px; }

/* links */
a, a:visited {	
	color: #fbb634;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #eeede5;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
}
h1 {
	font-size: 230%;	
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 180%;
	color: #88ac0b;
}
h3 {
	font-size: 150%;	
	font-weight: normal;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
img { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px;
}

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; */
  	border: 1px solid #F4F3EC; 
	background: #FAFAE7;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote { margin: 10px; padding: 0 0 0 35px; font: bold 1.3em/1.5em "trebuchet ms", Tahoma, Sans-serif; color: #fbb634; background-repeat: no-repeat; background-attachment: scroll; background-position: 7px 10px; text-indent: 30px; }
.blockquote { color: #fbb634; font-family: georgia; text-align: left; text-indent: 30px; }
/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th { height: 35px; padding-left: 12px; padding-right: 12px; color: #fff; background-color: #67a3c1; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; text-align: left; order-bottom-style: solid; }
tr {
	height: 32px;
}
td { padding-left: 11px; padding-right: 11px; order-bottom-style: solid; }
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */
/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	background: #fff url(../Template%20Images/background_wrap.jpg);
	width: 900px;	
	margin: 10px auto 0;
	text-align: left;
}
#content-wrap { background-image: url(../Template%20Images/background.jpg); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; position: relative; clear: both; float: left; width: 870px; padding: 0; margin-left: 15px; border: solid 1px #eeede5; display: inline; }
#header { background-attachment: scroll; background-position: 0 0; position: relative; width: 870px; height: 2px; padding: 0; margin: 0 auto; }
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 42px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #111;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 22px; left: 20px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #5b4a29;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 25px;		
}

/* header links */
#header #header-links { position: absolute; right: 10px; color: #eeede5; font: 11px Georgia, "Times New Roman", Times, serif; top: 1px; }
#header #header-links a {	
	color: #eeede5;
	text-decoration: none;	
	padding: 0 2px;
	font-weight: bold;
}
#header #header-links a:hover {
	color: #111;		
}

/* header-photo */
#header-photo {
	clear: both;
	background: #fff;
	margin: 5px auto;
	padding: 0;		
	height:180px; 
	width: 870px;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/* Navigation */
#nav {
	clear: both;	
	margin: 0 0 5px; padding: 0;		
	height: 20px;	
}
#nav ul { background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; float: left; list-style: none; width: 870px; height: 20px; margin: 0 0 0 15px; padding: 0; display: inline; }
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a { display: block; float: left; width: auto; margin: 0; padding: 0 14px; border-right: 1px solid #eeede5; border-left: 1px solid #eeede5; font: bold 14px/20px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif; text-decoration: none; letter-spacing: 1px; color: #fff; border-top-color: #eeede5; border-bottom-color: #eeede5; }
#nav ul li a:hover, 
#nav ul li a:active { background-color: #fbb634; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; }
#nav ul li#current a { background-color: #fbb634; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; }

/* Main Column */
#main { float: left; width: 860px; height: 100%; padding: 0; margin: 0 0 0 5px; }
#main h2 { padding-bottom: 3px; font: 1.8em "trebuchet ms", Tahoma, Sans-serif; color: #eeede5; letter-spacing: 2px; text-transform: none; left: 10px; }
#main h3 { color: #fbb634; font: 1.6em "trebuchet ms", Tahoma, Sans-serif; text-transform: none; letter-spacing: 1px; margin-top: 15px; padding-bottom: 3px; }
#main h4 { color: #fbb634; font: 1.8em "trebuchet ms", Tahoma, Sans-serif; text-transform: none; letter-spacing: 2px; margin-top: 25px; margin-left: 10px; padding-bottom: 3px; }
#main h5 { color: #eeede5; font: 1.2em "trebuchet ms", Tahoma, Sans-serif; text-transform: none; letter-spacing: 2px; margin-top: 10px; margin-left: 10px; padding-bottom: 3px; }
#main h2 a {
	color: #fbb634; 
	text-decoration: none;	
}
#main ul li { list-style-type: square; }
/* bottom */
#footer-bottom {
	clear: both;
	color: #eeede5;	
	margin: 0 auto; 
	width: 870px;
	padding: 0 0 0;
	text-align: center;	
}
#footer-bottom  a {
	color: #eeede5;
}

/* postmeta */
.postmeta { padding: 5px; font-size: 95%; color: #99997d; border: solid 1px #eae7db; background: #fafae7; margin: 20px 10px 15px; }
/* 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; }



