BODY {
	margin: 0px;
	background-image: url(../images/top_gradiant.jpg);
	background-repeat: repeat-x;
	text-align: left;
	font-family: calibri;
	}

#container {
	margin: 0px 0px 0px 20px;
	width: 950px;
	text-align: left;
	}

DIV.clearer {
	clear: left; 
	line-height: 0; 
	height: 0;
	}

/* Top Header */
	
#top {
	width: 100%;
	background-image: url(../images/top_gradiant.jpg);
	}

#topleft {
	margin: 5px 0px 0px 0px;
	float: left;
	width: 400px;
	text-align: center;
	}
	
#topright {
	margin: 5px 0px 0px 0px;
	width: 550px;
	float: right;
	}

#logo {
	margin: 5px 0px 0px 0px;
	float: left;
	}

#mainlogo {
	border-style: none;
	}

#cname {
	margin: 20px 0px 0px 20px;
	font-size: x-large;
	float: left;
	}

#medical {
	color: black;
	font-size: large;
	}

#login {
	margin: 15px 0px 0px 0px;
	float: right;
	}

#login a {
	text-decoration: none;
	font-size: small;
	color: black;
	}

#login a:hover {
	color: #006b33;
	}

/* Top Nav */

#topnav {
	margin: 43px 0px 0px 0px;
	}

#topnav ul {
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: center;
	}

#topnav ul li {
	display: inline;
	}

#topnav ul li a {
	margin: 30px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	border-top: 1px solid gray;
	border-right: 5px solid gray;
	border-bottom: 1px solid gray;
	border-left: 5px solid gray;
	background-color: #e9e8e9;
	float: left;
	text-decoration: none;
	color: black;
	font-weight: bold;
	text-align:center;
	}

#topnav ul li a#home {
	width: 50px;
	}

#topnav ul li a#divisions {
	width: 60px;
	}

#topnav ul li a#contactus {
	width: 75px;
	}

#topnav ul li a#employees {
	width: 70px;
	}

#topnav ul li a#aboutus {
	width: 70px;
	}

#topnav ul li a.current {
	margin: 30px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	border-top: 1px solid gray;
	border-right: 5px solid #006b33;
	border-bottom: 1px solid gray;
	border-left: 5px solid #006b33;
	background-color: white;
	float: left;
	text-decoration: none;
	}

#topnav ul li a:hover {
	border-top: 1px solid gray;
	border-right: 5px solid #006b33;
	border-bottom: 1px solid gray;
	border-left: 5px solid #006b33;
	background-color: white;
	}
	
/* Main content area */

#main {
	margin: 30px 0px 0px 0px;
	width: 100%;
	clear: both;
	}

#leftcolumn {
	margin: 0px 0px 20px 0px;
	width: 450px;
	float: left;
	}

#rightcolumn {
	margin: 0px 0px 20px 0px;
	width: 490px;
	float: right;
	}
	
#contenttop {
	padding: 5px;
	border: 1px solid black;
	background-color: #bbbbbb;
	}

#contentbody {
	padding: 20px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	float: right;
	clear: left;
	}

.rotatorbox {
	margin: 0px;
	border: 1px solid black;
	width: 220px;
	float:left;
	}

.rotatorlong {
	margin: 0px;
	border-top: 1px solid gray;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	width: 442px;
	float:left;
	}

.maincolumn {
	margin: 0px;
	padding: 0px;
	width: 200px;
	clear:right;
	float: left;
	}

.topcolumn {
	margin: 0px;
	padding: 0px;
	width: 300px;
	clear:both;
	}

/* Call to Action */

#ctatop {
	margin: 20px 0px 0px 0px;
	border: 1px solid #006b33;
	padding: 5px;
	width: 480px;
	text-align: center;
	float:right;
	font-weight: bold;
	font-size: large;
	}


#cta {
	margin-bottom: 20px;
	border-left: 1px solid #006b33;
	border-right: 1px solid #006b33;
	border-bottom: 1px solid #006b33;
	padding: 5px;
	width: 480px;
	float:right;
	text-align: center;
	font-size: small;
	}

/* Text Styles */

H1 {
	margin: 0px 0px 0px 20px;
	font-size: large;
	}

.highlight {
	color: #006b33;
	font-weight:bold;
	display: inline;
	}

.highlightbig {
	color: #006b33;
	font-weight:bold;
	font-size:xx-large;
	display: inline;
	}

#main H2 {
	font-size: medium;
	margin-bottom: 5px;
	}

a {
	text-decoration: none;
	color: black;
	}

a:hover {
	color: #006b33;
	}

a:visited {
	color: #006b33;
	}

/* Footer */

#footer {
	margin-top: 20px;
	border-top: double;
	padding: 1em 0em 1em 0em;
	width: 100%;
	clear: both;
	background-color: white;
	text-align: left;
	}

#footer a {
	text-decoration: none;
	font-size: small;
	color: black;
	}

#footer a:hover {
	color: #006b33;
	}

#copy {
	margin: 0px;
	padding: 10px 10px 10px 0px;
	clear: both;
	color: gray;
	font-size: small;
	}