*
{
	border:0;
	margin:0;
	padding:0;
}

html
{
	min-height: 101%;
}

body 
{
	color: #293f45;
	font: 100% "Trebuchet MS", "Lucida Console", Tahoma, Arial, sans-serif;
	/* font: 0.80em/100% "Trebuchet MS", "Lucida Console", Tahoma, Arial, sans-serif; */
	line-height: 1.30em;
	background-attachment: fixed;
	background-image: url(../ima/ocean_bkgd_1600.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

label,input,textarea,select { border-width:1px; }


p
{
	font-size: 79%;
	letter-spacing: 0.08em;;
	line-height: 1.37em;;
	/* line-height: 0.5em; 
	padding: -15px 0px -20px 0px;*/
	margin: 3px 0px -16px 0px;

}

p.bump
{
	font-size: 89%;
}

p.bumpr
{
	font-size: 89%;
	margin-top: 8px;
}

a
{
	color: #005f96;
	text-decoration:none;
}

a:hover
{
	color:#555;
	text-decoration:none;
}

sup
{
	vertical-align: text-top;
  font-size: 65%;
}

blockquote
{
	width: 490px;
	border: 1px solid #444444;
	color: #222222;
	padding: 10px 15px 10px 15px;
	margin: 5px 10px 15px 10px;
	background-color: #f9f9f9;
}

.bq
{
	font-weight: bold;
	color: #005484;
	margin-left: 350px;
}



#header
{
	background: url(../image/background_white.gif) center repeat-y;
	width:100%;
}

#header:after
{
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

#header_inside
{
	/* border-left:1px solid #bbb;
	border-right:1px solid #bbb; */
	margin: 0 auto;
	width: 800px;
	/* background-image: url(/image/cps_logo_small.gif);
	background-repeat: no-repeat;
	background-position: 10px 4px; */
}

#header_inside h1
{
	color:#ffffff;
	float:left;
	font: 2.0em "Trebuchet MS", "Lucida Console", Tahoma, Arial, sans-serif;
	/* font:2.2em "Trebuchet MS", "Lucida Console", Tahoma, Arial, sans-serif;*/ 
	height: 60px;
	line-height: 35px;;
	margin: 0;	
	/*width:449px; */
	
	background-image: url(/image/cps_logo_small.gif); 
	background-repeat: no-repeat;
	background-position: 10px 4px;
}

#logoline
{
	font-size: 0.90em;
	padding: 0px 0px 0px 90px;
	top: 20px;
	color: #005484;
}

#tagline
{
	font-size: 0.35em;
	padding: 0px 0px 0px 100px;
	position: relative;
	top: -15px;;
	
	/* margin: 0px 0px 0px 12px; */
	
	color: #8c8a63;
}

/*******************************/



.docnav li
{
  display: block; 
  float: right;
  list-style: none;
} 

.docnav a 
{ 
	padding: 20px 15px 0px 15px;
	border-left: 1px solid #ededed;
	font-size: 0.60em;  /* Must revisit this to set dynamically for large font users */
	font-weight: bold;
	color: #8c8a63;
	text-decoration: none; 
} 

.docnav li a:hover, .docnav li a#selected, .docnav li a#selected:hover
{
	background: #e1edf4;
	color: #111111;
} 



/*******************************/



#content
{
	background: url(../image/background_white.gif) center repeat-y;
	width:100%;
}

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

#content_inside
{
/*
	border-left:1px solid #bbb;
	border-right:1px solid #bbb; */
	margin:0 auto;
	width:800px;
	/* background-color: #ffffff; */
}


#ci_nav
{
	border-left: 1px dashed #ededed;
	float: right;
	line-height: 175%;
	/* margin: 25px 0 5px 570px; */
	margin: 25px 0 5px 570px;
	padding: 0 0 0 10px;
	position: absolute;
	width: 202px;

}

#ci_nav h2
{
	border-bottom:1px solid #e9e9e9;
	/* background:#ffffff; */
	color:#ffffff;
	font-size: 110%;
	font-weight:bold;
	padding:5px 0;
	text-align:left;
}

#ci_nav h2 span
{
	color: #005f96;
}

#ci_nav ul
{
	 font-size: 100%;	letter-spacing:-1px;
	list-style:none;
	margin: 0 0 10px;
	padding: 0;
	width: 194px;
}

#ci_nav ul li a 
{
	border-bottom:1px solid #e9e9e9;
	font-size: 79%;
	display:block;
	padding:3px;
	text-align:right;
	width:194px;
}

#ci_nav li a:hover, #ci_nav li a#selected, #ci_nav li a#selected:hover
{
	background: #e1edf4;
	color: #000000;
}


#ci_nav ul li a
{
	width: 192px;
	padding: 3px 8px 3px 0px;
	margin: 1px 0px 0px 0px;
	background: #f4f4f4;
}

#ci_nav li a#sub:hover, #ci_nav li a.selected
{
	width: 192px;
	padding: 3px 8px 3px 0px;
	margin: 1px 0px 0px 0px;
	background: #e1edf4;
	color: #000000;
}

/* SPECIAL NEW METHODS */ 
#ci_nav li.deselected
{
	display: none;
	/*visibility: hidden;*/
}


#ci_nav ul li a.contacttop
{
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background: #9ebac9;
	font-family: Tahoma, sans-serif;
	border: 1px solid #999999;
}

#ci_nav ul li a.contacttop:hover, #ci_nav li a.contacttop#selected, #ci_nav li a.contacttop#selected:hover
{
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background: #006c85;
	border: 1px solid #333333;
}


#ci_nav ul li a.top
{
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	color: #18272b;
	background: #9ebac9;
	font-family: Tahoma, sans-serif;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #444444;
	border-bottom-color: #444444;
	border-left-color: #444444;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
}

#ci_nav ul li a.top:hover, #ci_nav li a.top#selected, #ci_nav li a.top#selected:hover
{
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background: #006c85;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #444444;
	border-bottom-color: #444444;
	border-left-color: #444444;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
}

#ci_nav ul li a.topoff, #ci_nav li a.topoff#selected
{
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background: #c4ab72;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #444444;
	border-bottom-color: #444444;
	border-left-color: #444444;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
	margin: 0px 0px 1px 0px;
}

#ci_nav ul li a.topoff:hover, #ci_nav li a.topoff#selected:hover
{
	text-align: center;
	font-weight: bold;
	color: #111111;
	background: #e7ce95;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #444444;
	border-bottom-color: #444444;
	border-left-color: #444444;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
}



.imageright
{
	float: right;
	border: 1px solid #ededed;
	padding: 7px 3px 0px 3px;}

.imagerightswf
{
	float: right;
	border: 1px solid #ededed;
	padding: 7px 3px 0px 3px;	margin: 0px 0px 10px 0px;}

.imageleft
{
	float: left;
	border: 1px solid #ededed;
	padding: 7px 3px 0px 3px;	margin: 4px 10px 0px 0px;
}


#content_inside_main
{	
	/*
	filter: alpha(opacity:10);
	KHTMLOpacity: 0.10;
	MozOpacity: 0.10;
	opacity: 0.10;
	*/
	letter-spacing: -1px;
	line-height: 175%;
	margin: 0 auto;
	padding: 15px 230px 15px 15px;
	width: 545px;
	background-color: transparent;
	background-image: url(/image/cps_logo_final.gif);
	background-repeat: no-repeat;
	background-position: 33% center;
}

#content_inside_legal
{
	letter-spacing: -1px;
	line-height: 175%;
	margin: 0 auto;
	padding: 15px 230px 15px 15px;
	width: 545px;
	background-color: transparent;
	background-image: url(/image/cps_logo_final.gif);
	background-repeat: no-repeat;
	background-position: 33% center;
	text-align: justify;
}

#content_inside_news
{	
	/*
	filter: alpha(opacity:10);
	KHTMLOpacity: 0.10;
	MozOpacity: 0.10;
	opacity: 0.10;
	*/
	letter-spacing: -1px;
	line-height: 175%;
	margin: 0 auto;
	padding: 15px 230px 15px 15px;
	width: 545px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 33% center;
}


/* FILE UPLOAD PAGE *************************/

#file_upload_content
{	
	letter-spacing: -1px;
	line-height: 175%;
	margin: 0 auto;
	padding: 15px 230px 15px 15px;
	width: 545px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 33% center;
}

#file_upload_content h1
{
	border-bottom: 1px solid #ededed;
	 font-size: 100%;	padding: 0 0 2px;
}

#file_upload_content h2
{
	 font-size: 90%;	color: #293f45;
	padding: 0 0 2px;
	letter-spacing: 0.05em;
}

#file_upload_content h3
{
	font-size: 0.90em;
	border-bottom: 1px solid #ededed;
	 font-size: 100%;	padding: 20px 0px 0px 10px;
}

#file_upload_content h4
{
	font-size: 70%;
	padding: 0px 0px 0px 10px;
}

#file_upload_content p
{
	padding: 10px 0px 10px 0px;
}

.cboxmid
{
	vertical-align: middle;	
	padding: 0px 0px 0px 10px;
}

.upltop
{
	vertical-align: top;
	text-align: right;
	font-size: 80%;
	letter-spacing: 0.10em;
}

.upldonetop
{
	vertical-align: top;
	text-align: right;
}

.uplmid
{
	vertical-align: middle;
	text-align: right;
	font-size: 80%;
	letter-spacing: 0.10em;
}

.upltou
{
	text-align: left;
	font-size: 80%;
	margin: 0;
}

.cboxtou
{
	vertical-align: middle;	
	margin: 0px 0px 0px 5px;
}

.uplmainel
{
	text-align: left;
	font-size: 90%;
	padding: 0px 0px 0px 10px;
}

.uplmainir
{
	text-align: right;
	padding: 0px 0px 0px 10px;
}


.uplmsgel
{
	text-align: left;
	font-size: 80%;
}

textarea.upltxtarea
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #333333;
	background-position: center;
	background-color: #f0f9ff;
	margin: 0;
	padding: 2px;
	width: 300px;
}


.uploads
{
	font-family: Arial, sans-serif;
	font-size: 8px;
	color: #222222;
	border: 1px solid #111111;
	width: 180px;
	height: 18px;
	padding: 3px 0px 0px 0px;
	margin: 2px 2px 2px 10px;
	background-color: #f0f9ff;
}



/***************************************/

#content_inside_main h1
{
	border-bottom: 1px solid #ededed;
	 font-size: 100%;	padding: 0 0 2px;
}

#content_inside_legal h5
{
	border-bottom: 1px solid #ededed;
	 font-size: 100%;	padding: 0 0 2px;
	margin: 0px 0px 10px 0px;
}

#content_inside_main h1.h4w
{
	border-bottom: 1px solid #ededed;
	 font-size: 100%;
	text-align: right;
	width: 200px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	display: inline;
}

#content_inside_news h1
{
	border-bottom: 1px solid #ededed;
	 font-size: 100%;	padding: 0 0 2px;
}

#content_inside_main h2 {
	color: #ccc;
	font-size: 115%;
	text-align: right;
}

#content_inside_main h3 
{
	color: #005484;
	font-size: 95%;
	text-align: left;
}

#content_inside_main p {
	padding:0 0 26px;
}

#content_inside_news p {
	padding:0 0 26px;
}

#content_inside_main a:hover
{
	color: #005484;
	text-decoration: underline;
}

p.leadpoint
{
	font-weight: bold;	
}


/***************************/

#content_inside_legal h1
{
	border-bottom: 1px solid #ededed;
	 font-size: 100%;	padding: 0 0 2px;
}


#content_inside_legal h2 {
	color:#ccc;
	font-size:115%;
	text-align:right;
}

#content_inside_legal h3 
{
	color: #005484;
	font-size: 95%;
	text-align: left;
}

#content_inside_legal p {
	padding:0 0 26px;
}

#content_inside_legal a:hover
{
	color: #005484;
	text-decoration: underline;
}

p.leadpoint
{
	font-weight: bold;	
}

#content_inside_legal ol
{
	font-size: 79%;
	letter-spacing: 0.08em;;
	line-height: 1.37em;;
	padding: 3px 0px 10px 20px;
}

#content_inside_legal ol ol
{
	font-size: 100%;
	padding-left: 20px;
}


#content_inside_legal li
{
	margin: 0px 0px 0px 20px;
}


#content_inside_legal ol.decimal
{
	list-style: decimal;
}

#content_inside_legal ol.lowalpha
{
	list-style: lower-alpha;
}

#content_inside_legal ol.lowroman
{
	list-style: lower-roman;
}


/*****************************************/


#content_inside_main_sub
{	
	letter-spacing: -1px;
	line-height: 175%;
	margin: 0 auto;
	padding: 15px 230px 25px 15px;
	width: 545px;
	background-color: transparent;
	/*background-image: url(/image/cps_logo_final.gif); */
	background-repeat: no-repeat;
	background-position: 33% 80px;
}

#content_inside_main_sub td
{	
	font-size: 79%;
}

#content_inside_main_sub h1
{
	border-bottom: 1px solid #ededed;
	font-size: 100%;
	padding:0 0 2px;
}

#content_inside_main_sub h2
{
	color: #666666;
	font-size: 97%;
	text-align: left;
}

#content_inside_main_sub p {
	padding:0 0 26px;
}

#content_inside_main_sub a:hover
{
	color: #005484;
	text-decoration: underline;
}


.breaker
{
	clear: both;
	height: 1px;
}

/* footer */

.fbreaker
{
	clear: both;
}

#footer
{
	background: url(../image/background_white.gif) center repeat-y;
	height: 48px;
	width: 100%;
	font-size: 79%;
}





#footer_inside 
{	
	height: 48px;
	margin: 0 auto;
	text-align: center;
	width: 800px;
	color: #8c8a63;
	border-bottom-color: #4c818b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
}

#footer_bottom 
{	
	border-bottom-color: #4c818b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0px 0px 0px 0px;
	margin: 0 auto; 
	width: 800px;	
}



/******************************************/

.dashedbottom
{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}

#apptab
{
	width: 544px;
	border: 1px solid #4c818b;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
}

#apptab.contab
{
	font-size: 100%;
}

table.contab td
{
	padding : 2px;;
}

#apptab tbody tr.odd td
{
	background-color: #edf4ff;
}

#apptab tbody tr.even td
{
	background-color: #fed222;
}

.appbq1
{
	text-align: justify;
	padding: 15px;
}

.appcontent
{
	width: 500px;
	text-align: justify;
}


.appselect
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #333333;
	background-position: center;
	background-color: #f0f9ff;
	margin: 0;
	padding: 2px 2px 2px 2px;
}


.appinput_20
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #222222;
	border: 1px solid #111111;
	width: 23px;
	padding: 3px 2px 3px 2px;
	background-color: #f0f9ff;
}

.appinput_40
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #222222;
	border: 1px solid #111111;
	width: 28px;
	padding: 3px 2px 3px 2px;
	background-color: #f0f9ff;
}

.appinput_60
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #222222;
	border: 1px solid #111111;
	width: 45px;
	padding: 3px 2px 3px 2px;
	background-color: #f0f9ff;
}

.appinput_80
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #222222;
	border: 1px solid #111111;
	width: 55px;
	padding: 3px 2px 3px 2px;
	background-color: #f0f9ff;
}

.appinput_100
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #222222;
	border: 1px solid #111111;
	width: 100px;
	padding: 3px 2px 3px 2px;
	background-color: #f0f9ff;
}

.appinput_120
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #222222;
	border: 1px solid #111111;
	width: 120px;
	padding: 3px 2px 3px 2px;
	background-color: #f0f9ff;
}

.appinput_180
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #222222;
	border: 1px solid #111111;
	width: 180px;
	padding: 3px 2px 3px 2px;
	background-color: #f0f9ff;
}

.appinput_220
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #222222;
	border: 1px solid #111111;
	width: 220px;
	padding: 3px 2px 3px 2px;
	background-color: #f0f9ff;
}

.appinput_360
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #222222;
	border: 1px solid #111111;
	width: 360px;
	padding: 3px 2px 3px 2px;
	background-color: #f0f9ff;
}

#addit ul
{
	padding: 0;
	border-top: 1px solid #ccc;
	width: 170px;
	margin: 10px 0 10px 0px;
	text-align: center;
}

#addit li
{
	margin: 0; 
	padding: 0; 
	text-align: center; 
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}

#addit a
{
	display: block;
	background: #ffffff; 
	color: #666666;
	text-decoration: none;
	padding: 5px 0 5px 0;
}

#addit a:hover
{
	background: #dae9ff; 
	text-decoration: none;
	color: #666666;
}


.itsok
{
	font-size: 10px;
	color: #000033;
}

.req
{
	font-size: 12px;
	color: #ff0000;
}

.people
{
	color: #3791a8;
	font-weight: bold;
}

#article_layer
{
	position: absolute;
	z-index:1;
	visibility: hidden;
	display: inline;
	left: 20px;
	top: 20px;
	right: 0px;
	bottom: 0px;
	width: 820px;
	height: 970px;
	background-color: #FFFFFF;
}

#article_table
{
	width: 800px;
	border: 1px solid #000;
	overflow: hidden;
	background-color: #FFFFFF;
}

table.arttab td
{
	padding : 10px;
}

#tummy_tuck
{
	/* visibility: hidden;
	position: absolute; */
	display: none;
}

#non_surgical
{
	visibility: hidden;
	position: absolute;
	display: none;
}

.cbox
{
	display: inline;
}

.cboxname
{
	display: inline;
}

.vposting
{
	font-size: 85%;
	margin: 0px 10px 0px 10px;
	text-align: justify;	
}


/**** New index layout ****/

.twocol  /* Dynamic IE6 bad hack */
{
	width: 260px;
	float: left;
		text-align: justify;
}

.twocolr  /* Dynamic IE6 bad hack */
{
	width: 260px;
	float: right;
		text-align: justify;
}

#topbreaker
{
	clear: both;
	height: 1px;
	padding: 10px 0px 0px 0px;
}

#nextbreaker
{
	clear: both;
	height: 1px;
	padding: 10px 0px 0px 0px;
}

.topdashes
{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border: 0;
	width: 90%;
	margin: 0 auto;
	background-color: #ffffff;
	background-repeat: repeat-x;
}


#rethome a:active, #rethome a:visited, #rethome a:link
{
	float: right;
	margin: 12px 22px 10px 0px;
	color: #9ebac9;
	font-size: 80%;
	border-bottom: 1px dashed #9ebac9;
}

#rethome a:hover
{
	float: right;
	margin: 12px 22px 10px 0px;
	color: #000000;
	font-size: 80%;
	border-bottom: 1px solid #000000;
}

#rethomeind a
{
	float: right;
	margin: 12px 22px 10px 0px;
	color: #ffffff;
	font-size: 80%;
	border-bottom: 1px dashed #ffffff;
}

.shim
{
	height: 8px;
}

.bd
{
	padding: 0px 0px 10px 0px;
	margin: 0 auto;
	text-align: center;
}

