body {
	background-color: #123C63;
	text-align: center; /*** Centers the design in old IE versions ***/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
#wrap {
	padding: 0px;
	margin-top: 0px;

}
a {color:#C00; text-decoration: none;}
a:hover {color:123C63; text-decoration: underline;}
.container {
	width: 780px;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#grey-border {
	background-color: #E0E0E0;
	height: 10px;
}

/********************
HEADER STYLES
********************/

#header {
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 45px;
	padding-left: 30px;
	background-color: #123C63;
	height: 110px;
	background-image: url(../images/DeFelice-headerbg.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	font-size: 30px;
	line-height: 1.5;
	color: #FFFFFF;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#header h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#header h2 {
	font-size: 20px;
	line-height: 1.5;
	color: #FFFFFF;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#header p.phone  {
	font-size: 18px;
	line-height: 1.25;
	color: #999999;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/********************
CONTENT STYLES
********************/
img.headshot {
	float: right;
	border: 1px solid #999;
	margin-bottom: 15px;
	margin-left: 15px;
}
iframe.map {
	margin-bottom: 15px;
	margin-left: 15px; border: 1px solid #999;}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #123063;
	background-color: #E0E0E0;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 60px;
	overflow:auto;
}

h3 {
	font-size: 25px;
	line-height: 1.5;
	color: #C00;
	padding-bottom: 30px;
}
h3 a {
	line-height: 1.5;
	color: #C00;
	padding-bottom: 30px;
	text-decoration:none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

#content p {
	padding-bottom: 15px;
	font-size: 13px;
	line-height: 1.5;
}
h5 {
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 1.5;
	padding-left: 15px;
	font-weight: normal;
}

#contact-info {
	float: right;
}
#contact-form input {
	font-size: 13px;
	padding: 3px;
	width: 200px;
}
#contact-form textarea {
	padding: 3px;
		font-size: 12px;
	width: 300px;
}
#contact-form input.submit {
	padding: 3px;
	width: 100px;
}
#contact-form label {
	font-weight: bold;
}
.allpost {float:left; width:470px; margin-bottom: 60px; clear:left;}
#sidebar {float:right; width: 160px;}
.post {
	margin-bottom: 30px;
}
#sidebar h2 {font-size: 18px; line-height:1.5}
#sidebar ul {margin-bottom:15px; line-height: 1.5; font-size:13px;}
.navigation {font-size:10px; margin-bottom: 15px;}
.comment-author {font-size: 13px; line-height:1.5;}
.comment-meta {font-size: 11px; line-height:1.5; margin-bottom: 10px;}
textarea #comment {width:470px;}
.commentlist {margin-bottom: 30px;}
.commentlist li {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.alignleft {float:left}
.alignright {float:right}
.call-out {
	font-size:20px;
	font-weight: bold;
	width: 240px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.5;
	font-style: italic; text-align:center;
}
/********************
FOOTER STYLES
********************/
#footer {
	background-color: #0A2238;
	color: #FFF;
	overflow:auto;
	font-size: 11px;
	line-height: 1.5;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#footer a {color: #FFF;}
#footer-right {
	float: right;
	text-align: right;
}
#footer-left {
	float: left;
}
#ag {display: none;}

