/* author: Glenn Roper II */

/* -Universal
=============================================================
*/

* {margin: 0; padding: 0} /* universal selector reset */

body {
	background-color: #353C45;
	background-image: url(../images/emr/background.png);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	}



/* -Layout
=============================================================
*/

#container {
	position: relative;	
	margin-left: auto;
	margin-right: auto;
	width: 644px;
	height: 900px;
	background-color: #fff;
}

#navigation {
	border: 0px solid red;
	width: 553px;
	height: 36px;
	margin-left: auto;
	padding-top: 310px;
	margin-right: auto;
}

#navigation ul {
}

ul li {
	border: 0px solid red;
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px;
}

 ul li#about a {
 	border: 0px solid red;
	display: block;
	height: 36px;
	width: 100px;
	background: transparent url(../images/emr/nav_image.png) no-repeat 0 0;
	text-indent: -9009px;	
}

ul li#services a {
		display:block;
		height:36px; 
		width:85px;
		background:transparent url(../images/emr/nav_image.png) no-repeat 0 0;
		background-position: -100px 0px;
		text-indent:-9009px;
}

ul li#education a {
		display:block;
		height:36px; 
		width:96px;
		background:transparent url(../images/emr/nav_image.png) no-repeat 0 0;
		background-position: -185px 0px;
		text-indent:-9009px;
}

ul li#news a {
		display:block;
		height:36px; 
		width:91px;
		background:transparent url(../images/emr/nav_image.png) no-repeat 0 0;
		background-position: -281px 0px;
		text-indent:-9009px;
}

ul li#contact a {
		display:block;
		height:36px; 
		width:111px;
		background:transparent url(../images/emr/nav_image.png) no-repeat 0 0;
		background-position: -372px 0px;
		text-indent:-9009px;
}

ul li#links a {
		display:block;
		height:36px; 
		width:67px;
		background:transparent url(../images/emr/nav_image.png) no-repeat 0 0;
		background-position: -483px 0px;
		text-indent:-9009px;
}
#header {

}


#content {
	border-right: 2px solid #E17129;
	border-left: 2px solid #E17129;
	width: 644px;
	height: 900px;
	background-image: url(../images/emr/emr_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff;
	position: relative;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	opacity: 100;	
}

#blurb1 {
	width: 600px;
	height: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#blurb1 h2{
	border: 0px solid red;
	height: 0px;
	width: 170px;
	background: transparent url(../images/emr/h2_save_header.png) no-repeat 0 0;
	text-indent: -9009px;
	margin-right: auto;
	margin-left: auto;

}

.more {
	border: 0px solid red;
	display: inline-block;
	width: 57px;
	height: 18px;
	margin-top: 0px;
	background: transparent url(../images/emr/more_info.png) no-repeat 0 0;
	text-indent: -9009px;
	
}

#newemr {
	border: 0px solid red;
	width: 150px;
	height: 20px;
	text-align: center;
	margin-right: auto;
	marg;in-left: auto;
	margin-top: 30px;
	position: relative;
	float: left;
}

#newemr a {
	border: 0px solid red;
	display: block;
	width: 209px;
	height: 61px;
	margin-left: 60px;
	margin-top: 40px;
	background: transparent url(../images/emr/need_emr_button.png) no-repeat 0 0;
	text-indent: -9009px;
}

#currentemr {
		border: 0px solid red;
		width: 150px;
		height: 20px;
		text-align: center;
		margin-right: auto;
		marg;in-left: auto;
		margin-top: 30px;
		position: relative;
		float: right;
}
	
#currentemr a {
		border: 0px solid red;
		display: block;
		width: 209px;
		height: 61px;
		margin-top: 40px;		
		margin-left: -110px;
		background: transparent url(../images/emr/have_emr_button.png) no-repeat 0 0;
		text-indent: -9009px;
}
	
#footer {
	border: 0px solid red;
	clear: both;
	width: 200px;
	height: 20px;
	position: relative;
	margin-top: -40px;
	margin-left: auto;
	margin-right: auto;
}



/* -Typography 
=============================================================
*/
body {
	font-family: Garamond, "Times New Roman", sans-serif; /* set font family */
	color: #111; /* font color ?? */
}

.page {
	
}

a:hover{
	color: #80c7eb;
}
/* HEADERS */
h1 {
	padding: 10px 35px 0px;
	font-family: "Gill Sans", Helvetica, Verdana, sans-serif;
	color: #fff;
}

h2, h3 {
	padding: 15px 15px;
	margin: 20px 20px 5px 20px;
	font-family: "Gill Sans", Helvetica, Verdana, sans-serif;
	font-size: 1em;
}

/*PARAGRAPH */
p {
	padding: 0px 20px;
	font-family: "Gill Sans", Helvetica, Verdana, sans-serif;
	font-weight: 200;
	font-size: small;
}

.ah{
	color: #fff;
}

/*LISTS */
ul {


}

ul li a{
	font-family: "Gill Sans", Helvetica, Verdana, sans-serif;
	font-size: .6em;
	
}

#newemr a{
	font-family: "Gill Sans", Helvetica, Verdana, sans-serif;
	color: #111;
	padding: 0px 0px;
	font-weight: 500;
}
#footer p{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	color: #111;
	padding: 0px 0px;
	font-weight: 300;
}
#footer .tca{
	font-size: 1.2em;
}

}
#footer a{
	text-decoration: none;
	color: #252525;
}
