/*
Theme Name: TSAC
Theme URI: http://www.TSAC.com/
Description: A custom theme developed by Internet Imagineering for use on www.TSAC.com.
Version: 1.0
Author URI: http://internetimagineering.com/
Tags: fixed width, two columns
*/

body {
	background:#c9d7e9 url("images/background-top.jpg") no-repeat top;
	margin: 0px 0px; 
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #666;
	font-size: 14px;
}

.clear { clear: both;}

.wrapper {width: 1060px; margin: 0px auto;}

.content-container {margin: 40px 0px 0px 40px;}

.front-content-container {margin: 10px 0px 0px 0px;}

.headernav {position: absolute; margin: 20px 0px 0px 500px; text-align: right; width: 460px; color: #999; font-size: 12px; text-transform: uppercase;}
.headernav a {color: #999; text-decoration: none;}
.headernav a:visited {color: #999; text-decoration: none;}
.headernav a:hover {color: #000; text-decoration: none;}

.topnav {margin: 0px 0px 0px 30px;}

.news-story-container {margin: 20px 0px 0px 0px; padding: 0px 0px 20px 0px; border-bottom: 2px dotted #999;}
.news-story-date {color: #999; font-size: 11px;}
.news-story-title {font-size: 18px; color: #002255;}
.news-story-text {}
.readmore {color: #cc0033; font-size: 11px; font-weight: bold; text-transform: uppercase;}
.readmore a {color: #cc0033; text-decoration: none;}
.readmore a:visited {color: #cc0033; text-decoration: none;}
.readmore a:hover {color: #cc0033; text-decoration: underline;}

h1.pagetitle {color: #cc0033; font-size: 24px; text-transform: uppercase; letter-spacing: 3px; font-weight: normal;}

h3 {color: #002255; font-size: 18px; text-transform: uppercase; letter-spacing: 2px; font-weight: normal;}

.leftnav-wrapper {background-color: #c9d7e9; width: 260px; margin: 20px 0px 0px 30px; padding-bottom: 10px;}

.leftnav {margin: 0px 10px 0px 10px; padding: 10px 0px; font-size: 12px; color: #333;}
.leftnav-title {margin: 0px 0px 0px 10px; padding: 10px 0px 0px 0px;}
.leftnav ul {list-style-type: none; margin: 0px; padding: 0px;}
.leftnav ul li {border-bottom: 2px dotted #666; margin: 0px 0px 6px 0px; padding: 0px 0px 6px 5px; font-size: 12px;}
.leftnav ul li a {color: #333; text-decoration: none;}
.leftnav ul li a:visited {color: #333; text-decoration: none;}
.leftnav ul li a:hover {color: #cc0033; text-decoration: none;}

.leftnav-title-text {color: #002255; text-transform: uppercase; margin: 0px 0px 0px 10px; padding: 10px 0px 0px 0px;}

.footer-wrapper {width: 100%; background-color: #002255;}
.footer-container {width: 1000px; margin: 0px auto; min-height: 200px; color: #999;}

.footer-contact {float: right; width: 200px; text-align: center; margin: 0px 80px 0px 0px;}

.footer-info {padding: 20px 0px 50px 30px;}

.footer-links {color: #999; text-transform: uppercase;  font-size: 14px;}
.footer-links a {color: #999; text-decoration: none; margin-right: 30px;}
.footer-links a:visited {color: #999; text-decoration: none;}
.footer-links a:hover {color: #999; text-decoration: underline;}

.copyright {margin: 10px 0px 0px 0px;}

/* Drop-down menus */
#dropmenu, #dropmenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	z-index:300;
	text-transform: uppercase;
	font-weight:bold;
}
#dropmenu a {
	color: #FFF;
	text-decoration: none;
	font-family: trebuchet ms, arial, verdana, helvetica;
}

#dropmenu li a.whoweare{display:block; float:left; height:40px; width: 136px; text-decoration:none; padding:0; cursor:pointer;}
#dropmenu li a.policy {display:block; float:left; height:40px; width: 148px; text-decoration:none; padding:0; cursor:pointer;}
#dropmenu li a.news {display:block; float:left; height:40px; width: 136px; text-decoration:none; padding:0; cursor:pointer;}
#dropmenu li a.resources{display:block; float:left; height:40px; width: 131px; text-decoration:none; padding:0; cursor:pointer;}
#dropmenu li a.seniorday{display:block; float:left; height:40px; width: 120px; text-decoration:none; padding:0; cursor:pointer;}
 
#dropmenu li a.whoweare{background:url(images/topnav-whoweare-1.jpg);}
#dropmenu li a.policy {background:url(images/topnav-policy-1.jpg);}
#dropmenu li a.news {background:url(images/topnav-news-1.jpg);}
#dropmenu li a.resources {background:url(images/topnav-resources-1.jpg);}
#dropmenu li a.seniorday {background:url(images/topnav-seniorday-1.jpg);}

#dropmenu li:hover a.whoweare, #dropmenu a:hover.whoweare{background:url(images/topnav-whoweare-2.jpg);}
#dropmenu li:hover a.policy, #dropmenu a:hover.policy {background:url(images/topnav-policy-2.jpg);}
#dropmenu li:hover a.news, #dropmenu a:hover.news {background:url(images/topnav-news-2.jpg);}
#dropmenu li:hover a.resources, #dropmenu a:hover.resources {background:url(images/topnav-resources-2.jpg);}
#dropmenu li:hover a.seniorday, #dropmenu a:hover.seniorday {background:url(images/topnav-seniorday-2.jpg);}

#dropmenu li {
	float:left;
	position:relative;
	display:block;
}
#dropmenu ul {
	position:absolute;
	display:none;
	height:auto;
	border-bottom:2px solid #cc0033;
}
#dropmenu ul a {
	color:#fff;
	padding:0px;
}
#dropmenu ul a:hover {
	background-color: #ccc;
}
#dropmenu li ul {
	background:#002255;
	top:40px;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 165px;
	border-right:0px solid #1c5072;
	border-left:0px solid #1c5072;
	border-bottom: 0px solid #333;
	box-shadow: 2px 2px 2px #333;
}

#dropmenu li ul li.current_page_item a {
	background:#fff;
	color:#1c5072;
}

#dropmenu li ul li {
	border-top:1px solid #fff;
}

#dropmenu li ul a {
	width:145px;
	padding:10px 10px 10px 10px;
	font-size: 12px;
	text-transform: uppercase;
	float:left;
	font-weight: normal;
}

#dropmenu li ul a:hover {
	color: #1c5072;
}

#dropmenu ul ul {
	top:auto;
}
#dropmenu li ul ul {
	left:145px;
	margin:0px 0 0 10px;
}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;
}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display:block;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.navigation a {color: #900; text-decoration: none;}
.navigation a:hover {color: #900; text-decoration: underline;}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}