/***********************************************/
/* 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: #E8E8E8;
	text-align: center;
	background-image: url(../images/dkbluebggrid.jpg);
	background-repeat: repeat;
}

#content a, #sidebar a {
	color: #316C00;
	text-decoration: underline;
}
#content a:hover, #sidebar a:hover {
	color: #FF3300;
	text-decoration: none;
}
#footer a {
	color: #79652E;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF302B;
	text-decoration: none;
}

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

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


#menu a{
	color: #996600;
	text-decoration: none;
}
#menu ul li ul {
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#menu ul li ul li {
	font-size: 12px;
	font-weight: normal;
}

#menu a:hover{
	color: #FF3300;
	text-decoration: none;
	padding-left: 18px;
	background-image: url(../images/floral-asterisk.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#centrealign {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}

/*
#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;
}
*/


/*
#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: 130%;
 color: #0099FF;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 105%;
 color: #FF3300;
 margin: 0px;
 padding: 10px 0px 0px;
}

#content h2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 105%;
 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: 800px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	background-image: url(../images/wave.jpg);
	background-color: #FFFFFF;
	border: 1px solid #886D26;
}

#header{
	padding: 0px;
	width: auto;
	height: 169px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}

#menu{
	float: left;
	width: 290px;
	margin: 0px;
	padding: 20px 0px 60px;
	font-size: 90%;
	height: auto;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.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: 0px 10px 20px;
	font-size: 80%;
}

#content{
	float: left;
	width: 450px;
	padding-top: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding-right: 25px;
	padding-left: 0px;
	height: auto;
	padding-bottom: 20px;
}

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

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

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

#footer{
	clear: both;
	font-size: 76%;
	color: #79652E;
	padding: 0px 40px 0px 30px;
	text-align: center;
	height: 40px;
	margin-top: 30px;
}
.footer_left {
	float: left;
	width: auto;
	padding-top: 10px;
}
.footer_right {
	float: right;
	width: auto;
	padding-top: 10px;
}


/*********** #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;
	padding-left: 20px;
}

/* 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;
}

#content ul {
	list-style-image: url(images/bullet.jpg);
	list-style-type: circle;
}


#contactform {
	background-color: #1A97C3;
	margin: 0px;
	height: auto;
	width: 450px;
	padding: 5px 10px;
	border: 1px solid #EEE;
}

.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;
}
.formitemrhs2 {
	font-size: 11px;
	color: #1A97C3;
	height: 50px;
	width: auto;
}
.formitemlhs2 {
	width: 150px;
	float: left;
	height: 50px;
	color: #FFFFFF;
}
.tiptitle {
	font-size: 13px;
}
.border {
	border: 1px solid #32A32C;
	margin: 5px;
}


#content img {
	margin: 10px;
}

#content td img {
	margin: 0px;
}

.col1 {
	float: left;
	height: auto;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.col2 {
	float: left;
	height: auto;
	width: 250px;
}
.appformdivider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	clear: left;
	height: 1px;
	width: 320px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	margin-bottom: 5px;
	margin-top: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#appformbox {
	padding: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #999999;
	width: 400px;
	margin-top: 30px;
	background-color: #FFFFCC;
	color: #333333;
	background-image: url(../images/form-bg-gradient.jpg);
	background-repeat: repeat-y;
}
.urgent_message {
	font-weight: bold;
	color: #FF0000;
}

.whiteborder {
	border: 1px solid #FFFFFF;
}

.greenborder {
	border: 1px solid #32A32C;
}
.settingslink {
	font-size: 10px;
	font-weight: normal;
}
#content ol {
	margin-top: 0px;
	padding-top: 0px;
}
table td {
	font-size: 12px;
}
#articles-list ul {
	margin: 0px;
	padding: 0px;
}
#articles-list ul li {
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}

