@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg.png) repeat-x;
	font-family: Arial, serif;
	font-size: 12px;
	color:#000;
	text-align: center;
}

h3
{
	color:#3d6f92;
	padding: 0 0 5px 0;
}

h4
{
	color:#3d6f92;
	padding: 0;
}

hr
{
	height: 0px;
	width: 100%;
	border-top: 0px dotted #ccc;
	border-bottom: 1px dotted #999;
}

img
{
	border: none;
}

strong
{
	padding: 0 5px;
}

.bluep
{
	color:#3d6f92;
	padding: 0 0 5px 0;
	font-weight: bold;
}

p{
	font-weight: normal;
}
/*---------------- DIVs ---------------------*/

/*--- Wrapper ---*/
#wrapper
{
	margin: 25px auto;
	padding: 0;
	width: 738px;
	text-align: left;
}

/*--- Navigation ---*/
#menu 
{
	background:url(../images/menu_tall.gif) top repeat-x; 
	height:65px;
}

#menu .rightbg 
{
	background:url(../images/menu_right.gif) top right no-repeat;
}

#menu .leftbg 
{
	background:url(../images/menu_left.gif) top left no-repeat; 
	width:100%; 
	height:65px;
}

#menu .padding 
{
	padding:1px 0 0 0px;
}
/* The rest of the menu item is under the p7_cssexpress directory */

/*--- Banner / Logo ---*/

#banner
{
	
}
/*--- Content Container ---*/

#container
{
	width: 100%;
	margin: 10px 0 0 0;
}

#allpane
{
	width: 90%;
	padding: 5px;
}
#leftpane
{
	float: left;
	width: 485px;
	padding: 5px 0px 5px 0;
	margin-right: 5px;
}

#rightpane
{
	margin: 5px 0 5px 490px;
	width: 235px;
	padding: 0 5px;
}

#footer .indent 
{
	padding:23px 0 0 17px; 
	color:#868686; 
	font-size:12px;
	background: url(../images/bg.png) repeat-x;
}
#footer a 
{
	color:#444444; 
	font-weight:bold;
}

label {
        display: block;
}
input[type="text"], textarea {
	font-family: Arial, Sans-Serif;
	font-size: .8em;
	margin-left: 12px;
	margin-bottom: 4px;
	display: block;
	padding: 4px;
	border: solid 1px #ccc;
	width: 300px;
	background-color: #fff;
}
.centertxt {
	text-align: center;
	margin: 12px;
	padding: 6px;
}

/*-------------------- Classes -------------------*/

.more 
{
	text-align:right; 
	padding: 20px 0 0 0;
}

.more a
{ 
	padding-right:13px; 
	color:#000;
	font-weight:bold;
}

.p1
{
	margin: 25px 5px 0 5px;
}

.signature
{
	text-align: right;
	font-style: italic;
	color: #000;
}

.image
{
	margin: 0 0px 5px 5px;
}
/*--- Grid Data ---*/

.grid table
{
	width: 480px;
	margin: 0;
	pading: 0;
}

.grid h3
{
	margin: 0;
	padding: 0;
}

.grid p
{
	padding: 5px;
	margin: 0;
}

.grid img
{
	vertical-align:top;
}

.grid td
{
	vertical-align: top;
}

.grid #three
{
	padding: 5px 10px;
	border-bottom: 0px solid gray;
}

.grid #four
{
	padding: 5px 10px;
	border-right: 0px solid gray;
	border-bottom: 0px solid gray;
}

.grid a
{
	text-align: right;
	color: #000;
}

/*--- Another Grid Data ---*/

.pricing
{
	margin: 2em 0 2em 0;
	font-size: 11px;
	width: 100%;
	border: 1px solid #ccc;
}

.pricing table
{
	width: 700px;
	margin: 0;
	pading: 0;
}

.pricing th
{
	padding: .5em;
	background: #CCE6FF;
	text-transform: uppercase;
	font-size: 1.4em;
}

.pricing td
{
	padding: .5em;
	border-top: 1px solid #ccc;
	font-size: 12px;
}

.pricing a
{
	color: #000;
}

.bolder{
	font-weight: bold;
}


/*--- listings ---*/

#listings
{
}

#listings li
{
	list-style-image: url(../images/site_pics/listing.png);
	padding: 10px;
	margin: 0;
}

#listings p
{
	margin: 0;
	padding: 0;
}

.clear  { clear:both;}

.border {background:url(../images/border_tall.gif) top repeat-x;}
.border .btall {background:url(../images/border_tall.gif) bottom repeat-x;}
.border .ltall {background:url(../images/border_tall.gif) left repeat-y;}
.border .rtall {background:url(../images/border_tall.gif) right repeat-y;}
.border .tleft {background:url(../images/border_tl.gif) top left no-repeat;}
.border .tright {background:url(../images/border_tr.gif) top right no-repeat;}
.border .bleft {background:url(../images/border_bl.gif) bottom left no-repeat;}
.border .bright {background:url(../images/border_br.gif) bottom right no-repeat; width:100%;}
.border .ind {padding:4px 4px 15px 2px;}
.border a img {float:right;}

.p1 {padding:1px 5px 8px 5px;}
.p2 {padding:12px 5px 17px 5px;}
.p3 {padding:17px 5px 17px 5px;}

.imgsml
{
	padding: 0 10px;
}


/*--- Forms ---*/

.cssform p{
width: 300px;
clear: left;
margin: 5px;
padding: 8px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-bottom: 1px dashed gray;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

.threepxfix{
margin-left: 3px;
}


.container {
  display: table;
  margin: 0 0 0 6em;
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
  width: 250px;
  height: 100px;
  border: 1px dotted gray;
  padding: 2em;
}

.testimonial ul
{
	
}

.testimonial li
{
	
}

.social a
{
	padding-right: 10px;
}