/* 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; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background: #E2AF24 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

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

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

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

a:link,a:visited	{
	color: #FFD35F;
	text-decoration: underline;
	font-size: 12px;
}
a:hover,a:active	{
	color: #66B268;
	text-decoration: none;
	font-size: 12px;
}

/* ----- 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-back-to-top.jpg") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

	
/* ----- global form elements ----- */ 

form {
	width:150px;
	padding:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

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

input, textarea, select { 
	background-color:#EFF5FF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #E2AF24;
	color:#000;
	width:150px; /* 5 pixles smaller than form width !important */
	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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	width:155px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:90px 0 0 242px; }

input.submit-image { 
	background:url("../images/btn-submit.jpg");
	width:63px;
	height:15px;
	border:none;
	cursor:pointer;
	}

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 

#contact-main {
	width: 410px;
}

#contact-main dl {
	margin: 0 0 0 35px;
	color: White;
}
body #contact-main p{
	margin: 0 0 15px 100px;
	color: #DFB69F;
}
#contact-main dl br {
	clear: both;
}

#contact-main dt {
	float: left;
	width: 180px;
	line-height: 18px;
	text-align: right;
}
#contact-main dd {
	margin: 0 0 5px 190px;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
}
#contact-main dd input, #contact-main dd select, #contact-main dd textarea {
	width:200px;
}
#contact-main dd input.radio {
	width:13px;
	margin-left: 15px;
}
#contact-main dl dd input.submit-contact-main {
	margin: 10px 0 50px 0;
	width: 60px;
}


/* ----- apply contact form ----- */ 

#apply-contact {
	width: 700px;
}

#apply-contact input, #apply-contact select, #apply-contact textarea {
	margin: 0 0 0 0;
}
/* framework
 * ------------------------------------------------------------------------- */

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

#masthead {
	position:relative;
	background:url("../images/masthead-sub.jpg");
	height:103px;
	}
	
body#index #masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:258px;
	}
	/* home link within #masthead */		
#masthead a{
		position:absolute;
		left:26px;
		width:142px;
		top:14px;
		height:86px; 
		}
	
body#index #masthead a {	
		position:absolute;
		left:26px;
		width:142px;
		top:86px;
		height:86px; 
		}
	#masthead a span {
		display:none;
		}
		
	#main h1{
		font-size: 1.5em;
		color: #E2AF24;
		margin: 0 49px 26px 49px;
	}
	
	#main img{
		margin: 0 49px 26px 49px;
	}
	

	#main p, #main ul{
		color: #fff;
		margin: 0 49px 26px 49px;
		}

		#main ul li{
			list-style: disc;
			margin: 0 0 10px 25px;
			}
			
			#main ul.li-2col li {
		float: left;
		width: 250px;
		}

		 #main ul span{
		color: #fff;
		margin: 0 49px 26px 49px;
		}

		#main ul li{
			list-style: disc;
			margin: 0 0 10px 25px;
			}
			
		#main .img1 {
	float: left;
	margin: 0 20px 25px 49px;
	clear: both;
}

				
#gallery{
	margin: 0 0 0 49px;
}

#gallery img{
	background: #FFF;
	padding: 10px;
	text-align: center;
	position: relative;
	float: left;
	display: inline;
	margin: 0 6px 25px 6px;
}

	
#main h2{
	font-size: 15px;
	color: #80C190;
	margin: 0 49px 15px 49px;
	font-weight: bold;
}

#main h3{
	font-size: 14px;
	color: #fff;
	margin: 0 49px 15px 49px;
	font-weight: bold;
}

#main h6{
	font-size: 11px;
	color: White;
	margin: -25px 49px 25px 49px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
			
#callout{
	background: url(../images/callout.jpg);
	height: 272px;
	margin: 0 0 26px 0;
	}
	#callout span{
		display: none;
		}

#sponsors{
	background: url(../images/sponsors.jpg);
	height: 300px;
}

#announce-box{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

#announce-box img{
	margin: 5px 0 5px 0;
}

#announce-box a:link, #announce-box a:visited {
	color: Blue;
	text-decoration: none;
}

#announce-box a:hover, #announce-box a:active {
	color:#771B3F;
	}

#announce-box-top{
	background: #fff url(../images/announce-box-top.jpg) no-repeat top;
	width: 200px;
	float: right;
	padding: 10px 0 0 0;
	margin: 0 39px 0 10px;
	display: inline;
}
	#announce-box-bottom{
		background: url(../images/announce-box-bottom.jpg) no-repeat bottom;
		width: 200px;
		color: #000;
		text-align: center;
		}
		#announce-box-bottom p{
			color: #000;
			margin: 0 5px 10px 5px;
		}
		
		
#banner-right {
	margin: 5px 0 5px 0;
}


#banner-right img{
	background: url(../images/mansmith-differentiation.jpg) no-repeat;
	float: right;
	padding: 0 0 0 0;
	margin: 0 25px 200px 10px;
	display: inline;
	clear: both;
}

#apply-contact p{ margin-bottom: 20px;}

#apply-contact input{
	margin:  0 20px 5px 0;
	width: 100px;
}
#apply-contact input.longer{
	width: 380px;
}
#apply-contact input.longer2{
	width: 170px;
}
#apply-contact input.longer3{
	width: 150px;
}
#apply-contact input.submit{
	width: 180px;
}
#apply-contact textarea{
	width: 380px;
	height: 100px;
	overflow: auto;
	}


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

#column-left {
	width:207px;
	float:left;
	}
	
	/* background image list items */
	#column-left ul { 
		margin-left:5px; 
		}
	#column-left ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding-left:8px; 
		}

/* ----- column-right ----- */

#column-right {
	width: 300px;
	float: right;
}

	/* background image list items */
	#column-right ul { 
		margin-left:5px; 
		} 

	#column-right ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding-left:8px; 
		}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:20px;
	clear:both;
	width:100%;
	}
	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash {
	height:0px;
	background:url("../images/bg-header-flash.jpg") no-repeat;
	}

#header-graphic {
	height:299px; /* sets height for all non-flash headers */
	}

	body#breast #header-graphic {
		background:url("../images/header-breast.jpg"); 
		}


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

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

	body#face #subhead {
		background:url("../images/subhead-face.jpg"); 
		}
	
	body#breast #subhead {
		background:url("../images/subhead-breast.jpg"); 
		}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:800px;
	margin:30px auto;
	text-align:center;
	}

#footer p {
	color:#000;
	}

#footer a:link, #footer a:visited {
	color:#000;
	}

#footer a:hover, #footer a:active {
	color:#fff;
	}

#footer ul {margin-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
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:780px; 
	height:38px; 
	margin-bottom:32px; 
	}

#nav span { display: none; }

#nav li, #nav a { height:38px; display:block; }

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 123px; margin-left: 10px;}
#nav-02 { width: 187px; margin-left: 1px;}
#nav-03 { width: 93px; margin-left: 1px;}
#nav-04 { width: 120px; margin-left: 1px;}
#nav-05 { width: 231px; margin-left: 1px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover {background:url("../images/nav.jpg")  -10px -38px no-repeat;}
#nav-02 a:hover {background:url("../images/nav.jpg") -134px -38px no-repeat;}
#nav-03 a:hover {background:url("../images/nav.jpg") -323px -38px no-repeat;}
#nav-04 a:hover {background:url("../images/nav.jpg") -416px -38px no-repeat;}
#nav-05 a:hover {background:url("../images/nav.jpg") -537px -38px no-repeat;}


/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position: absolute;
	left: -9999px;
	background-color: #e3af27;	
	}

#nav li ul li { 
	height: 20px; 				
	border:0px solid #e3af27;
	border-top:none;
	}	

#nav li ul li a {
	width: 100%;
	height: 20px;
	line-height: 20px;
	}

#nav li ul li a span {
	display: block;
	padding-left: 5px;
	}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 13px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#nav li:hover ul, #nav li.sfhover ul { left: auto; }

#nav-02 ul a:hover, #nav-03 ul a:hover { 
	background-image: none;
	background-color: #7f9cd8; 
	}

#nav-02 ul, #nav-02 li { width: 150px; }
#nav-03 ul, #nav-03 li { width: 230px; }


/*-------------- table ------------- */
#table {
	margin: 15px 10px 0 15px;
}

#table p {
	margin: 0 25px 0 25px;
}
#x{
	display: none; 
}

#home-pic{
	width:200px;
	height: 238px;
	float: right;
	padding: 10px 0 0 0;
	margin: 0 39px 0 10px;
	display: inline;
	}
	
	#home-pic  img{
	margin: 5px 0 5px 0;
}

/* gallery ---------------------------------------------------------------------------*/
table.galleria {
	margin: 0 0 15px 49px;
	width:700px;
}

table.galleria td {
	color: White;
	border-bottom:1px dashed #afc5cc;
}