@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #3a3a3a;
	line-height: 18px;
}
#header{
	width: 990px;
	height: 324px;
	margin: 0px auto 0px auto;
	border: 0px solid #C03;
	display: block;
	
}
#head-bg {
	position: absolute;
	height: 324px;
	width: 990px;
	background-image: url(images/bg_top.jpg);
}

#head-content {
	width: 898px;
	height: 238px;
	margin: 22px 46px 0px 46px;
	font-size: 11px;
	background-image: url(images/bg_grad.png);
	background-repeat: repeat-x;
}

#head-left {
	width: 600px;
}

#head-right {
	width: 229px;
	float: right;
	line-height: 12px;
	margin: 10px 0px 0px 0px;
}

#head-right ul {
	padding: 0px;
	margin: 0px;
}

#head-right li {
	list-style-type: none;
	width: 200px;
	display: block;
	margin: 0px 0px 4px 0px;
}

#head-right input {
	width: 180px;
	height: 14px;
}

#head-right form {
	margin: 0px;
	padding: 0px;
}

#login-patient {
	margin: 20px 0px 0px 0px;
}

#login-provider {
	margin: 4px 0px 0px 0px;
}

#head-logo {
	width: 282px;
	height: 24px;
	/*margin: 18px 0px 0px 24px;*/
	padding: 18px;
}

#head-tag {
	width: 500px;
	margin: 40px auto 30px 60px;
	color: #666666;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
}

#head-nav {
	margin: 0px 0px 0px 46px;
	white-space: nowrap;
}

/* end top styles */
#main {
	width: 898px;
	margin: 25px auto 0px auto;
	display: block;
	min-height: 350px;
}

#main a {
	color: #600;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
}

#main #right-home {
	float: right;
	width: 345px;
}

#main #left-home {
	width: 525px;
	margin: 0px 20px 0px 0px;
}

#main #right {
	width: 721px;
}

#main #subnav {
	width: 154px;
	margin-right: 10px;
	float: left;
}

#main #subnav a {
	border: none;
		
}

#main #subscribe {
	min-height: 400px;
}

#main #subscribe input {
	width: 280px;
}

#main #subscribe textarea {
	width: 680px;
}

#main #subscribe-left {
	width: 400px;
}

#main #subscribe-right {
	width: 350px;
	margin-left: 380px;
	float: right;
}

#main #subscribePatient input {
	width: 500px;
}

#main #subscribePatient textarea {
	width: 500px;
}

.frame {
	border: 1px solid #dce3ea;
	padding: 3px;
	margin: 0px 0px 15px 0px
}

.frame-content{
	background-color: #f5f5f5;
	padding: 12px;
}

.frame-content p {
	margin: 5px 0px 0px 0px;
}

.frameblank {
	border: none;
	padding: 3px;
	margin: 0px 0px 15px 0px
}

.frameblank-content{
	padding: 12px;
}

.clean {
	list-style-type: none;
	display: block;
	margin: 0px 0px 4px 0px;
	padding-left: 0px;
}

.library-frame {
	border: 1px solid #dce3ea;
	margin: 0px 0px 15px 0px
}
.library-frame th{
	border-bottom: 1px solid #dce3ea;
	border-right: 1px solid #dce3ea;
}
.library-frame td{
	text-align: left;
	border-right: 1px solid #dce3ea;
}

/* footer styles */
#footer {
	width: auto;
	height: 51px;
	background-color: #024786;
	padding: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
	display: block;
}

#footer p{
	margin: 0px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}
/* end footer */


a {
	color: #2864b4;
	text-decoration: none;
}

h1 {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #214d7d;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 12px;
	line-height: 18px;
	color: #2864b4;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 12px;
	color: #990000;
}

.seperator-content {
	margin: 16px 5px 16px 5px;
	border-top: solid 1px #d4dde6;
}

.blue-bold {
	color: #003399;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.tableLeft {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
}

.tableRight {
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
}

.tableLeftBottom {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.tableRightBottom {
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
