/*****************************************/
/*************** BOXES CSS ***************/
/*****************************************/


/* Upper */
.upper {
margin: auto;
width: 100%;
background: #fdfdfd url(../images/bg-upper.jpg) repeat-x 50% 0;
min-height: 789px;
height: auto !important;
height: 789px;
}


/* Lower */
.lower {
margin: auto;
width: 100%;
background: #fff url(../images/bg-lower.jpg) repeat-x 50% 0;
min-height: 336px;
height: auto !important;
height: 336px;
}
.container {
margin: auto;
width: 1000px;
position: relative;
}


/* Header */
.header {
margin: auto;
}
#logo {
display: block;
float: left;
width: 335px;
height: 120px;
clear: both;
margin: 8px 0 0;
}
#logo .page_title a {
display: block;
width: 335px;
height: 120px;
background: transparent url(../images/drcorrado_logo.png) no-repeat scroll 0 0;
text-indent: -9999px;
}


/* 2 col-set */
.col2-set {
clear: both;
line-height: 19px;
}
.col2-set .col-1 {
margin: auto;
float: left;
width: 48%;
text-align: left;
}
.col2-set .col-2 {
margin: auto;
float: right;
width: 48%;
text-align: left;
}
.col2-set .homecol-1 {
margin: -4px 0 0 20px;
float: left;
width: 615px;
/*font-size:15px;*/
}
.col2-set .homecol-1 p {
	line-height: 22px;
	text-align: justify;
	padding-right: 10px;
}
.col2-set .homecol-2 {
margin: 10px 10px 0 0;
float: right;
width: 300px;
font-size: 11px;
color: #909090;
}

.col2-set .homecol-2 .slideshow {
	width: 300px;
	height: 210px;
	overflow: hidden;
}

.col2-set .homecol-2 h1 {
	font-size: 22px;
}

.col2-set .homecol-2 .nav {
	width: auto;
	margin: 10px auto 0;
	text-align: center;
}

.col2-set .homecol-2 .slideshow .slide {
width: 300px;
height: 205px;
}

.col2-set .homecol-2 .slideshow ul {
	margin:0;
	padding:0;
	background:none;
}

.col2-set .homecol-2 .slideshow li {
width: 280px;
background: #fff;
list-style-type: none;
margin: 5px 0;
padding: 10px;
line-height: normal;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.col2-set .homecol-2 .slideshow img {
	float:left;
	margin: 0 10px 0 0;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.col2-set .homecol-1 h2 {
	font-size: 19px;
	margin: 0 0 7px 0;
}

.col2-set .homecol-1 h3 {
	font-size: 17px;
	margin-bottom: 7px;
}

.col2-set .homecol-1 h3 a,
.col2-set .homecol-1 h3 a:link,
.col2-set .homecol-1 h3 a:visited,
.col2-set .homecol-1 h3 a:active,
.col2-set .homecol-1 h3 a:hover  {
	color: #333;
	text-decoration: none;
}

.col2-set .homecol-2 h6 {
	font-size: 12px;
}

.col2-set .homecol-2 li p {
	line-height: 14px;
	margin: 0 0 7px 0;
}

.col2-set .homecol-2 h6 a,
.col2-set .homecol-2 h6 a:link,
.col2-set .homecol-2 h6 a:visited,
.col2-set .homecol-2 h6 a:active {
	color: #333;
	text-decoration: none;
}
.col2-set .homecol-2 h6 a:hover {
text-decoration: underline;
}



/* Layout*/
.layout-1col,
.layout-3col {
width: 1000px;
margin: 10px auto 0;
text-align: left;
}


/* Content */
.content {
padding: 10px;
background: transparent url(../images/bg-content.gif) no-repeat 50% 0;
min-height: 540px;
height: auto !important;
height: 540px;
}
/*#home .content {
padding: 10px;
background: none;
min-height: 540px;
height: auto !important;
height: 540px;
}*/
.layout-3col .inside {
float: left;
width: 500px;
padding: 10px;
}
.layout-1col .inside {
width: auto;
padding: 20px;
}
#home .inside {
float: left;
width: auto;
margin: auto;
padding: 0;
}

#contactus .inside {
	float: left;
	width: 600px;
	padding: 0;
	margin: 10px 0 0 15px;
}

#resources .inside,
#procedures .inside {
	padding-top: 5px;
}

/* Side Columns */
.col-lt, .col-rt {
float: left;
width: 220px;
margin: 5px 0 0 5px;
}
.col-rt {
margin: 10px 0 0 5px;
width: 220px;
}

#home .col-rt {
margin: 17px 0 0 5px;
}

.col-lt h2,
.col-rt h2 {
	font-size: 17px;
	margin-bottom: 5px;
}

.col-rt h2 a,
.col-rt h2 a:link,
.col-rt h2 a:visited,
.col-rt h2 a:active {
color: #333;
text-decoration: none;
}
.col-rt h2 a:hover {
text-decoration: underline;
}

/* Sub Nav */
.subnav {
float: left;
margin: 15px 0 0 7px;
width: 200px;
}
.subnav h2 {
padding: 5px;*/width:auto;
display: block;
}
.subnav h2 small {
color: #999;
font-size: 100%;
}
.subnav .subhead {
margin: 7px 0 0 0;
}

/* 1st TIER */
.subnav ul {
background: none;
margin: 0;
}
.subnav li {
padding-bottom: 1px;
list-style: none;
background: none;
margin-left: 0;
padding-left: 0;
line-height: 16px;
}
.subnav a {
display: block;
padding: 9px 7px;
background: none;
font-weight: bold;
border-bottom: 1px solid #DBDBDB;
border-left: 1px solid #EBEBEB;
}
.subnav a,
.subnav a:link,
.subnav a:visited,
.subnav a:hover,
.subnav a:active {
color: #666;
text-decoration: none;
cursor: pointer
}
.subnav a:hover {
color: #000;
background: #d9f2ff;
}
.subnav li.current a:link,
.subnav li.current a:visited,
.subnav li.current a:hover,
.subnav li.current a:active {
color: #000;
background: #d9f2ff;
}

/* 2nd TIER */
.subnav ul ul {
margin: 0 0 0 23px;
padding: 0;
font-size: 11px
}
.subnav li.current li a,
.subnav li.current li a:link,
.subnav li.current li a:visited {
background: none;
padding: 0 0 0 12px;
font-weight: bold;
width: auto;
color: #888;
width: 130px;
display: block;
border: none
}
.subnav li.current li a:hover,
.subnav li.current li a:active {
color: #d9f2ff;
background: none
}
.subnav li.current li {
border: none;
margin: 0
}
.subnav li.current li.current a:link,
.subnav li.current li.current a:visited,
.subnav li.current li.current a:hover,
.subnav li.current li.current a:active {
font-weight: bold;
color: #d9f2ff;
}



/* Sitemap */
#sitemap-wrap {
	width: auto;
	padding: 5px 20px 20px;
	margin: 0 auto;
}
#sitemap-wrap .main {
float: left;
margin: 0;
width: 300px;
border-right: 1px dotted #CCE1EA;
}
#sitemap-wrap .mainlast {
float: left;
margin: 0 0 0 15px;
width: 300px;
border-right: none;
}
#sitemap-wrap h4 {
margin: 0 0 7px 0;
border-bottom: 1px solid #ccc;
font-size: 14px;
}
#sitemap-wrap h4 a {
font-size: 16px;
color: #666;
display: block;
padding: 5px;
text-decoration: none;
}
#sitemap-wrap h4 a:hover {
background: #1199ef;
color: #fff;
text-decoration: none;
}
#sitemap-wrap .singles {
font-size: 11px;
font-weight: bold;
}
#sitemap-wrap ul {
margin: 10px;
}
#sitemap-wrap li {
list-style: none;
margin: 0;
padding: 0;
background: none;
}
#sitemap-wrap li {
margin: 0 0 5px 0;
}
#sitemap-wrap li a:link,
#sitemap-wrap li a:visited,
#sitemap-wrap li a:hover,
#sitemap-wrap li a:active {
display: block;
text-decoration: none;
padding: 3px 3px 3px 6px;
}
#sitemap-wrap li a:hover {
background: #1199ef;
color: #fff;
text-decoration: none;
}
#sitemap-wrap ul ul {
margin: 10px;
}
#sitemap-wrap ul ul li {
list-style: none;
margin: 0;
padding: 0;
background: none;
}
#sitemap-wrap ul ul li {
margin: 0 0 5px 0;
width: 200px
}
#sitemap-wrap ul ul li a:link,
#sitemap-wrap ul ul li a:visited,
#sitemap-wrap ul ul li a:hover,
#sitemap-wrap ul ul li a:active {
display: block;
text-decoration: none;
}
#sitemap-wrap ul ul li a:hover {
background: #1199ef;
color: #fff;
text-decoration: none;
}


/* Footer */
.footer-wrap {
clear: both;
}
.footer {
clear: both;
color: #828282;
width: 920px;
margin: auto;
text-align: left;
padding: 20px 0 100px 60px;
background: transparent url(../images/ftr-logo.jpg) no-repeat 0 30px;
}
.footer .left {
float: left;
text-align: left;
width: 555px;
}
.footer .right {
float: right;
text-align: right;
width: 300px;
}
.footer .right li {
display: block;
margin: 0 0 5px 0;
}
.footer ul {
margin: 0;
padding: 4px 0 0 0;
}
.footer ul li {
display: inline;
color: #828282;
font-size: 12px;
background: none;
margin: 0;
padding: 0 1px;
list-style-type: none;
line-height: 18px;
}
.footer .address {
margin: 18px 0 0 0;
}
.footer .secstart {
margin: 0;
}
.footer .secstart strong,.footer .address strong {
color: #5D5D5D;
}
.footer ul li.separator {
color: #828282;
}
.footer a,.footer a:link,.footer a:visited,.footer a:active {
font-size: 12px;
color: #828282;
}
.footer ul li a:hover {

}
.footer ul li.current a:link,
.footer ul li.current a:visited,
.footer ul li.current a:hover,
.footer ul li.current a:active {
font-weight: bold;
}
.footer .right a,.footer .right a:link,.footer .right a:visited,.footer .right a:active,.footer .right a:hover {
color: #828282;
font-size: 12px;
}
.footer .first {
margin: -15px 0 0 0;
}
/*.footer ul li strong {
color: #ccc;
font-size: 14px;
}*/
.footer ul ul {
margin: 0;
padding: 0;
}
.footer .subheading span {
font-weight: bold;
}


.form-table .textInput.human {
    width: 70px;
    max-width: 70px;
}
.form-table .textInput#name, .form-table .textInput#email {
    width: 170px;
    max-width: 170px;
}
.form-table textarea {
    resize: none;
    max-width: 170px;
}
