/* general */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: auto;
	margin: 0 auto;
	background: #3D3D3D;
	font-family: arial, verdana, sans-serif;
	color: #000;
}
a {
	color: #C27331;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #961A54;
	text-decoration: underline;
	font-weight: bold;
}
ul {
	list-style-type: square;
}
.textblock h2 {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #555674;
	margin: 10px;
	width: auto;
}
#home .textblock h2 {
	color: #50709A;
	font-size: 18px;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #50709A;
	}
h3 {
	margin: 15px 0 10px 15px;
	padding: 0 0 0 4px;
	font-family: "Lucida Sans Regular", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #555;
}
h4 {
	margin-left: 0;
	padding: 10px;
	color: #50709A;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.5px;
}
h5 {
	margin-top: 5px;
	padding: 0 0 0 4px;
	font-size: 10px;
	color: #961A54;
}
/* main */
#wrapper {
	width: 950px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #000;
}
#header {
	width: 950px;
	height: 160px;
	background: #FFF url(images/logo.gif) top left no-repeat;
}
#header p {
	margin: 0 15px 0 550px;
	padding: 15px 0 0 0;
	font-family: georgia, serif;
	font-size: 14px;
	font-style: italic;
	color: #999;
	line-height: 130%;
	text-align: right;
}
#testimonial {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #6F6F6F;
	margin: 5px 15px 5px 0;
	text-align: right;
}	
#graphic {
	width: 950px;
	height: 259px;
	background: #50709A url(images/owls.jpg) top center no-repeat;
	border-top: 1px solid #000;
}
#graphic h1 {
	float: right;
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 40px;
	color: #fff;
	margin-top: 60px;
	padding-right: 15px;
	display: inline;
}
#graphic p {
	clear: right;
	margin: 20px 0 0 560px;
	font-family: georgia, serif;
	font-size: 18px;
	color: #fff;
}
#nav {
	width: 950px;
	height: 30px;
	line-height: 30px;
        background-image: url(images/grad.jpg);
        background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	font-family: arial;
	font-size: 11px;
	border-top: 1px solid #000;
	letter-spacing: 0;
}
#nav ul {
	margin-left: 15px;
}
#nav li {
	display: inline;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-right: 5px;
	list-style-type: none;
}
#nav li a {
	font-weight: normal;
	color: #fff;
	margin-right: 2px;
	background-image: url(images/iconb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#nav li a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/iconc.gif);
}
.topphone {
	color: #fff;
	font-size: 15px;
	margin-left: 5px;
}
#navunder {
	width: 950px;
	height: 30px;
	line-height: 30px;
        background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	background-color: #003964;
	font-family: arial;
	font-size: 11px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	letter-spacing: 0;
}
#navunder ul {
	margin-left: 15px;
}
#navunder li {
	display: inline;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-right: 5px;
	list-style-type: none;
}
#navunder li a {
	font-weight: normal;
	color: #fff;
	margin-right: 2px;
	background-image: url(images/iconb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#navunder li a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/iconc.gif);
}
#maincontent {
	width: 950px;
	height: auto;
	margin: 0 auto;
}
#content {
	width: 950px;
	height: auto;
	background-color: #003964;
	font-size: 13px;
	border-top: 4px solid #003964;
	border-bottom: 4px solid #003964;
}
.textblock {
	border-right: 15px solid #003964;
	background: #FFF;
	margin-top: 0;
	margin-right: 20px;
	margin-left: 20px;
	width: auto;
	height: auto;
	padding: 10px;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
}
.textblock p {
	margin-top: 10px;
	margin-left: 15px;
	padding-right: 10px;
}
#contact .textblock, #new .textblock {
	height: 350px;
}
/* contact */
.phone {
	margin-top: 0;
	margin-left: 120px;
	padding: 15px;
	padding-top: 0;
	font-size: 16px;
	width: 150px;
}
.phone2 {
	background-image: url(images/phone.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 55px;
	margin-left: 66px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 26px;
}	
.email {
	margin-top: 0;
	padding-top: 0;
	margin-left: 120px;
	font-size: 16px;
}
.email2 {
	background-image: url(images/email.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 55px;
	margin-left: 66px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 26px;
}
/* footer */	
#footer {
	clear: both;
	width: 950px;
	height: 30px;
	line-height: 30px;
	background: #003964;
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
}
#footer p {
	font-family: arial;
	font-size: 10px;
	color: #ccc;
}
#footer a {
	color: #ccc;
}
#footer a:hover {
	color: #fff;
}
/* print portfolio */
.col1 h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.col3 {
	float: right;
	margin-right: 150px;
	margin-left: 25px;
	display:inline;
}
.col3 img {
	padding: 2px;
	border: 1px solid #000;
}
.col2 {
	float: right;
	margin-right: 70px;
	margin-left: 0;
	display: inline;
}
.col2 img {
	padding: 2px;
	border: 1px solid #000;
}
.col1 {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 125px;
}
.col1 img {
	padding: 2px;
	border: 1px solid #000;
}
.col3a {
	clear: both;
	float: right;
	margin-top: 25px;
	margin-left: 15px;
	display:inline;
}
.col3a img {
	padding: 2px;
	border: 1px solid #000;
}
.col2a {
	float: right;
	margin-top: 25px;
	margin-right: 20px;
	margin-left: 5px;
	display: inline;
}
.col2a img {
	padding: 2px;
	border: 1px solid #000;
}
.col1a {
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 180px;
	margin-left: 20px;
}
.col1a img {
	padding: 2px;
	border: 1px solid #000;
}
/* sitemap */
.map {
	margin-left: 35px;
	font-size: 14px;
	line-height: 30px;
}
.map li {
	list-style-type: none;
}
.map a {
	color: #961A54;
	padding-left: 5px;
	font-weight: normal;
}
.map a:hover {
	color: #555;
	text-decoration: underline;
	font-weight: normal;
}
/* web portfolio */
#web .textblock h3 {
	margin-bottom: 20px;
}
#web .textblock img {
	border: 1px solid #000;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 13px;
}
#web .textblock a {
	color: #003964;
	font-weight: bold;
}
#web .textblock a:hover {
	color: #961A54;
}
#web .textblock li {
	padding: 10px 0 5px 20px;
	list-style-type: none;
	border-bottom: 1px solid #555;
	margin-bottom: 5px;
}
#web .textblock li.rtcol {
	border: none;
}
.rtcol {
	float: right;
	width: 400px;
}
/* seo tips */
#seotips .textblock ul li {
	margin: 5px 0 5px 25px;
	list-style-type: square;
}
#home .textblock ul li {
	margin: 5px 0 2px 25px;
	list-style-type: square;
}
#home div#right {
	float: right;
	width: 670px;
}
#indexleft {
	width: 190px;
	height: 454px;
	margin: 5px;
	margin-right: 0;
	padding-right: 3px;
	background: #fff;
	border-right: 1px solid #50709A;
}
#indexleft p {
	color: #555;
	font-family: "Times New Roman";
	font-size: 18px;
	font-style: italic;
}
/* general formatting */
.red {
	color: #961A54;
}
.center {
	text-align: center;
	font-weight: bold;
}
.right {
	float: right;
	width: 350px;
	display: inline;
}
.left {
	margin-left: 30px;
}