
*{
	padding: 0px;
	margin: 0px;
}
body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url('../images/bg.jpg') repeat-x;
}
#wrapper{
	width: 940px;
	margin: 0px auto;
}
.clear{
	clear: both;
}
#header{
	width: 100%;
	padding: 30px 0 15px 30px;
}
	h1{
		background: url('../images/logo.jpg') no-repeat;
		display: block;
		width: 781px;
		height: 143px;
		text-indent: -9999px;
	}
	
		h1 a {
			display: block;
			width: 100%;
			height: 100%;
			}
	
#middle{
	width: 100%;
	border-top: 1px solid #dcdbdb;
	border-bottom: 1px solid #dcdbdb;
	height: auto;
	position: relative;
	margin: 0px;
	padding: 0 0 20px 0;
}

/*Form

#login form {
	height: 100px;
	width: 200px;
	margin:8px 0 0 20px;
	position: relative;
}
#login label {
	width: 50px;
	text-align: right;
	display:block;
	float:left;
	color: #00aeef;
	font-size: 13px;
	margin: 10px 0 0 0px;
	font-style: italic;
}
#login input {
	height: 13px;
	width: 115px;
	font-size:11px;
	padding:2px 0 2px 1px;
	margin: 10px 0 0 20px;
}
#login .submit {
width: 83px;
height: 27px;
background: url('../images/login_button.jpg');
float: right;
margin: 0;
position:absolute;
right:5px;	
top:70px;
border: none;
text-indent: -9999px;
}
*/
#mainpara{
	position: absolute;
	top:280px;
	right: 30px;
	width: 300px;
	height: 175px;
}
	#mainpara ul{
		margin: 4px 0 0 50px;
	}
	#mainpara ul li{
		list-style-image: url('../images/bullet.png');
		line-height: 116%;
	}
	#mainpara ul li a{
		color: #696a6c;
		font-size: 14px;
		text-decoration: none;
	}
		#mainpara ul li a:hover{
		text-decoration: underline;
	}

#mainpara h2 {
	line-height: 100%;
	font-size: 14px;
	}


h2{
	color: #00aeef;
	font-size: 19px;
}
	#circle{
		background: url('../images/joelandjim2.png');
		width: 658px;
		height: 671px;
		margin: 40px 0 0 70px;
	}
	#clinicians{
		background: url('../images/clinicians.png');
		width: 190px;
		height: 60px;
		position: absolute;
		top:112px;
		left:163px;
	}
		#clinicians a{
			width: 190px;
			height: 60px;
			display: block;
			text-indent: -9999px
		}
	#patients{
		background: url('../images/patients.png');
		width: 171px;
		height: 64px;
		top:171px;
		left: 107px;
		position: absolute;
	}
		#patients a{
			width: 171px;
			height: 64px;
			display: block;
			text-indent: -9999px
		}
	#navlogin{
		background: url('../images/login.png');
		width: 137px;
		height: 70px;
		position: absolute;
		top:241px;
		left:80px;
	}
		#navlogin a{
			width: 137px;
			height: 70px;
			display: block;
			text-indent: -9999px
		}

	#stepwatch {
		background:url("../images/stepwatch.png") repeat scroll 0 0 transparent;
		height:107px;
		left:58px;
		position:absolute;
		top:322px;
		width:223px;
		}
		#stepwatch a{
			width: 100%;
			display: block;
			height: 100%;
			text-indent: -9999px
		}

	
#logo{
	background: url('../images/orthologo.png');
	width: 198px;
	height: 88px;
	text-indent: -9999px;
	position:absolute;
	bottom: 0px;
	right: 0px;
}
	#logo a{
		width: 198px;
		height: 88px;
		display: block;
	}
	#quote{
		width: 220px;
		height: 100px;
		background: url('../images/login_bg.jpg') repeat-x;
		position: absolute;
		top:0px;
		right:0px;
		padding: 10px;
		text-align: right;
		font-size: 16px;
		color: #696A6C;
		line-height:135%;
	}
		span.quotes{
			color: #00AEEF;
			font-weight: bold;
		}
		span.name{
			font-style: italic;
			font-size: 14px;
		}
#footer{
	width: 100%;
	font-size: 11px;
	color: #696a6c;
	padding: 10px 0 40px 0;
}
#footer p{
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 750px;
	float:left;
}
#footer a{
	color: #696a6c;
	text-decoration: none;
	float: left;
}
/*Subpage*/
#circle_sub{
	background: url('../images/sub_circle.png');
	width: 658px;
	height: 671px;
	margin: 40px 0 0 70px;
	position: relative;
}
#inner_circle{
	position: absolute;
	top:130px;
	left: 143px;
	width: 660px;
	height: 425px;
	z-index: 2;
}
	#inner_circle a{
		color: #696a6c;
		font-size: 14px;
		text-decoration: none;
		font-style: italic;
		margin-bottom: 10px;
		display: block;
	}
	#inner_circle a:hover{
		color: #00AEEF;
	}
.scroll{
	width: 700px;
	height: 410px;
	overflow: scroll;
}

/*Random Classes and IDs*/

	#button {
		background: #E3E3E3;
		color: #00AEEF;
		border: 1px solid #ccc;
		-moz-border-radius: 6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		padding: 4px;
		text-decoration: none;
		position: absolute;
		top: 30px;
		text-shadow: 2px 2px 2px #ccc;
		}
		
		
		
	#button:hover {
		-moz-box-shadow: 1px 1px 7px #ccc;
		-webkit-box-shadow: 1px 1px 7px #ccc;
		box-shadow: 1px 1px 7px #ccc;
		}
	
	#rd-award-logo {
		position:absolute;
		right:100px;
		top:160px;
		}	
	
	.pdf {
		background: url('../images/pdf.gif') no-repeat top right;
		padding-right: 18px;
		
		}

/*Contact form*/

div.contact {
	font-size: 13px;
	color: #696A6C;
	}

div.contact form {
	margin-top: 10px;
	width: 350px;
	}

div.contact h3 {
	color: #777;
	margin-bottom: 4px;
	margin-top: 4px;
	}


div.contact label {
	font-size: 14px;
	display:  inline;
	float: left;
	}

div.contact form p {
	float: right;
	display: inline;
	margin-bottom: 10px;
	clear: right;
	width: 200px;
	}

div.contact p input {
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 5px;
	}

div.contact ul {
	margin-left: 20px;
	}

div.contact #error {
	padding: 5px;
	background: red;
	color: white;
	width: 350px;
	}

div.contact #submit {
	clear: both;
	cursor: pointer;
	width: 360px;
	margin-top: 10px;
	background: #DAECF6;
	color: #666;	
	padding: 5px 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 13px;
	}

div.contact #submit:hover {
	background: #E2E2E3;	
	}


