@charset "utf-8";
/* CSS Document 
Client: Miami Gastroenterology Consultants, PA
URL: http://
Version: 1.0
Last Modification: 13/01/2010
*/

/* ----------------------- General ----------------------- */
body{background: #0660af; padding: 0; margin: 0;}
*{font-family:Geneva, Arial, Helvetica, sans-serif;}
#content{margin: 0 auto; width: 1004px;}
#info{width: 1004px; padding: 0; margin: 0; float: left; background: url(../images/bg-content-middle.jpg) repeat-x top left;}

/* ----------------------- Top ----------------------- */
#top{width: 1004px; margin: 0; padding: 0;float: left;}

/* Header */
#header{width: 980px; margin: 0; padding: 20px 0 0 24px;float: left; background: url(../images/header.gif) no-repeat top left; height: 108px;}
#logo{
	float: left;
	margin: 0;
	width: 540px;
	padding: 0;
}
#phrase{
	float: left;
	width: 260px;
	margin: 57px 0 0 0;
	font-size: 16px;
	color: #414141;
	line-height: 22px;
	font-style: italic;
	text-shadow: 2px 2px 3px #999;
}

/* menu */
#menu{width: 980px; margin: 0; float: left;height: 42px; padding: 0 12px; background: url(../images/bg-menu.jpg) no-repeat top left;} 
#menu ul{float: left; padding: 0; margin: 0; list-style: none;}
#menu ul li{ padding: 0 2px 0 0; margin: 0; list-style: none; float: left; background: url(../images/separador-menu.gif) no-repeat top right;}
#menu ul li a{ padding: 10px 11px 0; margin: 0; display: block; float: left; color: #fff; font-size: 11px; text-decoration: none; text-align: center; height: 27px; text-transform: uppercase; text-shadow: 2px 2px 3px #023f74;}
#menu ul li a:hover, #menu ul li a.select{ background-color: #024a8a;}

/* Banner */
#banner{width: 988px; float: left; background: url(../images/bg-banner.gif); padding: 0 8px; height: 254px;}
#banner .images{float: left; width: 330px;}
#banner .welcome{margin: 35px 0 0 0; padding: 0 45px 0 40px; width: 515px; float: right;}
#banner .welcome .title{
	width: 555px;
	font-size: 26px;
	color: #333;
	line-height: 33px;
	height: 40px;
}
#banner .welcome a.read{
	float: right;
	display: block;
	text-transform: uppercase;
	color: #FFF;
	background: url(../images/btn-read.gif) no-repeat top left;
	font-size: 14px;
	width: 154px;
	height: 23px;
	padding: 7px 0 0;
	text-decoration: none;
	text-align: center;
	text-shadow: 2px 2px 3px #666;
}
#banner .welcome a.read:hover{
	text-decoration: none;
	color:#EA197B;
}
#banner .welcome p{margin: 0; font-size: 12px; color: #4b4b4b; padding: 0; line-height: 18px;}

/* ----------------------- Content ----------------------- */
#info .middle{width: 1004px; float: left; background: url(../images/bg-content-middle.jpg) repeat-y top left;}
#info .top{width: 1004px; float: left; background: url(../images/bg-content-top.jpg) no-repeat top left;}
#info .top .down{width: 967px; float: left; background: url(../images/bg-content-down.jpg) no-repeat bottom left; padding: 0 7px 20px 30px;}

/* Column Left */
#info .top .down .left{width: 590px; float: left;}
#info .top .down .left .title{
	width: 575px;
	height: 46px;
	padding: 8px 0 0 15px;
	font-size: 14px;
	color: #FFF;
}
#info .top .down .left .image{float: right; border: 2px solid #cddfb3;}
#info .top .down .left dt { font-size: 1.2em; line-height:1.6em; font-style: italic; padding: 4px 0 0 0;}
#info .top .down .left dd {
	font-size: 1.2em;
	padding: 4px 0 0 20px;
	line-height: 1.6em;
}

#info .top .down .left li {
	font-size:1.15em;
	line-height:1.6em;
	list-style-image: url(../images/bullet.png);
}

/* Column Right */
#info .top .down .right{width: 341px; float: right; padding: 8px 0 0;}
#info .top .down .right .box{width: 341px; float: left; padding: 0; margin: 0 0 10px;}
#info .top .down .right .box .title{width: 323px; float: left; padding: 4px 0 0 18px; height: 48px; background: url(../images/title.jpg) no-repeat top left; font-size: 18px; color: #FFF; text-transform: uppercase; letter-spacing: 1px;}
#info .top .down .right .box .title2{width: 323px; float: left; padding: 4px 0 0 18px; height: 48px; font-size: 18px; color: #FFF; text-transform: uppercase; letter-spacing: 1px;}
#info .top .down .right .box .text{padding: 0 20px; width: 301px; float: left; font-size: 11px; color: #333; line-height: 16px;}
#info .top .down .right .box .text p{
	font-size: 12px;
	color: #333;
	line-height: 16px;
}
#info .top .down .right .box .text a.read{float: right; display: block; text-transform: uppercase; color: #FFF; background: url(../images/btn-read-sm.jpg) no-repeat top left; font-size: 11px; width: 86px; height: 17px; padding: 1px 0 0; text-decoration: none; text-align: center; text-shadow: 2px 2px 3px #666; font-weight: bold;}
#info .top .down .right .box .text a.read:hover{ text-decoration: underline;}
#info .top .down .right li {
	font-size:1.15em;
	line-height:1.8em;
	list-style-image: url(../images/bullet-checkmark.png);
}

/* ----------------------- Text ----------------------- */
p{
	margin: 0 0 10px 0;
	padding :0;
	text-align: left;
	color: #202020;
	font-size: 1.2em;
	line-height: 1.6em;
}
a{text-decoration: underline; font-size: inherit; color: #11668e;}
a:hover{text-decoration: none;}
a:visited{
	color: #06F;
}
strong{font-size: inherit;}
h1{
	color: #900;
	font-size: 1.8em;
	margin: 0 0 20px;
	font-weight: bold;
	padding: 2px 0 2px;
	line-height: normal;
	border-bottom: 1px solid #CCC;
}
h2{
	color: #09244a;
	font-size: 1.6em;
	margin: 0;
	padding: 1px 0 5px;
	font-weight: bold;
	line-height: 1.6em;
}
h3{
	font-size: 1.4em;
	color: #06F;
	margin: 0;
	padding: 10px 0;
	background: url(../images/vinieta.gif) no-repeat center left;
	font-weight: bold;
}
h4{
	font-size: 1.2em;
	color: #00335e;
	font-weight: bold;
	margin: 0px 0 15px 0;
	padding: 3px 0;
}
h5{ font-size: 12px; color: #a47711; text-transform: uppercase; margin: 0px 0 5px 0;}

/* ----------------------- Footer ----------------------- */  
#footer{
	background: url(../images/bg-footer.jpg);
	width: 989px;
	padding: 5px 0;
	float:left;
	font-size: 11px;
	text-align:center;
	line-height: 15px;
	color: #fff;
	height: 60px;
}
#footer a{ text-align: center; color: #fff; font-size: 11px; line-height: 22px; text-decoration: none; padding: 0 10px; text-transform: uppercase;}
#footer a:hover{
	color: #FF6;
}
#footer a.a{ text-align: center; color: #fff; font-size: 11px; line-height: 15px; text-decoration: none; padding: 0; text-transform: none;}
#footer a.a:hover{color: #FF6; text-decoration: underline;}

/* ----------------------- Clearfix ----------------------- */ 
/* slightly enhanced, universal clearfix hack */
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;line-height: 0; }
.clearfix {display: inline-block;}

/* start commented backslash hack \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* close commented backslash hack */

/*  ----------------------Bio Content Page --------------------- */
.img-bio {
	float:left;
	padding: 0;
	border: solid 1px #000;
	margin: 10px 10px 10px 10px;
}

/*  --------------------STAFF BIO Page -------------------------*/
.staff-pic { float:left; padding: 5; margin: 10px 10px 10px 10px; }


/*########################################
               CONTACT PAGE
########################################*/

.textbox{ background:#ffffff; border:1px solid #dadada; color: #333333; width:260px; float:left; height:18px; }
.textarea{ background:#ffffff; border:1px solid #dadada; color: #333333; width:260px; float:left; height:100px; }
#form .submit-holder{ width:360px; text-align:left; float:left; }
#form .submit{ border:1px solid #dadada; background:#ffffff;  color: #00bbf2; width:100px; height:30px; font-weight:bold; cursor:pointer; font-size:11px;}
.form-error{
	color:#EB217F;
	font-weight:bold;
}
.form-correct{	color:#336699; font-weight:bold; font-size: 120%;}

.label-holder {
	height: 20px;
	width: 200px;
	float: left;
}
fieldset		{

!important;

	padding-left: 10px;

	padding-bottom: 10px;

	width: 100%;
	border: 1px solid #002f6d;
}
.recaptchatable #recaptcha_response_field {
	!important;
float:left;
font-size:10pt;
left:0;
margin:7px 0 0 !important;
padding:0 !important;
position: relative !important;
top:0;
width:145px !important;
}

/*fieldset.active		{border:2px solid #999}*/



label {
	color: #003366;
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
	height:17px;
	letter-spacing:2px;
	line-height:1.1;
	width: 200px;
	margin-top: 3px;
	margin-right: 2px;
}

.buttons {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:6px 14px;
	text-decoration:none;
	text-transform:uppercase;
	border-color: #C6E878;
	border-style: solid;
	background-attachment: scroll;
	background-color: #8CB622;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
	cursor: pointer;
}



.info_messages		{
	color: #333333;
	background-attachment: scroll;
	background-color: #E5FEC6;
	background-image: url(../images/Info.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #92B92C;
	border-bottom-color: #94BB2E;
	width: 90%;
	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 30px;
}
.required {
	color: #CC3300;
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-weight: bold;
}

/* Clear */
.clear { clear:both; overflow:hidden; height:0px; }

#contactform {margin-left:50px;}
#contactform img {float:left; padding:0; margin:0;}
#contactform select {width:250px; border:1px solid #ccc; color:#333; font-size:11px;}

input {float:left;}
textarea {float:left;}

.qanda {
	font-size:1.35em;
	color:#BC0814;
	font-weight: bold;
}

.subtitle{
	width:80px;
	color:#960;
	font-weight:bold;
	float:left;
}

/*****************************************************************
ADD THIS
*****************************************************************/


.addthis_toolbox .hover_effect
{
    width: 284px;
    padding: 10px 0 6px 10px;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}
