/* CSS Document */

/* Links */
A 			{ color: #fff; text-decoration: none; } 
A:link		{ color: #fff; text-decoration: underline; } 
A:visited	{ text-decoration: underline; } 
A:active	{ color: #fff; } 
A:hover		{ color: #99ccff; }

/* text */

body{
font-family: Georgia, serif;
font-size: 11px;
color: #ffffff;
line-height: 19px;
background-image: url(images/site_bkg.gif);
}

.header{
font-family: Georgia, serif;
font-size: 11px;
color: #99ccff;
font-weight: bold;
line-height: 17px;
}

#HOMEBTN{
top:0px;
left:180px;
height: 75px;
width: 381px;
}



/* Container */
#CONTAINER{
 	width: 830px;
	top: 30px;
	left: 67px;
	position: absolute;
	}

#PICTURE{
float: right;
margin: 10px 5px 10px 10px;
}


/* SECTION Container */

#SECTION{ 
width: 824px;
height: 580px;
top: 0px; 
left: 0px;
position: absolute;
background-image: url(images/content_bkg.gif);
background-repeat: no-repeat;
} 

/* NAV Container */

#NAV{ 
width: 180px;
top: 100px;
left: 0px; 
position: absolute;

} 

/* HEADER */
#HEADER{
font-family: Georgia, serif;
font-size: 12px;
color: #99ccff;
font-weight: bold;
line-height: 17px;
top: 109px;
left: 200px; 
position: absolute;
}

/* HOMECONTENT Container */

#HOMECONTENT{ 
width: 310px;
height: 512px;
top: 95px;
left: 200px; 
position: absolute;
overflow: auto;
}

/* CONTENT Container */

#CONTENT{ 
width: 320px;
height: 435px;
top: 130px;
left: 200px; 
position: absolute;
overflow: auto;

} 

/* TEXT container */

#TEXT{ 
width: 290px; 
top: 0px; 
left: 135px; 
position: absolute;
} 

/* copyright container */

#COPYRIGHT{ 
width: 274px;
height: 0px;
right: 0px;
bottom: -3px; 
position: absolute;
} 

#DISCLAIMER{ 
width: 400px;
height: 0px;
left: 0px;
bottom: -3px; 
position: absolute;
} 

img{
border: 0;
}


/* ornaments */

#aarows{
list-style: url(images/sm_content_bullet.gif) outside;
margin: 0 0 0 0;
text-align: left;
}


/* rollovers */

.about{position: relative;background: url(images/about_in.gif) no-repeat;white-space: nowrap;display: block;}
.about a{display: block;width: 180px;height: 37px;}
.about img{width: 180px;height: 37px;border: 0}
.about a:hover img{visibility:hidden}

.practice {position: relative;background: url(images/practice_in.gif) no-repeat;white-space: nowrap;display: block;}
.practice a{display: block;width: 180px;height: 37px;}
.practice img{width: 180px;height: 37px;border: 0}
.practice a:hover img{visibility:hidden}

.support {position: relative;background: url(images/support_in.gif) no-repeat;white-space: nowrap;display: block;}
.support a{display: block;width: 180px;height: 37px;}
.support img{width: 180px;height: 37px;border: 0}
.support a:hover img{visibility:hidden}

.consult {position: relative;background: url(images/consulting_in.gif) no-repeat;white-space: nowrap;display: block;}
.consult a{display: block;width: 180px;height: 37px;}
.consult img{width: 180px;height: 37px;border: 0}
.consult a:hover img{visibility:hidden}

.instruct {position: relative;background: url(images/instruction_in.gif) no-repeat;white-space: nowrap;display: block;}
.instruct a{display: block;width: 180px;height: 37px;}
.instruct img{width: 180px;height: 37px;border: 0}
.instruct a:hover img{visibility:hidden}

.contact {position: relative;background: url(images/contact_in.gif) no-repeat;white-space: nowrap;display: block;}
.contact a{display: block;width: 180px;height: 37px;}
.contact img{width: 180px;height: 37px;border: 0}
.contact a:hover img{visibility:hidden}


