/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #00ae93;
	color: #444444;
	font: .9em "Trebuchet MS",Arial,Verdana,Helvetica,Sans-Serif;
	padding: 0;
	height: 100%;
}
a{
	color: #00ae93;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 1em;
	padding: 2px
}
li{
	list-style: none
}
h2{
	font-size: 1.5em;
	margin: 0 0 .8em
}
h3{
	font-size: 1.1em;
	margin: 0 0 .8em
}
p{
	padding: 0 0 .8em
}
/*=== Layout ===*/
#container{
	background: #fff;
	padding: 9px;
	width: 906px;
	height: auto;
	margin: auto
}
#page{
	background: url(../images/page-bgr.gif) repeat-y;
	padding: 0 9px;
	width: 886px;
}
#page-top{
	background: url(../images/page-top.gif) no-repeat top;
	height: 7px;
	overflow: hidden
}
#page-bot{
	background: url(../images/page-bot.gif) no-repeat top;
	font-size: .7em;
	height: 9px;
	padding: 10px 0 0;
	text-align: right
}
#page-bot p{
	padding: 0 10px
}
#page-top, #page-bot{
	margin: 0 auto;
	width: 904px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.jpg) no-repeat top right;
	height: 197px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 283px
}
#header h1 a{
	display: block;
	height: 197px
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Contact Details ===*/
#contact_details{
	float: right;
	width: 428px;
	padding: 177px 0 0 0;
	margin: 0;
}
#contact_details p{
	color: #444444;
	font-size: 12px;
	text-align: center;
	padding: 0;
	margin: 0;
}
/*=== Navigation ===*/
#navbar{
	background: #7fd6c9;
	height: 39px;
}
/*- Nav1 -*/
.nav1{
	font-size: 1em;
	text-transform: lowercase;
}
.nav1 li{
	float: left;
	line-height: 39px
}
.nav1 li a{
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 26px
}
.nav1 li a:hover,
.nav1 li.active a{
	color: #00ae93;
	text-decoration: none
}

/*=== Title ===*/
#title{
	height: 382px;
	overflow: auto;
	padding: 0 8px 0 0
}
#title h1{
	font-weight: normal;
	color: #00ae93;
	padding: 10px 10px 10px 300px;
	font-size: 1.3em;
}
#title p{
	padding: 10px 10px 10px 300px;
}
#title ul{
	padding: 10px 10px 10px 350px;
}
#title li{
	list-style: disc;
}
#title p strong{
	font-size: 1.1em;
	color: #00ae93;
}
#title a{
	color: #00ae93;
	text-decoration: none
}
#title a:hover{
	text-decoration: underline
}
#title img{
	float: left
}
/*=== Misc. ===*/
.fr{
	float: right
}


#twitter_container { height:auto !important; } 

#twitter_container ul { padding: 0; margin: 0;} 

#twitter_update_list li { list-style: none; padding: 5px; margin: 0; border-left: 3px solid #00ae93;} 

#twitter_update_list li a { border-bottom: dotted 1px; } 