/* CSS gerronlaw.com - mg 12/07 */

body {
	background: #d5e4f3 url(../images/bg_im.gif) top center repeat-x;
	margin: auto;
	position: relative;
	text-align: center;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
p { padding: 10px; }
a { color: #666666; }
a:hover { color: #000033; }

h1 { font-size: 1.5em;}
h2 { font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 { font-size: 1.2em;}

/* global classes - positions, line-heights, decorations */
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center;}
.u { text-decoration: underline; }

.break { clear: both; line-height: 25px;}

  /* lists */
ul.sitemap {
	text-align: left;
	list-style: none;
	line-height: 25px;
}
 ul.sitemap a { text-decoration: none;}
 ul.sitemap a:hover { text-decoration: underline; }

ul {}
li {}
 
  /* forms */ 
form {
	text-align: left;
	margin-top: 5px;
}
input, textarea {
	width: 150px;
	background-color: #f1f1f1;
}
#submit, #reset {
	width: 65px;
	color: #f1f1f1;
	background: url(../images/bg_nav.gif) top left repeat-x #0a3873;
}

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

/* main content and container area positioning */
#masthead {
	background: #0a3873 url(../images/masthead.jpg) top left no-repeat;
	width: 800px;
	height: 130px;
	text-align: center;
  	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
}
#header {
	width: 800px;
	padding-bottom: 5px;
	z-index: 5;
}
  #header h1, #header h2, #header h3, #header h4 { color: #ffffff;}
  
  /* certification information */
#header #cert {
	clear:both;
	float: right;
	width: 365px;
	height: 45px;
	padding: 5px;
	margin: 0px;
	}
  #header #cert h3 {
    color: #333333; 
	margin: 0;
	padding: 5px 0 5px 15px;
	}
  
#header h1 {
	text-align: left;
	vertical-align: bottom;
	font-size: 1.5em;
	margin: 0px;
	padding: 0 10px 15px 10px;
}
#header p {
	clear: both;
	text-align: left;
	margin: 0;
	padding: 5px 0 0 15px;
	vertical-align:top;
}

  /* Gerron Law address/ phone # information */
  #address {
	float: left;
	width: 325px;
	text-align: center;
	margin: 5px;
  }
  #address h3, #address p { width: 315px; color: #ffffff;}
  
  #address h3, #address h4 {
	margin: 0;
	padding: 5px 0 5px 15px;
	clear: both;
	}
  #address img {
	vertical-align: top;
	height: 35px;
	width: 335px;
	margin: 0;
	padding-left: 12px;
  }

/* sitemap image link */
.toplink { 
	font-size: 10px; font-weight: bold;
	color: #999999;  padding-left: 22px; padding-right: 10px; margin-bottom: 5px; line-height: 25px;
	}
a.toplink { text-decoration: none; background: url(../images/sitemap.gif) left no-repeat; color: #f3f3f3;}
a:hover.toplink { text-decoration: underline; background: url(../images/sitemap_hover.gif) left no-repeat; color: #cccccc;}
a:visited.toplink { color: #cccccc; }

/* main content area */
#container {
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 5px;
}

#logo {}

/* sub_sontainer - Wrapper for content area - lined columns */
#sub_container {
	background: #ffffff url(../images/sub_wrapper.gif) top center repeat;
}

#content {
	padding: 5px 0 5px 0;
	margin: 0 1px 0 2px;
	float: left;
	width: 410px;
	text-align: left;
	background-color: #f1f1f1;
}

#content h1, #content h2, #content h3, #content h4 { padding: 10px 5px 0 15px;}
#content h1 { font-size: 1.5em;}
#content h2 { font-size: 1.4em;}
#content h3 { font-size: 1.3em;}
#content h4 { font-size: 1.2em;}

#content p {
	text-align: left;
	margin: 0 2px 0 2px;
}
.aligncenter {
	text-align: center;
}


#content li.arrows {
	list-style-image: url(../images/list_arrow.gif);
	line-height: 16px;
	padding-top: 2px;
} 

/* contact form box */  
#contactusbox {
	text-align: center;
	padding-top: 0px;
	padding-right: 5;
	padding-bottom: 0px;
	padding-left: 0;
}
#contactusbox form { 
	padding-left: 15px;
	margin-left: 5px;
}
#contactusbox p { text-align: left;}

/* Container Columns */
#left_col { 
	width: 184px;
	float: left;
	text-align: left;
}
#left_col {
	padding: 10px 3px 0 3px;
	margin: 2px 1px 10px 1px;
	background-color: #ececec;
}
  #left_col p { 
  	line-height: 15px;
	margin: 4px 0;
	padding: 3px;
  }
  #left_col h3, #left_col h4 {
	font-size: 1em;
	line-height: 25px;
	text-align: center;
	margin: 0px;
	color: #ffffff;
	background: url(../images/buttons.gif) top left repeat #EFEFEF;
}
#left_col ul { background: none; margin-top: 5px; }
#left_col ul li {
	list-style: none;
	text-align: left;
	margin-left: -30px;
	}
#left_col ul li a { 
	background: url(../images/list_arrow.gif) top left no-repeat;
	line-height: 18px;
	padding: 0 0 0 20px;
	text-decoration: none;
}
#left_col ul li a:hover {
	color: #333333;
	background: url(../images/list_arrow_hover.gif) top left no-repeat;
	text-decoration: none;
}
  #left_col #directions {
  	font-size: 1em;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding: 5px;
  }
  #left_col #directions a {
  	font-size: 1em;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
	background: url(../images/bg_nav.gif) top left repeat;
  }
  #left_col .directions a:hover {
	padding: 5px;
	color: #cccccc;
	text-decoration: underline;
  }

#right_col {
	padding: 10px 3px 0 3px;
	margin: 2px 0 10px 1px;
}
#right_col {
	float: right;
	text-align: left;
	width: 185px;
	background-color: #ececec;
}
#right_col p { line-height: 15px; margin: 0;}
#right_col h3, #right_col h4 {
	font-size: 1em;
	line-height: 25px;
	text-align: center;
	margin: 0px;
	color: #ffffff;
	background: url(../images/buttons.gif) top left repeat-x #bb2b21;
}
#right_col ul { background: none; }
#right_col ul li {
	text-align: left;
	margin-left: -15px;
}
#right_col li { 
	list-style-image: url(../images/list_arrow.gif);
	line-height: 16px;
	padding-top: 2px;
	}
#right_col ul li a {
	color: #000000;
	padding-left: 25px;
}
#right_col ul li a:hover {
	color: #333333;
}

/* bottom shadow image */
#bot_shadow {
	background: url(../images/shdw_bot_tall.png) top left repeat-x;
	width: 798px;
	height: 20px;
	margin: 0 1px 0 1px;
}

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

#disclaimer p { font-size: .85em;}

div {
	background-color: transparent;
	background-image: none;
}

/* 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-right:10px; margin-left: 15px;}
	
.floatright { float:right; vertical-align:top; padding-top: 2px;}
	.floatright img { margin-right:10px; padding: 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 */
