/*
COLORS:
background light blue e5f0f9

dark blue             016289
dark aqua			  22a493

charcoal			  515559


*/

*, html {
	margin: 0;
	padding: 0;
}

body {
	color: #515559;
	color: #444;
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: medium;
	line-height: 1.3em;
	background: #e5f0f9 url('/images/tgw_bg_2000w.jpg') no-repeat bottom left;	
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	outline: none;
	padding: 2px;
	font-weight: bold;
	border-bottom: 1px dotted #22a493;
}

a:link,
a:visited {
	color: #22a493;
	background-color: transparent;
}
a:hover,
a:active {
	color: #fff;
	background-color: #22a493;
	border-bottom: none;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.2em;
}




div#outer {
	background: transparent url('/images/bg_topwave.gif') no-repeat top left;
	margin: 0;
	padding: 20px;
	}
	

div#wrapper {
	background-color: #fff;
	width: 880px;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	background: transparent url('images/bg_tgw_whitefade_20w.png') repeat-x bottom left;
}

#wrapper div#header {
	height: 200px;
	padding-left: 20px;
}


/* -- NAV ------------------------------------------------------------------ */ 


/*
COLORS:
background light blue e5f0f9

dark blue             016289
dark aqua			  22a493

charcoal			  515559


*/

#wrapper div#nav {
	color: #22a493 !important;
	text-align: right;
	margin-bottom: 20px;
}

#nav ul {
}
	
#nav li {
	display: inline;
	list-style: none;
	line-height: 1.2em;
	padding: 0 0 0 20px;
	font-weight: bold;
	}

#nav a {
	padding: 6px;
	text-decoration: none;
	border-bottom: none;
}
		
#nav a:link, 
#nav a:visited  {
	color: #22a493;
	background: transparent;
	}
	
#nav a:hover, 
#nav a:active  {
	color: #22a493;
	background: #c9dceb;
	}

/* -- MAIN ------------------------------------------------------------------ */ 
div#main {
}


/* SIDEBAR ---------------------- */
#main div#sidebar {
	width: 250px;
	float: left;
	margin: 20px 0;
	padding-top: 40px;
	font-size: .9em;
	line-height: 1.2em;
}

#sidebar p {
	margin-bottom: 1em;
}

#sidebar p.pullout {
	padding: 10px;
	background: #22a493;
	line-height: 1.2em;
	text-align: left;
	color: #fff;
}


#sidebar ul {
	margin: 0 0 1em 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin-bottom: .5em;
	line-height: 1.3em;
}



#sidebar div.sidephoto {
	background: transparent;
	margin: 10px 0;
}

#sidebar img {
	display: block;
	margin: 0 0 10px 0;
	border: none;
}





/* CONTENT ------------------------ */

#main div#content {
	width: 600px;
	float: left;
	margin: 20px 20px 20px 0;
	padding: 0;
}

#content h1 {
	font-size: 1.8em;
	line-height: 1.1em;
	color: # 016289;
	font-weight: bold;
	margin: 0 0 .25em 0;
	padding: 0 0 .25em 0;
	border-bottom: 1px solid #22a493;
}
	
#content h2 {
	margin: 0 0 .75em 0;
	color: #016289;
	line-height: 1.2em;
	font-size: 1.3em;
}

#content p {
	margin-bottom: 1em;
}

#content p span {
	color: #016289;
	font-weight: bold;
}



#content img {
	/*border: 1px solid #42352a;*/
}

#content img.alignright {
	float: right;
	margin: 5px 0 10px 10px;
}

#content img.alignleft {
	float: left;
	margin: 5px 10px 10px 0;
}


#content blockquote {
	margin: 10px 20px;
	font-style: italic;
	font-size: .9em;
}

#content dl dt {
	line-height: 1.2em;
}
	
#content dl dd {
	margin-bottom: 1em;
	margin-top: .5em;
}

#content dt + dt {
	margin-top: 1em;
}

#content ul {
}

#content ul li {
	list-style: circle;
	margin: 0 1em .75em 1.5em;

}








#content dl dt {
	font-weight: bold;
}

#content dl dd {
	margin-bottom: 1em;
	font-size: .9em;
}

#content dd + dt {
	margin-top: 20px;
}



#content h2 + ul {
	margin-top: 1em;
}


#content ul.readmore,
#content ul.readmore li {
	list-style:none;
}




#content div#ourstory {
}

#content div#ourstory h2 {
	margin-top: 2em;
}

#content div#ourstory h3 + table,
#content div#ourstory h3 + ul {
	margin: 1em 0;
}


#content div#ourstory img {
	border: 1px solid #016289;
}

#content div#ourstory p.caption {
	font-size: .9em;
	font-style: italic;
}


#content div#ourstory table {
}

#content div#ourstory table td {
	background-color: #fff;
	padding: 4px;
	font-size: .9em;
	border-top: 1px solid #cecece;
	border-left:  1px solid #cecece;
	border-right:  1px solid #9c9c9c;
	border-bottom:  1px solid #9c9c9c;
}


#content div#ourstory table td.titlecol {
	background-color: #efefef;
	color: #333;
	font-weight: bold;
}

#content div#ourstory table th.blank {
	background-color: #e5f0f9;
	border: none;
}

#content div#ourstory table th {
	background-color: #016289;
	color: #fff;
	padding: 4px;
}





/* -- FOOTER ------------------------------------------------------------------ */ 

div#footer {
	border-top: 1px solid #016289;
	border-bottom: 10px solid #22a493;
	clear: both;
	margin: 20px 0 0 0;
	padding: 10px 0;
}

#footer p {
	text-align: center;
	font-size: .7em;
}







/* misc styles */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */












/* -- ADMIN -----------------------------------------------------*/
#admin #adminheader {
	margin: 20px 0;
}

#admin  ul li {
	list-style: none;
	margin: 10px auto;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
}

#admin  ul li ul li {
	font-weight: normal;
	font-size: .9em;
	margin-left: 2em;
	padding-left: 1em;
}


#admin  form textarea {
	margin-bottom: 1em;
}

#admin  form textarea,
#admin  form input.wide {
	display: block;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: .3em;
	width: 80%;
	max-width: 650px;
	font-family: verdana, arial, sans-serif;
}

#admin  form input.submit {
	width: 100px;
	margin-top: 15px;
}

#admin  ul#editlist,
#admin  ul#editlist li {
	margin: 5px;
	padding: 10px;
}

#admin div.adminsection {
	width: 40%;
	float: left;
	border: 1px solid #016289;
	padding: 20px;
	margin: 0 20px 20px 0;
	background-color: #fff;
}

#admin  dl {
	
}

#admin dl dt {
	font-weight: bold;
	margin-bottom: 0;
	color: #016289;
}
#admin dl dd {
	margin: 0 0 2em 0;
	padding: 0;
	}



#admin  table td,  table th {
	padding: 6px;
	text-align: left;
}

#admin  table tr.even {
	background-color: #efefef;
}

#admin  table tr.odd {
	background-color: #fff;
}

#admin  table tr th {
	background-color: #dedede;
}


#admin p.delete {
	font-weight: bold !important;
	font-size: 2em !important;
	float: left;
	margin: 20px;
	padding: 6px;
	border: 2px solid #016289;
	background-color: #fff;
}













