/*

	:: Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Content Styles
	$4 - [-- placeholder --]
	$5 - Footer Styles


	:: Color Index

	#FFFFFF - white
	#DDDDDD - light grey background used in body
	#5E5D5D - gray text color used in body
	#E97AB0 - pink (old #FF66BB)
	#717171 - grey for header & footer nav text
	#5C5CC4 - purple for caption text
	#EEEEEE - grey shadow for home-menu text
	#BBBBBB - grey shadow for caption1 text

	:: Layout of Divs

	#container

		#header-container
			#header-top
				#header-nav
			#header-logo
			#header-menu
			#bar-topphoto

		#body-container

		:: homepage
			#home-photo
			#home-content
				#home-button

		:: inside pages
			#box-top
				#box-topleft
					#tagline

				#box-topright
					#inside-photo
					#bar-botphoto

			#box-bot
				#box-botleft
					#inside-menu

				#box-botright
					#inside-text


		#footer-container
			#footer-nav

*/

:link,:visited {text-decoration: none}
a img,:link img,:visited img {border: none}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0 }
ul,ol {list-style: none}


/*================================================================================== */ 
/* ====== $1 - Site Structure Styles =============================================== */
/*================================================================================== */

body {
	background: #F3F3F3;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	color: #5E5D5D;
	}

#container {
	position: relative;
	width: 774px;
	height: auto;
	margin-top: 0; /* 75 */
	margin-bottom: 0px;
	padding-top: 50px;
	padding-right: 105px;
	padding-bottom: 15px;
	padding-left: 105px;
	text-align: left;
	overflow: auto;
	background: white;
	}

#header-container {
	position: relative;
	width: 774;
	height: 120;
	background: none;
	}

#body-container {
/*	position: relative;
	clear: both; */
	width: 774;
	height: auto;
	background: none;
	}

#footer-container {
   clear: both;
	position: relative;
	margin-top: 25px;
	margin-bottom: 15px;
	background: none;
	}

/*================================================================================== */
/* ====== $2 - Header Styles ======================================================= */
/*================================================================================== */

#header-top {
	clear: both;
	height: 30px;
	background: none;
	}

#header-nav {
	position: relative; 
	float: left;
	background: none;
	}

#header-nav li {
	display: inline;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	}

#header-nav li a {
	color: #717171;
	font-size: 10.5px; /* 11px */
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin-right: 17px;
	}

#header-nav li a.selected {
	color: #E97AB0;
	font-weight: bold;
	text-align: center;
	}
	
#header-nav li a:hover {
	color: #E97AB0;
	font-weight: bold;
	text-align: center;
	}

/*

.searchboxdiv {
   float: right;
   display: inline;
   background: url(images/searchbox.gif) no-repeat;
   }

.searchbox {
   background: none;
   border: none;
   width: 138px;
   height: 20px;
   margin: 0px 0px 0px 0px;
   padding: 0px 7px 0px 7px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   }

#searchbut {
   display: inline;
   margin: auto;
   }

*/

#header-logo {
	clear: both;
	position: absolute;
	top: 40px;
	left: 0px;
	}

#header-menu {
	position: relative;
	top: 17px;
	left: 306px;
	height: 45px;
	width: 468px;
	background: none;
	}

#header-menu li {
	display: inline;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	}

#header-menu li a {
	width: 156px;
	padding: 14 0 14 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	background: url(images/but-purple.gif) no-repeat;	
	color: #FFFFFF;
	display: inline-block;
	text-decoration: none;
	}

#header-menu li a.selected { background: url(images/but-pink.gif) no-repeat; }

#header-menu li a:hover {
	background: url(images/but-pink.gif) no-repeat;	
	color: #FFFFFF;
	}

#bar-topphoto {
	clear: both;
	position: relative;
	margin-top: 39px;
	width: 774;
	height: 6px;
	padding: 0;
	background: #E97AB0;
	}

/*================================================================================== */
/* ====== $3 - Content Styles ====================================================== */
/*================================================================================== */

/* ====== Home page content styles =================================== */

#home-photo {
	clear: both;
	margin: 0;
	padding: 0;
	width: 774px;
	height: 372px;
	background: #FFFFFF url(images/photo-home.jpg) no-repeat;
	}

.caption1 {
	padding-top: 10px;
	padding-left: 27px;
	font-size: 20pt;
	font-style: italic;
	color: #5C5CC4;
	text-shadow: 0px 0.5px 3px #555555;
	}

#home-button {
	clear: right;
	margin-top: 12px;
	margin-bottom: 12px;
	}

#home-button li {
	display: inline;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	}

#home-button li a {
	height: 33px;
	width: 151px;
	padding: 7 0 0 0;
	text-align: center;
	letter-spacing: 0.1em;
	background: url(images/but-pink1.gif) no-repeat;
	color: white;
	display: inline-block;
	text-decoration: none;
	}

#home-button li a:hover {
	color: #FFFFFF;
	text-align: center;
	background: url(images/but-purple1.gif) no-repeat;
	}

#home-content {
	clear: both;
	margin: 10 0 0 0;
	padding: 0 0 20 0;
	font-size: 16.5px;
	background-color: none;
	}


/* ====== Inside page content styles ================================= */


#box-top {
	background: none;
	}

#box-topleft {
	clear: both;
	position: relative;
	float: left; 
	width: 249px
	height: 243px;
	background: none;
	}	

#tagline-home {
	line-height: 1.2;
	padding-top: 10px;
	padding-left: 20px;
	margin-top: 0;
	font-size: 21pt;
	font-style: italic;
	color: #5C5CC4;
/*	text-shadow: 0px 0.5px 2px #777777; */
	background: none; 
	}


#tagline {
	line-height: 1.2;
	padding: 0px;
	margin-top: 65;
	font-size: 19pt;
	font-style: italic;
	color: #5C5CC4;
/*	text-shadow: 0px 0.5px 2px #777777; */
	background: none; 
	}

#tagline1 {
	line-height: 1.2;
	padding: 0px;
	margin-top: 0; 
	font-size: 16.5pt;
	font-style: italic;
	color: #5C5CC4;
/*	text-shadow: 0px 0.5px 2px #777777;*/
	background: none; 
	}

#tagline2 {
	line-height: 1.2;
	padding: 0px;
	margin-top: 20;
	font-size: 19pt;
	font-style: italic;
	color: #5C5CC4;
/*	text-shadow: 0px 0.5px 2px #777777;*/
	background: none; 
	}

#tagline3 {
	line-height: 1.2;
	padding: 0px;
	margin-top: 15;
	font-size: 18pt;
	font-style: italic;
	color: #5C5CC4;
/*	text-shadow: 0px 0.5px 2px #777777;*/
	background: none; 
	}

#tagline4 {
	line-height: 1.2;
	padding: 0px;
	margin-top: 0;
	font-size: 15pt;
	font-style: italic;
	color: #5C5CC4;
/*	text-shadow: 0px 0.5px 2px #777777;*/
	background: none; 
	}


#box-topright {
	position: relative;
	clear: right;
	float: right;
	margin: 0;
	padding: 0; 
	width: 525px;
	height: 249px; /* 243 + 6 for the bar */
	background: none;
	}	

#inside-photo {
	position: relative;
	width: 525px;
	height: 243px;
	background: none;
	}

#bar-botphoto {
	margin: 0px;
	padding: 0;
	width: 525;
	height: 6px;
	background: #E97AB0;
	}

#box-bot {
	background: none;
	}

#box-botleft {
	clear: both;
	position: absolute;
	top: 440px; /* 515 */
	width: 249px;
	height: auto;
	background: none;
	}

#inside-menu {
	line-height: 1.2;
	width: 239px;
	padding-top: 0px;
	padding-right: 10px;
	margin: 0;
	font-style: normal;
	color: #5E5D5D;
	background: none;
	}

#inside-menu li {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 12px;
	}

#inside-menu li a {
	color: #5E5D5D;
	}

#inside-menu li a.selected {color: #5C5CC4;}

#inside-menu li a:hover {
	color: #5C5CC4;
	}

#box-botright {
	float: right;
	width: 525px
	height: auto;
	background: none;
	}

#inside-text {
	clear: right;
	margin-top: 26px;
	margin-left: 2px;
	margin-bottom: 50px;
	padding: 0px;
	width: 520px; 
	word-spacing: -1px; 
	text-align: justify;
	background: none;
	}

#inside-text h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 5px;
	color: #5C5CC4;	
	}

#inside-text h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
	color: #5C5CC4;	
	}

#inside-text h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 1px;
	color: #5C5CC4;	
	}

#inside-text a {
	color: #5C5CC4;
	}

#inside-text p {
	margin-top: 12px;
	margin-bottom: 12px;
	}

#inside-text ol { list-style-type: decimal; }

#inside-text ol li { list-style-position: inside; }

#inside-text ul { list-style-type: disc; }

#inside-text ul li { list-style-position: inside; }

#inside-text table { 
	padding: 0px;
	margin: 0px;
	background: #5E5D5D;
	}

#inside-text td { 
	padding: 5px;
	font-size: 13.5px;
	text-align: center;
	outline: 0.5px solid #5E5D5D;
	background: white;
	}

#sitemap-content {
	margin-left: 20px;
	line-height: 1em;
	}

#sitemap-content a{
	color: #5E5D5D;
	}

#sitemap-content a:hover{
	color: #5C5CC4;
	}

.td-bold {
	font-weight: bold;
	line-height: 10pt;
	}

.td-wide {width: 168px;}

.indent1 { margin-left: 20px;}

.indent1-circle { margin-left: 30px; list-style-type: circle;}
.indent2-disc { margin-left: 60px; list-style-type: disc;}

.pagelinks a { text-decoration: underline; color: #ff0000}


/*================================================================================== */
/* ====== $5 - Footer Styles ======================================================= */
/*================================================================================== */

#footer-nav {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 10.5px; /* 11px */
	text-align: center;
	font-weight: normal;
	text-align: center;
	background: none;
	}

#footer-nav ul {
	display: inline;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 10.5px; /* 11px */
	}

#footer-nav li {
	display: inline;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 10.5px; /* 11px */
	}

#footer-nav li a {
	color: #717171;
	margin-left: 17px;
	}

#footer-nav li a.selected {
	color: #E97AB0;
	font-weight: bold;
	}
	
#footer-nav li a:hover {
	color: #E97AB0;
	font-weight: bold;
	text-align: center;
	}


/* END
	Creator: Rajesh Pai
	Copyright: 2010 CCC Diagnostics LLC
*/
/*================================================================================== */
