/* ----------- main ----------- */

body {
	margin: 0;
	font-size: 0.75em; 
	font-family: arial, helvetica, tahoma, verdana;
	color: #141e23;
	background: #F0F0F0;
	padding: 0;	
}

/* ----------- rows ----------- */

#wrapper {
	margin: 14px auto 0 auto;
	border: 1px solid #333c42;
	width: 850px;
	overflow: hidden;
}

#row1 {
	height: 80px;
	background: #fff;
	width: 850px;
}

#row2 {
	float: left;
	margin: 0;
	height: 32px;
	width: 850px;
	background: #333c42;
	border-bottom: 6px solid #8a99ac;
}

#row3 {
	float: left;
	background: #abb8c4;
	width: 850px;
}

#row4 {
	float: left;
	text-align: left;
	height: 50px;
	background: #d8e0e5;
	width: 100%;
	border-top: 1px solid #969696;
	width: 850px;
}

#row5 {
	margin: 0 auto;
	width: 850px;
	height: 22px;
	text-align: right;
}

/* ----------- header ----------- */

#pathlogo {
	float: left;
	width: 250px;
}

img.pclogo {
	margin: 15px 0 0 25px;
	float: left;
	border: none; 
} 

#headerquote {
	float: right;
	text-align: right;
	padding: 25px 25px 0 0;
	width: 570px;
	font-size: 2em; 
	font-weight: 300;
	color: #333c42;
	font-family: "Times New Roman", arial, helvetica, tahoma, verdana;
}


/* ----------- menu  ----------- */

#menurow {
	text-align: left;
	float: left;
	height: 32px;
}

#menu ul {
	list-style-type: none; 
	margin: 5px 0 0 12px; 
	padding: 0;
}

#menu li {
	display: inline;
	margin: 0; 
	padding: 0 17px;
}

#menu li a {
	font-family: arial, verdana;
	color: #FAFAFA; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover {
	color: #8a99ac;
}

.menuborder {
	border-right: 1px solid #8a99ac;
}
/* ----------- left frame ----------- */

#leftframe {
	position: absolute;
	margin: 0;
	width: 225px;
	float: left;
}

#leftquote {
	padding: 8px 22px 10px 25px;
	font-size: 1.6em;
	font-weight: 300;
	line-height: 23px;
	font-family: "Times New Roman", arial, helvetica, tahoma, verdana;
}

.quoteby {
	float: left;
	font-family: arial, helvetica, tahoma, verdana;
	font-size: 10px;
	padding-left: 25px;
}

img.leftimage {
	margin: 0;
}

img.grad {
	margin-top: -3px;
}

/* ----------- body ----------- */

p { 
	line-height: 16px;
}

h1 {
	font-family: arial, "lucida sans", tahoma, helvetica;
	color: #8a99ac;
	font-size: 22px;
	margin: 12px 0 5px 0;
	font-weight: bold;
	width: 450px;	
}

h2 {
	font-family: arial, "lucida sans", tahoma, helvetica;
	color: #8a99ac;
	font-size: 14px;
	font-weight: bold;
	margin: 0;	
}

#bodytext {
	float: right;
	width: 625px;
	margin: 0;
	background: #fff;	
}

#phone {
	float: right;
	color: #FAFAFA; 
	font-size: 16px;
	font-weight: bold;
	padding: 7px 25px 0 0;
}

/* ----------- home ----------- */

li {
	line-height: 18px;
}

ul.disc { 
	margin: 6px 0 0 15px;
	list-style-type: disc;
	
}

ul.circle {
	margin-left: 15px; 
	list-style-type: square;
}

#hometext {
	padding: 30px;
}

.jr {
	color: #8a99ac;
	font-weight: bold;
	text-decoration: none;
}

a.jr:hover { 
	color: #8A99AC;
	text-decoration: underline;
}

/* ----------- about ----------- */

#tag {
	font-size: 10px;
}

/* ----------- whyuseus ----------- */

p.why {
	line-height: 22px;
	margin: 5px 0 15px 0;
}

/* ----------- testimonial ----------- */

.test {
	padding: 5px 0 15px 0;
	font-style: italic;
	display: block;
}

/* ----------- contact us ----------- */

.link {
	color: #141e23;
	text-decoration: none;
}

a.link:hover { 
	color: #8A99AC;
	text-decoration: underline;
}

td.cu {
	font-weight: bold;
	padding-right: 3px;
}

input {
    	font-size: 13px;
	color: #141e23;    
	background: #E7ECEF;
	border: 1px solid;
}

select {
   	 font-size: 13px;
	border-color: #8F8778;
    	border: 1px solid;
}
    
textarea {
    	font-size: 13px;
	color: #141e23;    
	background: #E7ECEF;
    	border: 1px solid;
    	font-family: arial, verdana;
}

.required {
	font-size: 10px;
	color: #ABB8C4;
	padding-left: 3px;
}


td.tbwidth {
	width: 70px;
}

table.space {
	margin-top: 30px
}


/* ----------- footer ----------- */


#foottext {
	margin-top: 5px;
	width: 850px;
}

#copytext {
	margin: 17px 0 0 25px; 
	width: 200px;
}

img.icf {
	float: right;
	padding: 5px 25px 0 0;
}

.contactus {
	text-decoration: none;
	color: #505050;
}

a.contactus:hover {
	text-decoration: underline;
	color: #8a99ac;
}	

.design {
	margin-right: 3px;
	font-size: 10px;
	color: #B4B4B4;
	text-decoration: none;
}

a.design:hover { 
	color: #8a99ac;
	text-decoration: underline;
}