@charset "utf-8";
* {
	margin: 0 auto 0 auto; /* GLOBAL RESET */
	padding: 0;
}

div, p, ul, img{
	padding:0px; margin:0px; border:none;
}
ul{
	list-style-type:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #002252;
	background-image: url(../images/about_bg.jpg);
	background-repeat: repeat-x;
}
#logo {
	height: 81px;
	width: 300px;
	margin-top: 20px;
	float: left;
}
#nav {
	background-image: url(../images/bg_nav.png);
	width: 240px;
	float: right;
	clear: none;
	height: 34px;
	margin-right: 30px;
	margin-top: 50px;
}
#nav ul li {
	padding-top: 7px;
	float: left;
	margin-left: 20px;
}
#nav ul li a {
	color: #002252;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav ul li a:active {
	color: #b65312;
}

#nav ul li a:hover {
	color: #b65312;
}
#medcart {
	margin-left: 350px;
	margin-top: 5px;
	height: 290px;
	width: 109px;
	float: left;
}
#telemed {
	float: left;
	width: 500px;
	margin-left: 30px;
	margin-top: 50px;
}


#intro {
	width: 500px;
	float: left;
	margin-top: 20px;
}
h1 {
	color: #fff;
	font-size: 24px;
}
#button {
	margin-top: 8px;
	height: 35px;
	width: 146px;
}
#cadeucas {
	float: left;
	height: 205px;
	width: 127px;
	margin-top: 20px;
	margin-left: 150px;
}



.oneColFixCtrHdr #container {
	width: 1020px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg_contact_container.jpg);
}

.oneColFixCtrHdr #header {
	height: 125px;
	padding-right: 10px;
	padding-left: 20px;
	background-color: transparent;
	background-position: center top;
	padding-top: 0;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 556px;
	background-color: transparent;
	background-position: center top;
	clear: both;
}
.contactform {
	background-image: url(../images/bg_contact.png);
	background-repeat: no-repeat;
	height: 340px;
	width: 479px;
	margin-top: 125px;
	margin-left: 250px;
	float: left;
}
.form {
	width: 310px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	color: #7598C0;
	font-weight: bold;
	font-size: 12px;
}
#medcartform {
	padding: 4px;
}

.oneColFixCtrHdr #footer {
	height: 164px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #C5D2E3;
}
.column {
	width: 220px;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}
.column_hdr {
	height: 25px;
	width: 140px;
}
#footer .column p a {
	color: #b65312;
	text-decoration: none;
}
#footer .column p a:hover {
	color: #7598C0;
}
.radiant_logo {
	float: left;
	height: 90px;
	width: 179px;
	margin-left: 60px;
	margin-top: 20px;
}



.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}
.message {
	font-size: 12px;
	font-weight: bold;
	color: #b65312;
	height: 200px;
	float: left;
	clear: both;
	width: 310px;
	margin-left: 150px;
	margin-top: 75px;
}
