
* { /* sets 0 margin and 0 padding on everything */
	margin: 0; 
	padding: 0; 
}

body {
	background: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 980px 
}
a:link {
	color: #0059A1;
	text-decoration: none;
}
a:visited {
	color: #0059A1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapit {
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 980px;
  text-align: left;
}
#header {
	padding: 20px 0 10px 0;
}
#tk-head-text {
	position: relative;
	top: 20px;
	float: right;
}
#nav {
	background-color: #0059A1;
	height: 35px;
}
#nav table tr td {
	text-align: center;
}
#nav-marker {
	position: relative;
	top: 1px;
}
.cont {
	width: 100%;
}
.cont h1 {
	color: #33ff33;
}
.cont h2 {
	color: #33ff33;
	font-size: 1.2em;
	font-weight: normal;
}
.cont p {
	padding-bottom: 15px;
}
#half-right {
	float: right;
	width: 50%;
	margin-top:15px;
}
#half-left {
	width: 45%;
	float: left;
	margin-top:15px;
	margin-right: 40px;
}
#cont-right {
	float: right;
	height: 330px;
	background-color: #FFF;
	width: 50%;
}
#cont-left {
	width: 420px;
	float: left;
	height: 300px;
	background-color:#e6e6e6;
}
#cal-right {
	padding-top: 15px;
	float: right;
	width: 250px;
}
#cal-left {
	padding-top: 15px;
	float: left;
}
#why-med {
	padding: 20px;
	text-align: center;
	color: #33ff33;
	width: 432px;
	margin: 18px 0 0 18px;
	background-color: #0059A1;
	height: 262px;
}
#why-med ul {
	text-align: left;
	color: #FFFFFF;
	padding-left: 65px;
	line-height: 28px;
}
#why-med hr {
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	width: 472px;
	position: relative;
	left: -20px;
}
#myForm input {
	margin: 8px 0;
	width: 218px;
	color:#666666;
	text-align: center;
}
hr.green {
	color: #33ff33;
	width: 222px;
}
#footer {
	color: #999999;
	text-align: center;
	font-size: .85em;
}
#footer ul {
	text-align: center;
	list-style-type: none;
}
#footer ul li {
	display: inline;
	padding: 0 10px;
}
#footer ul li a {
	color: #0059A1;
	text-decoration: none;
	font-size: 1.25em;
}

/* fixes float hanging element bug \*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */