/********************************************
* K&I Architects 
*
* General Style Definitions
********************************************/


/*********************************
* HTML Mods 
*********************************/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
}
* {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	line-height: 14px;
	font-weight: normal;
	vertical-align: top;
}
a {
	outline: none;
	color: #DBDBDB;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h1, h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FAFAFA;
}
h1 {
	font-size: 2.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 2em;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h3 {
	font-size: 1.7em;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h4 {
	font-size: 1.4em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
p, dl {
	margin: 0;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul, ol {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0;
}
ul {
	list-style: none;
}
dt {
	font-weight: bold;
	color: #FAFAFA;
}
dd {
	padding-left: 25px;
}
/*********************************
* Lists 
*********************************/

#left-column ul {
	list-style: none;
}
#left-column ul li {
	background: url(../images/bullet.gif) no-repeat 0 3px;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #999;
}
#main-content ul {
	list-style: none;
	margin-bottom: 15px;
}
#main-content ul li {
	background: url(../images/bullet.gif) no-repeat 0 3px;
	padding-left: 15px;
	margin-left: 15px;
	padding-bottom: 5px;
	color: #fff;
}
/*********************************
* Layout Definitions
*********************************/
#header {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: 636363;
	background-image: url(../images/img_logosub2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 83px;
	width: 738px;
}
#header h2#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 48px;
	left: 109px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: normal;
}
#header h2#logo-text a:hover {
	background: none;
	border: none;
}
span.blue {
	color:lightskyblue;
}
#content-padding {
	padding:40px 40px 20px 45px;
}
#content-home {
	padding: 0%;
}
#content-middle {
	padding:28px 0 0 91px;
	height: 280px;
	background: url(../images/bkg_middle.gif) top left repeat-y;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align:left;
	color: #FFFFFF;
	line-height: 14px;
	font-weight: normal;
}
#content-mid-right {
	text-align:left;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 100px;
	background-color: 636363;
	background-image: url(../images/bkg_mid_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#nav-col {
	background: #999;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
}
/*********************************
* Menu Definitions
*********************************/
#menu td {
	width: 160px;
	height: 40px;
}
div.menu {
}
div.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}
div.menu ul li a, div.menu ul li a:visited {
	background-color: #999999;
	color: #FFFFFF;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px;
	text-decoration: none;
	white-space: nowrap;
	font-size: 1.5em;
}
div.menu ul li a:hover {
	background-color: #FFFFFF;
	color: #999999;
	text-decoration: none;
}
div.menu ul li a:active {
	background-color: #636363;
	color: #999999;
	text-decoration: none;
}
/*********************************
* Page Layout Definitions
*********************************/
#center-col {
	text-align:left;
	background-color: #666666;
}
#right-col {
	text-align:left;
	background-color: #666666;
	width: 406px;
}
#home {
	margin-left: 157px;
	margin-bottom: 10px;
}
#home a {
	display: block;
	width: 50px;
	height: 19px;
	text-decoration: none;
	text-indent: -9999px;
	background: url(../images/btn_home.gif) top left no-repeat;
}
.styling {
	color: #fff;
	font-size: 14px;
}
.error, .error span {
	border-top: 1px solid #C0DDD5;
	padding: 10px 0 5px 0;
	display: block;
	color: #990000;
	margin-bottom: 10px;
}
.error h3 {
	color: #990000;
	font-size: 14px;
	font-weight: lighter;
	margin-bottom: 5px;
}
.error ul {
	padding-top: 5px;
	list-style: none;
}
.error li {
	padding-left: 22px;
	padding-bottom: 5px;
	color: #990000;
}
#services-lcol {
	float: left;
	width: 310px;
	height: 400px;
}
#services-rcol {
	float: left;
	width: 310px;
	left: 225px;
	height: 400px;
}
/*********************************
* Footer Definitions
*********************************/

#footer {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding: 10px 0 0 0;
}
/* header-photo */
#main {
	position: relative;
	clear: both;
	height: 425px;
	width: 738px;
	background-color: #666666;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../images/bkg_mid_right.jpg);
}
#main-left {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #FFFFFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 0px;
	left: 0px;
	width: 272px;
	height: 355px;
	text-align: left;
}
#main-left-text {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #FFFFFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 1px;
	left: 15px;
	width: 236px;
	height: 410px;
	text-align: left;
}
#main-left-text p {
	text-align: left;
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main-left-text h1 {
	margin-top: 15px;
	margin-bottom: 5px;
}
#main-right {
	position: absolute;
	text-transform: none;
	color: #FFFFFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 0px;
	left: 256px;
	width: 470px;
	height: 386px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#main-right-img {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #FFFFFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 25px;
	left: 7px;
	width: 450px;
	height: 322px;
	text-align: left;
}
#main-right-text {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #FFFFFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 348px;
	left: 6px;
	width: 136px;
	height: 40px;
	text-align: left;
}
#main-right-link {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #FFFFFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 354px;
	left: 346px;
	width: 102px;
	height: 21px;
	text-align: left;
}
#contact {
	position: relative;
	background-color: 6666666;
	height: 525px;
	width: 542px;
	left: 10px;
}
#photos {
}
#photos h4 {
	font-size: 1.7em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#photos p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#photos a {
	padding-bottom: 5px;
}
blockquote {
	font-weight: normal;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: normal;
	padding: 10px;
}
#testimonial {
	padding-bottom: 10px;
	height: 300px;
}
#testimonial h2#link a {
	outline: none;
	color: #DBDBDB;
	text-decoration: underline;
	text-transform: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}
#testimonial h2#link a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#video {
	padding-top: 10px;
	padding-bottom: 25px;
}

