@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #57585a;
	background-image:url(../img/body-bg.gif);
	background-repeat:repeat-x;
}

#container {
	background:url(../img/container-bg.jpg) no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 930px;
	height: 730px;
	text-align: center;	
}

#header {
	background:url(../img/header-bg.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 930px;
	height: 110px;
    overflow: hidden;
}

#footer {
	margin-top: 20px;
	padding: 0;
	width: 930px;
	height: 80px;
}

img {
	margin: 0px;
	padding: 0px;
    border: 0;
}

.clear {
   height: 0;
   line-height: 0;
   font-size: 0;
   clear: both;
}






/* SIDEBAR */
#sidebar {
	margin: 0;
	padding: 0;
	float: left;
	width: 210px;
	height: 543px;
}

#sidebar #logo {
    margin-top:94px;
}

#nav {
	margin: 115px 0 0 0;
	padding: 0;
}
#nav ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#nav ul li{
	height: 24px;
	display: block;
	overflow: hidden;
}
#nav ul li a {
	display: block;
	height: 24px;
}

#im-ready a {width: 210px; height: 24px; background: url(../img/nav-1.gif) no-repeat;}
#why-mercy a {width: 210px; height: 24px; background: url(../img/nav-2.gif) no-repeat;}
#what-else a {width: 210px; height: 24px; background: url(../img/nav-3.gif) no-repeat;}
#still-confused a {width: 210px; height: 24px; background: url(../img/nav-4.gif) no-repeat;}
#tell-a-friend a {width: 210px; height: 24px; background: url(../img/nav-5.gif) no-repeat;}
#other-questions a {width: 210px; height: 24px; background: url(../img/nav-6.gif) no-repeat;}

#im-ready a:hover, #why-mercy a:hover, #what-else a:hover, #still-confused a:hover, #tell-a-friend a:hover, #other-questions a:hover { background-position: 0 -24px; }
#im-ready .active, #why-mercy .active, #what-else .active, #still-confused .active, #tell-a-friend .active, #other-questions .active { background-position: 0 -48px; }

#social {
    bottom:5px;
    color:#fff;
    font-weight:bold;
    height:55px;
    line-height:35px;
    position:absolute;
    right:25px;
    text-align:right;
    text-transform:uppercase;
}


#social img {
    display:inline;
    vertical-align:middle;
}

/* iCita for Register Today button and text */
#register {
    bottom:5px;
    color:#fff;
    font-weight:bold;
    height: 140px;
    line-height:35px;
    position:absolute;
    right:25px;
    text-align:right;
}

/* MAIN */
#main-home {
    float: left;
	height: 543px;
	margin: 0;
	padding: 0;
    position:relative;
	text-align: left;
	width: 720px;
}

#main-internal {
	background: url(../img/main-bg.gif) no-repeat 0 -1px;
	float: left;
	height: 543px;
	margin: 0;
	padding: 0;
    position:relative;
	text-align: left;
	width: 720px;
}


#home-box {
	margin-top: -10px;
	width: 698px;
	height: 429px;
}
    

#content {
    height: 433px;
    overflow-y:auto;
    padding: 40px 40px 0px; 
    width: 612px;
}

#start-or-done {
/*    margin-left: 30px;
    width: 500px;*/
}

.menu-item {
    padding-left: 20px;
}

.menu-item td {
    padding: 0;
    padding-right: 1em;

}

.menu-mco {
    margin-right: 2em;
}

/* TEXT */
p {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	line-height: 16px;
}

h2 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 1em;
}

h3 {
    font-size: 12px;
    margin-bottom: 1em;
}

a {
	text-decoration: none;
	color: #9c0058 !important;
}

a:hover {
	color: #9c0058 !important;
	text-decoration:underline;
}

#main-internal p {
	margin-bottom: 1em;
	padding: 0;
}

#main-internal ul {
	margin-bottom: 1em;
	padding: 0;
}

#main-internal ul li {
	color: #737373;
	margin: 0 0 3px 22px;
	padding: 0;
	list-style-type:none;
}

#main-internal form {
    margin-bottom: 1em;
}

#footer p {
	font-size: 10px;
	line-height: 12px;
	color: #5a5a5a;
}

table {
    margin-bottom: 1em;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
}


/* DETAILS */

table.details td {
    vertical-align:top;
}

table.details img {
    margin-right: 12px;
}

table.details p {
    margin-bottom: 1em;
}

.tooltip {
}

.tooltip p {
    margin-bottom: 0.5em;
}

.tooltip ul {
    padding: 1em;
}

#TB_ajaxContent ul {
    padding: 1em;
}

div.radio, 
div.textfield {
    margin-bottom:10px;
}

div.radio label:first-child,
div.textfield label {
    font-weight:bold;
    margin-right:10px;
    text-align:right;
    width:150px;
}

.field-wrapper,
div.textfield input {
    width:500px;
}

.field-wrapper,
div.radio label:first-child,
div.textfield label,
div.textfield input {
    display: -moz-inline-stack;
    display:inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}


#errors {
    background:#ebccde;
    border:1px solid #71003c;
    color:#57585A;
    font-weight:bold;
    margin:0 0 10px;
    padding:10px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;  
}

















