body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #666666;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}



/* Text Styles */

h1 {
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #666;
	text-transform: uppercase;
}

h2 {
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666;
	text-transform: uppercase;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;		/* this value is changed w javascript */
	color: #000000;
}

strong {
	font-style: normal;
	font-weight: normal;
	color: #993300;
}

a, a:visited {
	color: #993300;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #CC6600;
	text-decoration: underline;
}

/* Layout */

#container {
	width: 956px;
	/*height: 100%;*/
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
}

/* Content */

#content {
	width: 956px;
	background-color: #FFFAF2;
	border-bottom: 1px dotted #999999;
	font-size: 11px;	/* this value is changed w javascript */
	height: 534px;
	overflow: hidden;
}

/* -- main content -- */

#mainColumn {
	width: 645px;
	height: 534px;
	overflow: auto;
	background-color: #FFFAF2;
	float: left;
	border-right: 1px dotted #999999;
}

#submenu {
	width: auto;
	height: 25px;
	background-color: #f89e38;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFDF9;
}

a.submenuItem, a.submenuItem:visited{
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 4px;
	height: auto;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #993300;
	width: auto;
}

a.submenuItem:hover, a.submenuItem:visited:hover {
	color: #feefb9;
	background-color: #993300;
}

#mainHeader {
	margin-top: 15px;
}

#mainHTitle {
	position: relative;
	float: left;
	padding-left: 15px;
}

#mainHMenu {
	position: relative;
	float: right;
}

#mainHMenu .btn {
	padding-right: 15px;
	position: relative;
	float: left;
}

.contentText {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 34px;
	padding-right: 40px;
	margin-top: 44px;
	padding-bottom: 14px;
	text-align: left;
}

.bullets li {
	list-style-type: none;
	padding-left: 14px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	}

.pullBlur {
	margin-top: 3px;
	margin-left: 3px;
	background-color: #EEE;
}

.pullShadow, .pullContent {
	position: relative;
	bottom: 1px;
	right: 1px;
}

.pullShadow {
	background-color: #DDD;
}

.pullContent {
	background-color: #FFFDF9;
	text-align: left;
	border: 1px solid #CCC;
	padding: .5em 2ex;
}

.pullContent h1, .pullContent h2 {
	padding: 2px;
	margin: 0px;
}

.pullContent ul {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 40px;
	margin-top: 0px;
	padding: 0px;
}
/* -- pull content with bullet points -- */
.pullContentbullets {
	background-color: #FFFDF9;
	text-align: left;
	border: 1px solid #CCC;
	padding: .5em 2ex;
}

.pullContentbullets h1, .pullContent h2 {
	padding: 2px;
	margin: 0px;
}

.pullContentbullets ul {
	list-style-position: outside;
list-style-type: none;
	margin-left: 40px;
	margin-top: 0px;
	padding: 0px;
	
}
/* -- put the image for all the bullets -- */
.pullContentbullets li {
	padding-left: 14px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
    }




/* -- side content: news & map -- */

#rightColumn {
	/*position: relative;*/
	float: right;
	width: 310px;
	overflow: hidden;
	/*height: 534px;*/
}

#map {
	width: 310px;
	height: 277px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#news {
	background-image: url(images/latestNewsBG.jpg);
	background-repeat: no-repeat;
	width: 310px;
	height: 256px;
	overflow: auto;
	padding-left: 20px;
}

#newsSideList {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	float: left;
	margin-top: 55px;
	width: 280px;
	height: 85px;
	overflow: auto;
	color: #999;
	margin-left: -10px;
}

.newsList ul {
	text-align: left;
}

.newsList li {
	padding-bottom: 8px;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/li-dot.jpg);

}

.newsList a, .newsList a:visited {
	color: #999;
}

.newsList a:hover, .newsList a:visited:hover {
	color: #666;
}

#rightFeature {
	float: left;
	position: relative;
	background-image: url(images/innerNewsBG.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	width: 275px;
	height: 90px;
}

#featureContent {
	text-align: left;
	margin: 6px 8px 4px 8px;
	width: 255px;
	height: 80px;
	overflow: auto;
}

#rightFeature h1 {
	text-transform: uppercase;
	color: #993300;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding-top:1px;
	padding-bottom: 2px;
}

#rightFeature p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	margin: 0px;
	padding-top:1px;
	padding-bottom: 1px;
}

#rightFeature a, #rightFeature a:visited {
	text-decoration: none;
}


/*--- SWFObject Embed ---*/
#flashMapEmbed {
	height: 100%;
	margin: 0;
}

/*--- Forms ---*/

form {
	font-size: 12px;
	letter-spacing: 0.2px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width:auto;
	float: left;
}

.error {
	color: #990000;
	position: relative;
	float: left;
	padding-top: 5px;
	line-height: 1.3em;
	
}

/*fieldset {  
	float: left;  
	clear: both;
	width: 98%;
	padding: 1em 0 1em 1em; 
	border: 1px solid #CCC;  
	background-color: #FFFDF9; 
}*/

fieldset {  
	position: relative;  
	float: left;  
	clear: both;  
	width: 550px;
	margin: 0 0 -1em 0;  
	padding: 0 0 1em 0;  
	border-style: none;  
	border-top: 1px solid #BFBAB0;  
	background-color: #F2EFE9; 
}

legend {  
	padding: 0;  
	color: #545351;  
	/*font-weight: bold;*/
}
 
legend span {  
	position: absolute;  
	left: 0.74em;  
	top: 0;  
	margin-top: 0.5em;  
	font-size: 135%; 
}
/*
fieldset ol { 
	margin: 0px;
	padding: 1em 1em 0 1em;
	list-style: none; 
}*/

fieldset ol {  
	padding: 3.5em 1em 0 1em;  
	list-style: none; 
}

fieldset li {  
	padding-bottom: 1em;
} 

#patientHistoryList li {  
	padding-bottom: 3em;
} 

fieldset.submit {  
	float: none;  
	padding-top: 1.5em;  
	margin-left: 12em;  
	background-color: #FFFFFF; 
}

label { 
	position: relative;
	float: left;  
	width: 13em;  
	padding-right: 1em;
	color: #666;
	line-height: 1em;
}

#patientHistoryList label {
	width: 25em;
}

.required {  
	color: #993300;
}

fieldset input, fieldset select {
	width: 250px;
	border: none;
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
}

span.checkLabel {
	position: relative;
	float: left;  
	width: auto;  
	padding-right: 2em;
	color: #666;
	line-height: 1em;
}

input.checkBox {
	position: relative;
	float: left;
	width: auto;
	border: none;
}

fieldset input {
	margin-right: 5px;
}

fieldset select {
	margin-right: 1.5px;
}

fieldset input#submit {
	width: auto;
	border: 1px solid#CCC;
}

fieldset textarea {
	width: 410px;
	height: 100px;
	border: 1px solid #CCC;
}
.dollarimages img{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

input.submit_button {
	border: none;
	color: white;
	line-height: 1.5em;
	margin-top: 10px;
	text-transform: uppercase;
	width: 80px;
	padding: 3px;
	background-color: #993300;
}

div.secure_icon {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	position: relative;
	float: left;
}