/*****margin: (top)0px (right)40px (bottom)10px (left)10px;***/
/***********Template Styles***************/


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	margin:5px 0 0 0;
}

.header{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	padding:5px 0 10px 0;
	/*padding:0 0 10px 102px;*/
	background-image:url(images/template/header-gradient.png);
	background-position:left;
	background-repeat:repeat-y;
	font-variant: small-caps;
}


.tagline{
	color:#043d65;
	padding:0 10px 0 0;
}

.title{
	font-size:36px;
	
}

.home-image{
	padding:1px 0 1px 0;
}	

/************Navbar Styles (styles that for the navbar and overstate effects)**************/

.navbar {
	font-family:"Times New Roman", Times, serif;
	padding:0 0 0 0;
	background-color:#01829b;
	height:36px;
	margin:0 0 0 0;
	color:#fff;
	text-align:center;
}
.navbar a,.navbar a:hover{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:600;
	text-decoration:none;
	font-style:italic;
	background-position:left top;
	background-repeat:repeat-y;
	text-align:center;
	line-height:36px;
	padding:0 30px 0 30px;
}

.navbar a{
	
	
}

.navbar a:hover{
	color:#6ac5f2;
}


.home,.about-us,.services,.links,.contact-us{
	color:#fff;
}


/***********Content Styles (styles for formating content and content container)***********/

h1 {
	color:#006666;
	/*color:#024754;*/
	font-weight:900;
	font-size: 14px;
}

.content {
	font-size: 12px;
	padding:10px; 
	background-color:#fff;
	/*min-height:357px;*/
	}

.content p{
	line-height:24px;
}

.content table td{
	font-size: 12px;
	line-height:24px;
}

.content ul li{
	list-style-type:square;
	font-size: 12px;
	line-height:24px;
	margin:auto auto auto -15px;
	padding:auto auto auto 0;
}

.content ol li{
	font-size: 12px;
	line-height:24px;
	margin:auto auto auto -10px;
	padding:auto auto auto 0;
}

.content a{
	color: #024754;
	text-decoration:underline;
}

.content a:hover{
	color: #666;
	text-decoration:none;
}


.subhead1{
	font-weight:bold;
	color:#006666;
}

/**********Bottom Styles(styles for formating textlinks, address, and disclaimer/credit to webline)*********/	

.text-links {
	color: #024754;
	font-size:11px;
	margin:10px;
	padding:10px 0 0 0; 
	border-top:1px solid #024754;
	width:740px;
}

.text-links a{
	color: #024754;
	text-decoration:underline;
}

.text-links a:hover{
	color: #666;
	text-decoration:none;
}

.credit {
	font-size: 11px;
	line-height:14px;
	color: #000;
	padding:10px; 	
}

.credit a{
	color: #024754;
	text-decoration:underline;
}

.credit a:hover{
	color: #666;
	text-decoration:none;
}
