/*
COLORS:

*/

/******************** NAVIGATION STYLES ********************/

.first_level_nav, .first_level_nav a
{
	font: 12px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #424242;	
	text-decoration: none;
}

.first_level_nav a:hover
{	
	color: #3865A4;
	text-decoration: none;
}

.second_level_nav, .second_level_nav a
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #000000;	
	text-decoration: none;
}

.second_level_nav a:hover
{	
	color: #3865A4;
	text-decoration: none;
}


.third_level_nav, .third_level_nav a
{
	font: 9px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #000000;	
	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: #424242;	
	text-decoration: none;
}

.sub_nav a:hover
{	
	color: #3865A4;
	text-decoration: none;
}


/************** MAIN CONTENT STYLES **********************/
/* body tag */
/* this will set the bg in the EDITOR....NOT the actual website */
body
{	
	background: #ffffff;
}

/*THIS sets the fullscreen bg */
body.web_page
{
	background: #ffffff;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

/*THIS sets the bg for the website*/
#main_table
{
	background: #ffffff;
}

/*this sets the background of the styles drop down list in the menu editor*/
.SC_Panel { background-color:#ffffff !important; }

/*default content style...*/
.body, table,.defaultBody, p, ul, ol
{
	font: 12px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 16px;
	color: #424242;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.body_2
{
	font: 12px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 16px;
	color: #424242;	
}

.body_3
{
	font: 14px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 18px;
	color: #424242;	
}



/********** NON-NAV LINKS **********/
a
{
	color: #000000;	
	text-decoration: underline;
}

a:hover
{
	color: #3865A4;
	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: #3865A4;
	font-style: normal;
	line-height: 22px;
	font: 18px  Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.title, h2, .title a, .title a:hover
{
	color: #3865A4;
	font-style: normal;
	line-height: 20px;
	font: 16px Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.subTitle, h3, .subTitle a, .subTitle a:hover
{
	color: #3865A4;
	font-style: normal;
	line-height: 18px;
	font: 14px Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.parent_page_title
{
	color: #000000;
	font-style: normal;
	line-height: 24px;
	font: 20px bold Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}


/*********** NEWS & TESTIMONIALS ***********/
/*
STYLES USED FOR NEWS AND TESTIMONIALS...
News Item.............................header
Friday Sep 9th, 2005.................. .news .body
Description of news item..............smallerBody  

"They went beyond my expectations!"...quote
Mr Satisfied Customer.................highlight
*/

.header, h4
{
	color: #3865A4;
	font-style: normal;
	font-weight: bolder;
	line-height: 17px;
	font: 13px Arial, Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none none none;
	margin: 0 0 5px 0;
}

.news .body
{
	color: #424242;
}

.smallerBody
{
	font: 11x verdana, helvetica, arial, geneva, sans-serif;
	line-height: 14px;
	color: #424242;
}

.quote
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 14px;
	color: #424242;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.highlight { color: #3865A4; }

.chameleon_testimonials .highlight
{
display: block;
padding-top:5px;
padding-bottom:5px;
}

.news td
{
padding-bottom:10px;
}


/*********** STAFF MODULE ******************/

.wc_staff .highlight
{
margin-right:5px;
}

.wc_staff .highlight:after
{
content:":";
}


/*********** 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;
}


.smallerHighlight { color: #3865A4; }


.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: #424242;
	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;
}

.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;
}

/********** REPEATING BACKGROUNDS ***********/

.vertical_bg
{background-image: url(/images/vert_bg_1px.jpg); background-repeat: repeat-y; }

.vertical_bg_2
{background-image: url(/images/vert_bg_1px.jpg); 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; }