/**
 * File: http://www.melandersportsmedicine.com/css/styles.css
 */

h1 { font: normal normal normal 1.3em "Impact",sans-serif; }

h2 { font: normal normal bold 1.1em "Verdana",sans-serif; }

a {
	color: #f47920;
	text-decoration: none;
}
a:link {}
a:visited {color: f47920;}
a:hover {border-bottom: 1px dotted #f47920;}
a:active {}


/** ****************
 * Headline
/** **************** **/
#headline {
	position: absolute;
	top: 115px;
	left: 650px;
	line-height: 1.5em;
}
#headline p {
	margin-bottom: .6em;
	color: #414042;
}
#headline .p2 {
	margin-bottom: 1.3em;
}
#headline h1 {
	color: #414042;
}
#headline ul {
	color: #414042;
	list-style-type: disc;
	list-style-image: url(/images/bullet.png);
	padding-top: .4em;
}
#headline ul li {
	margin-left: 1.5em;
	line-height: 1.2em;
	padding-bottom: .4em;
}


/** ****************
 * Column 1
/** **************** **/
.col1 {
	padding-left: 130px;
	padding-right: 20px;
	width: 325px;
	color: #414042;
	height: auto;
	position: relative;
}
.col1 h1 {
	margin: 1.4em 0 .3em 0;
}
.col1 h1.first {
	margin-top: 0;
}
.col1 p {
	font-size: .9em;
	margin: 0 0 1.3em 0;
	line-height: 1.5em;
}
.col1 img.scosa {
	display: block;
	padding: .8em 0;
}

/** ****************
 * Column 2
/** **************** **/
.col2 {
	width: 400px;
	padding-right: 10px;
	color: #414042;
	height: auto;
	position: relative;
}
.col2 h1 {
	margin-bottom: 1.3em;
}
img.melander {
	border: 0;
	float: left;
	display: block;
	width: 90px;
	height: 120px;
	padding: 0 1.2em .5em 0;
}
.col2 p {
	font-size: .9em;
	margin: 0 0 1em 0;
	line-height: 1.6em;
}

/* *****************
 *  Contact form
 *  ****************/
h2.contactheader {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: .3em 0 .3em 0;
	font-size: 1.3em;
	color: #746459;
	border-bottom: 1px solid #ccc;
	padding: 0 0 .3em 0;
	margin: 0 0 .5em 0;
}

#contactformcontainer {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 30em;
	background-color: #fff;
	border: 2px solid #f47920;
}
#contactformwrap {
	padding: 1em 1em 1em 1em;
}
#contactformcontainer label.pretty {
	margin-bottom: 1em;
	text-align: right;
	width: 11em;
}
#contactformcontainer input.pretty {
	margin-bottom: 1em;
}
#contactformcontainer textarea.pretty {
	margin-bottom: 1em;
}
#contactformcontainer input.formfielderror {
	background-color: #ffcccc;
	border: 1px solid #990000;
	color: #990000;
}
#contactformcontainer label.formfielderror {
	color: #990000;
}
.submitbuttoncontainer {
	padding: .5em 0;
	border-top: 1px solid #ccc;
}
#contactmessagecontainer {
	display: none;
	visibility: hidden;
	background-color: #fff;
	border: 2px solid #5fa79a;
}
#contactmessagewrap {
	padding: 1em 1em 1em 1em;
}
.error {
	background-color: #ffcccc;
	border: 2px solid #990000;
	color: #990000;
	padding: .5em;
	margin: .5em .5em 1em .5em;
}
.error ul {
	padding: 0;
	margin: 0;
}
.closefooter {
	border-top: 0px solid #d7eee7;
	color: #d7eee7;
	padding: .5em 0 0 0;
	position: absolute;
	text-align: right;
	right: 1em;
	top: .5em;
	width: 100%;
}
.closefooter a { color: #746459; text-decoration: underline;}
.closefooter a:link { color: #746459; text-decoration: underline;}
.closefooter a:active { color: #746459; text-decoration: underline;}
.closefooter a:visited { color: #746459; text-decoration: underline;}
.closefooter a:hover { color: #746459; text-decoration: underline;}

input.submit {
	background-color: #f47920;
	border-width: 0;
	color: #fff;
	text-transform: uppercase;
	width: 6em;
	border: 1px solid #fff;
}
input.submithover {
	background-color: #FFFFFF;
	color: #f47920;
	cursor: pointer;
	border: 1px solid #f47920;
}

input, select, textarea {
	font: 100.01%/1.5em Verdana, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #dadada;
	margin: 0;
	padding: 2px 3px 4px 3px; 
}
textarea {
	line-height:1.4em;
}
 
label {
	cursor:pointer;
}
input.pretty {
	display: block;
	float: left;
	margin: 0 1em 1.5em 0;
	width: 13em;
}
label.pretty {
	display: block;
	float: left;
	margin: 0 1em 1.5em 0;
	width: 20em;
}
select.pretty {
	display: block;
	float: left;
	margin: 0 1em 2em 0;
	width: 15em;
}
br.pretty {
	clear: both;
}
textarea.pretty:focus,
select.pretty:focus,
input.pretty:focus {
	border: 1px solid #f47920;
}
