/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/

/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }

p{ font:12px/16px "Lucida Sans Unicode", Garuda, sans-serif;}
/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
/*
body{	font:12px/16px "Lucida Sans Unicode", Garuda, sans-serif; }
*/

@font-face {  
	  font-family: " Trajan Pro Bold ";  
	  src: url( http://www.sandiegoplasticsurgeryclinic.com/images/fonts/TrajanPro-Bold.otf ); /* IE */  
	  src: local(" Trajan Pro Bold "), url( /images/fonts/TrajanPro-Bold.otf ) format ("opentype"); /* non-IE */  
	} 
@font-face{ 
     font-family:"Lucida Sans Unicode"; 
     src: url('/images/fonts/lsansuni.ttf') format ("truetype");
}
@font-face{ 
     font-family:"Trajan Pro Bold"; 
     src: url(/images/fonts/TrajanPro-Bold.otf) format ("opentype");
}
@font-face{ 
     font-family:"Trajan Pro"; 
     src: url('/images/fonts/TrajanPro-Regular.otf') format ("opentype");
}

/* ----- top image store WC ----- */ 
#store-image{ }
.main-store-img {  
 		left: 220px;
        position: relative;
    	top: 8px;
	}
	
	
#skin-cta {
    margin-top: 41px;
}
/* -------END  top image store WC ----- */ 
/* ----- top nav WC ----- */ 
#masthead a:hover, a:active  {color:white;}

#masthead div.phone-top { position: absolute;right: 46px;top: 30px;font-weight: bold;
	font-family: Palatino,"Palatino Linotype",serif;
	font-size: 18px;}

span.spanish {
    /* font-variant: small-caps; */
    text-transform: capitalize;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    color: #ebcbbc;
    margin-right: 52px;
}
#masthead #top-nav {

  	font-variant:small-caps;
  	line-height:40px;
    display: inline-block;
	float: right;
    margin-right: 42px;  
}


a.home-nav span {
    font-family: TrajanProBold, Trajan Pro,  Arial, Helvetica, sans-serif;
  /*  font-weight: bold; */
    letter-spacing: 1px;
}

a.store-nav span {
    font-family: TrajanProBold, Trajan Pro, Arial, Helvetica, sans-serif;
    }

a.contact-nav span {
    font-family: TrajanProBold, Trajan Pro, Arial, Helvetica, sans-serif;
   }

div.phone-top {
    font-family: Palatino, "Palatino Linotype", serif;
    margin-top: -2px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

ul li a {
    font-family: "Lucida Sans Unicode", Garuda, sans-serif;
    font-variant: small-caps;
}


/*  end of main navigation WC*/
/*  whats new section added 8-25-2011  WC----------------------------------------------------------------------------------------------------------------------------*/
p.wn1 {
	 background-color: #730707;
    color: #fafafa;
    padding: 8px;
    font-variant: small-caps;
    font-family: Palatino, "Palatino Linotype", serif;
    font-size: 14pt;
    -moz-border-radius: 5px;
    border-radius: 5px;
	/*
    font-size: 16pt;
    font-variant: small-caps;
    font-family: trajan pro bold;
    color: #8a0a0a;*/
}
/*  whats new section added 8-25-2011  WC---*/
body { 
	background:#DDA748 url("/images/bg-body.jpg") top repeat-x;
	text-align:center; 
	color:#000;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#5B0404; }
h2	{ font-size:1.1em; color:#400303; }
h3	{ font-size:1.0em; color:#000; }
h4	{ font-size:1.1em; color:#400303; margin: 10px 0px 5px 60px; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#740605; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#740605; text-decoration:none; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("/images/bullet.jpg") right no-repeat;
	}
	
p.more {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("/images/bullet.jpg") right no-repeat;
	}
img.img-left { 
	float:left; 
	margin:2px 10px 10px 59px; 
	}
	
img.img-right, a.img-right { 
	float:right; 
	margin:5px 28px 10px 10px; 
	}
a.img-right {
	float: right;
}	
	
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 15px 0;
	}
form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#F9F0DF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #7A0505;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Lucida Sans Unicode, Lucida Grande, Garuda, sans-serif;
	/* font-family:Arial, Helvetica, sans-serif; */
	font-size:1.0em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:170px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit-contact-main { margin:95px 0 0 243px; }

input.submit-image { /* REMOVE IF NOT USED */
	background:url("/images/btn-submit.jpg");
	width:54px;
	height:23px;
	border:none;
	cursor:pointer;
	}

input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("/images/btn-submit-main.jpg");
	width:54px;
	height:23px;
	border:none;
	cursor:pointer;
	}
	
/* sidebar edits
 * ------------------------------------------------------------------------- */
	
#column-right h4 {
    margin-left: 10px;
    text-transform: none;
    font-variant: small-caps;
    font-size: 13pt;
    
}
/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("/images/bg-wrap.jpg") repeat-y;
	width:809px;
	margin:0 auto;
	text-align:left;
	}

#footer a {
    font-family: TrajanProBold, Trajan Pro, Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    color:#690605;
    font-weight: bold;
}

#wrap-footer {
	background:url("/images/bg-wrap-footer.jpg") repeat-y;
	width:809px;
	margin:0 auto;
	text-align:left;
	padding-bottom:10px;
	}
	
#masthead {
	position:relative;
	height:51px;
	background:url("/images/masthead.jpg") left top no-repeat;
	}

	#masthead a {
		color:black;
		text-decoration: none;
		}

/* ----- column-left ----- */

#videos {
	margin: 0 0 0 50px;
	padding: 0;
	text-align: center;
}

#podcasts {
	margin: 0 0 0 50px;
	padding: 0;
	text-align: center;
}

#column-Blogleft{
	width:462px;
	padding: 0 30px 0 60px;
}
#column-left {
	background:url("/images/bg-column-left.jpg") top no-repeat;
	width:552px;
	float:left;
	}
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul.list, #column-left dl {
		margin:0 28px 10px 59px;
		}
	#column-left form { margin-left:59px; }
	#column-left ul li ul {margin:0 28px 10px 0px;}
	#column-left dl.left {margin-left:60px;}
	
	/* single column list */
	#column-left ul.list { padding-left:5px; }
		#column-left ul.list li { 
			background:transparent url("/images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
		#column-left ul.list li ul { padding-left:5px; }

	
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("/images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	/* definition list */
	#column-left dl.left { padding-left:5px; float:left; width:180px; margin-right:0;}
		#column-left dl.left dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl.left dd {
			background:transparent url("/images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	/* definition list */
	#column-left dl.right { padding-left:5px; float:right; width:230px; margin:0;}
		#column-left dl.right dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl.right dd {
			background:transparent url("/images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

#featuredin {
background:url("/images/header-featuredin.jpg") no-repeat;
height:745px;
float:left;
/*margin:50px;
*/}
/*
#magz {
padding-top:65px;
} */
#magz a img {
    height: 119px;
    width: 100px;
    align: center;
}

#magz {
  
    margin-left: 50px;
    width: 250px;
     margin-top: 50px;
}

center a img {
    margin-right: 30px;
    margin-top: 6px;
}
	
#logos {
margin-left:275px;
}
.mag{
	margin-left:75px;
}
/* ----- column-right ----- */

#column-right {
	width:257px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 60px 10px 24px;
		}
	#column-right form { margin-left:29px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("/images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
			
/* ----- column-left ----- */
#container{
float:left;
width:200px;
margin:0 0px 200px 0;
}
#whats-new {
	width:300px;
	float:right;
	}
	
	#whats-new p, #whats-new h1, #whats-new h2, #whats-new h3, #whats-new ul, #whats-new dl {
		margin:0 40px 10px 49px;
		}
	
	/* single column list */
	#whats-new ul { padding-left:5px; }
		#whats-new ul li { 
			background:transparent url("/images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
	
	/* definition list */
	#whats-new dl { padding-left:5px; }
		#whats-new dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#whats-new dl dd {
			background:transparent url("/images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("/images/bottom-wrap.jpg");
	height:71px;
	clear:both;
	width:100%; /* fix for Safar */
	}
.rss-items{
	margin: 5px 0 0 50px;

}
.rss-item{
	margin: 5px 0 0 10px;
	list-style-image:url(images/bullet.jpg);
	list-style-position:inside;
	padding:0;
}
	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:238px; background:url("/images/header.jpg"); text-align:center;}

	body#index #header-graphic { background:url("/images/header.jpg"); }
	body#about #header-graphic { background:url("/images/header-about.jpg"); }
	body#breast #header-graphic { background:url("/images/header-breast.jpg"); }
	body#body #header-graphic { background:url("/images/header-body.jpg"); }
	body#face #header-graphic { background:url("/images/header-face.jpg"); }
	body#skin #header-graphic { background:url("/images/header-skin.jpg"); }
	body#surgical #header-graphic { background:url("/images/header-surgical.jpg"); }
	body#process #header-graphic { background:url("/images/header-process.jpg"); }
	body#faq #header-graphic { background:url("/images/header-faq.jpg"); }
	body#financing #header-graphic { background:url("/images/header-financing.jpg"); }
	body#contactus #header-graphic { background:url("/images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("/images/header-contact.jpg"); }
	body#sitemap #header-graphic { background:url("/images/header-sitemap.jpg"); }
	body#general #header-graphic { background:url("/images/header-face.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:80px; } /* sets height for all subheads */

	body#index #subhead { background:url("/images/subheaders/subhead-welcome-4.jpg"); }
	body#about #subhead { background:url("/images/subheaders/subhead-about.jpg"); }
	body#body #subhead { background: url("/images/subheaders/subhead-body.jpg"); }
	body#breast #subhead { background:url("/images/subheaders/subhead-breast.jpg"); }
	body#face #subhead { background:url("/images/subheaders/subhead-face.jpg"); }
	body#faq #subhead { background: url("/images/subheaders/subhead-faq.jpg"); }
	body#financing #subhead { background:url("/images/subheaders/subhead-financing.jpg"); }
	body#surgical #subhead { background:url("/images/subheaders/subhead-about.jpg"); }
	body#process #subhead { background: url("/images/subheaders/subhead-process.jpg"); }
	body#skin #subhead { background:url("/images/subheaders/subhead-skin.jpg"); }
	body#contactus #subhead { background: url("/images/subheaders/subhead-contactus.jpg"); }
	body#thankyou #subhead { background:url("/images/subheaders/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("/images/subheaders/subhead-sitemap.jpg"); }
	body#privacy #subhead { background:url("/images/subheaders/subhead-privacy.jpg"); }
	body#error #subhead { background:url("/images/subheaders/subhead-error.jpg"); }
	body#blogTop #subhead { background:url("/images/subheaders/subhead-blog.jpg"); }
	body#general #subhead { background:url("/images/subheaders/subhead-general.jpg"); }
	
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background:url("/images/bg-footer.jpg") top no-repeat;
	width:809px;
	margin:0 auto;
	text-align:center;
	}

#footer p, #footer ul {
	color:#000;
	margin:0 60px 10px 59px;
	}

#footer a:link, #footer a:visited { color:#000; text-decoration:none; }

#footer a:hover, #footer a:active { color:#000; text-decoration:underline; }

#footer ul {padding-top:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #000;
	}

	#footer li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */
/** { font-family: Trajan Pro, Arial !important;*/

#nav { 
	background:url("/images/nav.jpg") repeat; 
	width: 763px; 
	height:30px; 
	margin:0 auto;
	padding:0px 0 0 0;
	position:relative;
	/*font-family: Trajan Pro, Arial;*/
	}
	
#nav span {
	
	display: inline-block;
	padding: 6px 0 0 0;
}
#nav .nav-parent {
	font-family: "Trajan Pro", Arial;
	text-align: center;
	color: #dc9f4e;

  
}




#nav li, #nav a { 
	height:30px; 
	display:block;
	text-align: center;
	line-height: 15px;
	text-decoration: none;
	
} /* change height here also */



#nav li { float:left; list-style:none; display:inline; position:relative; border-right: 1px solid #926112; }

#nav-01 { width: 88px; margin-left: 0px;}
#nav-02 { width: 69px;}
#nav-03 { width: 61px;}
#nav-04 { width: 53px;}
#nav-05 { width: 91px;}
#nav-06 { width: 127px;}
#nav-07 { width: 110px;}
#nav-08 { width: 52px;}
#nav-09 { width: 103px;}

#nav a:hover { color: #180b02 !important; }/*border-radius:5px;-moz-border-radius:5px;*/

#nav-09 { border: none;}
/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { color: #180b02 !important; background:url("/images/nav.jpg")  -24px -31px repeat; }
#nav-02 a:hover { background:url("/images/nav.jpg") -112px -31px repeat; }
#nav-03 a:hover { background:url("/images/nav.jpg") -181px -31px repeat; }
#nav-04 a:hover { background:url("/images/nav.jpg") -242px -31px repeat; }
#nav-05 a:hover { background:url("/images/nav.jpg") -295px -31px repeat; }
#nav-06 a:hover { background:url("/images/nav.jpg") -388px -31px repeat; }
#nav-07 a:hover { background:url("/images/nav.jpg") -515px -31px repeat; }
#nav-08 a:hover { background:url("/images/nav.jpg") -625px -31px repeat; }
#nav-09 a:hover { background:url("/images/nav.jpg") -679px -31px repeat; }


#nav li ul {
	position: absolute;
	width: 254px;
	height: auto;
	left: -999em;
	background-color: #692019 !important;
	border: 1px solid #9d574b;
	z-index:10;
}
#nav li ul li {
	height:25px;
	padding:0 !important;
	margin:0 0 1px 0!important;
}
#nav li ul li a {
/*	text-transform: capitalize; */
	
    font-size:14px;
	width: 244px;
	height: auto;
	display: block;
	background-image:none !important;
	padding: 5px 5px 5px 5px;
	color:#d99b4e;
	text-align: left;
	text-decoration: none;
	white-space:nowrap;
	
}
#nav li ul li a:hover {
	background-color:#c4a785;
	color:#1e130d;

}
#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#map {
    width:400px;
    height:400px;
	margin:5px 0 5px 80px;
	padding:0;
}
.mapDirection{
margin:0 !important;
}
 /* ------------------------------------------------------------------------- */

#subnav {
	background:url("/images/subnav.jpg") top left no-repeat;					
	width:250px;		/* Width of buttons, not entite image (or half of entire image) */
	height:374px;		/* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	left: 0;
	}

#subnav li span { display: none; }

#subnav li {
	float:left;
	list-style:none;
	}

#subnav li, #subnav a { 
	height:70px;			/* Each button must have the same height, define it here */
	display:block;
	}
/* margin-top to set where the nav should begin */
#subnav-01 { margin-top:0px; width:250px; }
/*
/* margin-top if there is a spacing between each nav button */
#subnav-02, #subnav-03, #subnav-04, #subnav-05 { margin-top:0; width:250px; }

#subnav-01 a:hover { background:url("/images/subnav.jpg") -250px    -0px no-repeat; }
#subnav-02 a:hover { background:url("/images/subnav.jpg") -250px  -70px no-repeat; }
#subnav-03 a:hover { background:url("/images/subnav.jpg") -250px -140px no-repeat; }
#subnav-04 a:hover { background:url("/images/subnav.jpg") -250px -210px no-repeat; }
#subnav-05 a:hover { background:url("/images/subnav.jpg") -250px -280px no-repeat; }
#about #wrap #column-left img {
	margin-left: 59px;
}


#cta a { 
   display: block; 
   width: 192px; 
   height: 293px; 
   text-decoration: none; 
   background: url("/images/Breast_Aug_CTA-3.jpg");
   float: right;
   margin: 0 15px 15px 15px; 
} 
#cta a:hover { 
   background-position: 0px -293px; 
}

#ctaBreast a { 
   display: block; 
   width: 200px; 
   height: 161px; 
   text-decoration: none;
   background: url("/images/Breast_Surgery_CTA.jpg");
   float: right;
   margin: 0 15px 15px 15px; 
} 
#ctaBreast a:hover { 
   background-position: 0px -166px; 
}


/*------------------ Bennett Form Selectors <--------------------*/
#bennett {
    height: auto;
    width: 300px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
}
#bennett form {
    height: auto;
    width: 300px;
    margin-left: 20px;
}
#bennett ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#bennett li {
    padding: 0px;
    clear: both;
    float: left;
    background-image: none;
    height: auto;
    width: 300px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}
#bennett label {
    display: block;
    font-size: 14px;
    color:#000;
    float: left;
    padding: 5px 0px 5px 0px;
   /* font-family: Lucida Sans Unicode, Lucida Grande, Garuda, sans-serif; /* font-family: Arial, Helvetica, sans-serif;*/
}
#bennett input {
    border: 1px solid #cccccc;
   font: Arial, Helvetica, sans-serif 12px #000; 
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    width: 300px;
    clear: both;
    height: 20px;
}
#bennett input.state {
 font: Arial, Helvetica, sans-serif 12px #000; 
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
    height: 25px!important;
    width: 300px;
    border: 1px solid #cccccc;
}
#bennett textarea {
    width: 300px;
    height: 125px;
    border: 1px solid #cccccc;
     font: Arial, Helvetica, sans-serif 12px #000; 
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
}

/*------------------ Bennett Error Selectors <--------------------*/
#errors {
    float:left;
    clear:both;
    width: 300px;
    height: auto;
    margin: 0px;
    padding: 0px;
    color: #990000;
}
#errors span {
}
#errors ul {
    float:left;
    clear:both;
    width: 300px;
    height: auto;
    padding: 0px;
    margin: 20px 0px 20px 0px;
}
#errors ul li {
    float:left;
    clear:both;
    width:300px;
    height: auto;
    margin: 7px 0px 0px 0px;
    padding: 0px;
    text-align:left;
    font-family: Lucida Sans Unicode, Lucida Grande, Garuda, sans-serif; /* font-family: Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    font-weight: bold;
    list-style: none;
    color: #990000;
}

/*------------------ Bennett Captcha Selectors <--------------------*/
#pnlCaptcha {
    width: 300px;
    height: auto;
    clear: both;
}
#pnlCaptcha p {
    width: 300px;
    height: auto;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    font-family: Lucida Sans Unicode, Lucida Grande, Garuda, sans-serif; /* font-family: Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    color: #000000;
}
#pnlCaptcha label {
    width: 300px;
    height: auto;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
}
.captcha {
    width: 300px;
    height: auto;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
}
.captcha img {
    width: 300px;
    float: left;
    clear: both;
    margin: 15px 0px 15px 0px;
    padding: 0px;
}
.captcha span {
    width: 300px;
    height: auto;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
}
.captcha span input {
    border: 1px solid #cccccc;
     font: Arial, Helvetica, sans-serif 12px #000; 
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    width: 300px;
    clear: both;
    height: 20px;
}

/*------------------ Bennett Summary Selectors <--------------------*/
#ValidationSummary1 {
    width: 300px;
    height: auto;
    float:left;
    clear:both;
    margin: 15px 0px 15px 0px;
    padding: 0px;
}
#ValidationSummary1 ul {
    width: 300px;
    height: auto;
    float:left;
    clear:both;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#ValidationSummary1 ul li {
    float:left;
    clear:both;
    margin: 0px;
    padding: 0px;
    font-family: Lucida Sans Unicode, Lucida Grande, Garuda, sans-serif; /* font-family: Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    font-weight: bold;
    color: #990000;
}
#lblVerifySubmission label {
    border: 1px solid #cccccc;
     font: Arial, Helvetica, sans-serif 12px #000; 
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    width: 300px;
    clear: both;
    height: 20px;
}

/*------------------ Bennett Button Selectors <--------------------*/
input#btnValidateForm {
    width: 300px;
    height: 25px!important;
    border: 1px solid #ff0000;
    font: Arial, Helvetica, sans-serif 12px #000; 
    background-color: #D1DBE8;
    padding: 0px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
}
input#btnSubmitForm {
    width: 300px;
    height: 25px!important;
    border: 1px solid #ff0000;
    font: Arial, Helvetica, sans-serif 12px #000; 
    background-color: #D1DBE8;
    padding: 0px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
}


#blogger-navigation{
}
#blogger-navigation h3{
font-size:16px;
}
#blogger-navigation ul{
}
#blogger-navigation ul li{
}
#blogger-navigation ul li a{
}
#blogger-navigation ul li a:link, #blogger-navigation ul li a:visited{
}
#blogger-navigation ul li a:hover, #blogger-navigation ul li a:active{
}
#blogger-navigation #powered-by{
}


.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}
#about #wrap #column-left img.magcenter{
	margin-left:158px;
}

.social-follow {
	margin: 7px 0 3px 15px;
}
.social-follow div {
	float: left;
	margin: 8px;
}

form.ddfm label {
    font-size: 14px;
}


span.visit {
    font-variant: normal;
    margin-left: 17px;
    background-color: #692019;
    color: #faf7fa;
    font-family: Palatino, "Palatino Linotype", serif;
    font-weight: bold;
    border-radius: 2px;
    padding-top: 0;
    padding-right: 3px;
    padding-bottom: 0;
    padding-left: 3px;
    font-size: 13px;
}

