/* Start of CMSMS style sheet 'Layout: GYN CSS' */
/* /////////////////////////////////
	Cosmetic Laser Gynecology CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */

/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 14px georgia, 'times new roman', 'times', verdana;
	color: #332c2b;
	background: #2a2524 url('../images/bg.jpg') repeat left top;
	line-height: 18px;
}

#center {
	width: 940px;
	margin: 34px auto 0;
	background: #c54664 url('../images/bg-center.gif') repeat-y left top;
	padding-right: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

.maincol {
	width: 640px;
	padding: 0px 30px;
	float: right;
	background: #fff;
	position: relative;
	top: -34px;
}

.subcol {
	width: 240px;
	float: left;
	background: #c54664 url('../images/logo.jpg') no-repeat left top;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding-right: 20px;
}

/* /////////////////////////////////
	TEXT + HTML
///////////////////////////////// */

h1 {
	font: normal 24px 'palatino linotype', georgia;
	/* font-style: italic;  */
	color: #c54664;
	padding: 19px 30px;
	margin: 0px -30px;
	letter-spacing: -1px;
	background: #fcedec;
}

h1#homeH1 {
	background: #fcedec url('../images/photo-home-top.jpg') no-repeat right top;
	padding-right: 215px;
	height: 64px;
}

h2 {
	font: normal 20px 'palatino linotype', georgia;
	color: #9b2541;
	padding: 0px;
	margin: 28px 0px 18px;
}

h2.topService {
	margin: 18px 0 0 0;
}

h3 {
	/* font: bold 14px georgia;
	margin: 18px 0px -18px 0px;
	color: #000;  */
	color: #fff;
	font-style: normal;
	font-weight: bold;
}

h4 {
	font: normal 11px 'palatino linotype', georgia;
	color: #fff;
	padding: 0px;
	margin: 22px 0px 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


p {
	margin: 18px 0px 18px 0px;
}

ul {
	margin: 18px 0px 18px 0px;
	list-style-type: none;
}


#topText1,
#topText2 {
	color: #01436d;
	font: normal 12px arial;
	text-transform: uppercase;
}

#topText1 {
	float: left;
	padding-left: 10px;
	margin-top: 13px;
}

#topText2 {
	float: right;
	margin-top: 13px;
        margin-right: 30px;
        margin-bottom: 10px;
        color: #fff;
	font-size: 15px;
}

#topText3 {
	float: left;
	margin-top: 10px;
        color: #663300;
	font-size: 13px;
}



/* /////////////////////////////////
	LINKS
///////////////////////////////// */

a img { border: none }

a,
a:visited {
	color: #c03b4f;
	text-decoration: underline;
}

a:active {
	color: #c03b4f;
}

a:hover {
	color: #9b2541;
	text-decoration: underline;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

ul#nav {
	margin: 155px 0 0 0;
	text-align: center;
	line-height: 24px;
}

ul#nav li {
	margin: 0;
}

ul#nav li a,
ul#nav li a:visited {
	font: normal 17px 'palatino linotype', georgia, 'times new roman';
	/* font-style: italic;  */
	color: #f8c9d4;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #fff;
}

ul#nav li.currentpage a,
ul#nav li.currentpage a:visited,
ul#nav li.currentpage a:hover {
	color: #fff;
	font-style: normal;
	font-weight: bold;
}

/* /////////////////////////////////
	CONTENT
///////////////////////////////// */

#photoHome {
	float: right;
	margin: 0 -30px 18px 10px;
}

#contact {
	text-align: center;
	background: #ad3854;
	margin: 24px 0px;
	color: #eba8b8;
	padding: 1px 0 5px 0;
}

.phoneNumber {
	color: #fff;
	font-weight: bold;
}

.beachPhoto {
	display: block;
	float: left;
	margin: 24px 18px 24px 0px;
}

.pullQuote {
	display: block;
	float: right;
	margin: 18px 5px 18px 24px;
}

/* /////////////////////////////////
	FORMS
///////////////////////////////// */

form, fieldset {
	border: 0;
}

#contactForm {
	margin: 0px;
	padding: 6px 0 6px 0;
	border-top: solid 1px #c54664;
	text-align: left;
}

#contactForm ul li {
	display: block;
	clear: both;
}

#contactForm label {
	font: normal 10px georgia;
	display: block;
	float: left;
	width: 80px;
	margin: 7px 6px 0px 0px;
	text-transform: uppercase;
	color: #eba8b8;
	text-align: right;
}

#contactForm .input {
	display: block;
	float: left;
	background: #9f334c;
	color: #fff;
	width: 120px;
	padding: 2px;
	font: normal 12px verdana, arial;
	border: 0;
	margin-top: 5px;
}

#contactForm .button {
	margin: 5px 0 0 86px;
	background: #c54664;
	border: 0;
	font: normal 10px georgia;
	color: #fff;
	padding: 3px 5px 3px 5px;
	text-transform: uppercase;
	cursor: pointer;
}

#searchForm {
	height: 36px;
	background: transparent url('../images/bg-search.gif') no-repeat center top;
	margin: 18px 0 24px 0;
	text-align: center;
	padding-top: 24px;
}

#searchForm .input {
	background: #ad3854;
	color: #fff;
	width: 150px;
	padding: 3px;
	font: normal 12px verdana, arial;
	border: 0;
}

#searchForm .button {
	margin: 0 0 0 2px;
	background: #9f334c;
	border: 0;
	font: normal 10px georgia;
	color: #fff;
	height: 20px;
	width: 30px;
	padding: 3px 5px 3px 5px;
	text-transform: uppercase;
	cursor: pointer;
}


/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

#footer .subcol {
	background: none;
	padding: 10px 0px 24px 0px;
}

#footer .subcol p {
	color: #a29998;
	margin: 12px 20px 12px 20px;
	font-size: 11px;
	line-height: 14px;
}

#footer .subcol a,
#footer .subcol a:visited {
	color: #c27f8f;
	text-decoration: none;
}

#footer .subcol a:hover {
	color: #c27f8f;
	text-decoration: underline;
}

#footer .maincol {
	width: 700px;
	padding: 0px;
	background: transparent;
}

#footer .maincol .footNav {
	background: #fff;
	border-top: solid 3px #fcedec;
	margin: 34px 0 24px 0;
	padding: 1px 30px 5px 30px;
}

#footer .maincol .footNav .topLink {
	float: right;
}

#footer .maincol p.bottom {
	color: #a29998;
	margin: 12px 20px 12px 30px;
	font-size: 11px;
	line-height: 14px;
}

/* End of 'Layout: GYN CSS' */

