@charset "UTF-8";
/* CSS Document */
/**
 * Reset - Resets all browsers down to common default settings
 *
 * @credits Eric Meyer's CSS Reset <http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/>
 * @package WPFramework
 * @subpackage Media
 */

/* Eric Meyer Reset Reloaded */
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: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 100%;  vertical-align: baseline; }

/* Removes dotted line when focus */
:focus { outline: none; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0px; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }

/* Regular clearing, just in case! */
.clear { clear: both; }


/* Damianos CSS */
html, body{
	background-color:#FFFFFF;
	background-image:url(../images/damianos_bgTile.jpg);
	background-repeat:repeat-x;
	padding:0;
	margin:0;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #222222;
}
a:link {
	color: #284A76;
	text-decoration: none;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #29497E;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
#wrapper{
	width:954px;
	text-align:center;
	margin:0 auto 0;
	padding:0;
}
#header{
	text-align:left;
	background-image:url(../images/damianos_logo.gif);
	background-repeat:no-repeat;
	height:75px;
	width:945px;
	padding:15px 0px 0px 9px;
	margin:0;
}
#header h1, #header h2{
	margin:0;
	padding:0;
	font-size: 1px;
	line-height: 1px;
	width: 333px;
}
#header h1{
	width: 345px;
	height:60px;
}
#header h1 span, #header h2 span{
	display:none;
}
#flashHead {
	height: 50px;
	width: 200px;
	float: right;
	margin-top: 24px;
	margin-right: 10px;
}
#topBar{
	width:954px;
	height:10px;
	background-image:url(../images/gold_topBar.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	background-color:#a29061;
}
#main_nav {
	background-image: url(../images/navbar_bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	width: 935px;
	font-size: 1px;
}
#main_nav ul {
	margin: 0px;
	padding: 18px 0px 9px 16px;
	list-style-type: none;
	height: 185px;
}
#main_nav li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#nav_gold {
	height: 38px;
	width: 100%;
	background-image: url(../images/gold_bg.gif);
	background-repeat: repeat;
}
#flashContent {
	float: right;
	width: 621px;
	height: 250px;
}
#content{
	text-align:left;
	background-color:#FFFFFF;
	width:934px;
	min-height:500px;
	padding:10px;
}
#side_photos {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content h2 {
	color: #A29061;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight:bold;
}
#content h3 {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 21px;
	font-weight:bold;
}
#content h4 {
	font-size: 12px;
	font-weight:bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 18px;
	color: #A29061;
}
#content h5 {
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
	color: #274675;
}
#content h6 {
	font-style: italic;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px;
}
#content p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
#content  #right_column ul {
	margin: 0px;
	padding: 5px 0px 5px 12px;
	font-size: 11px;
	line-height: 16px;
}
#content #threeColumns {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
}
#content #threeColumns h2 {
	padding:0;
	margin:2px 0 8px 0;
}
#content #threeColumns h2 span{
	display:none;
}
#content #threeColumns h3 {
	padding:0;
	margin:5px 0px 5px 0px;
	color:#274675;
	font-size:12px;
	line-height:12px;
}
#content #threeColumns ul{
	padding:4px 0 8px 8px;
	margin:0 0 0 2px;
	list-style-image: url(../images/bullet_image.gif);
	list-style-position: outside;
}
#content #threeColumns li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#content #threeColumns p {
	padding:5px 0px 0px 0px;
	margin:0;
	line-height: 16px;
}
#content #threeColumns .left img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content #threeColumns #left_third, #content #threeColumns #middle_third, #content #threeColumns #right_third {
	background-image: url(../images/beige_bg.gif);
	background-repeat: repeat;
	float: left;
	width: 285px;
	min-height:199px;
	padding:10px;
}
#content #threeColumns #left_third, #content #threeColumns #middle_third {
	margin-right:9px;
}
#content #threeColumns #left_third div.left, #content #threeColumns #middle_third div.left,#content #threeColumns  #right_third div.left {
	float:left;
	width:102px;
	min-height:158px;
	margin-right:7px;
}
#content #threeColumns #left_third div.right, #content #threeColumns #middle_third div.right, #content #threeColumns #right_third div.right {
	float:left;
	width:172px;
	min-height:158px;
}
#content #threeColumns #left_third div.link, #content #threeColumns #middle_third div.link, #content #threeColumns #right_third div.link {
	clear:both;
	width:285px;
	height:auto;
	text-align:right;
	padding-top: 5px;
}
#content #threeColumns p, #content #threeColumns #right_third .right p, #content #threeColumns #middle_third .right p {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}
#footer{
	text-align:left;
	background-color:#FFFFFF;
	width:934px;
	clear:both;
	padding-top:10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size:9px;
	line-height:12px;
	min-height:150px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer ul {
	margin: 0px;
	padding: 0px 0px 11px 0px;
	list-style-type: none;
}
#footer li {
	display: inline;
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer_left{
	float:left;
	width:621px;
	margin: 10px 10px 10px 0;
}
#footer_right{
	float:left;
	width:303px;
	margin: 10px 0 10px 0;
}
#clear_out{
	clear:both;
	height:1px;
	width:auto;
}
/*Second Page Elements*/
#second_nav {
	background-image: url(../images/navbar_bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	width: 252px;
	font-size: 1px;
}
#left_column {
	padding: 0px;
	float: left;
	width: 252px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#right_column {
	float: left;
	width: 662px;
}
#second_nav ul {
	margin: 0px;
	padding: 9px 0px 9px 9px;
	list-style-type: none;
}
#second_nav li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#second_nav ul ul {
	font-size: 10px;
	padding: 0px 0px 5px 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#first_half {
	float: left;
	width: 325px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 12px;
	padding-bottom: 10px;
}
#second_half {
	float: left;
	width: 325px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
}
#one_column {
	margin: 0px;
	width: 935px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.imageright {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

/*Universal Classes*/
.gold_bar{
	width:100%;
	height:1px;
	border-top:1px solid #a29061;
	clear: both;
}
.grey_bar{
	width:100%;
	height:1px;
	border-top:1px solid #CCCCCC;
	clear: both;
}
.gold_box{
	border:1px solid #a29061;
}
.blue_bar{
	width:100%;
	height:2px;
	border-top:2px solid #bac4d4;
}
.label {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.warning {
	color: #600;
}
/*Additional IDs*/
#main_nav .hide, #second_nav .hide{
	display:none;
}
#thumbs_across {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#thumbs_across ul {
	list-style-type: none;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
#thumbs_across li {
	display:inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
}
.newslinks a {
	font-size: 10px;
	color: #A29061;
}
#bio_image {
	float: left;
	margin-right: 10px;
}
#executives {
	background-color: #EDE9DF;
	background-image: url(../images/lightGoldbg.gif);
	background-repeat: repeat;
	width: 305px;
	padding: 10px;
	margin-bottom: 12px;
}
#executives h3 {
	font-size: 12px;
	font-weight: bold;
	color: #274675;
	margin: 0px;
	padding: 0px;
}
#executives p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
#listings th {
	color: #274675;
	background-color: #E6F2F9;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	line-height: 21px;
	padding: 5px;
}
#listings td {
	font-size: 10px;
	padding: 5px;
}
#listings tr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A29061;
	padding: 5px;
	margin: 5px;
}
#thumbs td {
	font-size: 10px;
	padding: 5px 10px 5px 0px;
}
/* Link Colors for h2 */
#content h2 a:link, #content h2 a:visited, #content h2 a:active{
	color: #A29061;
	text-decoration: none;
}

#content h2 a:hover {
	color: #284A76;
	text-decoration: underline;
}
.wordpress .entry-content div{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#contact td {
	padding-top: 3px;
	padding-bottom: 3px;
}
#directory td {
	padding-top: 3px;
	padding-bottom: 3px;
}
