/*****************************************************************************
	Header 
*****************************************************************************/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/diamond_plate.jpg);
	background-repeat: repeat;
	background-position: top left;
}

#header {
	background: #26509C url(../images/hdr-background.jpg) no-repeat 50% 0px;
	padding-top: 0px;
	border-bottom: 0px solid #003366;
}

#logo-container {
	margin: 0 auto;
	margin-top: 10px;
	padding: 0px 0px 0px 4px;
	text-align: left;
	/* z-index: 20; */
	color: #F4F8FF;
	font: bold 30px Tahoma;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0.01em;
}

.subheader {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 4px;
	background-color: #FF0000;
	border-bottom: 1px solid #003366;
}

.subheader2 {
	/*
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 3px;
	background-color: #FF0000;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	*/
	/* z-index: 28; */
}

/*****************************************************************************
												Header text
*****************************************************************************/

p.call_text	{
	color: #F4F8FF;
	font: bold 16px Tahoma;
	text-decoration: none;
	margin: 0px 0px;
	padding: 0px;
}

p.phone_text				{
	color: #F4F8FF;
	font: bold 33px Tahoma;
	text-decoration: none;
	margin: 0px 0px;
	padding: 0px;
}

.hrs_hour_text {
	color: #F4F8FF;
	font: normal 14px Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
	margin: 0px 0px 0px 26px;
	padding: 0px 0px 0px 18px;
}

.hrs_location_text {
	color: #F4F8FF;
	font: normal 14px Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
	margin: 0px 0px 0px 26px;
	padding: 0px 0px 0px 18px;
}


p.hrs_loca_dropdn_txt	{
	color: #F4F8FF;
	font: normal 14px Tahoma;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	margin: 0px 0px;
	padding: 0px;
}

p.map_dir_txt {
	color: #FF0000;
	font: normal 14px Tahoma;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	margin: 10px 0px;
	padding: 0px;
}

p.map_dir_txt a:hover {
	color: #FF0000;
	font: normal 14px Tahoma;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
	margin: 10px 0px;
	padding: 0px;
}

/*******************************************************
												navbar text
*******************************************************/

.header-nav-text {
	position: absolute;
	margin: auto;
	width: 179px;
	height: 24px;
	color: #FFFFFF;
	font: normal 14px verdana;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
	letter-spacing: 0.01em;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.header-nav-text-mo {
	position: absolute;
	margin: auto;
	width: 179px;
	height: 24px;
	color: #003366;
	font: normal 14px verdana;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
	letter-spacing: 0.01em;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

/********************************************************
												hrs location box
********************************************************/

.sidebar {
	margin: 0 auto;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

.curvyCornersClassLocationBox {
	float: right;
	width: 248px;
	height: 18px;
	background-color: #003366;
	margin: 12px 0px 12px 0px;
	border: 1px solid #003366;
	z-index: 9500;
}

#btn_hours {
	position: absolute;
	width: 114px;
	top: 0px;
	left: 0px;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #003366;
}

#btn_hours img {
	position: absolute;
	margin: auto;
	margin-left: 18px;
	vertical-align: middle;
}

.curvyCornersClassHoursBtnMO {
	position: relative;
	width: 114px;
	height: 24px;
	margin-top: 0px;
	padding-top: 7px;
	vertical-align: middle;
	text-align: left;
	/* border: 1px solid #000000; */
	background-color: #000000;
	/*
	filter:alpha(opacity=80);
    -moz-opacity: .80;
    opacity: .80;
    */
    z-index: 9500;
    cursor: pointer;
}

#btn_locations {
	position: absolute;
	width: 130px;
	top: 0px;
	left: 115px;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #003366;
}

#btn_locations img {
	position: absolute;
	margin: auto;
	margin-left: 16px;
	vertical-align: middle;
}

.curvyCornersClassLocationsBtnMO {
	position: relative;
	width: 168px;
	height: 24px;
	margin-top: 0px;
	padding-top: 7px;
	vertical-align: middle;
	text-align: left;
	/* border: 1px solid #000000; */
	background-color: #000000;
    z-index: 9500;
    cursor: pointer;
}

#menu-hours-down {
	display: none;
	position: absolute;
	top: 30px;
	*top: 24px;
	left: 0px;
	z-index: 9501;
	width: 247px;
	height: 120px;
	padding: 0px 0px;
	border: 1px solid #000000;
	background-color: #000000;
	filter:alpha(opacity=85);
    -moz-opacity: .85;
    opacity: .85;
}

#menu-locations-down {
	display: none;
	position: absolute;
	top: 30px;
	*top: 24px;
	left: -119px;
	z-index: 9501;
	width: 247px;
	height: 120px;
	padding: 0px 0px;
	border: 1px solid #000000;
	background-color: #000000;
	filter:alpha(opacity=85);
    -moz-opacity: .85;
    opacity: .85;
}

#menu-locations-down-text {
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 249px;
	height: 110px;
	color: #FFFFFF;
	font: bold 14px tahoma;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	line-height: 20px;
    margin: 10px 20px 10px 20px;
}

#menu-hours-down-text {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 249px;
	height: 110px;
	color: #FFFFFF;
	font: bold 14px tahoma;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	line-height: 20px;
    margin: 10px 20px 10px 20px;
}

.map_link, .map_link a:link, .map_link a:visited {
	color: #FF0000;
	font: bold 14px tahoma;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	line-height: 20px;
}

.map_link a:hover {
	color: #FF0000;
	font: bold 14px tahoma;
	text-transform: none;
	text-decoration: underline;
	text-align: left;
	line-height: 20px;
}

/********************************************************
												navbar vertical white spaces
********************************************************/

.navbar_button_borders	{
	width: 1px;
	height: 24px;
	background-color: #FFFFFF;
}


/*********************************************************
	customer quotes box
**********************************************************/

#quote-text-short {

}

#quote-text-long {
	display: none;
}
 
.customer-quotes-box-content {
	position: absolute;
	width: 582px;
	left: 84px;
	color: #FFFFFF;
	font: normal 14px georgia;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.01em;
	text-decoration: none;
	padding: 0px;
	z-index: 9003;
}

a.quotes_link:link, a.quotes_link:visited {
	color: #FFFFFF;
	font: normal 14px georgia;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: none;
	text-decoration: underline;
	text-align: left;
	line-height: 20px;
    z-index: 9003;
}

a.quotes_link:hover {
	color: #FFFFFF;
	font: normal 14px georgia;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	line-height: 20px;
    z-index: 9003;
}

/*********************************************************
	left column welcome box
**********************************************************/

#leftcolumn {
	width: 220px;
	height: 100%;
	background-color: #FFFFFF;
	border-left: 1px solid #003366;
	text-align: center;
}

#title-tag-container {
	position: relative;
	margin-top: 60px;
	right: 0px;
	clear: both;
	width: 220px;
	height: 64px;
	vertical-align: middle;
	text-align: right;
}

#title-tag-edge {
	position: absolute;
	top: 0px;
	right: 194px;
	margin-top: 6px;
	width: 5px;
	height: 48px;
	background-color: #FF0000;
	border: 1px solid #FF0000;
	z-index: 60;
}

#title-tag {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 170px;
	height: 60px;
	color: #184088;
	font: normal 24px verdana;
	text-align: left;
	text-transform: uppercase;
	line-height: 60px;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
	background-color: #F4F8FF;
	border-left: 4px solid #FF0000;
	z-index: 61;
}

/*********************************************************
	certifications box
**********************************************************/

#certifications-box-border {
	width: 180px;
	height: 356px;
	background: #FFFFFF;
	border: 1px solid #DEE3EF;
	zoom: 1;
	margin: 0px auto;
	margin: 20px 0px 20px 20px;
}

#certifications-box {
	width: 180px;
	height: 356px;
	background-color: #FFFFFF;
}

.certifications-box-content {
	color: #184088;
	font: normal 12px verdana;
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
}

/****************************************************
	UL unordered (left col) list nav link text (Team, Testimonials, Certifications) 
****************************************************/

.testimonials_txt	 {
	color: #122F6A;
	font: normal 12px verdana;
	text-align: left;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 10px 0px;
	padding: 0px;
}
.testimonials_txt a:link, .testimonials_txt a:visited {
	color: #122F6A;
	font: normal 12px verdana;
	text-align: left;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 10px 0px;
	padding: 0px;
}

.testimonials_txt a:hover {
	color: #FF0000;
	font: normal 12px verdana;
	text-align: left;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #DADADA;
	margin: 10px 0px;
	padding: 0px;
}

/****************************************************
	UL unordered (right col) disc bullet list TEXT
****************************************************/

.ul_numerical_txt {
	color: #444444;
	font: normal 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	font-weight: bold;
	text-decoration: none;
	text-indent: 6px;
	margin: 0px 0px;
	padding: 0px;
}
.ul_numerical_txt a:link, .ul_numerical_txt a:visited {
	color: #000000;
	font: normal 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	font-weight: bold;
	text-indent: 6px;
	text-decoration: underline;
	margin: 0px 0px;
	padding: 0px;
}
.ul_numerical_txt a:hover {
	color: #FF0000;
	font: normal 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	font-weight: bold;
	text-indent: 6px;
	text-decoration: underline;
	margin: 0px 0px;
	padding: 0px;
}

/****************************************************
	OL ordered (right col) Numerical list TEXT
****************************************************/

.ol_numerical_txt {
	color: #444444;
	font: normal 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0px;
	margin: 0px 0px 0px 35px;
	padding: 0px;
}
.ol_numerical_txt a:link, .ol_numerical_txt a:visited {
	color: #000000;
	font: normal 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	font-weight: bold;
	text-indent: 0px;
	text-decoration: underline;
}
.ol_numerical_txt a:hover {
	color: #FF0000;
	font: normal 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	font-weight: bold;
	text-indent: 0px;
	text-decoration: underline;
}

/********************************************************************************
	bullet and - ul and li disc
********************************************************************************/
.bul li	{
	list-style-type: none;
	list-style-position: outside;
	background: url(../images/bullet_disc_red.png) no-repeat 0px 6px;
	padding-left: 14px;
	line-height: 18px;
	text-indent: 0px;
}

.ul_list_txt {
	color: #444444;
	font: normal 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	text-decoration: none;
	text-indent: 0px;
	margin: 0px 0px;
	padding: 0px;
}

.bul2 li {
	background: url(../images/bullet_disc_red.png) no-repeat top left;
	background-position: 0px 50%;
	padding-left: 10px;
	vertical-align: middle;
	margin-left: 10px;
	line-height: 18px;
	list-style-type: none;
}

/* Left column nav menu */
.tri_bul li	{
	background: url(../images/tri_bul.jpg) no-repeat top left;
	background-position: 0px 50%;
	padding-left: 20px;
	vertical-align: middle;
	margin-left: 10px;
	line-height: 18px;
	list-style-type: none;
	left: 7px;
	top: 7px;
}

.bullet-list-num li	{
	margin-left: 10px;
}

/****************************************************
	More About Certifications nav link text 
****************************************************/

p.more_abt_cert_txt {
	color: #122F6A;
	font: normal 10px verdana;
	text-decoration: underline;
	text-align: center;
	margin: 12px 0px;
	padding: 0px 0px 0px 0px;
}

p.more_abt_cert_txt a:link, p.more_abt_cert_txt a:visited {
	color: #122F6A;
	font: normal 10px verdana;
	text-decoration: underline;
	text-align: center;
	margin: 12px 0px;
	padding: 0px 0px 0px 0px;
}

p.more_abt_cert_txt a:hover {
	color: #FF0000;
	font: normal 10px verdana;
	text-decoration: underline;
	text-align: center;
	margin: 12px 0px;
	padding: 0px 0px 0px 0px;
}

/***************************************************
	horizontal red line
***************************************************/

.horizontal_red {
	margin: auto;
	background-color: #FF0000;
	width: 140px;
	height: 1px;
	line-height: 1px;
}

div.horizontal_blue {
	margin: auto;
	background-color: #C2C2C2;
	width: 60%;
	height: 1px;
	line-height: 1px;
	margin: 20px auto;
}

/****************************************************
	See Full List footer nav link text 
****************************************************/

p.see_full_list_txt {
	color: #122F6A;
	font: normal 10px verdana;
	text-decoration: underline;
	text-align: center;
	margin: 0px 0px;
	padding: 0px;
}

p.see_full_list_txt a:link, p.see_full_list_txt a:visited {
	color: #122F6A;
	font: normal 10px verdana;
	text-decoration: underline;
	text-align: center;
	margin: 0px 0px;
	padding: 0px;
}

p.see_full_list_txt a:hover {
	color: #FF0000;
	font: normal 10px verdana;
	text-decoration: underline;
	text-align: center;
	margin: 0px 0px;
	padding: 0px;
}

/****************************************************
	Cars we service title text 
****************************************************/

p.cars_we_serv_txt {
	color: #184088;
	font: normal 12px verdana;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px;
	padding: 15px 0px 0px 0px;
}

/****************************************************
	cars bullet list text 
****************************************************/

.cars_bullet_txt {
	color: #184088;
	font: normal 12px verdana;
	text-align: left;
	text-decoration: none;
	margin: 10px 0px;
	padding: 0px;
}

.cars_bullet_txt a:link, .cars_bullet_txt a:visited {
	color: #122F6A;
	font: normal 12px verdana;
	text-align: left;
	text-decoration: none;
	margin: 10px 0px;
	padding: 0px;
}

.cars_bullet_txt a:hover {
	color: #FF0000;
	font: normal 12px verdana;
	text-align: left;
	text-decoration: underline;
	margin: 10px 0px;
	padding: 0px;
}

/************************************************************************************************************
	"main" page body area column
*************************************************************************************************************/

#main-body-area {
	text-align: left;
	background-color: #F4F8FF;
	border-right: 1px solid #003366;
	padding: 20px;
}

#intro-callout-box-container {
	position: relative;
	left: 0px;
	clear: both;
	width: 490px;
	vertical-align: top;
	text-align: left;
	margin: -8px 0px 18px 0px;
}

#intro-callout-box-edge {
	position: absolute;
	top: 0px;
	left: 494px;
	margin-top: 6px;
	width: 5px;
	height: 108px;
	background-color: #FF0000;
	border: 1px solid #FF0000;
}

#intro-callout-box {
	width: 490px;
	height: 120px;
	margin: 0px;
	border-right: 4px solid #FF0000;
	background-color: #EBEDF2;
}

#intro-callout-box img {
	float: left;
	margin: 9px 0px 10px 0px;
}

/****************************************************
	H1 text = h1
****************************************************/

h1 {
	color: #222222;
	font: normal 24px verdana;
	margin: 0px 0px 22px 0px;
	padding: 0px;
}

/****************************************************
	H2 Intro text h2
****************************************************/

h2 {
	float: none;
	width: 470px;
	padding: 10px 10px 10px 10px;
	color: #184088;
	font: normal 14px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	text-decoration: none;
	text-align: left;
	line-height: 18px;
	text-decoration: none;
	background-color: #EBEDF2;
}

h2 a:link, h2 a:visited {
	color: #122F6A;
	font: normal 14px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	text-decoration: underline;
}

h2 a:hover {
	color: #FF0000;
	font: normal 14px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	text-decoration: underline;
}

/****************************************************
	H3 subtitle text h3
****************************************************/

.h3-anchor {
	color: #003366;
	font: bold 14px verdana;
	line-height: 20px;
	letter-spacing: 0.0025em;
	text-decoration: none;
	margin: 16px 0px 2px 0px;
	padding: 0px;
}

h3 {
	color: #222222;
	font: bold 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	text-decoration: none;
	margin: 16px 0px 2px 0px;
	padding: 0px;
}

h3 a:link, h3 a:visited {
	color: #000000;
	font: bold 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	text-decoration: underline;
}

h3 a:hover {
	color: #FF0000;
	font: bold 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	text-decoration: underline;
}

/****************************************************
	H4 subtitle2 text h4
****************************************************/

h4 {
	color: #222222;
	font: bold 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
h4 a:link, h4 a:visited {
	color: #000000;
	font: bold 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
h4 a:hover {
	color: #FF0000;
	font: bold 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/****************************************************
	P body text p
****************************************************/

p {
	color: #444444;
	font: normal 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	text-decoration: none;
	margin: 20px 0px;
	padding: 0px;
}
p a:link, p a:visited {
	color: #000000;
	font: normal 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	text-decoration: underline;
}
p a:hover {
	color: #FF0000;
	font: normal 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	text-decoration: underline;
}

/****************************************************
	Testimonials
 ****************************************************/
p.quote-text {
	color: #444444;
	font: italic 14px verdana;
	line-height: 20px;
	letter-spacing: 0.0025em;
	text-decoration: none;
	margin: 10px 0px 6px 0px;
	text-align: left;
	padding-right: 14px;
}

p.quote-name {
	color: #444444;
	font: normal 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	text-decoration: none;
	margin: -6px 0px 10px 0px;
	text-align: right;
	padding-right: 20px;
}

p.quote-label {
	color: #444444;
	font: bold 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	text-decoration: none;
	margin: 10px 0px 4px 0px;
	text-align: left;
	padding-right: 14px;
}

p.quote-work-desc {
	color: #444444;
	font: normal 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	text-decoration: none;
	margin: 4px 0px 16px 0px;
	text-align: left;
	padding-left: 10px;
	padding-right: 14px;
}

/****************************************************
	P body text p   indented
****************************************************/

p.indent {
	color: #444444;
	font: normal 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	text-decoration: none;
	margin: -8px 10px 0px 34px;
	padding: 0px;
}

/********************************************************
	Image positioning
********************************************************/



/*******************************************************
	Image positioning by floating
*******************************************************/

div.figure {
	float: right;
	width: 128px;
	border: 1px solid #FF0000;
	margin: -10px 40px 5px 10px;
}

a.subtitle-links:link, a.subtitle-links:visited {
	color: #FF0000;
	font: bold 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

a.subtitle-links:hover {
	color: #000000;
	font: bold 12px verdana;
	line-height: 18px;
	letter-spacing: 0.0025em;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/********************************************************
	footer footer footer footer footer footer footer footer
********************************************************/

.footer {
	vertical-align: top;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	background-color: #FF0000;
}

.footer-container {
	width: 100%;
	height: 18px;
	margin: auto;
	margin-top: 5px;
	padding: 0px 0px 0px 0px;
	background-color: #ECECEC;
}

.curvyCornersClassFooterBox {
	width: 758px;
	height: 24px;
	margin: 0 auto;
	border: 1px solid #003366;
	background-color: #ECECEC;
}

.ftr-divider {
	padding: 0px 10px;
}

#footer2 {
	background-color: #26509C;
	padding: 0px;
	text-align: left;
	color: #FFFFFF;
	font: normal 12px verdana;
}

/****************************************** footer nav link text **********************************/

p.ftr-nav-link {
	color: #122F6A;
	font: normal 10px verdana;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

p.ftr-nav-link a:link, p.ftr-nav-link a:visited {
	color: #122F6A;
	font: normal 10px verdana;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

p.ftr-nav-link a:hover {
	color: #FF0000;
	font: normal 10px verdana;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	background-color: #DADADA;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/****************************************footer body text********************************************/

p.body {
	color: #F4F8FF;
	font: normal 10px verdana;
	line-height: 12px;
	letter-spacing: 0.01em;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

p.body a:link, p.body a:visited {
	color: #122F6A;
	font: normal 10px verdana;
	line-height: 12px;
	letter-spacing: 0.01em;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

p.body a:hover {
	color: #FF0000;
	font: normal 10px verdana;
	line-height: 12px;
	letter-spacing: 0.01em;
	text-align: center;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/******************************************footer copyright text**********************************/

p.copyright {
	color: #F4F8FF;
	font: normal 10px verdana;
	line-height: 12px;
	letter-spacing: 0.01em;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

p.copyright a:link, p.copyright a:visited {
	color: #122F6A;
	font: normal 10px verdana;
	line-height: 12px;
	letter-spacing: 0.01em;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

p.copyright a:hover {
	color: #FF0000;
	font: normal 10px verdana;
	line-height: 12px;
	letter-spacing: 0.01em;
	text-align: center;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/******************************************footer credits text**********************************/

p.credits {
	color: #F4F8FF;
	font: normal 9px verdana;
	line-height: 12px;
	letter-spacing: 0.01em;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

p.credits a:link, p.credits a:visited {
	color: #F4F8FF;
	font: normal 9px verdana;
	line-height: 12px;
	letter-spacing: 0.01em;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

p.credits a:hover {
	color: #FF0000;
	font: normal 9px verdana;
	line-height: 12px;
	letter-spacing: 0.01em;
	text-align: center;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/**********************************************************************************
	Contact Us Form
**********************************************************************************/

.box-contact {
	width: 90%;
	margin: 0 auto;
	margin-top: 40px;
	border: 0px solid #122F6A;
	padding: 10px;
	background-color: #FFFFFF;
}

legend, .form_legend {
	color: #444444;
	font: normal 10px Verdana;
	text-decoration: none;
	font-stretch: normal;
	letter-spacing: 0.01em;
	text-transform: none;
}

a.button-styled:link, a.button-styled:visited, .button-styled {
	display: block;
	width: 72px;
	height: 24px;
	margin: 20px auto;
	padding: 2px 8px;
	border: 1px solid #003366;
	background-color: #DADADA;
	color: #122F6A;
	font: normal 10px Verdana;
	text-decoration: none;
	font-stretch: normal;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

a.button-styled:hover, .button-styled-hover {
	cursor: pointer;
	width: 72px;
	height: 24px;
	padding: 2px 8px;
	border: 1px solid #003366;
	background-color: #FF0000;
	color: #FFFFFF;
	font: normal 10px Verdana;
	text-decoration: none;
	font-stretch: normal;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.required_field {
	color: red;
	font: normal 10px Verdana;
	text-decoration: none;
	line-height: 15px;
	font-stretch: normal;
	letter-spacing: 0.01em;
	text-transform: none;
}

div.ist-hr-line {
	border-bottom: 1px solid #122F6A;
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

input, select, textarea {
	border: 1px solid #888888;
	background-color: #FFFFFF;
	color: #666666;
	font: normal 10px Verdana;
	text-decoration: none;
	font-stretch: normal;
	letter-spacing: 0.0025em;
	line-height: 14px;
	text-transform: none;
}

input {
	height: 14px;
}
