/* ###########################################################################
# Tax Credit Assurance #
# Screen media stylesheet #

COPYRIGHT 2006 Pollenation Media - mingala at pollenation.com
########################################################################### */
html { overflow-y: scroll; }

body {
	margin:0;
	padding:0;
	font: 1em/1em verdana,arial,helvetica,sans-serif;
	color: #FFF;
	background-color: #eee;
	}

* {margin:0;padding:0;}

* img {
	border-style: none;
	}

a {
	text-decoration: none;
	color: #369;
	}
	
a:hover {
	text-decoration: underline;
	}
	
#container {
	width:776px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	margin-top:20px;
	padding-top:32px;
	background-color:#fff;
	border:1px solid #ccc;
	font-size: .71em;
	}
	
#promo {
	font-size: 1.1em;
	text-align: center;
	background: url(../images/fp_green_bg.jpg) top left no-repeat;
	height:175px;
	}
	
#promo p {
	padding:10px;
	}
	
#fpmain {
	 background:url(../images/fp_blue_bg.jpg) right bottom no-repeat;
	 width:506px;
	 padding:9px 0 0 270px;
	 margin-top:9px;
	 }
	
#header {
	width:496px;
	height:18px;
	border:1px solid #ccc;
	border-right:none;
	text-align:right;
	}
	
#header li {
	display:inline;
	list-style:none;
	}
	
#lev2content {
	color: #336;
	width:100%;
	padding: 20px 25px 10px 24px;
	}
	
#lev2content ul {
	padding: 0 25px 1em 24px;
	}
	
#lev2content p {
	margin-bottom:1em;
	}
	
#index,#index a {
	font-size:1em;
	font-weight: bold;
	color:#006;
	text-align:right;
	}

h2 {
	color: #363;
	font-size: 1.1em;
	margin-bottom:.25em;
	}

h1 {
	height:32px;
	margin-left:8px;
	}

h1 span {
	position: relative;
	z-index: -1;
}

h1.about{
	background:#373e74 url(../images/lev2_head_about.gif) left no-repeat;
}

h1.services{
	background:#373e74 url(../images/lev2_head_services.gif) left no-repeat;
}

h1.contact{
	background:#373e74 url(../images/lev2_head_contact.gif) left no-repeat;
}
	
.footer {
	font-family:arial,helvetica,sans-serif;
	font-size: 1em;
	padding:5px 10px 2px 10px;
	color:#666;
	}
	
#training td {
	padding:3px;
	margin:2px;
	border: 1px solid #999;
	}

#regform td, #agenda td,#agenda th {
	padding:2px;
	}
	
#agenda th {
	margin-top:5px;
	border-bottom:1px solid #666;
	}

.alt {
	background-color: #ddd;
	}

.required {
	padding:0 1px;color:#c00;}
	
#context {
	 float:right;
	 clear:left;
	 width:225px;
	 padding:5px;
	 background-color:#eff;
	 border:1px solid #cdd;
	 }
	 
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	}