/*
-----------------------------------------------
thm main style
version: 2005.01.26
----------------------------------------------- */

h1,h2,h3,h4,h4,h6,p,span,ol,ul,li,form,img { margin:0; padding:0; font-size:100.01%; }

div.clear {
	clear:both;
	height:0;
	margin:0;
	line-height:0;
	font-size:1px;
	}

body {
  margin:0;
  padding:0;
	background:#333 url( ../i/bg.gif );
  color:#000;
  font:11px helvetica,arial,sans-serif;
	letter-spacing:1px;
	text-align:center;
  }
	
	
  
/* COLUMN STRUCTURE --------------------------- */

#container {
	margin:0 auto;
	width:760px;
	}
	
	
/* Brand ---------------------------------------*/
	
#brand {
	margin:15px 20px 15px 10px;
	text-align:left;
	}

#address {
	float:right;
	line-height:100%;
	}

#address a {
	color:#aaa;
	text-decoration:none;	
	}
	
	
	
/* Nav -----------------------------------------*/

#nav {
	margin:0 10px 0 0;
	background:#fff;
	text-align:center;
	padding:6px 0;
	}

#nav a {
	color:#bbb;
	background:none;
	text-decoration:none;
	letter-spacing:4px;
	text-align:center;
	margin:0 20px;
	}	
#nav a:hover {
	color:#7ad;
	background:none;
	text-decoration:none;
	letter-spacing:4px;
	}
#nav a.current {
	color:#000;
	background:none;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:4px;
	}
	
#nav .dist {
	width:16%;
	float:left;
	}
	
	
/* Header --------------------------------------*/
	
#header {
	margin:0 10px 0 0;   /* the non-centered layout  */
	background:#fff;
	text-align:left;
	height:241px;
	}

#pic {
	float:left;
	margin:0 20px 0 0;
	}
	
#children {
	float:right;
	margin:0 0 10px 10px;
	}

#box {
	margin:0 10px 0 10px;
	border:1px #ddd solid;
	background:#eee;
	height:229px;   /* hack so that box goes around picture */
	display:run-in;
	}

#box p {
	margin:0 20px;
	line-height:200%;
	}
	
#box p.first:first-letter {
	color:#7ad;
	font-size:42px;
	line-height:42px;
	float:top left;
	}

#box h1 {
	margin:1em 20px;
	color:#7ad;
	letter-spacing:1px;
	font-size:14px;
	font-weight:bold;
	}

#box a {
	color:#000;
	background:none;
	text-decoration:none;
	font-weight:bold;
	}
#box a:hover {
	color:#7ad;
	}
#box a.active {
	color:#7ad;
	}
	
		
/* Main ----------------------------------------*/

#main {
	margin:0 10px 0 10px;
	padding:1em 0 2em 0;
	text-align:left;
	background:#fff;
	}

#main a {
	color:#999;
	background:none;
	text-decoration:none;
	}	
#main a:hover {
	color:#7ad;
	background:none;
	text-decoration:none;
	}
	
#mainSide {
	width:250px;
	float:left;
	line-height:160%;
	}
	
#mainMain {
	width:470px;
	margin-left:250px;
	line-height:160%;
	}
	
#mainMain img {
	float:left;
	margin:5px 10px 0 0;
	border:0;
	}

#main h1 {
	margin:1em 20px;
	letter-spacing:4px;
	font-size:11px;
	font-weight:normal;
	}

#main p {
	margin:1.5em 20px;
	clear:right;
	}

#main li {
	margin:1em 20px;
	}

#main table {
	margin-left:15px;;
	}
	
	
/* Footer --------------------------------------*/
	
#footer {
	margin:0 0 0 10px;
	color:#999;
	background:#fff;
	padding:4px 20px;
	text-align:left;
	clear:both;
	}

#footer a {
	color:#999;
	background:none;
	text-decoration:none;
	}	
#footer a:hover {
	color:#7ad;
	background:none;
	text-decoration:none;
	}

	
	
/* GLOBAL FORMATTING ---------------------------*/

	

.alert {
	font-size:11px;
	background:#7ad;
	color:#fff;
}
	
input,select,textarea {
	font-size:11px;	
	color:#7ad;
	background:#fff;
	font-family:courier new,courier,mono;
	margin-top:3px;
	border-top:1px #aaa solid;
	border-left:1px #aaa solid;
	border-bottom:1px #ddd solid;
	border-right:1px #ddd solid;
	}
	
input.button {
	font-size:11px;
	font-family:courier new,courier,mono;
	color:#fff;
	border-top:1px #ace solid;
	border-left:1px #ace solid;
	border-bottom:1px #579 solid;
	border-right:1px #579 solid;
	background:#7ad;
	}