/***********************************************/
/* style.css                            */
/***********************************************/

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #6C6928;
	text-decoration: none;
}




/************** Body tag styles **************/
body{
	font-family: Times,serif;
	FONT-SIZE: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	background-image: url(images/CROSSROADS_BACKGROUND.jpg);	
}

h1{
	font: bold 120% Times,serif;
	color: #6C6928;
	margin: 0px;
	padding: 0px;
}

h2{
	font: bold 114% Times,serif;
	color: #6C6928;
	margin: 0px;
	padding: 0px;
}

h3{
	font: bold 100% Times,serif;
	color: #6C6928;
	margin: 0px;
	padding: 0px;
}

h4{
	font: 100% Times,serif;
	color: #6C6928;
	margin: 0px;
	padding: 0px;
}

h5{
	font: 100% Times,serif;
	color: #9FA393;
	margin: 0px;
	padding: 0px;
}



/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: right;
	width: 120px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 0px;
}

#sectionLinks a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #59581E;
	text-decoration: none;
	text-align: right;
	width: 120px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 0px;
	
}



/************ Links styles **************/

#practiceLinks{
	margin: 0px;
	

}

#practiceLinks a:link, #practiceLinks a:visited {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9D9FA2;
	text-decoration: none;
	text-align: center;
	width: 125px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#practiceLinks a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #59581E;
	text-decoration: none;
	text-align: center;
	width: 125px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	
}

	
    
	



/********************* Random CSS **********************/




/********************* end **********************/.main_box {
	border: 1pt solid #A0A393;
}
.main_box_right_line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

.main_box_right {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #6c6a29;
	text-align: right;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.main_body_copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	margin: 10pt;
	width: 95%;
	height: 100%;
	padding: 0px;
	text-align: left;
}
.main_box2 {
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9FA393;
	border-right-color: #9FA393;
	border-bottom-color: #9FA393;
	border-left-color: #9FA393;
}
.headerlinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #6C6928;
}

.mainTable {
	border-top: 2px solid #CC9900;
	border-bottom: 2px solid #CC9900;
	border-right: 0px solid #CC9900;
	border-left: 0px solid #CC9900;
}
.address {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
.green {
color: #6C6928;
font-size: 13ipx;
}