body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #0f0f0f;
	height:100%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
    }
	
* html #wrapmaster {
	height:100%;
	}

#client_header {
	display: none;
	text-align: left;
	width: 800px;
	float: left;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	z-index: 1000;
}
/*  BASIC TEXT FORMATING */
p {
	color:#E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 160%;
	}
.bump {
	padding-top: 20px;
}
.it {
	font-size: 95%;
	font-style: italic;
}
.sig {
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.staff {
	font-size: 90%;
	text-align: center;
	margin: 0px 0px 15px 0px;
	padding: 5px;
	background-color: #444444;
}
h1   {
	color: #B10019;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 240%;
	text-align: left;
	margin-top: 25px;
	font-style: oblique;
	font-weight: bold;
	}
h1 a {
	color: #B10019;
}
	
* html h1 {
	margin-top:0px;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 80%; 
	   color:#FFFFFF;
	   font-weight: bold; 

	}
#content_main h2 a {
	text-decoration: underline;
}

h3 {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	background-color: #272727;
	padding: 5px;
	}

h4 {
	color: #FFFFFF;
	font-size: 100%;
	line-height: 100%;
	text-align: left;
	width: 90%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}

a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
#content_main a {
	color: #B10019;
}

ul {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: disc;
	}
	
ul li {
	padding: 8px 8px 8px 0px;
	color: #FFFFFF;
	}
	
ol {
	padding:0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	}
	
ol li {
	padding:0px 8px 8px 0px;
	color: #FFFFFF;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}

/*  CSS Classes   */	

.patient_right, .patient_left {
	background-color: #313131;
	border: 1px solid #444444;
	margin-bottom: 5px;
	padding: 4px;
}
.patient_right {
	float: right;
	margin-left:10px
}

.patient_left {
	float: left;
	width: 300px;
	margin-left: 4px;
}

.patient_right img, .patient_left img {
	border: 1px solid #444444;
}
.patient_right p, .patient_left p {
	font-size: 80%;
	color: #8F8F8F;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.patient_right p {
	margin: 0px;
	padding: 0px;
}

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right {
	background-color: #000000;
	border: 1px solid #444444;
	margin-bottom: 5px;
	padding: 4px;
	}
	
.image_right {
	float: right;
	margin-left:10px
	}
	
.image_left {
	float: left;
	margin-right:10px
	}

.image_center {
	margin: 0px auto 5px auto;
	}

.swf_center {
	margin: 0px auto 5px auto;
	width: 460px;
	height: 160px;
	}

.swf_impacted {
	margin: 0px auto 5px auto;
	width: 480px;
	height: 350px;
	}

.module_right {
	float: right;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-left:10px
	}	

.module_right h2 {
	background-color: #C68A74;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}
	
.module_left {
	float: left;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-right:10px
	}	

.module_left h2 {
	background-color: #EDB79C;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}

.module_center {
	margin: 0px 10px 10px 10px;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}	

.module_center h2 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align: left;
	background-color: #C68A74;
	margin: 0;
	}

	
/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center
	}

.text_left {
	text-align: left
	}

.text_right {
	text-align: right
	}

/*  DESIGN ELEMENTS */	

	
.dashed_line{
	background-image: url(../_media/common_assets/dashed_line_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}
	

.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}
#address {
	height: 57px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../_media/backgrounds/address_bg.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #434343;
	border-bottom-color: #434343;
	padding-top: 5px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
}
#address p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#seo {
	width: 900px;
	position: relative;
	top: 0px;
	margin: 0 auto;
}
.sample #seo {
	width: 870px;
	padding-top: 45px;
}
.sample #seo a {
	color: #BAC1D4;
}
.sample #seo h3 {
	color: #8B92AC;
}
.sample #seo a:link img.image_left {
	background-color: #666666;
}

/*  End CSS Classes   */	


/*  CSS IDs   */	


/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 900px;
	padding: 0px;
	}
#content_bg {
	background-image: url(../_media/markers/bg_vert_new.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

/*------------- content section ----------------- */

#content_wrapper{
	width: 900px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px 0px 10px 0px;
	background-image: url(../_media/markers/content_top_new.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

/*------------- content main ----------------- */

#content_main{
	width: 640px;
	min-height: 350px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	right: 20px;
	}


/*------------- content side ----------------- */


#content_side{
	float: left;
	width:200px;
	height: 500px;
	min-height: 100%;
	margin: 0px;
	display: table;
	position: relative;
	left: 10px;
	padding-top: 10px;
	}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #FFFFFF;
    }
	
#content_side h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
    }
	
#content_side h2 {
	color: #8E8E8E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #272727;
	padding: 10px;
	}
#newsletter h3 {
	font-weight: normal;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8D8D8D;
	font-size: 90%;
	font-style: italic;
}
	
#content_side ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
	}
#content_side ul li {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #858585;
	padding: 0px;
	margin: 0px;
	width: 200px;
}
#content_side ul li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
#content_side li a {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	padding: 10px;
	width: 180px;
	display: block;
	}
	
#content_side li a:hover {
	text-decoration: none;
	background-color: #272727;
	}
	

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
#newsletter {
	color: #FFFFFF;
	background-color: #444444;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	top: 15px;
	margin-bottom: 15px;
}
#newsletter  p {
	font-size: 90%;
	line-height: 90%;
}
#newsletter  ul {
	list-style-image: url(../_media/common_assets/pdf_icon.gif);
	font-size: 90%;
}
#newsletter  ul  li {
}
#newsletter   .image_left {
	background-color: transparent;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	border: 0;
}
	


/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	display: block;
}

#footer{
	text-align: right;
	width: 900px;
	margin: 0px auto 0px auto;
	height: 80px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #313131;
}
#footer p{
	color: #313131;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	position: relative;
	top: 20px;
}

#footer a {
	color: #B10019;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
}


#mg {
    color:#FFFFFF;
	font-weight: bold;
	font-size: 80%;
	border-top: 1px solid #313131;
}

/*------------- misc styles ----------------- */
#float_left{
	float: left;
}

#float_right{
	float: right;
}

#highlight {
	border: solid #C68974 1px;
	background-color: #EFE6CD;
	width: 97%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}
#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 400px;
	width: 500px;
	margin: 0px auto 0px auto;
	border: solid #000000 1px;
}
p.cases {
	float: left;
}
.cases {
	text-align: center;
	padding: 5px;
	background-color: #272727;
	float: left;
	width: 250px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.q1, .q2, .q3, .q4, .q5, .q6, .q7, .q8, .q9, .q10, .q11, .q12, .q13, .q14, .q15, .q16, .q17, .q18, .q19, .q20, .q21, .q22, .q23, .q24, .q25, .q26 {
	background-color: #000000;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #444444;
	display: none;
}
.q1 {
	display: block;
}
.about {
	margin: auto;
	width: 900px;
}
p.nobel {
	text-align: right;
}
p.nobel span {
	font-size: 130%;
	color: #B10019;
}
.signup {
	text-align: left;
}
.signup fieldset {
	background-color: #333333;
	padding: 15px;
	margin: 15px 15px 0px;
}
.signup   form   legend {
	font-size: 150%;
	color: #FFFFFF;
}
.signup form label {
	color: #FFFFFF;
}
.signup h1, .signup p {
	padding: 0px 10px;
}
