* {
   font-family: georgia;
   font-size: 12px;
   color: #888;
   line-height: 17px;
}

body {
   width: 100%;
   margin: 0;
   padding: 0;
   background-color: #fff;
}

#siteNav {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #7c7c7c;
    height: 28px;
}

#siteNav ul {
    margin: 0;
    padding: 0;
    color: white;
    list-style-type: none;
    float: right;
}

#siteNav li {
    float: left;
    margin: 5px 20px 5px 0;
}

#siteNav a {
    color: #ebebeb;
    text-decoration: underline;
}

#container {
   width: 960px;
   height: 100%;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 0;
   margin-top: 0;
   padding: 0;
}

a {
    text-decoration: underline;
}

#logo {
    padding: 30px 0 10px 0;
    margin: 0 auto;
	text-align: center;
   border-bottom: 1px solid #d7d7d7;
}

#rightColumn {
	float: right;
	background: #363636 url("images/rightColumnBgTop.jpg") no-repeat top;
	width: 400px;
}

#rightColumn ul {
	width: 350px;
}

#rightColumn p, #rightColumn li {
	color: #b7b7b7;
}

.clear {
	clear: both;
}

#navBar {
	height: 47px;
	width: 950px;
	margin: 0 0 0 0;
    padding: 0;
}

#indexPhotos {
	margin: 0 0 0 23px;
	.margin: -2px 0 0 23px;
}

#content {
	width: 500px;
	float: left;
	padding: 20px 0 0 10px;
}

h1 {
	font-weight: normal;
	font-size: 28px;
	font-family: arial;
	color: #a1a1a1;
    margin: 15px 0 0 0;
    padding-bottom: 0;
    .padding-bottom: 0;
	text-align: center;
}

h2 {
	color: #50b1b5;
	font-family: georgia;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 5px;
}

/* Index */

p.underConstruction {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
	color: #545454;
}

/* Portfolio */
#portfolio {
	float: left;
}

#portfolio ul {
	list-style-type: none;
	width: 725px;
	margin: 15px 0 0 0;
	padding: 0;
}

#portfolio li {
	float: left;
	margin: 0 26px 28px 0;
	text-align: center;
	font-size: 11px;
	font-family: helvetica, arial, tahoma;
}


#right {
	float: right;
	width: 225px;
	.width: 205px;
}

#contact {
	margin: 0 0 30px 0;
}

#contact p {
	line-height: 24px;
	color: #545454;
}

#test {
	background: transparent url("images/quotes.jpg") no-repeat top left;
	padding: 20px 0 0 0;
}

#test p {
	line-height: 23px;
	color: #545454;
	margin: 0 0 0 20px;
}

#test span, #test span strong {
	font-size: 11px;
	font-family: tahoma;
}

#home {
	background-color: #d7d7d7;
	margin: 25px 0 0 0;
	padding: 5px;
}

#home a {
	color: #666;
}

/* FAQ */
#faq {
    width: 930px;
    line-height: 15px;
}

#faqlist ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#faqlist a {
   font-size: 12px;
   line-height: 19px;
}

#faq dt {
	color: #fff;
   font-weight: bold;
}

#faq dt .top {
   font-weight: normal;
   font-size: 11px;
}

#faq dd {
   margin: 0 0 18px 0;
   padding: 0;
}



/* Testimonies */
#testimonyList {
    width: 930px;
    margin: 0;
    padding: 0;
    float: left;
}

#testimonyList li {
   list-style-type: none;
   text-align: left;
   margin-bottom: 15px;
}

span.author {
	font-size: 11px;
	color: #999;
}


/* About */
#about {
    width: 660px;
    margin-top: -20px;
}

#about p {
    width: 455px;
    float: right;
    padding: 0;
    margin: 10px 0 5px 0;
	font-size: 12px;
	line-height: 19px;
}

#aboutImg {
    padding: 0;
    margin-top: -60px;
    margin-bottom: 15px;
    width: 185px;
    float: left;
}

/* Contact */
#contacthr {
    width: 290px;
    background: transparent url("images/hr.jpg") repeat-x top;
    margin: 15px 0 10px 0;
}

#contacthr2 {
    width: 220px;
    background: transparent url("images/hr.jpg") repeat-x top;
    margin: 15px 0 0 0;
    padding: 0;
}

#contactLeft {
    float: left;
    width: 355px;
    padding: 0;
    margin: 0 0 20px 0;
    border-right: 1px solid #d7d7d7;
}

#contactLeft td {
    padding: 0 0 4px 0;
}

#contactRight {
    float: right;
    width: 220px;
    margin: 18px 40px 0 0;
    .margin: 17px 18px 0 0;
    .padding-right: 0;
}

#contactRight p {
    width: 220px;
    margin: 5px 0 5px 0;
    padding: 0;
}

#mail {
    background: url("images/mail.jpg") no-repeat;
    padding-left: 55px;
    width: 160px;
    height: 35px;
}

#contactImg {
    background: url("images/contactImg.jpg") no-repeat bottom left;
    width: 220px;
    height: 103px;
    margin-bottom: 10px;
}

#contactImg p {
    color: white;
    padding: 10px 0 0 15px;
    margin: 0;
    width: 200px;
}

#contactImg p strong {
    color: white;
}

#contactImg p.indent {
    padding: 15px 5px 7px 52px;
    width: 150px;
}

#contactImg a {
    color: white;
}

input, textarea {
  border: 1px solid #d7d7d7;

}

.alert {
    color: #b72c2c;
}


/* Policy */
#policy {
    width: 930px;
}

#policy p {
    .margin: -6px 0 0 0;
    .padding: 0;
}

/* Footer */
#copyright {
    clear: both;
    width: 950px;
    height: 30px;
    padding: 10px 0 10px 0;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #d7d7d7;
	font-size: 11px;
	font-family: tahoma;
}

#copyright a {
    color: #ebebeb;
}




/* Hide from IE5/Mac \*/
#header_right { width: 240px; height: 1px; }
/* End Hide */

