/* @group Global General Styles */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, "Liberation Sans", FreeSans, sans-serif;
	font-size: 10pt;
	background-color: #787;
	line-height: 1.4em;
	color: #000000;
}

img {border: none;}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, Cambria, Palatino, Times, serif;
	line-height: 1.4em;
	padding-bottom: 0.1em;
}

/* Unordered list styles */
ul.disc {list-style-type: disc;}
ul.circle {list-style-type: circle;}
ul.square {list-style-type: square;}
ol.arabic-numbers {list-style-type: decimal;}
ol.upper-alpha {list-style-type: upper-latin;}
ol.lower-alpha {list-style-type: lower-latin;}
ol.upper-roman {list-style-type: upper-roman;}
ol.lower-roman {list-style-type: lower-roman;}

	
/* @group Global Page Layout Styles */

#container {
	margin: 0;
	padding: 0;
	background-image: none;
}

.clearer {clear: both;}

#pageWrapper {
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
	min-height: 600px;
}

#logoTitleWrapper {
	position: relative;
	margin: 0;
	padding: 0;
}

#logoTitle {
	margin: 0 0 20px 0;
	float: left;
/* 	width: 65%; */
}
	
.logo {
	float: left;
	padding-right: 10px;
	color: white;
	text-shadow: 0 1px 3px black;
}
	
.titleSlogan {
	clear: both;
	float: left;
	text-shadow: 0 1px 3px black;
}

.titleSlogan h1 {
	color: #FFF;
	font-size: 2.4em;
	text-shadow: 0 1px 3px #000;
}

.titleSlogan h4 {
	font-family: Georgia, Cambria, Palatino, Times, serif;
	font-style: italic;
	color: #FDFA99;
	font-size: 120%;
	text-shadow: 0 1px 3px #000;
}

#shadowWrapper {
	background: transparent;
	box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	-moz-box-shadow: 0 0 15px #000;
	-o-box-shadow: 0 0 15px #000;
	-ms-box-shadow: 0 0 15px #000;
}

#mobileTabWrapper {display: none;}

#menuContainer {
	margin: 0;
	padding: 0;
	display: none;
	background: #4C6283 url(images/bg/mainMenubg.png) top center repeat-x;
	border-bottom: 1px solid gray;
/*
	height: 48px;
*/
	overflow: hidden;}

#mobileMenuTab {
	background: #4C6283 url(../img/bg/mainMenubg.png) top center repeat-x; 
	color: #FFF;
	text-shadow: 0 1px 3px #333;
}

#contentWrapper {
	padding: 10px 15px 15px 15px;
	background-color: #FFF;
}

#contentContainer {
	width: 100%;
	float: left;
	margin-top: 15px;
}

#sitemap {
	margin-bottom: 40px;
}

#sitemap a:link, a:visited {
	text-decoration: none;
}

#sitemap a:hover {
	border-bottom: 1px dashed #00c;
}

#sitemap a:active {
	background-color: #ea3;
	color: #fff;
	border-bottom: none;
	text-decoration: none;	
}

/* header image settings for the different pages */
#headerImageHome, #headerImageAbout {
	margin: 0;
	padding: 0;
	height: 275px;
	background: url(../img/cslide/banner01.jpg) top center no-repeat;
	position: relative;
	overflow: hidden;
}

#headerImageServices, #headerImageSitemap {
	margin: 0;
	padding: 0;
	height: 275px;
	background: url(../img/cslide/banner03.jpg) top center no-repeat;
	position: relative;
	overflow: hidden;
}

#headerImageContact {
	margin: 0;
	padding: 0;
	height: 275px;
	background: url(../img/cslide/banner02.jpg) top center no-repeat;
	position: relative;
	overflow: hidden;
}

/* ExtraContent */
#freeEstimateBanner {
	position: absolute;
	display: block;
	width: 28%;
	top: 0;
	right: 0;
	margin-right: 3px;
/* 	margin: 0 0 20px 650px; */
	padding: 10px;
	float: right;
	font-size: 0.9em;
	color: #FFF;
	background: none;}

#freeEstimateBanner a {
	border-bottom: none;
}

#freeEstimateBanner a:link, a:visited {
	background-color: inherit;
}

#freeEstimateBanner a:hover, a:active {
	background-color: inherit;
}

/* Navigation Menu Styles */
#subMenu {
	margin: 0;
	padding: 0;
	background: #4C6283 url(../img/bg/subMenubg.png) top center repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#subMenu ul {
	margin: 0;
	padding: 0 5px;
	list-style: none;
	position: relative;
	height: 35px;
	line-height: 35px;
}

#subMenu ul li {
	display: block;
	float: left;
	height: 35px;
	background: transparent url(../img/bg/menufade.png) 0 35px repeat-x;
}

#subMenu ul li:hover {
	background: transparent url(../img/bg/menufade.png) bottom left repeat-x;
}

#subMenu ul li a {
	display: block;
	float: left;
	padding: 0 15px;
	font-weight: bold;
/* 	border-bottom: none; */
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 3px #000;
}

#subMenu ul li a:link, a:visited {
}


#subName ul li a:hover, ul li a:active {
	background-color: #ea3;
}


#subMenu ul ul {
	margin: 0;
	padding: 0 5px;
	height: 35px;
}

#subMenu ul ul li {
	display: block;
	float: left;
	height: 35px;
	background: transparent url(../img/bg/menufade.png) 0 35px repeat-x;
}

#subMenu ul ul li:hover {
	background: transparent url(../img/bg/menufade.png) bottom left repeat-x;
}

#subMenu ul ul li a {
	display: block;
	float: left;
	padding: 0 15px;
}

#subMenu ul ul li a:hover {
	color: #FFF;
}

#subMenu ul ul ul {
	display: none;
}

#subMenu .current, #subMenu .currentAncestor, #subMenu .current:hover, #subMenu .currentAncestor:hover {
	background: url(../img/bg/subMenuCurrent.png) bottom center no-repeat;
	text-shadow: 0 1px 3px #000;
}

#subMenu .current:active {
	border-bottom: none;
}

/* Footer styles */
#footer {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 70px;
	line-height: 35px;
	color: white;
	text-align: center;
	font-size: 85%;
	background: #cb8 url(../img/bg/menufade2.png) bottom left repeat-x;
}

#footer p {
	margin: .5em auto;
	padding: 0;
	line-height: 1em;
	color: #ffe;
}

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

#footer a:hover {
	background-color: inherit;
	border-bottom: none;
	color: #ec7;
	text-decoration: none;
}

#footer a:active {
	color: #ea3;
	background-color: inherit;
	border-bottom: none;
	text-decoration: none;
}

#footer ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 600px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	margin: 0;
	padding: 0 1em;
	font-weight: normal;
}

/* @group Page Styles*/

/* Home - Box Styles */
div#boxContainer {
	margin: 0 25px 1em 26px;
}

.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

#boxContainer div {
	float: left;
	min-width: 18em;
	max-width:18em;
	min-height: 27em;
	margin-top: 1em;
	margin-bottom: 2em;
	padding:12px;
	border-radius:15px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 3px solid #E8AE35;
	background-color:#FFF;
}

#boxContainer #middle {
	margin-left: 34px;
	margin-right: 34px;
}

#boxContainer h3 {
	font-family: Georgia;
	font-size: 18px;
	color:#447744;
	text-align: center;
}

#middle ul li {
	list-style-type: square;
}

#listNone li {
	list-style-type: none;
	font-size: 110%;
	line-height: 2em;
}

#boxContainer p a:link, p a:visited {
	color: #00c;
	display: inline;
	text-decoration: none;
	border-bottom: 1px dashed #00c;
}

#boxContainer p a:hover, p a:active {
	background-color: #ea3;
	color: #fff;
	border-bottom: none;
	text-decoration: none;
}

p.link {
	text-align: center;
	margin: 0 20px 0 20px;
}

/* Who We Are page styles */
#mainContent {
	float: left;
	width: 520px;
	margin-left: 30px;
	line-height: 1.5em;
	color: #666;
}

#mainContent h2 {
	color: #464;
}

#mainContent h3 {
	color: #474;
}

#mainContent h4 {
	padding-top: 5px;
	color: #a84;
}

#mainContent a:link, a:visited {
	color: #00c;
	display: inline;
	text-decoration: none;
	border-bottom: 1px dashed #00c;
}

#mainContent a:hover, a:active {
	background-color: #ea3;
	color: #fff;
	border-bottom: none;
	text-decoration: none;
}

#mikebio {
	float: left;
	margin-left: -10px;
	padding: 10px 10px 5px 0;
}

p#signature {
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, Cambria, Palatino, Times, serif;
	color: black;
	letter-spacing: 2pt;
	padding-bottom: 0;
	margin-bottom: 0;
}

ul#signBlock {
	padding: 0;
	margin: 0;
}

#signBlock li {
	list-style-type: none;
	font-size: 90%;
	line-height: 1.35em;
}

#sideContent {
	float: right;
	width: 280px;
	margin-right: 30px;
	line-height: 1.5em;
	color: #666;
}

#sideContent h2 {
	color: #ea3; 
	text-shadow: 0px 1px 1px #999;
}

#sideContent a:link, a:visited {
	color: #00c;
/* 	display: block; */
	text-decoration: none;
}

#sideContent a:hover, a:active {
	background-color: #ea3;
	color: #fff;
	border-bottom: none;
	text-decoration: none;
}

.philoDiv {
	margin: 0px 2px 15px 2px; 
	padding: 7px 5px 5px 5px;
}

.philoDiv h3 {
	color: #474;
	padding-bottom: 2px;
}

a.maglink:link {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: none;
	line-height: 1em;
}

#sideContent a.textLink:link, a.textLink:visited {
	line-height: 1em;
	display: inline;
	border-bottom: 1px dashed #00c;
}

#sideContent a.textLink:hover {
	border-bottom: none;
}

.philoDiv p{
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
}

.philoDiv img{
	float: left;
	margin-left: -10px;
	padding-right: 10px;
}

#badges img{
	clear: both;
	float: left;
	display: block;
	margin-top: 2em;
	margin-right: 90px;
	margin-bottom: 2em;
	margin-left: 90px;
}

#badges img.TCIA {
	float: left;
	display: block;
	margin-top: 2em;
	margin-right: 60px;
	margin-bottom: 2em;
	margin-left: 60px;
}

#badges p{
	text-align: center;
	font-size: .85em; 
	margin: 0 auto 2em auto; 
	padding: 0;
}

.emphasis {
	color: #c82;
	font-style: italic;
	text-decoration: underline;
	text-shadow: 0px 1px 1px #a84;
}

/* TextSizer */
#resizerText {
	float: right; 
	margin: 0;
	color: #00c;
}

#resizerText a:hover, a:active {
	color: #00c;
	background-color: #fff;
	border-bottom: 1px dashed #00c;
}

a.tooltip {
	text-decoration: none;
	border-bottom: 1px dashed #00c;
}

#resizerIcons {
	float: right; 
	width: 250px;
	margin: 0;
	padding: 0;
}

#resizerIcons .icons {
	float: right;
	padding: 10px 15px 0 5px;
}

#resizerIcons .icons a {display: inline;}

#resizerIcons .labels {display: none;}

#resizerIcons .icons a:link, a:visited {
	border-bottom: none;
}

#resizerIcons .icons a:hover, a:active {
	background-color: #fff;
	border-bottom: 3px solid #ea3;
}