/*
----  LANCH COLORS ----
LTBLUE #0763A6
BLUE #06558D #Standard
DArk Blue #054573

Background: 8697A3
*/

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #CCC;
	font: 80%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #666666;
	text-align: center;
	margin: 15px 0;

}

/* links */
a, a:visited {	
	color: #06558D;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #054573;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
/*    padding: 10px;*/
    font-family: 'Trebuchet MS', Tahoma, Sans-serif;
    font-weight: Bold; 		
}
h1 {
    font-size: 190%;	
    font-weight: normal;
    color: #0F5382;
}
h2 {
    font-size: 130%;
    text-transform: uppercase;
    color: #0F5382;
    clear: both;
}
h3 {
    font-size: 130%;
    color: #0F5382;	
}


h1, h2, h3, p {
	padding: 10px;
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
img {
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

/* Some test code for figures */
/*
figure {
    background: #FAFAFA;
    border: 1px solid #DCDCDC;
    padding: 5px;
}

figure.img {
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 5px;
}

figure.p{
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

figure.float-right {
  	margin: 5px 0px 10px 10px;  
}
figure.float-left {
  	margin: 5px 10px 10px 0px;
}*/


/* tables */
table {
	border-collapse: collapse;
	margin: 10px;	
}

th strong {
	color: #fff;
}
th {
    background: url(images/css/but.jpg) repeat-x;
    height: 29px;
    padding-left: 12px;
    padding-right: 12px;
    color: #FFF;
    text-align: left;
    border-left: 1px solid #0763A6;
    border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #06558D;
	border-bottom: 1px solid #0763A6;

}
td.first,th.first {
	border-left: 0px;
}
tr.normal {
    background: #EFEFEF;		
/*	background: #F8F8F8;*/
}
tr.dark {
    background: #E0E0E0;
}
tr.strike{
    background: #A0A0A0;
}
/* end - table */

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 820px;

	/*width:90%;*/
	background: #fff;
	margin: 0 auto;
	text-align: left;
	border-style:groove;
	border-color: #B0B0B0;
	border-width:2px;
}

/* Image giving a Bit of space at the top of page */
#top-bg {
    position: absolute;
	width: 820px;
	/*   width: 90%;*/
	height: 19px;
	min-height:19px;
	background: #FFF;
	top: 0; left: 0%;
	z-index: 2;	
}

/* General Text Background */
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	/*width: 790px;*/
	width: 98%;
	padding: 0; 	
	border-top: 5px solid #FFF;
	margin-left: 15px;
	display: inline;
}

/* Header Background */
#header {
	/*width: 790px;*/
    width: 98%;
	position: relative;
	height: 100px;
	background: #E0E0E0;
	padding: 0;	
	color: #FFF;	
	width: 790px;
	left: 15px;

}

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	text-transform: none;
	text-decoration: none;
	color: #0F5382;	/*Liighter Lanch Blue */
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}
#header h1#logo-text span {
	color: #4e6d82;

}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #4e6d82;	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 95px;		
}

/* header links */
/* Text bit */
#header #header-links {
	position: absolute;
	top: 20px; right: 20px;	
	color: #4e6d82;
	font-size: 10px;	
}
/* Link Bit */
#header #header-links a {	
	color: #4e6d82;
	text-decoration: none;	
}
/* Hover Color */
#header #header-links a:hover {
	color: #0F5382;
}

/* header-photo */
#header-photo {
	clear: both;
	height: 200px;
	width: 790px;
/*	width: 100%;*/
	margin: 0 auto;
}

#header-photo img {
	width: 790px;
	/*height: 200px;*/
	border: 0px solid #DCDCDC;
	padding: 0px;
	margin: 10px auto;
    
}

/* Navigation */
#nav {
	clear: both;
	padding: 0;
	margin:0;
}
/* Navbar Items */
#nav ul {
	float: left;
	list-style: none;
	background: url(images/css/but.jpg) repeat-x;
	width: 790px;
/*width: 98%;*/
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
	left: 1%;
	right: 1%;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}

/* Text and Borders */
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #0763A6;
	border-left: 1px solid #0763A6; 
	border-bottom: none;
	color: #FFF; /* White */
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(images/css/butsel.jpg) repeat-x;
}
#nav ul li#current a {	
	background: url(images/css/butsel.jpg) repeat-x;
}

/* Main Column */
#main {
	float: left;
	/*width: 75%;*/
	width: 98%;
	padding: 20px 0 0 0; margin: 0 0 0 10px;
	display: inline;
}
#main h2 {
/*	font: normal 'Trebuchet MS', Tahoma, Sans-serif;*/
/*	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;*/
	color: #0F5382;
	text-transform: none;
	padding: 10px 0 0px 10px; 			
}
#main h2 a {
    color: #0F5382;
    text-decoration: none;	
}

#main ul li {
	list-style-image: url(images/css/bullet.png);
}


/* Sidebar */	
#sidebar {
	float: right;
	width: 20%;
	padding: 20px 10px 0 0; margin: 0;

}	

#sidebar buttonbar {
	text-align: right;
}

#sidebar h3 {
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #0F5382;
}
#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;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #06558D; /*#4e6d82;*/

}
#sidebar ul.sidemenu li a:hover {	
	color: #054573; /*#1773BC;	*/
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

/* footer */
#footer-wrap {
	clear: both;
	width: 820px;
	/*width: 98%;*/
	font-size: 95%;	
	text-align: left;
	padding: 15px 0px;
 	color: #4e6d82;
}
#footer-wrap a {
	text-decoration: none;
	/*color: #666666;*/
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
 	color: #4e6d82;	
}
#footer-wrap h3 {
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
}

/* bottom */
#footer-bottom {
	clear: both;
	/*color: #666;	*/
	margin: 0 auto;
	width: 790px;
	left: 15px;
/*	width: 820px;*/
	background: #d0d0d0;
	padding: 10px 0;
	text-align: center;
}

#footer-bg {
    position: absolute;
	width: 820px;
	/*   width: 90%;*/
	min-height:19px;
	background: #FFF;
}

/* 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; }

/* Navigation */
#imgBar {
	clear: both;
	padding: 0;		
}

/* Navbar Items */
#imgBar ul {
	/*float: left;*/
	list-style: none;
/*	text-transform: uppercase;
	/*margin: 0 0 0 15px;*/
	/*width: 90%*/
	margin: 2em auto 0 auto;
	padding: 0;	
	display: inline;
	/*left: 1%;
	right: 1%;*/
}

#imgBar ul li {
	display: inline;
	margin: 0; padding: 0;
}

#imgBar img {
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 5px;
}
#imgBar img.float-right {
  	margin: 5px 0px 10px 10px;  
}
#imgBar img.float-left {
  	margin: 5px 10px 10px 0px;
}

#linkBar{
}

#linkBar ul {
	/*float: left;*/
	list-style: none;
/*	text-transform: uppercase;
	/*margin: 0 0 0 15px;*/
	/*width: 90%*/
	margin: 2em auto 0 auto;
	padding: 0;	
	/*display: inline;*/
	/*left: 1%;
	right: 1%;*/
}

#linkBar ul li {
	/*display: inline;*/
    list-style: none;
	margin: 0; padding: 0;
}



