
@import url(reset.css);
@import url(nav.css);

/* --------- GENERAL --------- */

body {
	margin: 0;
	/*background: #f0f0f0;*/
	background: #f6f5f5;
	font-family: Arial;
}

form {
	margin: 0px;
	padding: 0px;
}

.error {
	color: #a41c20;
}

.errorStar {
	color: #a41c20;
}

img {
	border: 0px;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #464646;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 4px 0;
	font-size: 14px;
	font-weight: normal !important;
	line-height: 19px;
	color: #977822;
	text-transform: uppercase;
}

hr {
	clear: both;
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dadbdc;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

textarea {
	width: 99%;
}

.altrow {
	background: #eff8ff;
}

.altrow2 {
	background: #f9fcff;
}

a {
	font-family: Arial;
	outline: 0px;
}



/* --------- DIV IDS --------- */

#coverpage {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=0);
	moz-opacity: .0;
	opacity: .0;
	text-align: center;
}
#coverpage img {
	margin-top: 200px;
}

#page {
	position: relative;
	z-index: 30;
	margin: 0 auto;
	width: 966px;
	background: #fff;
}

#header {
	position: relative;
	height: 96px;
	width: 100%;
	background: url('../images/bg_header.jpg') repeat-x;
}

#logo {
	position: absolute;
	top: 0px;
	left: 30px;
}

#toll-free {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	width: 277px;
	height: 19px;
	padding: 4px 0 0 0;
	background: url('../images/bg_toll_free.jpg') repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #ded6c2;
}

#left-content {
	float: left;
	width: 689px;
}

#banner {
	clear: both;
	width: 100%;
}

#internal-txt, #internal-txt-extend {
	position: relative;
	float: left;
	margin-left: 27px;
	min-height: 300px;
	padding: 0 0 50px 0;
}

#internal-txt {
	width: 462px;
}

#internal-txt-extend {
	width: 622px;
}

#right-content {
	float: left;
	width: 277px;
}

#grey-box {
	position: relative;
	width: 237px;
	height: 134px;
	padding: 16px 20px 13px 20px;
	background: #f1f1f1 url('../images/grad_grey_white.jpg') repeat-x;
}
#grey-box div {
	margin-bottom: 10px;
	width: 237px;
	height: 47px;
	padding: 6px 0 0 0;
	/*border-left: 1px solid #c5ac6a;*/
	/*border-right: 1px solid #c5ac6a;*/
	/*background: #f1f1f1 url('../images/bg_greybox_int.jpg') repeat-x;*/
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #212463;
}
#grey-box div img {
	float: left;
	margin-top: 4px;
	margin-right: 6px;
}
#grey-box h4 {
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 20px;
	color: #212463;
	letter-spacing: -1px;
	text-transform: uppercase;
}
#grey-box #schedule, #grey-box #learn {
	position: absolute;
	text-decoration: none;
	font-size: 12px;
	color: #212463;
	padding: 0 0 0 14px;
	background: url('../images/arrow_greybox.jpg') no-repeat 0 2px;
}
#grey-box #learn {
	bottom: 12px;
	left: 20px
}
#grey-box #schedule {
	bottom: 12px;
	left: 110px
}
#grey-box #schedule:hover, #grey-box #learn:hover {
	text-decoration: underline;
}

#dr-sonny {
	clear: both;
	width: 240px;
	height: 100px;
	padding: 48px 0 0 37px;
	background: url('../images/dr_sonny.jpg') no-repeat;
	font-size: 12px;
	line-height: 120%;
}
#dr-sonny a {
	text-decoration: none;
	color: #232669;
}
#dr-sonny a:hover {
	text-decoration: underline;
}

#submit-questions {
	clear: both;
	float: left;
	width: 238px;
	padding: 18px 20px 12px 19px;
	margin-bottom: 2px;
	background: #232669 url('/images/grad_blue.jpg') repeat-x bottom left;
	font-size: 12px;
	color: #fff;
}
#submit-questions input {
	margin-bottom: 6px;
}

#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -150px;
	width: 300px;
	height: 100px;
	display: none;
	background: #fff;
	padding: 50px 0 0 0;
	text-align: center;
	border: 10px solid #ccc;
}
#loading img {
	position: absolute;
	top: 65px;
	left: 60px;
}
#loading p {
	position: absolute;
	top: 64px;
	left: 80px;
}

#loadingResume {
	position: absolute;
	top: 3500px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	height: 100px;
	display: none;
	background: #fff;
	padding: 50px 0 0 0;
	text-align: center;
	border: 10px solid #ccc;
}
#loadingResume img {
	position: absolute;
	top: 65px;
	left: 60px;
}
#loadingResume p {
	position: absolute;
	top: 64px;
	left: 80px;
}

#footer {
	clear: both;
	height: 20px;
	width: 966px;
	padding: 8px 0 0 0;
	background: #e2e2e2;
	text-align: center;
}
#footer a {
	padding: 0 6px 0 6px;
}

#siteby {
	clear: both;
	float: left;
	width: 966px;
	text-align: center;
	background: #f6f5f5;
	padding: 20px 0 0 0;
}
#siteby a {
	text-decoration: none;
	color: #a9a8a8;
	font-size: 11px;
}
#siteby a:hover {
	color: #8d8d8d;
}

* html #xxxxx {
	display: inline;
}


/* --------- DIV CLASSES --------- */

.clear {
	clear: both;
	width: 100%;
	height: 1px;
}

.hold {
	clear: both;
	width: 100%;
}

.home {
	height: 319px;
}

.internal {
	height: 163px;
	margin-bottom: 30px;
	background: #ccc;
}

.blue-box {
	clear: both;
	float: left;
	width: 258px;
	height: 59px;
	padding: 18px 0 0 19px;
	margin-bottom: 2px;
	background: #f1f1f1 url('../images/grad_blue.jpg') repeat-x;
}
.blue-box a {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	padding: 0 0 0 14px;
	background: url('../images/arrow_fat.jpg') no-repeat 0 2px;
}
.blue-box a:hover {
	text-decoration: underline;
}

.clinic {
	position: relative;
	float: left;
	width: 282px;
	padding: 10px 10px 10px 14px;
	line-height: 16px !important;
	background: #e8e9ef;
}
.clinic a.map {
	position: absolute;
	bottom: 8px;
	right: 14px;
	font-size: 10px;
	color: #71749d;
}
.clinic a.map:hover {
	color: #977822;
}

.first, .second {
	border-bottom: 10px solid #fff;
}

.first {
	border-right: 10px solid #fff;
}

.hold-item {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}
.hold-item a.action {
	position: absolute;
	top: 0;
	right: 10px;
}

.req {
	font-weight: bold;
	color: #840000;
	font-size: 16px;
}



/* --------- FONTS / LINKS --------- */

.regcopy {
	font-size: 12px;
	line-height: 19px;
	color: #636363;
}
.regcopy p {
	margin: 0 0 14px 0;
	padding: 0;
}
.regcopy a {
	text-decoration: none;
	color: #977822;
}
.regcopy a:hover {
	text-decoration: underline;
}

.smcopy {
	font-size: 10px;
	line-height: 120%;
	color: #707070;
}
.smcopy a {
	text-decoration: none;
	color: #707070;
}
.smcopy a:hover {
	color: #000;
}

.f13 {
	font-size: 13px;
}

a.back {
	position: absolute;
	top: -24px;
	font-size: 11px;
}


/* --------- TABLES --------- */

table.application {
	border-collapse: collapse;
	font-size: 12px;
	width: 740px;
}
table.application td {
	border-collapse: collapse;
	border: 1px solid #ccc;
	line-height: 120%;
}
table.application td select {
	font-family: Arial;
	font-size: 12px;
}
table.application td table {
	margin-left: 20px;
}
table.application td table td {
	border-collapse: collapse;
	border: none;
	white-space: nowrap;
	padding: 0 20px 0 0;
}
table.application td.avail-pad {
	padding: 0 0 0 30px;
}
table.application td.datepicker td {
	border: 0px;
	padding: 0px;
	margin: 0px;
}


/* --------- IMAGES --------- */

.imgbanner {
	clear: both;
	float: left;
	margin-bottom: 2px;
}

#apply {
	position: absolute;
	right: 0px;
	top: 0px;
}

#apply-phys {
	clear: both;
	float: right;
}