/*Generic Template {{{teal style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body{	
	min-height: 100%;
	#height: 100%;
	_height: 100%;	
	}
	
body {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h1,h2,h3,h4,h5,h6 {
	padding: 5px 0 5px 5px;
	background: url(images/heads_bg.gif) 0 0 repeat;
	color: white;
	}

.container {
	width: 100%;
	background-color: #fff;
	}
	
#header {	
	width: 100%;
	height: 200px;
	position: relative;
	border-top: 5px solid indigo;
	background-color: teal;
	border-bottom: 5px solid turquoise;
	}
	
.bg_img {
	width: 100%;
	height: 200px;
	background: url(images/teal.jpg) 0 0 repeat-x;
	}	
	
#header h1 {
	font-size: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: lighter;
	color: #fff;
	background: none;
	display: block;
	margin-top: 30px;
	}
	
.subtitle {
	display: block;
	color: #fff;
	background: none;
	}
	
h1 {
	font-size: 22px;
	}	
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 16px;
	}	
	
h4 {
	font-size: 14px;
	}	
	
a {
	color: #000;
	text-decoration: underline;
	letter-spacing: 1px;
	}
	
a:hover {
	text-decoration: none;
	}
	

	
.menu1 {
	width: 13%;
	float: left;
	border-top: 15px solid indigo;
	border-bottom: 15px solid turquoise;
	_background-color: teal;
	}
	
.menu1 ul {
	list-style-type: none;
	text-align: center;
	}	
	
.menu1 li {
	display: block;
	list-style-type: none;
	_height: 1%;
	}
	
.menu1 ul a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 7px;
	background-color: teal;
	border-right: 1px solid teal;
	border-bottom: 1px dotted #fff;
	}				
	
.menu1 ul a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #000;
	}
	
.menu1 ul a:active {
	font-weight: bold;
	}

.menu {
	margin: 10px 0;
	padding: 10px 0;
	}
	
.menu ul {
	list-style-type: none;
	text-align: center;
	}
	
.menu li {
	list-style-type: none;
	display: inline;
	}
	
.menu ul a {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	margin: 0 3px;
	}
	
.menu ul a:hover {
	text-decoration: underline;
	}
	
.menu ul a:active {
	font-weight: bold;
	}

/*-- end of menus --*/	
		
.content_wrap {
	width: 100%;
	padding-top: 5px;
	}		
	
.content {
	width: 100%;
	}
	
.content_text {
	width: 85%;
	float: right;
	}		
	
.content_text ul {
	padding-left: 15px;
	padding-top: 5px;
	}	
	
.content img {
	border: 2px solid #000;
	margin: 5px 5px 5px 0;
	}	
	
.content p {
	padding: 5px 0;
	line-height: 1.5em;
	}	
	
.footer {
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	clear: both;
	}	
	
