/*
Theme Name: Agape
Theme URI: None
Description: Special theme for Agape Community Insurance Agency.
Version: 1.0

*/



/*------------------------------------------------------------------------------------
  @group Global Reset
------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 12px/1.5em "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	background: #fff;
	color: #525252;
}


ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* @end */

/*------------------------------------------------------------------------------------
  @group Main Layout/Structure
------------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #ADD8E9;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: small;
	color: #444;
	text-align: center;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

img {
	border: 0;
}

a, a:visited {
	color: #666;
	text-decoration: underline;
}

hr {
	border: 0;
	width: 100%;
	border-top: 3px dotted #ddd;
	margin: 25px 0;
}

.mb {
	margin-bottom: 2em;
}

span.hl {
	background: #FFFEEE;
	padding: 2px;
}

#wrap {
	margin: 0px auto;
	text-align: left;
	width: 960px;
}

#header {
	background: #fff;
	margin: 0;
	padding: 0px 0px 0px;
	text-align: center;
}

#header h1 {
	width: 900px;
	height: 218px;
	display: block;
	float: left;
	background: #fff url(/images/masthead.jpg) no-repeat 0 0;
}

#header h1 a {
	width: 900px;
	height: 218px;
	display: block;
}

#header span {
	display: block;
	text-indent: -9999em;
}

#menu {
	background: #691405;
	border-bottom: 3px solid #e00808;
	color: #eee;
}

#menu ul {
	width: 900px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

#menu ul li {
	font-size: 11px;
	padding: 10px 15px;
	margin: 0;
	float: left;
	background: #691405 url(/images/menu.gif) no-repeat bottom right;
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
}

#menu ul li.current, #menu ul li:hover {
	background: #CF270A url(/images/menu_arrow.gif) no-repeat bottom center;
}

#footer {
	line-height: 1.6em;
	font-size: 10px;
	color: #fff;
	clear: both;
	text-align: center;
	margin: 2em 0 3em;
}

#footer a, #footer a:visited {
	color: #000;
	text-decoration: underline;
}

/* @end */

/*------------------------------------------------------------------------------------
  @group Main Layout/Structure
------------------------------------------------------------------------------------*/
p.right {
	text-align: right;
}

.highlight {
	background: #ccc;
	color: #444;
	padding: 5px;
}

.highlight a {
	color: #444;
}

#content {
	height: 1%;
	font-size: 11px;
	line-height: 1.6em;
	padding: 20px;
	background: #fff url("/images/background_content.gif") no-repeat bottom left;
}

#content img.fr {
	float: right;
	padding: 0.5em;
}

#content .fade {
	color: #777;
	font-style: italic;
}

#content h1 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

#sidebar {
	float: right;
	width: 240px;
	margin-right: 2em;
}


#sidebar a {
	border: none !important;
}

ul#highlights {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#highlights li {
	margin-bottom: 3px;
	text-transform: uppercase;
}

ul#highlights li span {
	color: #888;
	font-style: italic;
}

.column {
	padding: 10px;
	float: left;
	width: 30%;
}

.column_large {
	padding: 10px;
	float: left;
	width: 60%;
}

.column_one {
	padding: 10px;
	float: left;
	width: 90%;
}

/* @end */

/*------------------------------------------------------------------------------------
  @group Main Layout/Structure
------------------------------------------------------------------------------------*/

dl {
  background-color: #eec;
  margin: 3px;
  padding: 35px;
  }
  
dt {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 9px 0;}

dd {
  text-align: right;
  text-transform: uppercase;
}

blockquote.pullquote p cite {
  border-top:1px solid #FFFFFF;
  color:#666666;
  display:block;
  margin: 12px -5px 0 -5px;
  padding: 18px 6px 6px 6px;
  text-align:right; 
}

blockquote.pullquote {
  padding: 15px 15px 0 15px;
}

blockquote.pullquote {
  color: #000000;
  font-size: 1.4em;
  line-height: 1;
  font-family: Georgia, serif;
}

p {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.5;
}

h2 {
  font-size:32px;
  color:#E82C0C;
  font-weight:bold;
}

h3 {
  font-size:16px;
  margin:1em 0 0.5em;
}

table {
  margin: 0 60px;
}

caption {
	padding: 0 0 5px 0;
	width: 575px;	 
	font: italic 11px;
	text-align: right;
}

a {
  text-decoration: none;
}
th {
	font: bold 18px;
	color: #000;
	border: 1px solid #C1DAD7;
	letter-spacing: 2px;
	min-width: 125px;
	text-align: center;
	padding: 6px 6px 6px 12px;
}

th.nobg  {
	text-align: left;
	font: bold 11px;
	color: #B20000;
	text-transform: uppercase;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
}

td {
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	min-width: 80px;
	font: bold 11px;
}


td.alt {
	background: #ccc;
	color: #47616f;
}

td h4 {
  font: bold 13px;
  color: 000;
}

td p a {
  color: #B20000;
  font-size: 12px;
}
/* @end */

/*------------------------------------------------------------------------------------
  @group Contact Form
------------------------------------------------------------------------------------*/

.ddfm {
 margin: 0;
 padding: 0;
}

.ddfm label {
 font-weight: bold;
 float: left;
 position: relative;
 clear: both;
 margin-right: 5px;
}

.fmtext, .fmtextarea {
  margin: 5px 21px;
}

.submitbtn {
  padding: 115px 0 0 0;
}
/* @end */
