/* ---------------------
basic layout
--------------------- */
* {
	font-family: Arial, Helvetica, sans-serif;
}

.waterbody {
	margin: 0;
	color: #666666
}

div,td,p,option,textarea {
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

a,a:link,a:active,a:visited {
	text-decoration: underline;;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #3973AC;
}

ul {
	margin: 5px;
	padding: 5px;
	list-style: none;
}

li {
	line-height: 18px;
	padding-left: 5px;
	padding-top: 0px;
	list-style-type: square;
	list-style-position: inside;
}

/** clear the banner to make it sit in the bottom **/
.clear {
	clear: both;
}

/* ---------------------
template layout
--------------------- */ /** wrapper to make the page center **/
#container {
	width: 770px;
	padding: 0;
	text-align: left;
}

/**
hold background, it should be float:left
that's way we can not put it in #container
**/
#containerbg {
	position: relative;
	width: 770px;
	float: left;
	top: 0;
	left: 0
}

#outerleft {
	position: relative;
	float: left;
	clear: left;
	width: 770px;
}

#outerright {
	position: relative;
	width: 180px;
	float: right;
	clear: right;
}

.banner {
	position: relative;
	width: 100%;
	height: 120px;
	float: left;
	background: #bbbbbb;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
}

#logo {
	position: relative;
	width: 100%;
	height: 74px;
	float: left;
}

/** div container for top menu. position:top **/
#topmenu {
	position: relative;
	float: left;
	clear: left;
	background-color: #FFFFFF;
	width: 100%;
}

#topmenu img {
	margin-right: 5px;
}

#buttommenu {
	position: relative;
	float: left;
	clear: left;
	background-color: #FFFFFF;
	width: 100%;
}

#buttommenu img {
	margin-right: 5px;
}

/** div container for image header **/
#imgheader {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	height: 70;
}
#leftcol {
	position: relative;
	float: left;
	clear: left;
	display: inline;
	width: 180 !important;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 8px;
}
.leftcolrow {
	vertical-align:top;
	border: 1px;
	border-color: #cccccc;
	border-bottom-style: dotted;
	border-right-style: solid;
	text-align: justify;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 8px;
	padding-bottom: 15px;
}

.leftcolrow1type2 {
	padding-top: 40px;
}
.leftcolrowtype2 {
	vertical-align:top;
	text-align: left;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 8px;
	padding-bottom: 10px;
}

#leftcol .menu{
	text-align: left;
}
#container_inner {
	position: relative;
	float: left;
	clear: left;
	width: 770px;
}

/** div wrapper for user2 & user3 **/
#content_top_wrapper {
	position: relative;
	float: right;
	clear: right;
	width: 590;
	display: inline;
	background: white;
	vertical-align:top;
	padding-left:5px;
}

#content_right {
	position: relative;
	float: left;
	clear: left;
	text-align: left;
	vertical-align: top;
	width: 580px !important;
	min-width: 580px !important;;
	vertical-align: top;
	padding-top: 40px;
	padding-left: 0px;
	padding-right: 8px;
	padding-bottom: 30px;
}

#content_right .content {
	float: right;
	clear: right;
	min-width: 580px !important;
	width: 580px !important;
}

#content_right .contentsubheading {
	float: left;
	clear: left;
	min-width: 580px !important;
	width: 580px !important;
}

.rightleftcol {
	position: relative;
	float: left;
	clear: left;
	width: 290px !important;
	min-width: 290px !important;
	background: url("center_sep.jpg");
}
.rightleftcolrowsepe {
	position: relative;
	float: left;
	clear: left;
	width: 290px !important;
	min-width: 290px !important;
	min-height:8px !important;
	background: url("center_sep.jpg");
	}
.rightleftcolrow {
	text-align: justify;
	vertical-align: top;
	float: left;
	clear: left;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-right-width: 1px;
	width: 290px !important;
	min-width: 290px !important;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

#content_right1 .content
  , #content_right2 .content          
  , #content_right3 .content 
  , #content_right4 .content {
	text-align: justify;
	vertical-align: top;
	float: left;
	clear: left;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-right-width: 1px;
	width: 290px ;
	min-width: 290px !important;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
}

#content_right1,#content_right2,#content_right3,#content_right4 {
	position: relative;
	float: right;
	clear: right;
	width: 290px !important;
	min-width: 290px !important;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
}

/** div container for mainbody **/
#content_main {
	position: relative;
	float: left;
	width: 50%;
	background-color: #FFFFFF;
}

/** div container for right column **/
#rightcol {
	float: right;
	clear: right;
	width: 580px;
	display: inline;
	height: 300px;
	min-height: 70px;
	background: url('bg_topright.jpg') no-repeat center top;
}

/** div container for banner position:banner **/
#banner {
	position: relative;
	clear: left;
	float: left;
	width: 515px;
	height: 65px;
	min-height: 65px;
	color: #FFFFFF;
	font-size: 10px;
}

#blackline {
	position: relative;
	clear: left;
	float: left;
	width: 100%;
	height: 1px;
	min-height: 1px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1px;
}

/** copyright **/
#copyright {
	position: relative;
	width: 300px;
	display: block;
	color: #666666;
	font-size: 10px;
	display: block !important;
	width: 300px;
	float: left;
	clear: left;
}

/** legal **/
#legal {
	position: relative;
	width: 300px;
	display: block;
	color: #666666;
	font-size: 10px;
	display: block !important;
	width: 300px;
	float: right;
	clear: right;
	text-align: right;
}

.contentheading,.contentpagetitle,a.contentpagetitle:link,a.contentpagetitle:active,a.contentpagetitle:visited
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: red;
	font-weight: bold;
	text-align: left;
	float: left;
	clear: both;
	display: block;
}

.contentsubheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: black;
	display: block;
}

.contentsubheading img {
	float: left;
	clear: left;
	margin: 0px 8px 0px 0px;
}

#vmenu {
	font-family: Arial, Helvetica, sans-serif;
	background-color: inherit;
	text-align: justify;
	display: block;
	margin: 8px;
	float: left;
	clear: left;
	border-top-color: gray;
	border-top: solid;
	border-top-width: 10px;
	text-decoration: none;
}

.form input {
	width: 180px;
	float: right;
}

.form .submit {
	width: auto;
	float: right;
}

.form td {
	text-align: left;
}

.form2 td {
	text-align: right;
}

.form2 input {
	text-align: left;
	width: 180px;
	float: left;
	clear: none;
}
.form2 select {
	text-align: left;
	width: 180px;
	float: left;
	clear: none;
}
.form2 option{
	text-align: left;
	float: none;
	clear: none;
}
.form2 textarea {
	text-align: left;
	width: 240px;
	float: left;
	clear: none;
}
.form2 .year {
	width: 40px;
}
.form2 .required {
	font-size:11px;
	color:red;
	width:inherit;
}

.form2 .submit {
	width: auto;
	float: right;
}

#findPeople .content {
	background: #F6F7FB;
	border-style: dotted;
	border-color: #cccccc;
	border-width: 1px;
}

#findPeople .dotsepline {
	position: relative;
	clear: left;
	float: left;
	width: 100%;
	min-height: 1px;
	background-color: #F6F7FB;
	color: F6F7FB;
	font-size: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	height: 2px;
}

#findPeople select  , input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 100%;
}

.picture {
	text-align: center;
}

.picturecaption {
	text-align: center;
	margin-top: 5px;
}

.pictoptxt {
	text-align: center;
	clear: both;
}

.pictoptxt img {
	vertical-align: top;
	float: left;
	clear: both;;
	float: left;
}
.actionlink {
	cursor:pointer ; 
	text-decoration:underline;
}
.redactionlink {
 	color:red ; 
	cursor:pointer ; 
	text-decoration:underline;
}

