/* CSS Document */

A 					{ color:#065695; text-decoration:none}
A:hover,A:active	{ color:#FFFFFF; text-decoration:none; background-color: #065695;}


body {
	background-color: #FFFFFF;
	padding:0px;
	background-image: url(../assets/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;

}


#container {
       float: center;  
       width: 698px;
	   height: auto;
       background: white;
	   margin: 0 auto;
	   text-align: center;
	   border: 1px solid #065695; 
}

#logonav {
	width: 698px;
	height: 117px;
	background: white;
	text-align: left;
	margin: auto;

}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	vertical-align: middle;
}

#mid {
	width: 698px;
	height: auto;
	background: white;
	text-align: center;
	margin: auto;
	
}

/* Homepage tri panel */

#main {
	width: 698px;
	height: 220px;
	text-align: left;
	position: relative;
	background-color: white;
	background-image: url(../assets/bg_2.jpg);
	background-repeat: repeat-x;	
}

#home_A {
	width: 233px;
	height: 220px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #065695;
	position: absolute;
	top: auto;
	left: 0px;
}

#home_B {
	width: 231px;
	height: 220px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #065695;
	position: absolute;
	top: auto;
	left: 234px;
	
}

#home_C {
	width: 233px;
	height: 220px;
	text-align: left;
	position: absolute;
	top: auto;
	left: 466px;
}

#main2 {
	width: 698px;
	height: 68px;
	text-align: left;
	position: relative;
	background-color: white;
}

#home_A2 {
	width: 233px;
	height: 68px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #065695;
	position: absolute;
	top: auto;
	left: 0px;
}

#home_B2 {
	width: 231px;
	height: 68px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #065695;
	position: absolute;
	top: auto;
	left: 234px;
	
}

#home_C2 {
	width: 233px;
	height: 68px;
	text-align: center;
	position: absolute;
	top: auto;
	left: 466px;
}

/* End Homepage tri panel */

/* Seconday duo panel */

#NavLine {
	width: 698px;
	height: 53px;
	text-align: left;
	position: relative;
	background-color: white;
}

#button1 {
	width: 233px;
	height: 53px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #065695;
	position: absolute;
	top: auto;
	left: 0px;
}

#button2 {
	width: 231px;
	height: 53px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #065695;
	position: absolute;
	top: auto;
	left: 234px;
	
}

#button3 {
	width: 233px;
	height: 53px;
	text-align: center;
	position: absolute;
	top: auto;
	left: 465px;
}

#content {
	width: 698px;
	height: 300px;
	text-align: left;
	position: relative;
	background-color: white;
	background-image: url(../assets/bg_2.jpg);
	background-repeat: repeat-x;	
}

#contentMap {
	width: 698px;
	height: 460px;
	text-align: left;
	position: relative;
	background-color: white;
	background-image: url(../assets/bg_2.jpg);
	background-repeat: repeat-x;	
}

#contentLeft {
	width: 464px;
	height: 300px;
	text-align: letf;
	position: absolute;
	top: auto;
	left: 0px;
}


#contentLeftMap {
	width: 464px;
	height: 460px;
	text-align: letf;
	position: absolute;
	top: auto;
	left: 0px;
}

#contentRight {
	width: 200px;
	height: 300px;
	text-align: left;
	position: absolute;
	top: auto;
	left: 486px;
}
#contentRtBtm {
	width: 223px;
	height: 68px;
	text-align: left;
	position: absolute;
	top: 230px;
	left: 466px;
}


/* end Seconday duo panel */

#footer {
	width: 698px;
	height: 15px;
	background: #065695;
	text-align: center;
	
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #065695;
}

hr {border: none 0;
border-top: 1px dashed #065695;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
padding-top: 0px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #065695;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #065695;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
