

/* top elements */
* { margin:0; 	padding: 0; }
html {margin: 0; padding: 0; height:100%;}
body {
	margin: 0; padding: 0; height:100%;
	font: 70%/1.5em  Verdana, Tahoma, Arial,sans-serif;
	color: #333; 
	background: #FFF url(bg.gif) repeat-x;
    text-align: center;
}

/* links */
a {
	color: #1c3473;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #697db3;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 145%;	
	padding: 10px 10px 5px 10px;
	color: #1c3473;
	background-color: inherit;
	border-bottom: 1px solid #697db3;
}
h2 {
	font-size: 125%;
	text-transform: uppercase;
}
h3 {
	font-size: 125%;	
	color: #404040;
}

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

/* images */
img {
	border: 3px solid #1c3473;
}
img.no-border {
    border: none;
    margin: 5px 10px 5px 10px; 
}


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

#sidebar h1, 
#sidebar p {
	padding-left: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

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;  
  border-left: 4px solid #1c3473;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;
  	background: #FAFAFA url(quote.gif) no-repeat 3px 5px;
	border: 1px solid #eee;
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif;
    text-indent: 7px;
	color: #666666;
}

blockquote p {
	display: inline;
	margin: 0;
	padding-right: 27px;
	background: url(unquote.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* form elements */
.contactform {width:418px; margin:2.0em 0 0 0; padding:10px 10px 0 10px; border:solid 1px rgb(200,200,200); background-color:rgb(240,240,240);}
.contactform fieldset {padding:20px 0 0 0 !important /*Non-IE6*/; padding:0 /*IE6*/; margin:0 0 20px 0; border:solid 1px rgb(220,220,220);}
.contactform fieldset legend {margin:0 0 0 5px !important /*Non-IE*/; margin:0 0 20px 5px /*IE6*/; padding:0 2px 0 2px; color:rgb(80,80,80); font-weight:bold; font-size:130%;}
.contactform label.left {float:left; width:100px; margin:0 0 0 10px; padding:2px; font-size:110%;}
.contactform select.combo {width:200px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.field {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform textarea {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.button {float:right; width:9.0em; margin-right:20px; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:110%;}
.contactform input.button:hover {cursor: pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}

/**************************************
   LAYOUT
***************************************/
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 850px;
	text-align: left;
    position: relative; min-height:100%;
}

* html #wrap {height: 100%;}

/* header */
#header { 
	position: relative;
	height: 70px;
	margin: 0 auto; padding:0;
	color: #808080; 		
}
#header h1#logo {
	position: absolute;	
	font: bold 3.8em "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding:0;
	color: #1c3473;
	letter-spacing: -2px;	
	border: none;	
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 2px;		
}
#header h1#logo span { color: #697db3; }

#header h2#slogan { 
	position: absolute;
	margin: 0; padding: 8px 0 0 0;
	font: bold 12px Arial, Tahoma, Sans-Serif;
	text-transform: none;
	
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 43px; left: 45px;
}

/* menu */
#menu {
	clear: both;
	background: #1c3473 url(menubg.gif) repeat-x;
	height: 30px;
	margin: 0;
	font: bolder 1.2em/30px Tahoma, Verdana, Arial, Sans-Serif;		
}
#menu ul{
	margin: 0; padding: 0 0 0 8px;
}
#menu ul li {
	float: left;
	list-style: none;
	border-right: 1px solid #697db3;
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 15px;
	color: #FFF;	
}
#menu ul li a:hover {
  	color: #333;	
	background: url(menu-hover-bg.gif) repeat-x;
}
#menu ul li#current a {
	color: #fff;
	background: url(menu-current-bg.gif) repeat-x;	
}

/* sidebar */
#sidebar {
	float: left;
	width: 21%;
	margin: 0;	padding: 0; 
	display: inline;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #697db3;
	background: url(arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}

#rightbar {
	float: right;
	width: 21%;
	padding: 0;
	margin: 0;
}

/* main column */
#main {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	width: 54%;
}
#main table{

        margin: 10px 0 0 10px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}
#main tr td{
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
        color: #000;
		padding: 3px 8px;
		background: #eee;
	}
#main thead td{
  color: #000;
  background-color: #fff;
  font-weight: bold;
 		        border-left: 1px solid #000;
}

#main tbody td{
			border-left: 1px solid #000;
	}
#main tbody tr.even td{
        color: #fff;
		background: #1c3473;
	}
#main tbody tr.ruled td{
		color: #fff;
		background-color: #697db3;
		font-weight: normal;
		border-color: #000;
	}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 15px 10px 10px 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 {
	clear: both;
	color: #000000;
	padding: 0;
	background: #FFF url(footerbg.gif) repeat-x;
	height: 35px;
    position: relative;
    margin:-3.5em auto 0 auto;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
    color: #ffffff;
}
#footer a:hover {
	text-decoration: none;
	font-weight: bold;
    color: #1c3473;
}
#footer-content {
	margin: 0 auto;
	width: 800px
}
#footer-content #footer-left {
	padding: 10px;
	width: 63%;
	float: left;
	text-align: left;
}
#footer-content #footer-right {
	padding: 10px;
	width: 30%;
	float: right;
	text-align: right;
}

/* 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; }
.green  { color: #75A54B; }

}

ter-left {
	padding: 10px;
	width: 63%;
	float: left;
	text-align: left;
}
#footer-content #footer-right {
	padding: 10px;
	width: 30%;
	float: right;
	text-align: right;
}

/* 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; }
.green  { color: #75A54B; }

