@import url("reset.css");



/* MSIE 7 specific rules */
*:first-child+html a
{
}

/* MSIE 6 specific rules */
* html a
{
}





HTML, BODY, #basic{
	height:100%;
}


#basis{
	margin: auto;
	width: 915px;	/* width of basis */
	min-height: 100%;
	margin-bottom: -50px;
}

#main{
	min-height: 100%;
}

#header{
	height: 120px;	/* height of header */
}
#left, #center, #right, #tools{
	float: left;
}
#footer{
	width: 915px;	/* width of basis */
	margin: auto;
	height: 50px;	/* height of footer */
	
}

#space{
	width: 15px;	/* width of basis */}
	
	
/*needed to make room for footer*/
#clearfooter{
	clear: both;
	height: 50px;	/* height of footer */
}
* > HTML #clearfooter {
	float: left;
	width: 100%;
}/* ie mac styles */

HTML>BODY #minHeight{
	float: left;
	width: 0px;
	height: 100%;
	margin-bottom: -50px;	/* height of footer */
} /*safari wrapper */








/*** standard classes ***********************************************************************************************/
.separator1{
	height: 1px;
	font-size: 1px;
	display: block;
}
.separator2{
	height: 2px;
	font-size: 1px;
	display: block;
}
.separator3{
	height: 3px;
	font-size: 1px;
	display: block;
}
.separator5{
	height: 5px;
	font-size: 1px;
	display: block;
}
.separator10{
	height: 10px;
	font-size: 1px;
	display: block;
}
.separator20{
	height: 31px;
	font-size: 1px;
	display: block;
}
.separator50{
	height: 50px;
	font-size: 1px;
	display: block;
}

.clear{
	clear:both;
	display: block;
}






/*** follow sections can edit *****************************************************************************/
BODY
{
	background-color: #9d9588;
	behavior: url("js/csshover.htc");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

STRONG { font-weight: bold; }
P
{
	padding: 5px 20px 10px 20px;
	line-height: 16px;
}
A, A:visited, A:active
{
	color: #36320f;
	font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
A:hover { color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;}

li { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;}

H1
{
	padding: 0px 20px 25px 20px;
	color: #70a011;
	font-weight: normal;
	font-size: 11px;
}
.hd
{
	padding-left: 40px;
	color: #70a011;
	font-weight: normal;
	font-size: 11px;
}
.about
{
	padding: 20px 20px 20px 20px;
	color: #70a011;
	font-weight: normal;
	font-size: 11px;
}
H2
{
	padding: 0px 20px 5px 20px;
	color: #333333;
	font-weight: normal;
	font-size: 11px;
}
H3
{
	padding: 0px 20px 0px 20px;
	color: #70a011;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 3px;
}

.font666666 { color: #666666; }
.green { color: #70a011; }
.black { color: #000000; }
.gray { color: #666666; }


/**** popups *******************/

.pop
{
	font-size: 11px;
	color: #FFFFFF;}

.pop-dis
{
	font-size: 9px;
	color: #FFFFFF;}


.pop-title
{
	padding: 0px 20px 25px 20px;
	color: #9ae324;
	font-weight: normal;
	font-size: 11px;
}


/*** header **************************************************************/
#header
{
	position: relative;
	width: 903px;
	margin-left: 6px;
}

A#logo
{
	position: absolute;
	top: 21px;
	right: 0px;
	display: block;
	width: 206px;
	height: 48px;
}


/*** menu ***/
UL#menuPrimary
{
	border-top: 1px solid #cfcbc5;
	border-bottom: 1px solid #cfcbc5;
	width: 903px;
	position: absolute;
	top: 79px;
	left: 0px;
}
UL#menuPrimary LI
{
	margin: 0px 15px 0px 0px;
	cursor: pointer;
	float: left;
}
UL#menuPrimary LI A, UL#menuPrimary LI A:visited
{
	color: #36320f;
	text-decoration: none;
	padding: 3px;
	display: block;
}
UL#menuPrimary LI A:hover
{
	color: #ffffff;
	background-color: #827b71;
}




UL#menuSecondary
{
	width: 903px;
	position: absolute;
	top: -20px;
	left: 0px;
	margin-left: 6px;
}
UL#menuSecondary LI
{
	margin: 0px 15px 0px 0px;
	cursor: pointer;
	float: left;
}
UL#menuSecondary LI A, UL#menuSecondary LI A:visited
{
	color: #36320f;
	text-decoration: none;
	padding: 3px;
	display: block;
}
UL#menuSecondary LI A:hover
{
	color: #ffffff;
	background-color: #827b71;
}
UL#menuPrimary LI.current A, UL#menuPrimary LI.current A:visited, UL#menuPrimary LI.current A:hover,
UL#menuSecondary LI.current A, UL#menuSecondary LI.current A:visited, UL#menuSecondary LI.current A:hover
{
	color: #ffffff;
	background-color: transparent;
	cursor: hand;
	cursor: pointer;
	 
}












/*** content ******************************************/
#content
{
	background-color: #ffffff;
	width: 903px;
	padding: 0px 6px 20px 6px;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
	position: relative;
}

#content .ctl
{
	display: block;
	width: 6px;
	height: 6px;
	background-image: url(../images/ctl.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

#summary
{
        background-color: #ffffff;
        width: 703px;
        padding: 0px 6px 20px 6px;
        background-image: url(../images/content-bg.gif);
        background-repeat: repeat-y;
        position: relative;
}



#left
{
	width: 220px;
	padding: 8px 0px 0px 8px;
	margin-right: 1px;
}
#center
{
	width: 443px;
	padding: 8px 0px 0px 0px;
}
#right
{
	width: 215px;
	margin: 8px 0px 0px 6px;
	background-image: url(../images/right-bg.gif);
	background-repeat: no-repeat;
}
#tools
{
        width: 623px;
	padding: 17px 0px 0px 0px;
	margin-left: 20px;
	position: relative;
}
#left-tools
{
	width: 10px;
	float: left;
        padding: 10px 0px 0px 7px;
        margin-right: 10px;
}

#right FORM
{
	margin: 0px 20px 0px 20px;
	margin-top: 10px;
}
#right FORM INPUT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	margin-bottom: 2px;
}
#right FORM INPUT.input
{
	width: 100px;
	border-top: 1px solid #707070;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #707070;
}
#right FORM LABEL
{
	float: left;
	width: 65px;
	padding-top: 3px;
}


.pad20
{
	
	padding-top: 20px;
}


#center UL
{
}
#center UL LI
{
	margin: 0px 20px 5px 20px;
}



#center OL
{
	margin-left: 20px;
	list-style: decimal;
}
#center OL LI
{
	margin: 0px 20px 5px 20px;
	
}





/*** list **********************/
#center UL.list
{
	margin: 0px 20px 0px 20px;
	list-style: disc;
	margin-left: 18px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#center UL.list LI
{
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



/*** archive *****************************************/
#center UL.archive
{
}
#center UL.archive LI
{
	margin-bottom: 20px;
	font-size: 12px;
	color: #000000;
}
#center UL.archive LI UL
{
}
#center UL.archive LI UL LI
{
	margin: 0px 0px 3px 0px;
	font-size: 11px;
}
#center UL.archive LI UL LI A, #center UL.archive LI UL LI A:visited
{
	color: #999999;
}




/*** alphabet ********************/
#center UL#alphabet
{
	margin: 0px 20px 0px 20px;
}
#center UL#alphabet LI
{
	float: left;
	width: 15px;
	margin: 0px;
}
#center UL#alphabet LI A, #center UL#alphabet LI A:visited
{
}



/*** glossary **********************/
#center UL.glossary
{
}
#center UL.glossary LI
{
	margin: 10px 20px 5px 20px;
}
#center UL.glossary LI A, #center UL.glossary LI A:visited
{
}




/*** testimonials ***********************/
DL
{
	margin-bottom: 30px;
}
DT
{
	margin: 0px 20px 2px 20px;
}
DT BLOCKQUOTE
{
	color: #666666;
	background-image: url(../images/blockquete.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
}
DT BLOCKQUOTE P
{
	padding: 0px 0px 10px 0px;
}
DD
{
	margin: 0px 20px 20px 20px;
	color: #000000;
	
}






DL.faq
{
}
DL.faq DT
{
	margin: 0px 20px 2px 20px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
DL.faq DD
{
	margin: 0px 0px 30px 0px;
	color: #666666;
	text-decoration: none;
}
A.gototop, A:visited.gototop, A:active.gototop
{
	color: #666666;
}


A.sitemap, A:visited.sitemap, A:active.sitemap
{
	color: #000000;
}
A.sub, A:visited.sub, A:active.sub
{
	color: #666666;
}

/*** news *************************/
.news
{
	margin: 0px 20px 30px 20px;
}
.news .date
{
	width: 15%;
	float: left;
}
.news .content
{
	width: 80%;
	float: left;
	color: #7a7a7a;
}
.news .title
{
	color: #444444;
	display: block;
}
.news P
{
	padding: 5px 0px 10px 0px;
}
.news A.more, .news A:visited.more, .news A:hover.more
{
	color: #999999;
	text-decoration: underline;
}





/*** downloads ********/
#center UL.downloads
{
}
#center UL.downloads LI
{
	margin-bottom: 15px;
}
#center UL.downloads LI A, #center UL.downloads LI A:visited, #center UL.downloads LI A:hover
{
	color: #999999;
	text-decoration: underline;
	display: block;
}


.indent10{
margin-left: 15px;
}

/*** people *************************/
#center UL.people
{
}
#center UL.people LI
{
	float: left;
	width: 109px;
	margin: 0px 1px 0px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#center UL.people LI IMG
{
	display: block;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 109px;
	height: 219px;
}
#center UL.people LI P { padding: 5px 3px 0px 3px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;}
#center UL.people LI.first P { padding: 5px 3px 0px 20px; }
#center UL.people LI A
{
	display: block;
	color: #000000;
	text-decoration: underline;
}


.person

{	
/* padding-left: 20px; */
padding-right: 30px;
margin-bottom: 15px;

}
.blackstrong
{
padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;}
.person H2
{
	padding-bottom: 10px;
}
.person P { color: #666666; }




/*** properties ******************/
TABLE.properties
{
	margin: 10px 20px 20px 20px;
	width: 350px;
}
TABLE.properties TD
{
	padding: 2px;
	vertical-align: top;
}
TABLE.properties TD.property { width: 120px; }



TABLE.contacts
{
	margin: 10px 20px 20px 20px;
	width: 350px;
}
TABLE.contacts TD
{
	padding: 2px;
	color: #666666;
	vertical-align: top;
}
TABLE.contacts TD.contact { width: 80px; }
TABLE.contacts TD.contact LABEL
{
	color: #111111;
	margin-top: 4px;
	display: block;
}
TABLE.contacts .input
{
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



/*** service01 ***************************/
#center UL#service01
{
	background-image: url(../images/services-bg-01.gif);
	width: 366px;
	height: 27px;
	margin: 0px 20px 0px 20px;
}
#center UL#service01.blank
{
	background-image: url(../images/services-bg-01-blank.gif);
}
#center UL#service01 LI
{
	float: left;
	margin: 4px 0px 0px 4px;
	font-size: 10px;
}
#center UL#service01 LI.first { width: 53px; }
#center UL#service01 LI.second { width: 48px; }
#center UL#service01 LI.third { width: 49px; }
#center UL#service01 LI.fourth { width: 190px; }
#center UL#service01 LI A
{
}



#center UL#service02
{
	background-image: url(../images/services-bg-02.gif);
	width: 365px;
	height: 27px;
	margin: 0px 20px 0px 20px;
}
#center UL#service02.blank
{
	background-image: url(../images/services-bg-02-blank.gif);
}
#center UL#service02 LI
{
	float: left;
	margin: 4px 0px 0px 4px;
	font-size: 10px;
}
#center UL#service02 LI.first { width: 168px; }
#center UL#service02 LI.second { width: 50px; }
#center UL#service02 LI.third { width: 130px; }
#center UL#service02 LI A
{
}


.img {margin-left: 6px; }




/*** footer **************************************************************/
#footer
{
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	position: relative;
}

#footer #copyright
{
	position: absolute;
	top: 6px;
	left: 6px;
	font-size: 9px;
	color: #4f4d4a;
}

#footer UL.menu
{
	width: 222px;
	margin-top: 6px;
	float: right;
}
#footer UL.menu LI
{
	display: inline;
}
#footer UL.menu LI A, #footer UL.menu LI A:visited
{
	color: #4f4d4a;
	text-decoration: underline;
	font-size: 9px;
	margin-left: 10px;
}
#footer UL.menu LI A:hover
{
	color: #ffffff;
}









/*** popup *********************************************************/
#popup
{
	background-color: #9D9588;
	width: 450px;
	height: 480px;
	padding: 25px 25px 25px 25px;
}
#popup .logo
{
	position: relative;
	text-align: right;
}
#popup FORM
{
	position: relative;
	border-top: 1px solid #cfcbc5;
	border-bottom: 1px solid #cfcbc5;
	padding: 15px 0px 10px 0px;
	margin: 20px 0px 0px 0px;
	color: #ffffff;
}
#popup FORM .title
{
	color: #99f809;
	margin-bottom: 20px;
}
#popup P
{
	padding: 0px 0px 0px 0px;
}

#popup FORM INPUT, #popup FORM SELECT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	margin-bottom: 6px;
	margin-left: 20px;
	color: #36320D;
}
#popup FORM INPUT.input
{
	width: 250px;
	border-top: 1px solid #707070;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #707070;
}
#popup A#cancel, #popup A:visited#cancel
{
	position: absolute;
	top: 25px;
	left: 25px;
	text-decoration: none;
	font-weight: bold;
	color: #5c5a55;
	cursor: pointer;
	display: block;
	width: 70px;
	height: 20px;
}
#popup A:hover#cancel
{
	color: #ffffff;
}






