@charset "UTF-8";

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.4;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	
}

.twoColRtSide #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFF;
	margin-right: auto;
	margin-left: auto;
} 

/*--------------header specific styles-------------*/

#header {
	background-color: #FFF;
	height: 130px;
	background-image: url(../_images/db_logo.png);
	background-repeat: no-repeat;
	background-position: 20px 12px;
}
#mainContent-leftCol {
	width:220px;
	}
#mainContent-rightCol {
	width: 220px;
}

#header img {
	float: right;
	margin-top: 45px;
	margin-bottom: 16px;
	margin-right: 20px;
}

#header ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#header li{
	float: left;	
}

#header li a:link, #header li a:visited{
	padding:.2em .5em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ED1D24;
	text-decoration:none;
	line-height:1.2em;
	margin-right:1em;
}

#header li a:hover{
	color:#000;
}
#header li a.current, #header li a.current:hover, #header li a.current:active{
	color:#000;
	cursor:default;
}

#nav {
	float: right;
	width: 660px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #eae6e6;
	border-bottom-color: #eae6e6;
	margin-right: 20px;
}
#banner {
	height: 200px;
	width: 780px;
}


/*--------------sidebar specific styles-------------*/
.twoColRtSide #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	line-height: 1.4;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	margin-top: 2em;
	color:#333;
}
.pNoBotMargin {
	margin-bottom: 0px;
}


/*--------------mainContent specific styles-------------*/
.twoColRtSide #mainContent {
	width:460px;
	background-color: #FFF;
	margin-top: 2em;
	margin-right: 280px;
	margin-bottom: 1em;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
} 

#mainContent-span {
	width: 460px;
	float: left;
}

/*--------------mainContent Portfolio specific styles-------------*/
#mainContent-portfolio {
	background-color: #FFF;
	margin-top: 2em;
	width: 740px;
	margin-right: 20px;
	margin-left: 20px;
}

.portfolioLgThumb {
	width:232px;
	margin-right:20px;
	float:left;
	margin-bottom: 20px;
}
.portfolioLgThumb-last {
	width:232px;
	float:left;
	margin-bottom: 20px;
}

#mainContent-portfolio p{
	font-weight:bold;
	text-align: center;
	margin: 0px;
	padding-bottom: 1em;
}

#mainContent-portfolioLgImg {
	width:460px;
	background-color: #FFF;
	margin-top: 2em;
	margin-right: 280px;
	margin-bottom: 1em;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
} 

#mainContent-portfolioLgImg img{
	border: 1px solid #CCC;
	margin-bottom: 3em;
	float: left;
}

	

/*--------------Footer specific styles-------------*/
.twoColRtSide #footer {
	padding: 0 10px 0 20px;
	color: #333;
	text-align: center;
	line-height: 2;
} 
#footer p {
	font-size: 0.75em;
	line-height: 3;
	border-top-width: 1px;
	border-top-style: dotted;
	padding-top: 1em;
	padding-bottom: 2em;
	border-top-color: #CCC;
}

/*--------------Float specific styles-------------*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.normal {
	font-weight: normal;
}
.holder {
}

.attribution {
	text-align: right;
	color: #666;
}
#mainContentNested {
	width:455px;
	background-color: #FFF;
	float: left;
}
#mainContent-portfolio img {
	border: 1px solid #DFDFDF;
}
.twoColRtSide #sidebar1-portfolio {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	line-height: 1.4;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	margin-top: 8em;
	color:#333;
}
#mainContent #frmConsult input.text:focus, #mainContent #frmConsult textarea:focus {
	background-color: #CCC;
	border: 1px solid #900;
}
