/* *************************** 
  Site - Texas Property Photos
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
.contactform p, .contactform form
	{
		margin:0px !important;
		padding:0px!important;
		padding-bottom:7px !important;
	}

img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
.img_left {
	float:left;
    margin:0 20px 0 0;
}
.img_right {
	float:right;
    margin:0 0 0 20px;
}
.margintop {
	margin-top:20px;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:75%;
    font-family:Arial, Helvetica, sans-serif;
    background:#e8e8e8;
    font-size:11px;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header_wrapper {
	background:url(../images/bg_header_wrapper.png) repeat-x;
}
#header {
	height:76px;
    width:762px;
    margin:0 auto;
    text-align:left;
    position:relative;
}
#header h1 {
	width:181px;
    height:48px;
    text-indent:-9999px;
    background:url(../images/logo.jpg) no-repeat;
    position:absolute;
    left:0;
    bottom:0;
}
#header h2 {
	font-size:18px;
    color:#000;
    position:absolute;
    right:3px;
    bottom:5px;
    font-weight:normal;
}
#menu_wrapper {
	background:#a7a6a6;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
#menu_wrapper ul {
	width:762px;
    margin:0 auto;
    border-left:1px solid #fff;
    width/**/:/**/ 761px;
    overflow:hidden;
}
#menu_wrapper li {
	float:left;
}
#menu_wrapper li a {
	width:152px;
	float:left;
    border-right:1px solid #fff;
    width/**/:/**/ 151px;
    padding:5px 0;
    text-align:center;
}
#menu_wrapper li#menu3 a {
	width:153px;
    width/**/:/**/ 152px;
}
#menu_wrapper li.selected a,
#menu_wrapper li a:hover {
	background:#575757;
}
#menu_wrapper li a {
	color:#FFFFFF;
}
#menu_wrapper li a:hover {
	color:#FFFFFF;
    text-decoration:none;
}

/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:762px;
    margin:0 auto;
	text-align:left;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    width/**/:/**/ 760px;
    overflow:hidden;
    background:#fff;
}
#content p,
#content_photossubmit p {
	margin-bottom:15px;
    line-height:14px;
}
#home_banner {
	border-bottom:1px solid #fff;
}
#home_banner img {
	vertical-align:middle;
}
#home_left {
	width:271px;
    float:left;
	background:#ecddcd;
    padding-bottom:1px;
    border-bottom:1px #fff;
}
#home_left img {
	vertical-align:middle;
}
#box1 {
	padding:20px 15px;
    border-bottom:1px solid #fff;
    line-height:20px;
    color:#737373;
}
#box1 h2 {
	font-size:12px;
    font-weight:bold;
    margin-bottom:20px;
    color:#595959;
}
#box1 span {
	width:130px;
    float:left;
    text-align:right;
}
#home_right {
	
    float:left;
    padding:20px 20px 0 20px;;

}
h3 {
	font-size:12px;
    color:#00628b;
    padding-top:10px;
    margin-bottom:15px;
}
#home_right p {
	margin-bottom:15px;
}
.greytext {
	color:#818181;
}
.page_services {
	height:677px;
}
.page_services h3 {
	padding:10px 0 0 8px;
}
.page_services p {
	padding:0 8px;
}
#content.page_locations {
	/*background:#fff url(../images/img_locations2.jpg) no-repeat;*/
}
#sidebar {
	width:303px;
    float:left;
	margin-bottom:1px;
    
}
#content_photossubmit #sidebar {
	border-bottom:none;
}
#sidebar img {
	vertical-align:middle;
}
#maincontent {
	width:457px;
    float:right;
    padding:15px;
    width/**/:/**/ 427px;
	padding-top:0px;
}
#box_locations {
	padding:30px 20px 50px 20px;
}
#box_locations p {
	margin-bottom:20px;
    color:#818181;
}
#box_locations p strong {
	font-size:12px;
    color:#595959;
}
#content_photossubmit {
	width:762px;
    margin:0 auto;
	text-align:left;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    width/**/:/**/ 760px;
    overflow:hidden;
    background:#fff;
}
#content_photossubmit #maincontent {
	width:457px;
	padding:0;
}
#box_photosubmit {
	color:#000000;
    padding:14px;
    border-top:1px solid #fff;
}
#box_photosubmit h2 {
	font-size:12px;
    color:#00628b;
    padding-top:20px;
}
#maincontent_inner {
	padding:20px;
	padding-top:0px;
}
#box_estimates {
	background:#ecddcd;
    padding:18px 20px;
    color:#737373;
    border-right:1px solid #fff;
}
#box_estimates h3 {
	color:#595959;
}
#content_inner {
	padding:10px;
}
#error_message {
	color:#575757;
    font-weight:bold;
    font-size:14px;
    padding:10px;
    border:1px solid #999999;
    background:#CCCCCC;
    width:387px;
    width/**/:/**/ 365px;
}
#myGallery {
	margin:0 auto;
}
form {
	margin-top:5px;
}
form h2 {
	font-size:13px;
    font-weight:bold;
    margin:0 0 15px 0;
    color:#b89d82;
}
form fieldset {
	padding-bottom:20px;
}
form label {
	display:block;
}
form p,
form div {
	width:380px;
    float:left;
}
form p input {
	width:160px;
}
form p input#input_timeframe {
	width:400px;
}
form textarea {
	width:325px;
    height:100px;
}
form span.column {
	width:180px;
    float:left;
    margin-bottom:20px;
}
form span.column input {
	vertical-align:middle;
    width:auto;
}
form ul {
	width:360px;
    float:left;
    margin-bottom:15px;
}
form ul li {
	padding-left:15px;
    background:url(../images/icon_dot.png) 0 3px no-repeat;
    margin-left:10px;
}
.border_top {
	border-top:1px solid #ffffff;
}
.border_bottom {
	margin-bottom:1px;
}
#gallerybox {
	width:760px;
    height:505px;
}
#galleryboxhome {
	width:760px;
    height:380px;
}

/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:762px;
    margin:0 auto;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    width/**/:/**/ 760px;
    background:#fff;
    padding-bottom:20px;
}
#footer_box {
	background:#a7a6a6;
    padding:4px 0;
    color:#FFFFFF;
    margin-bottom:20px;
}
#footer_box span {
	padding:0 12px;
}
#footer_box a {
	color:#FFFFFF;
}
#footer p {
	font-size:10px;
    padding:6px 0;
}
/************************************************/
.leftList
	{
		float:left;
		width:45%;
	}
.rightList
	{
		float:left;
		width:45%;
	}
/*******************************/

/*---------------------------------------------------------------*/
#txtname, #txtemail, #phone
	{
	   border-top:#4c4c4c 2px solid !important;
	   border-left:#4c4c4c 2px solid !important;
	   border-bottom:#999999 2px solid !important;
	   border-right:#999999 2px solid !important;
	   background:#ddeaf8;
	   width:150px;
	}
#address, #confirm_image, #description
	{
	   border-top:#4c4c4c 2px solid !important;
	   border-left:#4c4c4c 2px solid !important;
	   border-bottom:#999999 2px solid !important;
	   border-right:#999999 2px solid !important;
	   background:#ffffff;
	   height:75px;
	   width:330px;
	}
#time_frame
	{
		border-top:#4c4c4c 2px solid !important;
	   	border-left:#4c4c4c 2px solid !important;
	   	border-bottom:#999999 2px solid !important;
	   	border-right:#999999 2px solid !important;
	   	background:#ffffff;
		width:330px;
	}
/*---------------------------ajax-------------------------------------*/
#warning
	{
		font-weight:bold;
		color:#CC0000;
	}
.formlabels
	{
		padding:0px;
		margin:0px;
	}

.reportErr
	{
		font-size:12px;
		font-weight:bold;
		color:#FF0000;
		float:right;
		width:150px;
		padding-top:5px;
	}
.clrlft
	{
		clear:both;
	}
.pleft
	{
		float:left;
		margin:0px;
		padding:0px;
	}
.address, .details
	{
		background:#ddeaf8 !important;
	}

.textfield {
	border-top:#4c4c4c 2px solid !important;
	border-left:#4c4c4c 2px solid !important;
	border-bottom:#999999 2px solid !important;
	border-right:#999999 2px solid !important;
	background:#ddeaf8;
	width:150px;
}
	
.errtxtbox {
	border: 2px dotted #d6340e;
	background-color: #fef0ed;
	width:150px;
}
.errtxt {
	font-family: Arial;
	font-size: 11px;
	color: #d6340e;
	padding-left:10px;
	background:url(images/error.gif) no-repeat;
}
