h1 { color: orange; font-size: 20px; font-family: Tahoma; font-weight: bold; line-height: normal; text-transform: capitalize; }

h2 { color: orange; font-size: 16px; text-transform: capitalize; } 
h3 { color: black; font-size: 14px; text-transform: capitalize; } 
h4 { color: #01adef; font-size: 13px; } 

body { color: #000000; font-size: 12px; font-family: arial; margin: 0; background-image: url(../images/page_bg.jpg); background-repeat: repeat-x; }

p { color: #000000; font-size: 12px; font-family: arial; }

td, input, textarea, select { color: #000000; font-size: 12px; font-family: arial; }

a:link { color: #00ADEF; font-weight: bold; text-decoration: underline; }

a:visited { color: #00ADEF; font-weight: bold; text-decoration: underline; }

a:hover { color: #CAD833; font-weight: bold; text-decoration: none; }

a:active
{
color: #00ADEF; font-weight: bold; text-decoration: underline; 
outline: none;
}

a:focus
{
outline: none;
}

.white_link, .white_link:link, .white_link:active, .white_link:visited {
	color: #FFFFFF; font-weight: bold; text-decoration: none;
}

.white_link:hover {
	color: #CAD833; font-weight: bold; text-decoration: none;
}

.support_link:link { color: #000000; font-weight: bold; text-decoration: none; }

.support_link:visited { color: #000000; font-weight: bold; text-decoration: none; }

.support_link:hover { color: orange; font-weight: bold; text-decoration: underline; }

.support_link:active
{
color: #000000; font-weight: bold; text-decoration: none; 
outline: none;
}

.footer_link:link { color: #CCCCCC; font-weight: bold; text-decoration: underline; }

.footer_link:visited { color: #CCCCCC; font-weight: bold; text-decoration: underline; }

.footer_link:hover { color: orange; font-weight: bold; text-decoration: none; }

.footer_link:active
{
color: #CCCCCC; font-weight: bold; text-decoration: underline; 
outline: none;
}


.directory_box
{
background-image: url(../images/box.gif);
width: 529px;
padding-left: 15px;
overflow: hidden;
}



.directory_box_top
{
background-image: url(../images/box_top.gif);
background-repeat: no-repeat;
width: 529px;
height: 36px;
padding-left: 15px;
padding-top: 8px;
}

.directory_box_bott
{
background-image: url(../images/box_bott.gif);
background-repeat: no-repeat;
width: 534px;
height: 32px;
padding-left: 10px;
margin-bottom: 20px;
}

.directory_box_top h2
{
color: white;
margin: 0;
}

.directory_name
{
width: 200px;
float: left;
margin-bottom: 20px;
}

.directory_address
{
width: 200px;
float: right;
margin-bottom: 20px;
padding-right: 20px;
text-align: right;
}

.directory_content
{
width: 510px;
float: left;
text-align: justify;
}

#bg { 
	width: 100%; 
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
}

#holder { 
	width: 755px; 
	text-align: left;
}

#header { 
	width: 760px; 
	left: 0; 
	top: 0; 
	vertical-align: top;
}

#footer { 
	padding: 0 5px 0 0;
	color: #CCCCCC;
	font-size: 10px; 
	text-align: right; 
	width: 597px;
	 float: right;
}
.address {
	font-size: 11px;
	padding: 15px 5px 15px 15px;
	
}

#topright {  
	margin-top: 25px; 
	width: 200px;
	float: right;
	height: 44px;
}

.clear_both {
	clear: both;

}

#nav { margin: -1px 0 -2px 0;  width: 158px; float: left; overflow: auto; background-color: #ffffff; min-height: 390px; background-image: url(../images/nav_bg.jpg); background-repeat: repeat-y;  }


#content_box {
margin-top: -79px;  width: 597px; float: left; background-color: #ffffff;  padding: 0; background-image: url(../images/content_bg.jpg); background-repeat: repeat-y; }

#content { width: 555px; overflow: auto; background-color: #ffffff; height: 396px; padding: 0 17px 10px 10px; float: right;  text-align: left; margin: 0 4px 0 0; }

#content_directory { width: 555px; overflow: auto; background-color: #ffffff; height: 700px; padding: 0 17px 10px 10px; float: right;  text-align: left; margin: 0 4px 0 0; }

.directory_wrap
{
background-color: red;
height: 100%;
width: 100%;
}

.link_content { padding: 0; border-color: orange; border-style: solid; border-width: 1px; }

.link_text {
	font-size:11px; background-color: #EFEFEF;
	border-color: orange; border-style: solid; border-width: 1px 0 0 0;
}

.image_left {
	border: 1px solid orange;
	margin: 0 8px 0 0;
	float: left;
}

.image_right {
	border: 1px solid orange;
	margin: 0 0 0 8px;
	float: right;
}

.image_center {
	border: 1px solid orange;
	margin: 0 8px 0 8px;
	}

.left {
	float: left;
}

.right {
	float: right;
}

li { font-weight: bold; margin-top: 8px; margin-bottom: 8px; list-style-image: url(../images/bullet.gif); }

.error_text {
	color: red;
	font-size:10px;
}

.heading {
	background-color: #00ADEF;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
}

.border {
	border-bottom: 1px solid #999999;
	text-transform: capitalize;
}

.pic_border {
	border: 1px solid orange;
	margin: 0 5px 0 0;
}