@charset "UTF-8";

#wrapper { 
	width:960px;
	margin:auto;
    height:100%;
/*    margin-left:1.25%;*/
}

#banner {
	background-image: url(/tah/assets/images/banner_tah.jpg);
	float: none;
	height: 200px;
	width: 940px;
	margin-bottom: 10px;
}

#banner a {
	color: #FFFFFF;
	text-decoration: none;
}

#banner a:hover, #banner a:focus {
	text-decoration: underline;
}

#login {
	text-align: right;
	float: right;
	padding-right: 10px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

#navigation {
    padding:0px;
	padding-top: 5px;
	padding-bottom: 5px;
    font:bold 1.25em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	background-color: #78B71B;
	width: 940px;
	color: #152917;
}
#navigation li {
	display: inline;
	list-style-type: none;
}

#navigation ul {
	display: inline;
}

#navigation a {
	color: #000;
	text-decoration: none;
    /* top right bottom left */
    padding:5px 10px 5px 10px;
}
#navigation a:hover, #navigation a:focus {
    text-shadow:white 0 0 10px;
	color: #FFFFFF;
}

body {
	background-color: #152917;
	font-family: "MS Serif", "New York", serif;
	color: #000;
}

#content {
	float: none;
	width: 920px;
    margin:0px;
	margin-top:1.25em;
	background-color: #FFF;
    padding:0.1em 10px 1em 10px;
}

#main{overflow:hidden;height:100%;clear:both;}

#main1, #main2{
    	min-height:500px;
	float: left;
	width: 448px;
    	margin:0px;
	margin-top:10px;
    	margin-right:10px;
    	border:thin solid #3E6701;
    	padding-bottom:1.5em;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;	
}

#main2 {
  	padding-left: 10px;padding-right:10px;
}

#footer {
	background: #152917;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	text-decoration: none;
    	padding:5px 5px 15px 0px;
	text-align: left;		
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover, #footer:focus {
	color: #FFFFFF;
	text-decoration: underline;
}