/* CSS Document */
/*

*********************************************************
 CSS for ClaimsRelief Sokutions, Screen Display

 Written by Ron Cadet for Tedac Digital; Oct 2007
 
*********************************************************

*/

/* Tag related CSS */
 
body {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #C6DBC6; 
	text-align: center;
}

p {
	margin: 0px;
	padding: 0px;
	line-height: 130%;
}	

a, a:link, a:visited {
	border-bottom: 1px dotted #992222;	
	color: #1A3B5F;
	text-decoration: none; 
}

a:focus, a:hover, a:active {
	border-bottom: none;
	color: #992222;
}

a.no_border, a:link.no_border, a:visited.no_border {
	border-bottom: 0px dotted #992222;	
	color: #1A3B5F;
	text-decoration: none; 
}

a:focus.no_border, a:hover.no_border, a:active.no_border {
	border-bottom: 0px dotted #992222;	
	color: #992222;
	text-decoration: none; 
}

a.small_link, a.small_link:link, a.small_link:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom: none;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: -14px;
	padding-left: 15px;
	background-image: url(../images/nav_arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
}

a.small_link:focus, a.small_link:hover, a.small_link:active {
	color: #992222;
} 

form { 
	margin: 15px 7px 0px 7px;
	color: #004477; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	text-align: left; 
	line-height: 100%;	
}

input, select, textarea, button, img {
	margin: 0px 0px 15px 20px;
}

form label {
	margin: 0px 0px 0px 0px;
}

form table {
	margin: 0px 0px 0px 0px;
}

.small_text {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	text-transform: uppercase;
}		

img.right {
	clear: both;
	float: right;
	margin: 10px;
}

table {
	font-size: 80%;
	line-height: 100%;
	width: 90%;
	margin: 20px 0px;
}		

td {
	padding: 5px;
}

tr.header {
	background-color: #CBC2B6;
	border: 1px solid gray;
	color: black;
	text-transform: uppercase;
}

tr.t1 {
	background-color: #EEEEEE;
}	



/* Site Specific CSS */

#container {
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px;
}

#header {
	width: 100%;
	height: 100px;
	margin: 0px;
	padding: 0px;
	background-color: #70A659;
	font-size: 1pt; 
	line-height: .1;
}

#header_title {
	width: 698px;
	height: 100px;
	margin: 0px auto;
	padding: 0px;
	border-right: 1px solid #F0F0EB;
	border-left: 1px solid #F0F0EB;
	background-color: #9EBF8D;
}

#header_title img {
	margin: 0px;
	padding: 0px;
	float: right;
}

#header_title a img, #header_title a:link img, #header_title a:visited img {
	border: none;	
	text-decoration: none; 
}

#header_title a:focus img, #header_title a:hover img {
	border: none;
	text-decoration: none; 
}


#main {
	width: 1112px;
	margin: 0px auto;
}	

#left_col {
	width: 206px;
	margin: 0px;
	margin-top: -30px;
	padding: 0px;
	position: relative;
	z-index: 2;
	float: left;
	font-size: 1pt; 
	line-height: .1;
}

#left_col img {
	margin: 0px;
	padding: 0px;
	float: right;
}

#left_col a img, #left_col a:link img, #left_col a:visited img {
	border: none;	
	text-decoration: none; 
}

#left_col a:focus img, #left_col a:hover img {
	border: none;
	text-decoration: none; 
}

#left_photo {
	visibility: hidden;
}

#bugs {
	margin: 0;
	padding: 0;
}	


#center_col {
	width: 700px;
	margin: 0px auto;
	padding: 0px;
	/*border-right: 1px solid #F0F0EB;
	border-left: 1px solid #F0F0EB;*/
	background-color: #EAE8E2;
	float: left;
}

#right_col {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 2;
	float: right;
	font-size: 1pt; 
	line-height: .1;
}

#right_col img {
	margin: 0px;
	padding: 0px;
}

#nav, #story, #promoted_service, #footer {
	margin: 0px;
	padding: 0px;
}

#nav {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	height: 24px;
	clear: both;
	border-top: 1px solid #70A659;
	border-bottom: 1px solid #70A659;
}

#nav ul {
	margin: 0px 0px 0px 20px;
	padding: 0px; 
}

#nav li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 16px;
	float: left;
	font-size: 90%;
	color: #547C43;
	display: inline;
}

#nav li a, #nav li a:visited {
	margin: 0px;
	padding: 3px 10px 1px 10px;
	display: block;
	height: 20px;
	float: left;
	color: #547C43;
	border-bottom: 0;
}

#nav li a:hover {
	background-color: #DDDDDD;
	color: #992222;
}


#story {
	margin: 40px 170px 40px 20px;
	position: relative;
	z-index: 1;
}	

#story h1 {
	margin: -10px 0px 25px 10px;
	padding: 0px;
	text-align: left;
	color: #4E733E;
	font-size: 170%;
}	

#story h2 {
	margin: 0px 0px 20px 10px;
	padding: 0px;
	text-align: left;
	color: #4E733E;
	font-size: 125%;
	font-variant: small-caps;
}	

#story h3 {
	margin: 25px 0px 5px 10px;
	padding: 0px;
	text-align: left;
	color: #4E733E;
	font-size: 115%;
	font-variant: small-caps;
}	


#story p {
	width: 95%;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	color: #183A5E;
	font-size: 14px;
	text-align: left;
	line-height: 150%;
	position: relative;
	z-index: 2;
}	

#story ul {
	margin: 0px 10px 10px 50px;
	padding: 0px;
	color: #183A5E;
	font-size: 14px;
	text-align: left;
	line-height: 150%;
	margin-bottom: 20px;
	color: #000000;
}	

#story_callout {
	width: 450px;
	margin: 30px 10px 15px 5px;
	padding: 15px 15px 20px 15px;
	border: 1px solid #999999;
	background-color: #F0F0EB;
	text-align: left;
}	

#story_callout h1 {
	margin: 10px 0px;
	font-size: 16px;
	text-align: left;
}	

#story_callout p {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-style: italic;
	text-align: left;
	position: static;
}	

span.drop {
	display: block;
	margin: -5px 5px 5px 0px;
	padding-bottom: 3px;
	font-size: 250%;
	float: left;
	position: relative;
	z-index: 3;
}

#promoted_service {
	width: 638px;
	margin: 50px auto;
	padding: 0px;
	border: 1px solid #4E733E;
	background-image: url(../images/promoted_service_back.png);
	background-position: left;
	background-repeat: repeat-y;
	clear: both;
}	

#service_label {
	width: 190px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#service_label h1, #service_label h2, #service_label h3 {
	padding: 0px;
	color: white;
	text-align: left;
	line-height: 110%;
}	

#service_label h1 {
	margin: 21px 10px 34px 10px;
	font-size: 21px;
}

#service_label h2 {
	margin: 10px 10px 30px 10px;
	font-size: 15px;
	font-style: italic;
}

#service_label h3 {
	margin: 10px 10px 30px 10px;
	padding: 0px;
	font-size: 24px;
	font-variant: small-caps;
}	
	
#service_content {
	margin: 0px 0px 0px 180px;
	padding: 20px;
	text-align: left;
}	

#service_content h2 {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-size: 20px;
	color: #4E733E;
}	

#footer {
	height: 25px;
	margin: 0px;
	padding: 10px;
	background-color: #C6DBC6;
}

#td_bug {
	margin: 0px 0px 20px 0px;
	float: right;
	font-size: 10px;
	text-transform: uppercase;	
}		

#td_bug a, #td_bug a:link, #td_bug a:visited {
	border-bottom: none;	
	background-image: url(../images/td_bug.png);
	background-position: right;
	background-repeat: no-repeat;
	color: #1A3B5F;
	text-decoration: none; 
}

#td_bug a:focus, #td_bug a:hover {
	border-bottom: none;
	background-image: none;
	color: #992222;
	text-decoration: none; 
}

#td_bug a span, #td_bug a:link span, #td_bug a:visited span {
	visibility: hidden;
}	
	
#td_bug a:focus span, #td_bug a:hover span {
	visibility: visible;
}	
	
#call_to_action {
	width: 164px;
	margin-top: 86px;
	padding: 20px;
	padding-bottom: 0px;
	border: 1px solid #F0F0EB;
	background-color: #92A9C9;
	position: relative;
	left: -156px;
	z-index: 2;
	font-size: 16px;
	line-height: 150%;
	color: white;
	text-align: left;
}

#call_to_action p {
	margin: 0px 0px 20px 0px;
}	

#call_to_action p.small_text {
	color: white;
	font-style: italic;
}

#call_to_action a {
	display: block;
	width: 145px;
	height: 62px;
	padding-bottom: 0px;
	padding-right: 15px;
	background-image: url(../images/arrow.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#call_to_action a, #call_to_action a:link, #call_to_action a:visited {
	border-bottom: none;	
	color: #1A3B5F;
	text-decoration: none; 
}

#call_to_action a:focus, #call_to_action a:hover {
	border-bottom: none;
	background-image: url(../images/arrow_over.png);
	color: #992222;
	text-decoration: none; 
}

#call_to_action span {
	display: none;
}

