
* {
	margin: 0;
	padding: 0;
}

body {
	background:#ffffff;
	font: normal 12px/1.6em Lucida Sans, Arial, Verdana, Helvetica, sans-serif;
	color: #535353;
	text-align: center;
}

fieldset {
	border: 0;
}

a img, :link img, :visited img {border:none;
}

a:link, a:visited {
	color: #000940;
	font-weight: normal;
	text-decoration: underline;
}

#sidebar a:link, #sidebar a:visited {
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	
	color:#000;
}

ul{ list-style: bullet;
	margin: 20px;
	padding: 5px;
	}


h3 { color:#333333; font-size: 1.1em}

h4 {color:#333333; font-size: 1.1em}


hr {
	width: 100%;
	height: 1px;
	margin: 10px 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #e6e6e6;
}


.white_border img {padding:10px;
		border: 1px #ececec solid;
		background:#fff;}

#container {
	width: 880px;
	margin: 0 auto;
	background:  #fafaf2 url(../images/paper_tile.jpg);
	border-top-width: 8px;
	border-bottom: 0;
	text-align: left;
	border-top: 20px solid #dcdcbc;
	border-right: 20px solid #dcdcbc;
	border-bottom: 10px solid #dcdcbc;
	border-left: 20px solid #dcdcbc;
}

.page_title, .page_title a {
	overflow: hidden;
	display: block;
	text-indent: -999em;
	
}

p, ul, ol { margin-bottom: 13px;
}



/*	header  */

#header {
	width: 100%;
	height: 135px;
	float: left;
	background: url(../images/header_bg.jpg) no-repeat;
	border-bottom: 1px solid #ccc;
	
}

#brand, #brand a {
	width: 284px;
	height: 30px;
}

#header a:link, #header a:visited {
	color: #969696;
	text-decoration: none;
}

#header a:hover, #header a:active, #header a:focus {
	color: #5facd8;
	background: transparent;
}

#brand {
	float: left;
	margin: 46px 0 0 18px;
	background: url(/images/logo_tia.gif) no-repeat;
}

#header ul {
	width: 244px;
	margin: 47px 0 5px 0;
	float: right;
}

#header li {
	padding: 0 13px 0 17px;
	display: inline;
	background: transparent;
	line-height: 10px;
	font-size: 0.9em;
	border-left: 1px solid #d9d9d9;
}

#header li.first {
	padding-left: 0;
	border: 0;
}



#header #logo { width: 90px; margin: 0px 10px 0 10px;}
				
#header #pro_legal {float: right; margin: 10px 0 0 0;}				




/*	Sidebar */

#sidebar {
	width: 319px;
	float: left;
	padding: 0 0 60px 20px;
	line-height: 1.4em;
	margin: 0 0 5px 5px;
	background: url(../images/tan_sidebar.jpg) repeat left top;
	min-height: 100%;
}


 #sidebar {
	width: 285px;
	padding: 0px 14px 64px 0;
}


 #sidebar ul, 
#sidebar h3 {
	width: 260px;
	padding: 0;
	float: left;
}

 #sidebar ul {	}

 #sidebar h3 {
	height: 16px;
	line-height: 13px;
	padding: 0;
	border: 0;
}

#sidebar h3 {
	width: 216px;
	padding-left: 18px;
	background: #d3d3d3;
	border-top: 1px solid #fff;
	color: #6d6d6d;
	font-size: 1.1em;
	line-height: 1.7em;
}

#sidebar h3 a:link, #sidebar h3 a:visited {
	color: #535353;
	background: transparent;
}

#sidebar h3 a:hover, #sidebar h3 a:active, #sidebar h3 a:focus {
	text-decoration: underline;
}

#sidebar h4, #sidebar h4 a {
	width: 203px;
	height: 66px;
	float: left;
}

#sidebar .cpa_image { margin: 0 10px 10px 20px;
			}

#sidebar p { padding: 0 0 10px 0 ;}

#sidebar img { margin:0;}






/* Content */

#body2 {
	width: 860px;
	min-height: 300px;
	
	float: left;
	
	
	padding: 0 0 0 5px;
}

#content_wrapper2 { padding: 10px;}


#body {
	width: 555px;
	min-height: 300px;
	float: left;
	border-left: 1px solid #ccc;
	padding: 0 0 0 5px;
}

#content_wrapper { padding: 10px;}

.float_left {
	float: left;
}

.float_right {
	float: right;
}


#body h2 {  color: #660000;}

#body h3 {	padding: 0 10px 0 10px;
			margin: 0 0 15px 0;
			border-bottom: 1px solid #ccc;}
			
#body h4 {	padding: 10px 10px 0 0px;
			margin: 0 0 15px 0;
			color:#660000;}


/*	Footer */

#footer {
	width: 840px;
	height: 3px;
	margin: 0 auto;
	padding: 15px 20px 0 20px;
	clear: both;
	background: #dcdcbc;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: left;
}

#copyright {
	width: 500px;
	float: left;
}

#footer_links {
	width: 305px;
	float: left;
	text-align: left;
}

#footer_links li,
#footer_linka a {
	float: left;
}

#footer_links li {
	border-right: 1px solid #999;
	padding: 0 14px;
	background: transparent;
}

#footer_links li.last {
	border: 0;
	padding-right: 0;
}


/*	Form_styles */

.input_class {
	border: 1px solid #9da8b0;
	font: normal 1.6em ;
	color: #333;
}

.required {
	color: #f00;
}

.clearfix {
	width: 100%;
	height: 100%;
	clear: both;
}


		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}


/* Navigation*/


#header #navigation {
	width: 880px;
	height: 35px;
	margin: 11px 0 0 0;
	padding: 0 0 0 0;
	
}

#navigation li {
	float: left;
	padding: 0;
	border-left: 1px solid #d8dadb;
}

#navigation li.first {
	border: 0;
}

#header #navigation a:link, #header #navigation a:visited {
	height: 35px;
	float: left;
	text-indent: -9000em;
	overflow: hidden;
}

#header #navigation a:hover, #header #ui a:active, 
#header #navigation a:focus {background-position: left top;
	
}

#home 	#header #nav_home a 	{ background-position: left top;}
#news 	#header #nav_news a 		{ background-position: left top;}
#about 	#header #nav_about a 		{ background-position: left top;}
#services 	#header #nav_services a 	{ background-position: left top;}
#resources 	#header #nav_resources a 		{ background-position: left top;}
#contact 	#header #nav_contact a 			{ background-position: left top;}

#header #nav_home a {
	width: 123px;
	background: url(../images/nav_home.jpg) no-repeat;
	background-position: left bottom;
}

#header #nav_news a {
	width: 118px;
	background: url(../images/nav_news.jpg) no-repeat;
	background-position: left bottom;
}

#header #nav_about a {
	width: 143px;
	background: url(../images/nav_about.jpg) no-repeat;
	background-position: left bottom;
}

#header #nav_services a {
	width: 165px;
	background: url(../images/nav_services.jpg) no-repeat;
	background-position: left bottom;
}

#header #nav_resources a {
	width: 154px;
	background: url(../images/nav_resources.jpg) no-repeat;
	background-position: left bottom;
}

#header #nav_contact a {
	width: 166px;
	background: url(../images/nav_contact.jpg) no-repeat;
	background-position: left bottom;
}

	

#news_headlines ul { margin: 6px 10px 0 0 ; font-weight: normal;}

#news_headlines ul li { background: none;	}

#news_headlines ul li { padding: 5px 5px 8px 10px; border-top; margin: 5px 0 0 0; display:block; }		

#sidebar #news_headlines ul li a { color: #000940; font-weight: normal; text-decoration: underline;}

#sidebar #news_headlines ul a:hover { width: 100%; color: #000940; font-weight: normal; text-decoration: underline;}

.smaller { font-size: 11px; line-height: 14px; }

.news_item {border-bottom: 1px solid #e6e6e6; margin: 0 0 5px 0; padding: 0;}

.news_list { padding: 0 8px 0 0 ;}

#news_item_list {	margin: 0 0 10px 0;}

#news_item_list li { list-style: none; padding-bottom: 10px; font-weight: normal;}

#sidebar #news_item_list li a {font-weight: normal; text-decoration: underline;}
						
#news_item_list li a:hover {font-weight: normal; text-decoration: underline;}	

.archive_dates { width: 150px;}
