@charset "iso-8859-1";

.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.hide
{
	display: none !important;
}
.inside
{
	/* glitch in IE caused by g.
	 
	padding: 0 1em;*/
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
h1
{
	font-size: 150%;
	color:#585858;
}
h2
{
	font-size: 130%;
}
h3
{
	font-size: 120%;
	
}
h4
{
	font-size: 110%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 70%;
}

/* alter some HTML elements' default style
 */
a, a:link, a:visited, a:active
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
code
{
	font-family: "Courier New", Courier, monospace;
}
label
{
	cursor: pointer;
}
table
{
	font-size: 100%;
}
td, th
{
	vertical-align: top;
}

body
{
	 /*margin: 5px 1%;	 */
				   
	font-size: 100.1%;	
}
#pageWrapper
{
	border:none;
	/*border-width: 0 1px;*/
	min-width: 40em;	
	width: auto;
}
* html #pageWrapper
{
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}
#masthead
{
	
	
	padding: 0.4em;
	height:100px;
}

#outerColumnContainer
{
	
	border-left: solid 190px #fff;
	border-right: solid 190px #fff;
}
#innerColumnContainer
{
	border: solid 1px #fff;
	border-width: 0 1px;
	margin: 0 -1px;		/* compensate for the borders because of
				   100% width declaration */
	/*width: 100%;  simon*/
	
	width: 100%;
	z-index: 1;
}
#leftColumn, #middleColumn, #rightColumn, * html #SOWrap
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
#SOWrap
{
	float: left;
	margin: 0 -1px 0 0;
	width: 98%;
	z-index: 3;
}
#middleColumn
{
	float: right;
	margin: 0 0 0 -1px;
	/*width: 100%;*/
	width: 98%;
	
	z-index: 5;
}
#leftColumn
{
	float: left;
	margin: 0 1px 0 -180px;
	width: 180px;
	z-index: 4;
}
#rightColumn
{
	float: right;
	width: 180px;
	margin: 0 -180px 0 1px;
	z-index: 2;
}


p.fontsize-set
{
	text-align: center;
}
p.fontsize-set img
{
	border-width: 0;
}

#pageWrapper, #innerColumnContainer, #footer, .vnav ul, .vnav ul li, .hnav, .hnav ul li a
{
border:none;	
}
#masthead {
border:none;	
	
}
html, body
{
	/* note that both html and body elements are in the selector.
	 * this is because we have margins applied to the body element
	 * and the HTML's background property will show through if
	 * it is ever set. _DO_NOT_ apply a font-size value to the
	 * html or body elements, set it in #pageWrapper.
	 */
	/* background-image:url(images/site_bg.gif);
	 background-repeat:repeat-x;*/
	/*background-color: #ADC4E3;*/
	color:#303030;
	font-family: verdana,arial, helvetica, sans-serif;
	margin: 5px 0 0 0; 
	
	}
#pageWrapper
{
	font-size: 80%;	/* set your default font size here. */
	background-color: #ADC4E3;
}
#masthead
{
	background-image:url(images/leggettimmofr.png);
	background-position:50% 30%;
	background-repeat:no-repeat;
	background-color: #ffffff;
}

#outerColumnContainer
{
	border-left-color: #fff;	/* left column background color */
	border-right-color:#fff;	/* right column background color */
	background-color: #fff;		/* set the background color for the
					   middle column here */
}

#rightColumn .vnav ul li a:link, #rightColumn .vnav ul li a:visited, #rightColumn .vnav ul li a:active
{
	background-color: #ded;
}

#rightColumn .inside
{
	
	font-size: 90%;
}
#rightColumn .inside p
{
	border:1px solid #DCDCDC; 
		background-image: url(images/site_bg.gif);
		background-repeat: repeat-x;
		padding:5px;
}


#rightColumn .inside 
{
	font-size: 110%;
}
#footer-container {
background:#fff none repeat scroll 0 0;
clear:both;
margin:0;

text-align:right;
}


/******************************************************************************/
/* Footer */

#footer
{
	/*border-top:1px solid #5B8FC7;*/
	background-color:#6489AF;
	color: #fff;
	font-size:90%;
	/*background-image: url(images/gradfoot.gif);*/
	background-repeat: repeat-x;
	
	
}

#footer a
{
	
	color: #fff;
	text-decoration:none;
	
	
}

#footer a:hover
{
	
	color: #fff;
	text-decoration:underline;
	
	
}


#footer div.latest-container {
clear:both;
margin:0 auto;

}
#footer div.latest-container div.latest {
float:left;
margin-right:2.429em;
width:21%;
}
#footer div.latest-container div.latest h4 {
color:silver;
}
#footer div.latest-container div.latest ul {
text-align:left;
margin-left:6em;
}
#footer div.copyright {
clear:both;
padding-top:2.143em;
width:99%;
text-align:center;
}

#legal{
font-size:9px;
text-align:center;
margin:5px 3%;
}

/******************************************************************************/
/* Footer */

/******************************************************************************/
/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	padding-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
.cake-sql-log  td  {
border:1px solid blue;	
}



#button{
	width:200px;
	height:50px;
	float:left;
}

#button a {
display:block;
background-image:url(images/1opt.gif);
width:200px;
height:50px;
}

#button a:hover{
display:block;
background-image:url(images/6opt.gif);
width:200px;
height:50px;
}

#buttonb a {
float:left;
display:block;
background-image:url(images/b1opt.gif);
width:200px;
height:50px;
}


#buttonb a:hover{
display:block;
background-image:url(images/b6opt.gif);
width:200px;
height:50px;
}

#static {
background-image:url(images/site_bg.gif);
background-repeat:repeat-x;
background-color:#ADC4E3;
border:1px solid #DCDCDC;
/*width:97.8%;*/
padding:0 10px 10px 10px ;
min-height:433px;
	
}
#static h1{

text-align: center;	
}
#leader {
background-image:url(images/site_bg.gif);
background-repeat:repeat-x;
border:1px solid #DCDCDC;
margin:10px ;
padding:5px;
text-align: left;

 }
 #leader img{
margin:5px;
padding:5px;
border:1px solid #DCDCDC; 
float:left;
background-color:white;
}
#langs img{
border:none;
margin:3px;

	
}
.normalcardaltrow {

border:1px solid #DCDCDC; 
		background-image: url(images/site_bg.gif);
		background-repeat: repeat-x;
		width:90%;
		margin:20px;
	
}
.normalcard {

border:1px solid #DCDCDC; 
		
		width:90%;
		margin:20px;
	
}
.normalcardaltrow img, .normalcard img {
width:150px;
float:right
	
}

.contact{
font-size:14px;
line-height:2;
/*height:30px;*/
color:white;
text-align:center;
/*background-image: url(images/grad.gif);*/
background-repeat: repeat-x;
background-color:#6489AF;
font-weight:bold;

}



#mapform img{
border:none;	
}

div.submit {
	color:red;
	
}
div#missing, #searchForm {
width:700px;
background-image:url(images/site_bg.gif);
background-repeat:repeat-x;
background-color:#fff;
border:1px solid #DCDCDC;
padding:0 10px 10px 10px ;
min-height:300px;
margin: 10px auto;
}
div#missing img{
float: left;
margin:10px;
}

#container {
	background-color:#FFF;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding:10px;
}


div#searchForm .submit input {
font-size:120%;
font-weight:bold;
}


#searchForm select {
float:right;
width:100px;
}
#scriteria {
border-collapse:collapse;
border:1px solid #699CCE;
margin-left:5px;

}
#scriteria td {

	padding:4px;

border-bottom:1px solid #699CCE;

}
h3.roundedsearch {
	font-size: 100%;
	background-color:#648EC1 ;

height:30px;
color:#fff;
margin-top:0;
margin-bottom:0px ;
/*width:180px;*/
padding-top:4px;
text-align:center;
font-weight:normal;
}
 
h3.roundedsearchbot {
background-color:#9EBDE1 ;
height:0px;

}
#sitemap {
padding:10px;
border:1px solid #699CCE;
background-color:#F8EADA;
}

#sitemap a {
	
color:black;
text-decoration: underline;
}



