/* CSS Document */
/* last updated February, 2009 TL */

body {
	margin: 0;
	font-family: Verdana, sans-serif, sans;
	background-color: #F0E9E1;
	font-size: 62.5%;
	}
	/* makes 1em display as 10px */
	/* now .9em displays as 9px and */
	/* 1.6em dispalys as 16px, etc... */
		
/**************************

Containers

***************************/

#container {
	width: 750px;
	margin: 10px auto;
	}

#header {
	background: #F0E9E1 url(images/cte_logo.gif) no-repeat;
	background-position: 0 0;
	height:70px;
	}

/* IE6 windows ignores the following */
html>body #header {
	height: 7.5em;
	}

#navigation {
	clear: right;
	background: #000 url(images/bg_bordertop.gif) no-repeat;
	font-size: .9em;
	font-weight: bold;
	}
	
	/* the followibg fixes the IE6 peekaboo bug */
	/* Hides from IE5-mac \*/
* html #navigation {height: 1%;}
	/* End hide from IE5-mac */
	
#body {
	padding: 1em 10% 1.5em 10%;
	border-right: 5px solid #000;
	border-left: 5px solid #000;
	border-bottom: 4px solid #000;
	background-color: #FFF;
	}	
	
#body-cover {
	padding: 0;
	margin: 0;
	border-right: 5px solid #000;
	border-left: 5px solid #000;
	border-bottom: 4px solid #000;
	}
	
#footer {
	/*background: url(images/bg_borderbottom02.gif) no-repeat bottom;*/
	padding-top: .6em;
	margin: 0;
	font-family: "Georgia", Times, serif;
	}
	
/**************************

Header

***************************/

#header h1 {
	padding: 0;
	margin: .5em 0;
	font-size: 2em;
	color: #000;
	}
	
#header p {
	padding: 0;
	margin: 0;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: .1em;
	}
	
#header div.float {
	float: right;
	width: 371px;
	height: 5em;
	}
	
	/* Hides from IE5-mac \*/
* html #header div.float {	margin-top: 12px;}
	/* End hide from IE5-mac */
	
	
/* The form following styles are modelled on www.stylegala.com */

form input.submit-btn
	{
	width: 54px;
	height: 18px;
	background: #F0E9E1 url(images/submit.gif) no-repeat;
	outline: none;
	}

form input.submit-btn:hover
	{
	background: #F0E9E1 url(images/submit.gif) no-repeat 0 -18px;
	}
	
#searchform p.p1
	{
	text-indent: -10000px;
	height: 8px;
	line-height: 8px;
	background: url(images/txt-searchstring01.gif) no-repeat;
	}
	
#searchform p.p2
	{
	text-indent: -10000px;
	height: 8px;
	line-height: 8px;
	background: url(images/txt-searchstring02.gif) no-repeat;
	}
	
#searchform input.inp
	{
	border: none;
	width: 275px;
	background: #fff;
	font: 1.2em verdana, sans-serif;
	color: #333;
	padding: 3px;
	margin-bottom: 2px;
	margin-right: 2px;
	outline: none;
	text-transform: lowercase;
	}
	
/**************************

Navigation

***************************/

#navigation div.float {
	float: right;
	width: 375px;
	}

#navigation ul {
	margin: 0;
	padding: .5em .4em .4em 5px;
	}
	
#navigation li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	color: #E5DCD2;
	}
	
#navigation li a {
	padding: 0 .2em;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: .1em;
	}
	
#navigation a:link, #navigation a:visited {
	color: #E5DCD2;
	text-decoration: none;
	}
	
#navigation a:hover {
	color: #000;
	background-color: #F0E9E1;
	}
	
#navigation a:active {
	color: #900;
	}
	
#navigation div.float ul {
	padding: .5em .4em .4em 0;
	}
	
#navigation div.float li {
	padding: 0;
	}
	
#navigation div.float li a {
	border-right: none;
	padding: 0;
	}

/**************************

Body

***************************/

#body h2 {
	padding: 1em 0 .5em 0;
	margin: 0;
	color: #900;
	}

/*#body img {
	padding: 0;
	margin: 1em 1em 1em -3em;
	float: left;
	}
	*/
#body p {
	padding: .5em 0;
	margin: 0;
	line-height: 1.8em;
	font-size: 1.3em;
	color: #222;
	}
	
#body ul, #body ol {
	margin: .5em 0;
	padding: 0;
	}
	
#body li, #body li a {
	padding-left: 0;
	margin-right: 0;
	}
	
/**************************

Footer

***************************/
	
#footer ul {
	margin: 0;
	padding: .5em 0 1em .7em;
	font-size: 1.1em;
	}
	
#footer li {
	padding: 0 .9em 0 0;
	margin: 0 0 0 .5em;
	display: inline;
	list-style-type: none;
	color: #000;
	border-right: 1px solid #000;
	font-size: 1em;
	}
	
#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #900;
	}
	
#footer p {
	padding: .5em 385px .5em 1.2em;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.5em;
	}
	
#footer div.column2 {
	float: right;
	width: 375px;
	}
	
#footer div.column2 p {
	padding: .5em 1em .5em 0;
	}
	
.background {border:1px solid gray;
	/*background: url(images/bg_borderbottom.gif) repeat-y;
	background: url(images/bg_borderbottom.gif) repeat-y top;*/
	}

#aulogo {
	margin: 2px 304px;
	}
		
/**************************

HTML Styles

***************************/

h1 {
	padding: 2em 0 .5em 0;
	font-size: 2em;
	color: #000;
	}
		
h2 {
	padding: 1.8em 0 .5em 0;
	font-size: 1.8em;
	color: #000;
	} 
		
h3 {
	padding: 1.6em 0 .5em 0;
	font-size: 1.4em;
	color: #000;
	}
	
h4 {
	padding: 1.4em 0 .5em 0;
	font-size: 1.3em;
	color: #000;
	}
	 	
h5 {
	padding: 1.4em 0 0 2em;
	font-size: 1.3em;
	color: #000;
	} 
	 	
h6 {
	padding: 1.4em 0 0 2em;
	font-size: 1.3em;
	color: #000;
	font-style: italic;
	}
	 	
p {
	font-size: 1em;
	color: #000;
	padding: .5em 0;	
	margin-top: 0;
	margin-bottom: 0;
	}
	
li {
	font-size: 1.2em;
	color: #000;
	list-style-type: circle;
	}
	
ol li {
	padding-top: 5px;
	margin-left: 0;
	}
	
ol li a {
	padding-top: 5px;
	margin-left: -17px;
	}
	
a:link, a:visited {
	color: #900;
	text-decoration: none;
	}
	
a:hover {
	color: #900;
	text-decoration: underline;
	}
	
a:active {
	color: #000;
	}
	
input, select, li li, li p, blockquote p, blockquote {
	font-size: 1em; 
	color: #333;
	}   
	/* This ensures these tags don't reduce from the sizes inherited */
	/* These tags inherit the font-size of what encloses them and reduce by default */
	/* DO NOT MODIFY this one, even if you are enlarging the other type sizes */
	
th, td, td p {
	font-size: 1.1em; 
	color: #333;
	}   
	/* See the comment above */
	
/**************************

Special Styles

***************************/

.leftFrame {
position:relative;
float:left;
padding-top:7px;
padding-bottom:20px;
padding-right:12px;
}
.rightFrame {
position:relative;
float:right;
padding-top:7px;
padding-bottom:20px;
padding-left:12px;
}

.frameCaption {
text-align:left;
padding:7px 0 4px 0;	
font-size:1.1em;
color:dimgray;
}
.frameBorder {
padding:3px;
border:1px silver solid;
}

.frameImage {

}

.frame {
position:relative;
padding:25px;
margin-bottom:-10px;
}


.hide {
	display: none;
	}

.hide4printing {
	visibility: visible;
	}

.show4printing {
	visibility: hidden;
	}

.photo_caption {
float:left;

}

.photo {

float:left;
margin-left:2px;
border: thin silver solid;
padding:5px;

}

.caption {

float:left;
clear:both;
margin-left: 2px;

margin-top:-5px;
font-size:110%;

}

	
div#photo_caption {
float:left;

}

img#photo {
position:relative;
float:left;
margin-left:2px;
border: thin silver solid;
padding:5px;

}

.photo {
position:relative;
float:left;
margin-left:2px;
border: thin silver solid;
padding:5px;

}


div#caption {

float:left;
clear:both;
margin-left: 2px;

margin-top:-5px;
font-size:110%;

}

.addthis_sharing_toolbox {
    float:right;
    margin:10px 0;
}
.lastupdated {
    float:left;
}

.white-dotted {
   color: white !important;
   text-decoration: underline !important;
   text-decoration-style: dotted !important;
}