/* CSS alasvegasfamilylawyer.com */

body {
	background: transparent url(../images/bg_im.gif) top center repeat;
	margin: auto;
	position: relative;
	text-align: center;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #3e311d;
}
p { padding: 10px; }
a { color: #999999; }
a:hover { color: #000033; }
a:visited { color: #000000; }
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2, h3 { }
h4 {}

/* lists and forms */
ul.sitemap {
	text-align: left;
	list-style: none;
	line-height: 25px;
}
#form1 {
	text-align: left;
}
input, textarea {
	width: 250px;
}
#submit, #reset {
	width: 61px;
	color: #ffdb91;
	background: url(../images/buttons.gif) top left repeat #EFEFEF;
}

/* WebOpts footer */
.purpletext {
	color: #515882;
	font-weight: bold;
}
.orangetext {
	font-weight: bold;
	color: #cd6100;
}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}


/* main content and container area */
#container {
	background: #ffffff;
	border: 1px solid #4d2c09;
	width: 770px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px 0;
	margin-bottom: 10px;
}
#masthead {
	background: url(../images/masthead-new.jpg) top left no-repeat #46261f;
	width: 770px;
	height: 150px;
}
#logo {}

#header h1 {
	float: right;
	vertical-align: top;
	font-size: 1.5em;
	color: #f2f2f2;
	padding: 0px 5px 0 10px;
}
#header p.content_right {
	text-align: right;
	clear: both;
	float: right;
	color: #e5c572;
	vertical-align:top;
	margin-bottom: 25px;
}
/* sub_sontainer - Wrapper for content area */
#sub_container {
	background: #f7f7f7;
	border-bottom:
}

#content {
	padding: 5px 0 5px 0;
	float: left;
	width: 520px;
	border-right: 1px solid #cccccc;
}
#content h1 {
	font-size: 1.5em;
	padding: 15px;
	text-align: left;
	color: #3e311d;
}
#content h2{
	font-size:1.3em;
	text-align:left;
	padding-left:15px;
}
#content p {
	text-align: left;
	margin: 0 5px 0 5px;
}
#content p.content_center {
	text-align: center;
}
  .content_left {
  	float: left;
	padding: 10px;
	text-align: left;
  }
  .contact_right {
  	float: left;
	width: 590px;
  }
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}


  #content h3 {
  	background: none;
	text-align: left;
	font-size: 1.2em;
	margin-left: 15px;
	color: #3e311d;
  }
#contactusbox {
	float: left;
	margin-left: 15px;
	padding: 5px;
	text-align: left;
}
#right_col {
	padding: 0px 0 10px 0;
	margin: 20px 0 10px 0;
	border: 1px solid #4d2c09;
}
#right_col {
	float: left;
	width: 235px;
	margin-left: 5px;
	background-color: #ffffff;
}
#right_col p { line-height: 15px; margin: 0;}
#right_col h3, #right_col h4 {
	font-size: 1em;
	line-height: 20px;
	margin: 0px;
	color: #ffffff;
	background: url(../images/buttons.gif) top left repeat #EFEFEF;
}

#right_col ul li {
	text-align: left;
	margin-left: -15px;
}
#right_col ul li a {
	color: #000000;
}
#right_col ul li a:hover {
	color: #333333;
}
#content p.back-to-top { 
	text-align:right; 
	display:block; 
	padding-right:15px; 
	} 

/* WebOpts copyright info and link */
#copyright {
	clear: both;
	width: 770px;
	margin: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: transparent;
	background-image: none;
}
#copyright a {
	background-color: transparent;
	background-image: none;
}
#copyright, #copyright a { color: #93813a; text-decoration: none;}
#copyright a:hover { color: #edd500; text-decoration: underline;}

div {
	background-color: transparent;
	background-image: none;
}
.contactform-short {
	margin-left: 15px;
	margin-bottom: 15px;
	width: 180px;
}
.contactformshort form {
	padding-left: 20px;
	padding-top: 10px;
}

.contactformshort input {
	width: 180px;
}
.contactformshort textarea {
	width: 170px;
	font-size: 12px;
}




/* browser fixes and floats */
.clear { clear:both; height:0px; line-height:1px; font-size:1px; }
.floatleft { float:left; vertical-align:top; text-align: left;}
	.floatleft img { margin-left: 10px; margin-right:10px; }
	
.floatright { float:right; vertical-align:top; }
	.floatright img { margin-right:10px; padding-top: 5px; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
