@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
body {
	background-color: #CCCCCC;
}
.main_body {
	background-color: #FFFFFF;
	padding: 5px;
	width: 770px;
	height: 90%;
	margin-right:auto;
	margin-left:auto;
	border: 5px solid #999999;
}
.main_footer {
	background-color: #FFFFFF;
	padding: 5px;
	width: 770px;
	height: 100%;
	margin-right:auto;
	margin-left:auto;
	border: 5px solid #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	margin-top: 10px;
}
.hosting {
	padding: 0px;
	width: 770px;
	height: 100%;
	margin-right:auto;
	margin-left:auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	margin-top: 10px;
	color: #000000;
}
.banner_rotate {
	background-color: #FFFFFF;
	padding: 0px;
	height: 200px;
	width: 770px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	margin-right:auto;
	margin-left:auto;
}

.banner_logo {
	padding: 0px;
	width: 790px;
	margin-right:auto;
	margin-left:auto;
	text-align: right;
	height: 120px;
	margin-top: 10px;
	background-image: url(../../images/banners/sugarlandpethospital_gray.png);
	background-repeat: no-repeat;
}

.home_title {
	padding: 0px;
	height: 40px;
	width: 690px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #979797;
	margin-left:50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	margin-top: 30px;
	color: #470000;
}

.home_paneltext {
	background-color: #FFFFFF;
	padding: 0px;
	width: 650px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left:70px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 30px;
	text-align: left;
	list-style-type: circle;
	list-style-position: inside;
	margin-bottom: 30px;
}

.title {
	padding: 0px;
	height: 40px;
	width: 690px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #979797;
	margin-left:50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	margin-top: 30px;
	color: #470000;
	display: none;
}

.paneltext {
	background-color: #FFFFFF;
	padding: 0px;
	width: 650px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left:70px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 30px;
	text-align: left;
	list-style-type: circle;
	list-style-position: inside;
	margin-bottom: 30px;
	display: none;
}

*{
	margin:0;
	padding:0;
}
#menu{
	width:100%;
	text-align: left;
	
}
#menu ul{
	list-style:none;
}
#menu li{
	display:block;
	float:left;
}
#menu li a{
	background:#979797 url(../images/menu_bg.gif) repeat-x;
	border:2px solid #939393;
	margin:0 1px;
	padding:15px 15px 15px 15px;
	display:block;
	float:left;
	color:#fff;
	text-transform:capitalize;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	height: 80px;
	width: 70px;
}
#menu li a span{
	color:#FFFFFF;
	font-size:10px;
	text-transform:lowercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#menu li a:hover{
	border:2px solid #939393;
	text-decoration:none;
	background-color: #460100;
	background-image: url(../images/menu_hover.gif);
	background-repeat: repeat-x;
}
#menu li a:hover span{
	color:#FFFFFF;
}
.current{
	background:#bcbcbc url(../images/menu_hover.gif) repeat-x;
	border:2px solid #aeaeae;
	margin:0 1px;
	padding:15px 15px 15px 15px;
	display:block;
	float:left;
	color:#fff;
	text-transform:capitalize;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	cursor:pointer;
	font-weight:bold;
	height: 80px;
	text-align: left;
}
.current span{
	color:#FFFFFF;
	font-size:10px;
	text-transform:lowercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
