/*
	style info for waco bone and joint clinic
*/


/*  General rules */
	
img	{
	display: block;
	border: 0;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

body {
	background-color: #FFF;
	margin: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	text-align: center;
	border:0;
	

}


#containerTable {
	background-color: #D6D5AD;
	background-image: url(/images_gui/background.jpg);
	background-repeat: repeat-x;
	
	border-right: 1px solid white;
	margin: 0;
	
	text-align: center;
	
}



#copyCell {
        border-right: 1px solid white;
		border-left: 1px solid white;
}

#copyElement {
        border-right: 0px;
		border-left: 0px;
}

#sideElement {
        border-right: 0px;
		border-left: 0px;
}

#disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #666666;
	margin-top: 5px;
}

#vertSpacer {
	float:left;
	clear:right;
	visibility: hidden;
}

#flashHeader {
	float:left;
	clear:right;
	
}

#nav {
	float:right;
	clear:left;
	margin-bottom: 15px;
	margin-right: 5px;
	padding: 0;
	visibility: hidden;
}



#disclaimer a:link{
	color: #666666;
}

#disclaimer a:visited{
	color: #666666;
}

#disclaimer a:active{
	color: #666666;
}

#disclaimer a:hover{
	color: #666666;
	text-decoration: underline;
}


/*  Horizontal nav */

a:link {
	color: #3B6F3B;
	text-decoration: none;
}
a:visited {
	color: #3B6F3B;
	text-decoration: none;
}
a:active {
	color: #3B6F3B;
	text-decoration: none;
}
a:hover {
	color: #3B6F3B;
	text-decoration: underline;
}
