﻿* {
    margin: 0 auto;
	padding:0px 0px 0px 0px;
}
html, body 
{    
	font-family: Century Gothic, Calibri,Verdana,Trebuchet MS,Myriad Pro;    
    text-align:center;
	margin: 0 auto;
	padding:0px 0px 0px 0px;
	background-color:#832f2b;
}
* html .wrapper 
{
    height: 100%;
}
a
{
    color:#000;
    text-decoration:none;
}
h1
{
    color:#790000;
    font-size:20px;  
    padding:5px 5px 5px 0px;
}
h2
{
    color:#790000;
    font-size:26px;      
    padding:0px 0px 5px 0px;
}
h3
{
    color:#000;
    font-size:20px;      
    padding:5px 0px 5px 0px;
}
.wrapper
{
   position: absolute; 
   width:100%;
   text-align:center;
}
.header-content
{
    position:relative; 
	background-color:#fff;
	margin: 0 auto;
	width:980px;
	height:109px;
	padding:0px 0px 0px 0px; 
    background: url(/images/logo.png) no-repeat;
}
.gallery
{
    position:relative; 
    width:100%;
    height:142px;
	margin: 0 auto;
	padding:300px 0px 0px 0px; 
    background: url(/images/gallery.jpg) no-repeat center;   
    
}
.sub-gallery-left
{   
    position:relative; 
    width:50%;
    height:27px;
	margin: 0 auto;
	padding:10px 0px 0px 0px;
    float:left;
    color:#fadb70;
    font-style:italic;
    text-align:right;
    background:#1f0907 url(/images/sub-gallery-left.png) no-repeat right;
}
.sub-gallery-right
{   
    position:relative; 
    width:50%;
    height:27px;
    color:#fadb70;
    font-style:italic;
	margin: 0 auto;
    text-align:left;
	padding:10px 0px 0px 0px;
    float:left;
    background:#6b0907 url(/images/sub-gallery-right.png) no-repeat left;
}
.content
{
    position:relative; 
    width:100%;
    overflow:hidden;
    min-height:469px;
	margin: 0 auto;
	padding:10px 0px 0px 0px; 
    background:#832f2b url(/images/bg.png) repeat-x;   
}
.footer
{
   position:relative; 
    width:948px;
	margin: 0 auto;
	padding:10px;  
	font-size:12px; 
}
.footer a
{
   color:#fadb70;
}
.inner-wrapper
{
    position:relative; 
    width:948px;
	margin: 0 auto;
	overflow:hidden;
	padding:10px;  
	font-size:14px; 
	border:solid 6px #fff; 
	text-align:justify;
    background:#e1cecd url(/images/bg3.png) repeat-x; 
}
.inner-wrapper ol
{
    padding-left:20px;
}
.content-wrapper
{
    position:relative; 
    width:980px;
    overflow:hidden;
	margin: 0 auto;
	padding:0px 0px 0px 0px;  
	font-size:12px; 
}
.attorney
{
    position:relative; 
    width:294px;
    height:322px;
	margin:5px;
	padding:5px;   
	border:solid 6px #fff; 
    float:left;
    text-align:justify;
    background:url(/images/bg2.png) repeat-x;   
}
.help
{
    position:relative; 
    width:294px;
    height:322px;
	margin:5px;
    float:left;
	padding:5px;    
	border:solid 6px #fff; 
    text-align:justify;
    background:url(/images/bg2.png) repeat-x; 
}
.issues
{
    position:relative; 
    width:294px;
    height:322px;
    float:left;
	margin:5px;
	padding:5px;    
	border:solid 6px #fff; 
    text-align:justify;
    background:url(/images/bg2.png) repeat-x; 
}
.header-left
{   
    width:50%;
    height:109px;
	margin: 0 auto;
	padding:0px 0px 0px 0px;
    float:left;
    background:#461f18 url(/images/header-left.png) no-repeat right;
}
div.header-left a {
    position: absolute;
    width:50%;
    height:109px;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}
.header-right
{   
    width:50%;
    height:109px;
	margin: 0 auto;
	padding:0px 0px 0px 0px;
    float:left;
    background:#6a1f18 url(/images/header-right.png) no-repeat left;
    color:#fff;
    text-align:right;
}
.header-right-content
{
    float:left;
    position:relative; 
    width:490px;
    text-align:right;  
	margin: 0 auto;
	padding:0px 0px 0px 0px;
	color:#fff;
}
.header-right-content a
{
   	color:#fadb70;
}

.header-right-content ul 
{         
      
    color:#fff;
    float:right;
	padding:30px 0px 0px 0px;
	margin: 0 auto;	            
	display:table-row;
	height:40px;

} 
.header-right-content  li 
{              
    display: table-cell;
    list-style-type: none;
	padding:0px 0px 0px 16px;
    vertical-align: middle;
	font-size:14px; 
}

.dropmenudiv_a
{
    position:absolute;
    width:auto;
	font-size: 12px;
    visibility: hidden;
    margin:0 auto;
    padding:5px 5px 5px 5px;
	/*filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6;  */

	border: 1px solid #fff;
	background: #9d5112;
	z-index:1000;
}
.dropmenudiv_a a
{
    width: auto;
    color:#fff;
    display: block;
    text-indent: 0px;
    
    text-align:left;
    font-weight:bold;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
	z-index:1000;
}
.dropmenudiv_a a:hover
{ 
    /*THEME CHANGE HERE*/
    background: #832f2b;
    color:#fff;
    font-weight:bold;
	z-index:1000;
}

blockquote 
{
    padding-left: 1em;
    padding-top:350px;
    color:#790000;
    text-align:left;
    width:980px;
    font-size:26px;
}
#header
{
    color:#fff;
    font-size:32px;      
    padding:0px;
    width:980px;
    text-align:left;
}
#quote
{
    color:#790000;
    font-size:22px;      
    padding:0px;
    width:980px;
    text-align:left;
}
/*---Button---*/
/*CSS for input textbox and password*/

input[type='text'], input[type='password']
{
    border-radius: 3px;
    border: 1px solid #CCC;
    padding: 0px;
    margin-top:0px;
    font-weight: 200;
    font-size: 15px;
    font-family: Verdana;
    box-shadow: 1px 1px 5px #CCC;
}

input[type='text']:hover, input[type='password']:hover
{
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 0px;
    font-weight: 200;
    margin-top:0px;
    font-size: 15px;
    font-family: Verdana;
    box-shadow: 1px 1px 5px #CCC;
}
.button
{
    position: relative; top: 4px;
    margin-top:0px;
}
.model-girl
{
    width:200px;
	margin: 0px auto;
	padding:0px 0px 0px 0px;	
	float:left;   
}
/*CSS for input textbox and password*/

input[type='text'], input[type='password']
{
    border-radius: 3px;
    border: 1px solid #CCC;
    padding: 0px;
    font-weight: 200;
    font-size: 15px;
    font-family: Verdana;
    box-shadow: 1px 1px 5px #CCC;
}

input[type='text']:hover, input[type='password']:hover
{
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 0px;
    font-weight: 200;
    font-size: 15px;
    font-family: Verdana;
    box-shadow: 1px 1px 5px #CCC;
}

/*CSS for textarea*/

textarea
{
    border-radius: 3px;
    border: 1px solid #CCC;
    padding: 8px;
    font-weight: 200;
    font-size: 15px;
    font-family: Verdana;
    box-shadow: 1px 1px 5px #CCC;
}
textarea:hover
{
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 8px;
    font-weight: 200;
    font-size: 15px;
    font-family: Verdana;
    box-shadow: 1px 1px 5px #CCC;
}
.error
{
    color:Red;
}
.contact-form
{
    width:100%;
    padding:5px 5px 5px 0px;
    color:#5e514e;    
}
.contact-form p
{
    text-align:justify;
    padding-top:10px;       
}
.google
{
    width:250px;
    float:left;
    padding:30px 0px 0px 20px;
}
.google a
{
    color:#782524;   
}

.sub-button
{
    display: inline-block;
    background: #5c1f18; /* Old browsers */
    background: -moz-linear-gradient(top, #5c1f18 0%, #5c1f18 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c1f18), color-stop(100%,#5c1f18)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5c1f18 0%,#5c1f18 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5c1f18 0%,#5c1f18 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #5c1f18 0%,#5c1f18 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c1f18', endColorstr='#5c1f18',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #5c1f18 0%,#5c1f18 100%); /* W3C */
    border: 1px solid #a1a1a1;
    padding: 0 2em;
    margin: 0px;
    font: bold 1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #fadb70;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
} 