body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #E3F0F7;
	background-image: url(../_media/backgrounds/bg_horiz.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#interior {
	background: #B7D9EC url(../_media/backgrounds/bg_horiz-int.jpg) repeat-x;
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	background-image: url(../_media/backgrounds/bg_vert.gif);
	background-position: center top;
	background-repeat: repeat-y;
    }
	
* html #wrapmaster {
	height:100%;
	}

/*  THESE STYLES ARE SPECIFIC TO THE 'ADVANCED' CSS STRUCTURE */
#wrap {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	text-align:left;
	background-image: url(none);
	background-repeat: repeat-y;
	}

#wrapcenter	{
	padding: 0px;
	width: 1000px;
	height: 100%;
	float: left;
	}
	
html>body#wrapcenter {
	height: auto;
	}



#content_header{
	width: 100%;
	margin: 0px;
	background-image: url(../_media/backgrounds/bg_content-top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	}
	
#content_footer{
	width: 100%;
	margin: 0px auto 0px auto;
	background-image: url(../_media/backgrounds/bg_content-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
/*  END 'ADVANCED' CSS STRUCTURE STYLES */
/*  BASIC TEXT FORMATING */
p {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #96B964;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 185%;
	text-align: left;
	margin: 5px 0px 0px 12px;
	}
	
h2 {
	color: #01447B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
	font-weight: bold;
	text-align: left;
	}

h3 {
	color:#779E22;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	}

h4 {
	color: #21344E;
	font-size: 125%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	width: 80%;
	margin: 0px auto;
	}

a {
	color: #5f8526;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

ul {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	color: #666666;
	text-align: left;
	list-style-type: circle;
	}
	
ul li {
	padding: 8px 8px 8px 0px;
	}
	
ol {
	padding:0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	}
	
ol li {
	padding:0px 8px 8px 0px;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}
/*  CSS IDs   */

/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 1000px;
	height:130px;
	padding: 0px;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 900px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	background-image: url(../_media/backgrounds/bg_content.jpg);
	background-repeat: repeat-y;
	background-position:center;
	}

/*------------- content main ----------------- */

#content_main{
	width: 650px;
	min-height: 600px;
	text-align: left;
	padding: 0 17px 0;
	margin: 30px 0px 10px 0px;
	float: left;
	position: relative;
	}

#seo {
	width: 900px;
	margin: 0px auto;
}

/*------------- content side ----------------- */


#content_side{
	float: right;
	width:210px;
	height: 615px;
	margin: 10px 0px 0px 0px;
	display: inherit;
	position: relative;
	right:5px;
	}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #666666;
	margin: 10px 10px;
    }
	
#content_side h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
    }
	
#content_side h2 {
	color: #1c82b1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: normal;
	text-align: center;
	}
	
#content_side ul {
	list-style-image: url(../_media/backgrounds/side-bullet.gif);
	}
	
#content_side li a {
	color: #96B964;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	}
	
#content_side li a:hover {
	text-decoration: underline;
	color: #3E6595;
	}

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
	
.animation {
	margin: -230px 0px 0px 0px;
	float: right;
	positioN: relative;
	right: 13px;
}

#content_side input, #content_side textarea, .module_right input, .module_right textarea {
	background-color: #bad5e6;
	border: 1px solid #5793b6;
	padding: 2px;
	color: #003366;
}


/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
	background-image: url(../_media/backgrounds/bg_footer.jpg);
	background-repeat: repeat-x;
	background-color: #E3F0F7;
}

#footer{
	text-align: center;
	width: 895px;
	height:134px;
	margin: 0px auto;
}
#footer_links{
	text-align: center;
	width: 900px;
	margin: 0px auto;	
}
#footer_links p{
	color: #326B97;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	text-align: center;
}

#footer_links a {
	color: #326B97;
	font-weight: bold;
	font-size: 100%;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}


#footer_links a:hover {
	text-decoration: underline;
}
/*------------- misc elements ----------------- */

#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 400px;
	width: 98%;
	margin: 0px auto 0px auto;
}


/*  CSS Classes   */	



.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right, #mapContainer {
	background-color: #eaf4da;
	border: solid #cdddb3 1px;
	margin-bottom: 5px;
	padding: 4px;
	}
	
.tour {
	width: 540px;
	margin: 0px auto;
}	
.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;
	margin-top: 10px;
	}	

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #3E6595;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, 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_center {
	margin: 0px 10px 10px 10px;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}	

	
/*  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;
}
.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;
	}

/*  End CSS Classes   */


/*  Client_Spec_TYPE 2.0 specific styles   */

#client_header {
	display: none;
}

#noflash #client_header {
	display:block;
	margin:0 auto;
	width:900px;
	z-index:9000;
	position:relative;

}
#noflash #client_header h1,#noflash #client_header h2,#noflash #client_header h3,#noflash #client_header p{
	display: none;
}
#noflash #client_header ul{
	display:block;
	z-index:9000;	
}
#noflash #client_header #client_name{
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	color:#fff;
	position:absolute;
	top:12px;
	right:22px;
	display: none;
}
#noflash #client_header #specialty{
	display: none;
}
#noflash #client_header #location{
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#fff;
	position:absolute;
	top:286px;
	right:38px;
	display: none;
}
#noflash #client_header #phone{
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#242424;
	position:absolute;
	top:302px;
	left:39px;
	display: none;
}
#noflash #header{
	background-image: url(../_menu/topbar.jpg);
	background-repeat: no-repeat;
	}
#home #header{
	text-align: center;
	margin: 0px auto;
	width: 1000px;
	height: 650px;
	padding: 0px;
	}
#noflash #home #header{
	background-image: url(../index.jpg);
	background-repeat: no-repeat;
	position:relative;
	}
#home #content_wrapper{
	display:inherit;
	background-image: url(none);
	background-color: transparent;
	}
#home #content_header{
	background-image: url(none);
	background-color: transparent;
	}
#home #content_footer{
	background-image: url(none);
	background-color: transparent;
	}
#home #content_main{
	background-image: url(none);
	background-color: transparent;
	min-height: 0px;
	width: 895px;
	float: none;
	margin: 0px auto;
	right: 0px;
}
#home #content_side{
	display:none;
}
#noflash #footer{
	background-image: url(../_menu/bottombar.jpg);
	background-repeat: no-repeat;
	}
#home #footer{
	display:none;
	width:0px;
	height:0px;
}
#noflash #home #footer{

	}
#home #footer_wrapper{background:url(none);}
#home #digital-radio-ct-scanning-btn{display:none;}
#noflash #home #digital-radio-ct-scanning-btn{display:block;}
#digital-radio-ct-scanning-btn a{width:36px; height:337px; position:absolute; right:14px; top:129px;}

/*  END Client_Spec_TYPE 2.0 specific styles   */

a[href^="tel:"], a[href^="tel:"]:hover {
	font-size: inherit !important;
	cursor: text !important;
	color: inherit !important;
	font-weight: inherit !important;
	text-decoration: inherit !important;
	background: none !important;
}

#footer_links .footer-col {
	width: 220px;
	float: left;
	margin: 0px 2px 0;
	padding: 0px;
	font-size: 12px;
	text-align: left;
	color: #000000;
}
#footer_links .footer-col p {
	text-align: left;
	text-transform: none;
	color: #000000;
}
#footer_links .footer-col a {
	font-weight: normal;
	font-size: 100%;
	text-transform: none;
	padding: 0;
	color: #000000;
}
.double-list {
	width: 110px;
	float: left;
	margin-top: 12px;
	color: #000000;
}
.footer-col ul {
	padding: 0px 0px 0;
}

.footer-col ul li {
	list-style-type: none;
	background-image: none;
	padding: 0;
	color: #000000;
}
