body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: Orange;
   	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#800080), to(#ffa500));
   	background-image: -webkit-linear-gradient(top, #800080, #ffa500);
   	background-image:    -moz-linear-gradient(top, #800080, #ffa500);
   	background-image:     -ms-linear-gradient(top, #800080, #ffa500);
   	background-image:      -o-linear-gradient(top, #800080, #ffa500);
   	font: normal 62.5% Arial, Helvetica, sans-serif;
	}

#container {
	width:80%;
	margin:12px auto;
	padding: 0px 30px 10px 30px;
	background-color: Wheat;
	~webkit-border-radius: 9px;
     ~moz-border-radius: 9px;
     border-radius: 9px;
     ~webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     ~moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(blanchedalmond), to(tan));
   	background-image: -webkit-linear-gradient(top, blanchedalmond 40%, tan);
   	background-image:    -moz-linear-gradient(top, blanchedalmond 40%, tan);
   	background-image:     -ms-linear-gradient(top, blanchedalmond 40%, tan);
   	background-image:      -o-linear-gradient(top, blanchedalmond 40%, tan);
	background: linear-gradient(top, blanchedalmond 40%, tan 100%);
    position:relative;
    overflow: auto;
	}

#header {
	height: 270px;
	background-image: url('Graphics/Beach.png');
	background-position: top left, cover;
	background-size: 100%;
	background-repeat: no-repeat;
	}
	
#header_condo {
	height: 270px;
	background-image: url('Graphics/Mar-y-Sol-Logo-Rotated.png'), url('Graphics/Beach.png');
	background-position: top left, cover;
	background-size: 22%, 100%;
	background-repeat: no-repeat;
	}
	
#doctorin {
	margin:12px auto;
	width:95%;
	color:red;
	font-size:1.3em;
	font-weight:500;
	border:2px solid blue;
	padding:5px 10px 5px 10px;
	background-color:yellow;
	/* display:none; */
	}
	
#menu {
	font-size:1.2em;
	background-color: black;
	width:100%;
	overflow: auto;
	padding:5px 0px 5px 0px;
	margin:10px 0px 10px 0px;
	~webkit-border-radius: 9px;
    ~moz-border-radius: 9px;
    border-radius: 9px;
    ~webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    ~moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
	
#menu ul {
	list-style-type: none;
	height: 1.5em;
	width: 95%;
	margin: auto;
	}
	
#menu li {
	float:left;
	}
	
#menu ul a {
	padding-right: 32px;
	display: block;
	line-height: 1.3;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	}
	
#menu ul a:hover {
	color:yellow;
	}
	
#footer	{
	clear:both;
	font-size:1.4em;
	width:80%;
	padding: 0px 30px 0px 30px;
	margin: 12px auto;
	font-weight: light;
	background-color:tan;
	-webkit-border-radius: 9px;
     -moz-border-radius: 9px;
     border-radius: 9px;
     -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
     overflow: auto;
	}

img {
	float: left;
	~webkit-border-radius: 9px;
     ~moz-border-radius: 9px;
     border-radius: 9px;
     ~webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     ~moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}

p, ul, ol	{
	font-size: 1.5em;
	line-height: 1.2;
	}
	
li	{
	margin-top:0.2em;
	}
	
dl	{
	font-size: 1.5em;
	line-height: 1.2;
	}
	
dt	{
	font-weight: bold;
	}
	
dd	{
	margin-left:20px;
	}
	
table	{
		border-collapse:collapse;
		width:40%;
		font-size:1.2em;
		margin:10px auto;
		background-color:Wheat;
		~webkit-border-radius: 9px;
     	~moz-border-radius: 9px;
     	border-radius: 9px;
     	~webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    	 ~moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     	box-shadow: 0 0 10px rgba(0,0,0,0.5);
		}
		
th, td	{
		border: 1px solid black;
		text-align: center;
		padding: 4px;
		}
	
th  {
	line-height:0.85;
	}

.box {
	float: left;
	width: 40%;
	background-color: transparent;
	border-style: ridge;
	border-width: thick;
	padding: 5px;
	margin: 10px;
	}
	
.message	{
	overflow:auto;
	margin:12px auto;
	width:90%;
	color:red;
	font-size:1.3em;
	font-weight:600;
	border:2px solid blue;
	padding:10px;
	}

.clear {
	clear: both;
	}

.title {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	line-height: 0.9em;
	margin-bottom: .5em;
	}

.subtitle {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	line-height: 0.95em;
	padding-bottom: 0px;
	margin-top: .7em;
	border-width: 0;
	margin: 0;
	}

.heading	{
			color: #990000;
			font-size: 2em;
			}
			
.indent	{
	margin-left: 20px;
	}
	
.mi	{
	background-color: maroon;
	color: white;
	}
	
.km	{
	background-color: white;
	color: black;
	}
	
.rotate {
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
	}
			


