/****************************************
PLASTIC SURGERY CLINIC CSS
CREATED BY KYLE CHOWNING
MARCH 28, 2006
*****************************************/

/*Set global properties */
html, body {
	margin : 0px;
	background : url("images/mainBG.jpg") repeat-x #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-align: center;
}
.hrule {
	width: 100%;
	height: 1px;
	color: #CADBF1;
	background-color: #CADBF1;
	border: 0 none;
}

/*Default link colors */
a:link, a:visited, a:active { color : #666666; }
a:hover {
	color : #333333;
	text-decoration: none;
}

/*Text Formatting */
.purpleText { color : #A77398; }
.serifSmall, .serifMedUnderline, .serifMed, .serifLarge, .serifXLarge, h1, #editorBlog, h2 { font-family : georgia, times new roman; }
.serifLarge, h1 {
	font-size : 14px;
	color: #619BD4;
	font-weight: bold;
}
.serifMedUnderline {
	font-size: 12px;
	color: #666666;
	font-style: oblique;
}
.serifMed, h2 {
	font-size : 12px;
	color: #666666;
}
.serifXLarge { color : #619BD4; font-size : 24px; line-height : 25px;}
.sansXLarge { font-size : 14px; line-height : 20px;}
.sansLarge { font-size : 12px; }
.sansMed {
	font-size : 11px;
}
.sansSmall { font-size : 10px; line-height : 15px; }
.sansXSmall, .timeStamp { font-size : 9px; }
p {
	margin-bottom : 5px;
	font-size: 11px;
}

/*Page parts */
#header {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#navigation {
	width: 8000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#body {
	width: 900px;
	height:100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9196A1;
	border-right-color: #9196A1;
	border-bottom-color: #9196A1;
	border-left-color: #9196A1;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: bottom;
	
}
#bodygrey {
	position:relative;
	background: #E1E1E1;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 4px;
	border-right-width: 6px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C4DDF8;
	border-right-color: #C4DDF8;
	border-bottom-color: #C4DDF8;
	border-left-color: #C4DDF8;
}

/*Column borders */
#hrVertical {
	background-color: #E2EEFF;
	position:absolute;
	top:373px;
	left:265px;
	width: 1px;
	height: 200px;
}

/*#header { border-right : solid 1px #96A47F; } */

/*Footer */ 
#copyright, #footerLinks { height : 75px; float : left; line-height : 75px; background : url("images/footerBG.jpg"); }
#copyright { width : 625px; }

/*Frontpage */
#fpflash {
	width: 900px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#fpflash ul
{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: 0;
}
#fpflash ul li
{
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
}
#fpendorsements {
	float: right;
	margin: 30px auto 0;
	width: 180px;
}
#fpmidunder {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#fpcontainer {
	width: 700px;
	margin-bottom: 10;
	}
#fpcolumnLeft {
	width: 215px;
	float:left;
	margin: 0 auto;
	padding: 3px 6px 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2EEFF;
	height: 350px;
}
#fpcolumnMid {
	width: 215px;
	padding: 3px 12px;
	margin: 0 auto;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2EEFF;
	height: 220px;
	 }
#fpcolumnRight{
	width: 900px;
	padding: 0px;
	float: right;
	height: 325px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

/*CONTENT PAGE*/
#midunder {
	width: 700px;
	margin: 0 auto;
}
#procedureimage {
	width: 700px;
	margin: 30px auto 0;
}
#main {
	width: 470px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	clear: right;
}
#sidebar {
	display:block;
	width: 200px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CADBF1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CADBF1;
	background-color: #FFFFFF;
	}
#con_nontext {
	width: 680px;
	padding-left: 15px;
	float: left;
}
#container {
	width: 700px;
	margin-top: 8px;
	}
#columnRightTop {
	width: 193px;
	margin: 0 10px 15px auto;
	background-image: url(images/background_sidebar.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CADBF1;
	padding-top: 3px;
	padding-left: 6px;
}

#modules {
	width: 100%;
	margin: 0 auto;
	background-image: url(images/background_modules.jpg);
	background-repeat: repeat-x;
	height: 15px;
	text-align: left;
	text-indent: 4px;
	vertical-align: baseline;
	padding-top: 5px;
	border-bottom: thin solid #CADBF1;
	background-position: bottom;
}
#icons {
	width: 700px;
	margin: 0 auto;
}


/*GALLERY*/
#gallery {
	width: 650px;
	height: 450px;
	background-color: #FFFFFF;
	border: 1px solid CADBF1;
	}
#galleryheader {
	width: 650px;
	height: 94px;	
	}
#gallerymain {
	width: 650px;
	height: 356px;
	
	}


/*UNSURE*/
.border_blue {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C4DDF8;
	border-left-color: #C4DDF8;
	margin: 0px;
	padding: 0px;
}
.border_gray {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9196A1;
	border-left-color: #9196A1;
}
.verticalblueline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2EEFF;
	width: 236px;
	padding: 10px;
}
.textboxes {
	border: thin solid #CADBF1;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
}
.textboxesQuestion {
	height: 53px;
	width: 190px;
	border: thin solid #CADBF1;
	font-size: 9px;
	color: #CCCCCC;
	background-image: url(images/home_bottom_box_BG.jpg);	
}
.footerText {
	font-size : 9px;
	color: #B0B0B0;
	font-style: normal;
	font-weight: normal;
}
#footer {
	vertical-align: middle;
	width: 900px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.bottomlinks {
	width: 100%;
	height: 10px;
	background-color:#00CCFF;
}
/*This is the Link style given for the bottom "SEO BY TECHWYSE" */
A.footertechwyse {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:c4ddf8;
	text-decoration:none;
}

A.footertechwyse:hover {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:666666;
	text-decoration:none;
	
}
/*End of the style given for the SEO BY TECHWYSE */

#quote {
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-align: center;
	width: 675px;
	padding: 5px;
	margin-left: 8px;
}

.serifMed_blue {
	font-size : 12px;
	color: #666666;
	font-weight: bold;
	font-family: georgia, "times new roman";
	line-height: 20px;
}

/*NAVIGATION*/
.p7tbsub {
	border: 0.1px solid #BED5FF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/navigation/navback.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.p7tbsub p {
	margin: 0px;
	padding: 2px 6px 6px 5px;
}
.p7tbsub a:link {color: #527BA6;}
.p7tbsub a:visited {color: #666666;}
.p7tbsub a:hover {
	color: #476298;
	background-color: #CADBFF;
}
.p7tbsub a:active {color: #527BA6;}
.p7tbdn {color: #396392!important; font-weight: bold;}
.sansMedBlue {
	font-size : 10px;
	color: #A8BED6;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.serifXLargeBold {
	color : #619BD4;
	font-size : 24px;
	line-height : 25px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
li {
	font-size: 11px;
	list-style-position: outside;
	list-style-type: square;
}
.imagebox {
	font-size: 9px;
	color: #999999;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #CCCCCC;
	margin: 5px;
}
.serifSmallBoldBlue {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #619BD4;
	font-weight: bold;
}
.submit {
	border: thin solid #CADBF1;
	font-size: 12px;
	color: #333333;
	background-image: url(images/submit.jpg);
	background-repeat: repeat-x;
}

/*NEWSLETTER */
.NSBACKGROUND {
	background : #ffffff url(images/footerbackground.jpg) repeat-x bottom;
	border-right: 1px solid #9196A1;
	border-left: 1px solid #9196A1;
	border-bottom: 1px solid #9196A1;
	width: 700px;
	height:100%;
}
.checkboxes {
	border: thin solid #CADBF1;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
}
.textareabox {
	border: thin solid #CADBF1;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
}
.error {
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}
.specialofferbox {
	font-size: 9px;
	color: #999999;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #CCCCCC;
	margin: 5px;
	background-image: url(images/background_sidebar.jpg);
	background-repeat: repeat-x;
}
