/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

#content a, #sidebar a, #pre-footer a, #footer a {
	color: #1CADE0;
	text-decoration: underline;
}
#content a:hover, #sidebar a:hover, #pre-footer a, #footer a:hover {
	color: #FF0000;
	text-decoration: none;
}

/*
#content a:link{
	color: #1CADE0;
	text-decoration: none;
}

#content a:visited{
	color: #1CADE0;
	text-decoration: none;
}
*/


#menu a{
	color: #1688B0;
	text-decoration: none;
}
#menu a:hover{
	color: #FF0000;
	text-decoration: none;
}
#centrealign {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 98%;
}

/*
#menu a:link{
	color: #1A97C3;
	text-decoration: none;
}

#menu a:visited{
	color: #1A97C3;
	text-decoration: none;
}
*/
/*
#sidebar a{
	color: #1CADE0;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FF0000;
	text-decoration: underline;
}


#sidebar a:link{
	color: #0066FF;
	text-decoration: none;
}

#sidebar a:visited{
	color: #0066FF;
	text-decoration: none;
}
*/

/*
#pre-footer a{
	color: #1CADE0;
	text-decoration: none;
}
#pre-footer a:hover{
	color: #FF0000;
	text-decoration: underline;
}

#pre-footer a:link{
	color: #006699;
	text-decoration: none;
}

#pre-footer a:visited{
	color: #006699;
	text-decoration: none;
}
*/

/*
#footer a{
	color: #1CADE0;
	text-decoration: none;
}
#footer a:hover{
	color: #FF0000;
	text-decoration: underline;
}

#footer a:link{
	color: #006699;
	text-decoration: none;
}

#footer a:visited{
	color: #006699;
	text-decoration: none;
}
*/

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 140%;
 color: #1688B0;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #1CAADC;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 115%;
 color: #1A97C3;
 margin: 0px;
 padding: 0px;
}
#templebutton {
	height: auto;
	width: auto;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	height: auto;
	width: 1000px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	border: 1px solid #EEE;
	background-color: #FFFFFF;
}

#header{
	padding: 0px;
	width: auto;
	height: 140px;
}

#menu{
	float: left;
	width: 150px;
	position: relative;
	margin: 0px 0px 0px 8px;
	padding: 20px 0px 0px;
	font-size: 90%;
	
}
.phonenums {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#sidebar{
	float:right;
	width: 220px;
	/*	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;*/
	margin: 0px;
	padding: 20px 0px 20px 10px;
	font-size: 80%;
	padding-right: 10px;
}

#content{
	float: left;
	width: 580px;
	padding-top: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	line-height: normal;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

/************* #pre-footer styles ***************/

#pre-footer{
	clear: both;
	border: 0px solid #cccccc;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	text-align: right;
}

#per-footer img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/************* #footer styles ***************/

#footer{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

#footer img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/*********** #menu link styles ***********/

#menu ul a:link, #menu ul a:visited {
	display: inherit;
}
#menu ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#menu li {
	padding-bottom: 10px;
}

/* fix for browsers that don't need the hack */
html>body #menu li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 30px 0px 0px 6px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: none;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
}


/************** #sidebar styles **************/

#sidebar p{
	padding: 5px 0px 5px 0px;
}

.sidebarlogo {
	height: auto;
	width: auto;
	padding-bottom: 20px;
}
.sidebartesti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
}
#sidebar h3 {
	padding-top: 0px;
	padding-bottom: 20px;
	color: #1688B0;
}

/************** #other styles **************/
.bluebox {
	color: #FFFFFF;
	background-color: #1A97C3;
	padding: 5px;
	height: auto;
	width: auto;
}
.testibox {
	height: auto;
	width: auto;
	margin-top: 15px;
}
.testispacer {
	font-size: 1px;
	height: 30px;
	width: 580px;
}
.testilogo {
	width: auto;
}
.testi {
	padding-left: 15px;
	height: auto;
	width: auto;
}
.rightalign {
	text-align: right;
}

#contactform {
	background-color: #1A97C3;
	margin: 0px;
	height: auto;
	width: 500px;
	padding: 5px 10px;
	border: 1px solid #EEE;
}
#content form {
	padding-top: 20px;
	padding-bottom: 20px;
}

.urgent_message {
	font-weight: bold;
	color: #FF0000;
}
.redtext {
	color: #FF0000;
}

.formitemlhs {
	width: 150px;
	float: left;
	height: 20px;
	color: #FFFFFF;
}
.formitemrhs {
	font-size: 11px;
	color: #1A97C3;
	height: 20px;
	width: auto;
}
.caption9white {
	font-size: 9px;
	color: #FFFFFF;
}
.caption {
	font-size: 9px;
	color: #35ADE3;
}

.ltblueline {
	height: auto;
	width: auto;
	font-size: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
	margin-top: 10px;
	margin-bottom: 15px;
}

.imagefloatright {
	float: right;
	border: 1px solid #1688B0;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.highlightbox2 {
	color: #FFFFFF;
	background-color: #1A97C3;
	padding: 5px 20px;
	height: auto;
	width: auto;
}
.greenbox {
	padding: 5px;
	background-color: #018F19;
	color: #FFFFFF;
}
.formitemlhs2 {
	width: 150px;
	float: left;
	height: 100px;
	color: #FFFFFF;
}
.formitemrhs2 {
	font-size: 11px;
	color: #1A97C3;
	height: 100px;
	width: auto;
}

