/*
COLORS:
60795C bg green
F01624 red

STYLES USED FOR NEWS AND TESTIMONIALS...
News Item.............................header
Friday Sep 9th, 2005..................body
Description of news item..............smallerBody  

"They went beyond my expectations!"...quote
Mr Satisfied Customer.................highlight
*/

/******************** NAVIGATION STYLES ********************/

.first_level_nav, .first_level_nav a
{
	font: bold 14px arial, helvetica, arial, geneva, sans-serif;
	style: italic;
	padding: 0px;
	margin: 0px;
	color: #000000;
	background: transparent;
	text-decoration: none;
}

.first_level_nav a:hover
{	
	color: #F01624;
	text-decoration: none;
}

.second_level_nav, .second_level_nav a
{
	font: 11px arial, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #000000;
	background: transparent;
	text-decoration: none;
}

.second_level_nav a:hover
{	
	color: #F01624;
	text-decoration: none;
}


.third_level_nav, .third_level_nav a
{
	font: 9px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #000000;
	background: transparent;
	text-decoration: none;
}

.third_level_nav a:hover
{	
	color: #3865A4;
	text-decoration: none;
}

.sub_nav, .sub_nav a
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #000000;
	background: transparent;
	text-decoration: none;
}

.sub_nav a:hover
{	
	color: #F01624;
	text-decoration: none;
}

/*.sub_nav_second_level, sub_nav_second_level a
{
	font: 9px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #000000;
	background: transparent;
	text-decoration: none;
}

.sub_nav_second_level a:hover
{	
	color: #3865A4;
	text-decoration: none;
}
*/

/************** MAIN CONTENT STYLES **********************/
/* body tag */
body
{	
	background: #60795C;	
}

/*default content style...*/
.body, table,.defaultBody, p, ul, ol
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 18px;
	color: #000000;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.body_2
{
	font: 12px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 18px;
	color: #000000;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.body_3
{
	font: 13px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 18px;
	color: #000000;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.smallerBody
{
	font: 9px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 18px;
	color: #000000;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}


/********** NON-NAV LINKS **********/
a
{
	color: #000000;
	font-style: normal;
	font-weight: normal;
	/*font-family: verdana, helvetica, arial, geneva, sans-serif;*/
	text-decoration: underline;
}

a:hover
{
	color: #F01624;
	text-decoration: underline;
}



/********** BORDERS **********/

.border_all
{border-bottom: #000000 1px solid ; border-top: #000000 1px solid; border-left: #000000 1px solid; border-right: #000000 1px solid;}

.border_top
{border-top: #c9c9c9 1px solid}

.border_bottom
{border-bottom: #000000 1px solid}

.border_left
{border-left: #000000 1px solid}

.border_right
{border-right: #000000 1px solid}



/*********** TITLES ******************/

.sectionTitle, h1
{
	color: #000000;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	font: 20px Arial, Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.title, h2
{
	color: #000000;
	font-style: normal;
	font-weight: bolder;
	line-height: 24px;
	font: 16px Arial, Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 12px;
	padding-bottom: 2px;
	border-bottom: #3865A4;
	border-width: 0 0 1px 0;
	border-style: none none none none;
	margin: 0 0 5px 0;
}

.subTitle, h3
{
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 8px;
	padding-bottom: 4px;
	border-bottom: #3865A4;
	border-width: 0 0 0 0;
	border-style: none none none none;
	margin: 0 0 5px 0;
}


/*********** OTHER STYLES ******************/

.note
{
	margin-top: 0px;
	padding: 0px;
	color: #000000;
	font: 10px tahoma, helvetica, arial, geneva, sans-serif;
	line-height: 11px;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.noteHeader
{
	color: #3865A4;
	font-style: normal;
	font-weight: bold;
	line-height: 11px;
	font: 10px Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	margin: 0 0 5px 0;
}

.quote
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 18px;
	color: #000000;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.highlight { color: #F01624; }
.smallerHighlight { color: #F01624; }

.header, h4
{
	color: #F01624;
	font-style: normal;
	font-weight: bolder;
	line-height: 18px;
	font: 13px Arial, Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 12px;
	padding-bottom: 2px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none none none;
	margin: 0 0 5px 0;
}

.inputLabel
{
	line-height: 12px;
	color: #000000;
	background: transparent;
	font-style: normal;
	font-weight: lighter;
	margin: 5px 5px 5px 5px;
	padding: 0px;
	font-family: arial, helvetica, arial, geneva, sans-serif;
	font-size: 11px;
	font-variant: normal;
}

.frameHeader { }

.tableHeader
{
	text-indent: 0;
	text-align: left;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	font-family: tahoma,verdana,arial,sans;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background: transparent;
	color: white;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	width: auto;
	height: 20;
	clear: both;
	vertical-align: middle;
}

.instructions { }

.footer
{
	font: 9px verdana, helvetica, arial, geneva, sans-serif;
	padding: 2px;
	margin: 5px;
	color: #000000;
	background: transparent;
}

h5
{
	color: #3865A4;
	font-style: normal;
	font-weight: bold;
	font-size: 105%;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}

h6
{
	color: #3865A4;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}


hr
{
	color: #3865A4;
	height: 1px;
}

/* Site Specific Styles */
.formHr
{
	color: #3865A4;
	height: 1px;
	width: 100%;
}

.inputFrame
{
	margin: 0px 0px 0px 0px;
	padding: 1px;
	border: 1px dotted #3865A4;
	background: transparent;
	color: transparent;
}

.callFrame
{
	margin: 10px;
	padding: 10px;
	border: 1px dotted #BBB;
	background: transparent;
	color: #777;
}

.callHeader
{
	color: #3865A4;
	font-style: normal;
	font-weight: bolder;
	line-height: 11px;
	font: 12px Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	margin: 0 0 5px 0;
}

input.text
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	border: 1px solid #3865A4;
	padding: 2px;
	background: #FFF;
}


input.password
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	border: 1px solid #3865A4;
	padding: 2px;
	background: #FFF;
}


.warnings
{
	padding: 5px 15px 5px 15px;
	border-top: 1px dotted #C00;
	border-bottom: 1px dotted #C00;
	line-height: 18px;
	color: #FF9;
	background-color: #FF9;
	margin: 0 0 15px 0;
}

.dev_descriptions
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 18px;
	color: #3865A4;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.vertical_bg
{background-image: url(/images/ot_02_1px.gif); background-repeat: repeat-y; }

.vertical_bg_2
{background-image: url(/images/ot_05_1px.gif); background-repeat: repeat-y; }

.horizontal_bg
{background-image: url(/images/title_underline_1px.jpg); background-repeat: repeat-x; }

.horizontal_bg_2
{background-image: url(/images/horizontal_bg_1px.jpg); background-repeat: repeat-x; }