.disabled	{
	background-color:#ddd;
}
body {
	min-width:750px;
	color: black;

	
	font-family: "Lucida Sans Unicode",sans-serif;
	font-family:Arial,Helvetica,sans-serif;
	
	margin:0;
	width:100%;
	text-align:center;
	
	padding: 0;
	

}
#main	{
	width:100%;
	
	
}
.subMenu	{
	font-size:80%;
	margin-bottom:10px;
}
.subMenuItem	{
	display:block;
	cursor: hand;
	padding-left:10px;
}

form{
	margin:0;
	padding:0;
}
div	{
	border:0px solid #000;
}
img	{
	border:0;
}
#con p	{
	margin-top:0px;
margin-bottom:0px;
	
}
body table	{

	text-align:left;
}
h1	{
	font-size:22px;
}
#sent	{
	
	background-color:#DAEED1;
	padding:20px;
	width:80%;
	border:2px solid #BDD6A6;
	text-align:center;
}
#sent h1	{
	color:#307511;
	margin-bottom:15px;
}
#error	{
	
	background-color:#D03030;
	padding:20px;
	width:80%;
	border:2px solid #F7D3D3;
	text-align:center;
	color:#fff;
}
#error h1	{
	color:#fff;
	margin-bottom:15px;
}
.header h1	{
	color:#fff;
	font-size:36px;
	font-weight:normal;
	margin:0;
	margin-top:5pt;
	padding:15px;
	float:left;
}
.header	{
	text-align:left;
	width:100%;
	background-image:url('../images/template12/header_bg.gif');
	background-repeat:repeat-x;
	
	
	

}	
.header #imgGooglemap	{
	margin:10px 10px 10px 10px;
	float:left;

}	
.header #imgGooglemap img	{
	border:1px solid #666;
}
.header	#topMenu	{
	width:100%;
	
	border-top:1px solid #fff;

	
}
.header	#thirdLine	{
	width:100%;
	background-image:url('../images/smallgrey.png');
	background-repeat:repeat-x;
	height:29px;
}
.header #topMenu ul	{
	
	
	width:100%;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
	xpadding-left:100px;
	background-color:#000;
	clear:both;
	
}
.header #tomMenu li	{

	padding:0;
	margin:0;
}
.header	#topMenu ul li	{
	
	display:inline;
	margin-left:10px;
	
}
.header	#topMenu ul li a	{
	color:#fff;
	padding: 10px;
	font-weight:bold;
	text-decoration:none;
}
.header	#topMenu a:hover	{
	color:#fff;
	background-color:#B72D14;
	font-weight:bold;
}


#newsticker	{
	padding:8px;
	font-size:bold;
	background-color:#F2F2F2;
	color:#ff0000;
	font-size:15px;
	clear:both;
	
	margin:3px;
}
#newsticker	a:link{
	color:#fff;
}
#newsticker	a:visited{
	color:#fff;
}



#left	{
	float:left;
	
}
#menu	{
	margin:10px;
	margin-top:5px;
	border:1px solid #DEDFE7;
	background-color:#FFE5A4;
	background-color:#000;
}
#menu ul	{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu ul li	{
	text-align:left;
}
#menu a	{
	color:#970000;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:5px;
}
#menu a:hover	{
	background-color:#B72D14;
	display:block;
	color:#fff;
	padding:5px;
}
.menu_item, .menu_item_bg3	{
	
	border-bottom:1px solid #fff;
	
}
ul.sub {
	margin-bottom:4px;
}
.sub li	{
	padding-left:15px;
	padding-right:15px;

}
.sub li a:link	{
	font-size:90%;
}

#container	{
	width:100%;
	
	
}	
.contentTopLine {
		
	padding:5px;
	margin-top:2px;
	text-align:right;
}
.contentTopLine a	{
	cursor: pointer;
	cursor: hand;
}
#con	{
	margin:3px;
	float:left;
	width:75%;
	background-color:#fff;
	border:1px solid #000;
	text-align:left;
	padding:15px;
	
}
#footer	{
	text-align:left;
	
	padding:30px;
	text-align:center;
	font-size:80%;
	color:#fff;
	background-image:url('../images/smallfootred.png');
	background-repeat:repeat-x;
	height:40px;
	background-color:#B72D14;
	
}



















.prescriptionsForm p	{
	color: #ddd;
}
.prescriptionsForm label	{
	display: block;
	float: left;
	width: 180px;
	padding-right: 20px;
	text-align: right;
}

#formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#000;
	color:#000;
	padding: 1px 5px 1px 5px;
	background:url(../images/formbg.gif) repeat-x left top;
	width: 150px;
}


.prescriptionsForm input, .prescriptionsForm textarea	{
	float: left;
	color: #333;
	margin-bottom: 7px;
	background: #fff;
   border:1px solid #ccc;
	padding: 5px;
	/*width: 50%;*/
}
.prescriptionsForm input.red	{
	border: 3px solid #FF0000;
}

.prescriptionsForm input:focus {
	background-color: #EFF6FF;
}

.prescriptionsForm br {
	clear: left;
}


