@charset "utf-8";
/* CSS Document */

/* teset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
input { vertical-align:middle; }
img { display:block; }

/* 
---------------------------------------------------------------------- */

body {
	font-size: 101.1%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

h1 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 3px;
	font-weight: normal;
	margin-bottom: 3px;
}
.txttitle1 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin-top: 5px;
}
h2 {
	font-weight:normal;
	color:#333;
	font-size:0.85em;
	font-family: Arial, Helvetica, sans-serif;
}

h2 a { font-weight:bold; color:#841127; text-decoration:none; }
h2 a:hover,
h2 a:focus,
h2 a:active { color:#333; }

a:link, a:visited, a:active {
	color: #781025;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
#wrap {
	background-color: #FFF;

}
div#top {
	width:100%;
	height:80px;
	background-image: url(images/bg-top.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}
#top a:link, #top a:visited #top a:active {
	color: #333;
	text-decoration: none;
	
}
#top a:hover {
	color: #841127;
	
}
.topcontact {
	text-align: left;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 32px;
	padding-right: 10px;
	margin-right: 5px;
	color: #535353;
	float: left;
	margin-top: 5px;	
}
#logo {
	padding-top: 5px;
	padding-left: 5px;
	width: 100%;
	background-image: url(images/phone.gif);
	background-repeat: no-repeat;
	background-position: 10px 30px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#navtopbox {
	width: 100%;
	height: 20px;
	padding-left: 5px;
}
.navtopbtn {
	float: left;
	padding-right: 5px;
	
}
ul#navtop{
	float:left;
	list-style:none;
	font-weight:bold;
	font-size:12px;
	margin: 0;
}
ul#navtop li { display:inline; margin:0 10px 0 0; }
ul#navtop li a {
	color:#841127;
	text-decoration:none;
}
ul#navtop li.cur a { color:#fff; }
ul#navtop li a:hover,
ul#navtop li a:focus,
ul#navtop li a:active {
	color:#666;
}
#main {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	padding-top: 0px;
	padding-bottom: 5px;
	line-height: 18px;
}
.clear {
	clear: both;
}
ul.bull1 {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	
}
ul.bull1 li {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 0.85em;
	
}
#homeshotsbox {
	margin-top: 10px;
	margin-bottom: 10px;	
}
ul#homeshots {
	list-style:none;
	font-size:9px;
	width:3000px;
	padding-bottom:15px;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
	padding-left: 0px;
}
ul#homeshots li {
	width:110px;
	float:left;
	margin: 0;
}
ul#homeshots li span {
	display:block;
	border:1px solid #ddd;
	overflow:hidden;
}
ul#homeshots li img {
	display:inline;
	border:1px solid #DBDBDB;
	height: 122px;
	width: 100px;
}
ul#homeshots li a { color:#999; text-decoration:none; }


ul#projects-list {
	list-style:none;
	line-height:17px;
	border-bottom:1px dotted #ccc;
	padding:10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
ul#projects-list li {
	border-top:1px dotted #ccc;
	margin:0;
}
ul#projects-list li a {
	display:block;
	padding:10px 0 10px 75px;
	text-decoration:none;
	overflow:hidden;
	color: #333;
}
ul#projects-list li a img { float:left; position:relative; left:-75px; margin:0 -65px 0 0; border:none; }
ul#projects-list li a strong { display:block; }
ul#projects-list li a em { font-size:11px; color:#999; }

p#project-full {
	font-size:11px;
	margin-top: 10;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-top: 10px;
}
p#project-full img {
	margin-bottom:5px;
	border: 1px solid #9F9F9F;
}
p#project-full a { text-decoration:none; color:#666; } 

/* begin form styling */
#form-contact {
	padding: 0px;
	width: 285px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 5px;
	color: #333333;
}
#form-contact td {
	padding-top: 2px;
	padding-bottom: 2px;
}
#form-comments {
	background-color: #FAFCFE;
	border: 1px solid #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	width: 148px;
}
input {
	border: 1px solid #DDD;
	color: #333333;
	height: 18px;
	font-size: 0.75em;
}
select {
	background-color: #FAFCFE;
	color: #333333;
	height: 22px;
	border: 1px solid #D0E8E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formtext-l {
	color: #333;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: normal;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
.formtext-r {
	color: #333;
	text-align: right;
	font-weight: normal;
	margin: 0px;
	font-size: 0.75em;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.form-required {
	font-size: 12px;
	color: #781025;
	font-weight: bolder;
}
#form-submit {
	margin-left: 0px;
	margin-top: 5px;
	width: 95px;
	font-size: 11px;
	color: #FFF;
	height: 22px;
	padding: 0px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333;
}
#form-reset {
	margin-left: 0px;
	margin-top: 5px;
	width: 95px;
	font-size: 11px;
	color: #FFF;
	height: 22px;
	padding: 0px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333;
}
/* end form styling */

#footer {
	background-color: #F0F0F0;
	background-image: url(images/bg-bot.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 10px;
	background-position: 0px top;
	margin-left: 0px;
	padding-left: 0px;
}
#contactbot {
	padding-left: 5px;
}

