/*******************************************************************************************
Goehner Group :: Styles for Screen
********************************************************************************************

Aquatoad Design, Copyright 2008
Email: support (at) aquatoad (dot) com
http://www.aquatoad.com


/*******************************************************************************************
BEGIN CSS ZEROING (brings all browsers down to the same bedrock -- mostly) 
*******************************************************************************************/


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,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

/*
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}









/*******************************************************************************************
BEGIN DOCUMENT LEVEL LAYOUT STYLES 
*******************************************************************************************/

/* heading elements */ 
      
h1 { 
    font-size: 2em; 
    padding: .67em 0 .67em 0; 
    font-weight: bold ;
} 
      
h2 { 
    font-size: 1.5em; 
    padding: .8em 0 .2em 0; 
    font-weight: bold ;
    
    /* DEBUGGING */
    height:1em;
} 
      
h3 { 
    font-size: 1.17em; 
    padding: .8em 0 .2em 0; 
    font-weight: bold;
    
} 
      
h4,.endorse { 
    padding: .8em 0 .2em 0; 
    font-weight: bold; 
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    color: #147;
} 

h5 { 
    font-size: 1em; 
    padding: .8em 0 .2em 0; 
    font-weight: bold 
} 

h6 { 
    font-size: .67em; 
    padding: .8em 0 .2em 0; 
    font-weight: bold 
} 


p { 
    padding: .5em 0px 
} 


html { height: 100%; }

body {
	height: 100%;
	margin:0;
	/* text-align: center; */
	background: url(../images/nav/background.jpg) repeat;
}

body {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

strong, em {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #147; 
}

a {
	color: #69C;
	text-decoration: none;
	border-bottom: 1px dotted #69C;
	padding: 1px;
}

* html a {
	border-bottom: none;
	padding: 1px;
	background: url(../images/nav/dotted.gif) repeat-x bottom;
}

*html a:hover {
	background: none; 
}

a:hover { 
	border-bottom: 0px;
}


#pageWrapper {
	width: 789px;
	margin: 0 20px;
	padding: 15px 0;
	text-align: left;
}

#headerWrapper {
	width: 789px;
	background: url(../images/nav/bg_topwires.gif) no-repeat;
	background-position: bottom;	
}

#quoteBox {
	width: 395px;
	float:right;
	border-top: 1px solid #3d455c;
	color: white;
	font-size: 11px;
	line-height: 16px;
	background: url(../images/nav/bg_quote.gif) no-repeat;
	background-position: right;
}

.sliderNext {
	position: absolute;
	left: 770px;
	top: 390px;
	width: 24px;
	height: 24px;
}


.sliderPrev {
	position: absolute;
	left: 232px;
	top: 390px;
	width: 24px;
	height: 24px;
}

.sliderNext a, .sliderNext a:hover {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/home/right.png) no-repeat;	
	border:0;
}


*html .sliderNext a, *html .sliderNext a:hover {
	background-image: none;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/home/right.png", sizingMethod="scale");	
}

.sliderPrev a, .sliderPrev a:hover {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/home/left.png) no-repeat;	
	border:0;
}


*html .sliderPrev a, *html .sliderPrev a:hover {
	background-image: none;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/home/left.png", sizingMethod="scale");		
}

.sliderNav {
	float:right;
	margin: 83px 10px 0 0;
}

.sliderNav a {
	border:0;
	background:none;
}

/*
#quoteBox {
	width: 395px;
	margin-left: 394px;
	border-top: 1px solid #3d455c;
	color: white;
	font-size: 11px;
	line-height: 16px;
	background: url(../images/nav/bg_quote.gif) no-repeat;
	background-position: right;
}
*/
#quoteBox h5 {
	color: #69C;
}

.quotePadding {
	margin: 0 12px;
	padding: 8px 0 5px 0;
}

#navWrapper {
	width: 187px;
	text-align: right;
	float:left;
	/* border: 1px solid red; */
}

#logoContainer {
	position: relative;
	margin: 0 0 -8px 0;
	padding: 0;
	width: 187px;

}

#logo {
	position: relative;
	margin: -98px 0 0 0;
	padding: 0;
	width: 187px;
	height: 120px;
	background: url(../images/nav/tgg_logo.gif) no-repeat;
	background-position: left
	}

#logo span {
	display: block;
	margin: 0;
	padding:0;
	width: 0;
	height: 0;
	overflow: hidden;
	}


.headlines
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
}

.headlines li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

.headlines a { text-decoration: none; border: none; background: none; }


/*******************************************************************************************
BEGIN MAIN MENU STYLES 
*******************************************************************************************/

#nav, #nav ul { /* all lists */
	position:relative;
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 187px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	z-index: 1001;
}
	
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin: 5px 0;
	padding: 0;
	width : 187px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 187px;
	margin-top : -1.5em;
	/* background: white; */
	text-align: left;
	background: url(../images/nav/bg_subpointer.gif) no-repeat;
}

#nav li li {
	margin: 0;
}

*html #nav li ul { /* IE MARGIN FIX */
	margin-left : 0px;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

/* FIRST LEVEL LINKS  */
#nav li a {
	width : 187px;
	display : block;
	border : 0px;
	background-image: none;
	margin: 0px 0;
	padding: 0;
	color : white;
}

#nav li a#current {
	color: #69C;
}

#nav li a:hover {
	color: #69C;
}

/* SECOND LEVEL LINKS  */
#nav li li a {
	width : 175px;
	display : block;
	border : 0px;
	background-image: none;
	background-color: white;
	margin: 0 0 0 10px;
	padding: 5px 0px 0px 10px;
	color: #69C;
	border-right: 12px solid #147;
}

#nav li li a.lastsub {
	 padding-bottom:8px; 
	 border-bottom: 1px solid #147;
}

#nav li li a:hover {
	color: #147;  
}

*html #nav li li a {
	width: 195px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}	

a.first {
	padding-top:10px;
}

a.last {
	padding-bottom:10px;
}

/*******************************************************************************************
END MAIN MENU STYLES 
*******************************************************************************************/

.mainBanner {
	width: 592px;
	height: 300px;
	margin: 0;
	padding: 0;
}

.leftBannerArrow {
	float:left;
	width: 50px;
	height: 274px;
	background: url(../images/home/left.png) no-repeat;
	background-position: bottom;
	z-index: 1000;
	
}

.rightBannerArrow {
	float:left;
	width: 50px;
	height: 274px;
	background: url(../images/home/right.png) no-repeat;
	background-position: bottom;
	z-index: 1000;
}

#contentWrapper {
	width:592px;
	margin-top: -1px;
	float: right;
	line-height: 18px;
	
}

#paperWrapper {
	margin: 0;
	padding: 6px 0 0 0;
	background: url(../images/nav/background_paper.jpg) repeat;
	color: #555;
}

.fullSlice {
	height:18px;
	margin:4px; 0 0 0;
	padding: 0;
	background: url(../images/nav/crease_horiz.jpg) repeat-x;
	background-position: center;
}

.photoDon {
	position: relative;
	float: right;
	height: 232px;
	width: 188px;
	background: url(../images/nav/photo_don.jpg) no-repeat;
	background-position: center;
	z-index: 5;
}

.photoFrame {
	position: relative;
	height: 232px;
	width: 188px;
	background: url(../images/nav/photo_frame.png) no-repeat;
	z-index: 6;
}

* html .photoFrame {
	background-image: none;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/nav/photo_frame.png");
}


#tornPaper {
	height:22px;
	margin:0px auto;
	background: url(../images/nav/torn_bottom.png) repeat-x;
}

* html #tornPaper {
	background-image: none;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/nav/torn_bottom.png", sizingMethod="scale");
	}

.textPadding {
	margin: 0 16px 0 16px;
	/* padding: 15px 0 0px 0; */
}

.leftColumn{
	float: left;
}

.rightColumn{
	float: right;
}



a:active, a:focus {
	outline: 0 /* prevents annoying firefox dotted outline  */
}



/*******************************************************************************************
BEGIN FOOTER STYLES
*******************************************************************************************/

.footerContainer {
padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
}


/*******************************************************************************************
BEGIN FOOTER STYLES
*******************************************************************************************/

.leftThreeCol {
	float: left;
	width: 175px;
	margin: 10px 10px 12px 0;
}

.rightThreeCol {
	float: right;
	width: 175px;
	margin: 10px 0 10px 0;
}

.leftThreeCol a {
	font-weight: bold;
	border:0;
	background: none;
}

.leftSmall {
	float: left;
	width: 187px;
}

.leftLarge {
	float: left;
	width: 370px;
}

.rightSmall {
	float: right;
	width: 187px;
}

.rightLarge {
	float: right;
	width: 370px;
}

* html .rightLarge {
	width: 354px;
}

em {
	color: #147;
	font-style: italic;
	font-family: Verdana;
}

h3.email a {
	clear: left;
	padding: 0 22px 0 0;
	background: url(../images/nav/email.gif) no-repeat;
	background-position: right;
	border: 0px;
}

h3.email a:link, h3.email a:visited {
	background: url(../images/nav/email.gif) no-repeat;
	background: url(../images/nav/email.gif) no-repeat;
	background-position: right;
}

h3.email a:hover, h3.email a:focus {
	background: url(../images/nav/email_over.gif) no-repeat;
	background-position: right;
}

.QleftSmall {
	float: left;
	width: 187px;
	background: url(../images/nav/bg_quoteL.png) no-repeat;
	background-position: top right;
}

* html .QleftSmall {
	background: url(../images/nav/bg_quoteL.gif) no-repeat;	
} 

.QrightLarge {
	float: right;
	width: 370px;
	background: url(../images/nav/bg_quoteR.png) no-repeat; 
	background-position: bottom right;
}

* html .QrightLarge {
	background: url(../images/nav/bg_quoteR.gif) no-repeat;
}

/*******************************************************************************************
BEGIN BLOG STYLES
*******************************************************************************************/

.blogHeader {
	background: url(../images/blog/background_blue.jpg) repeat;
	padding-bottom: 10px;
}

.blogHeader h2 {
	margin-left: 16px;
	text-shadow: #fff 0.1em 0.1em 0.1em
}

.blogBackground {
	background: url(../images/blog/background_blue.jpg) repeat;
	padding: 5px 10px;
	margin-top:10px;
}

.blogBackground .postmetadata {
	color: #147;
}

.sidebar a, .sidebar a:hover {
	padding: 0 0 0 22px;
	background: url(../images/blog/folder.gif) no-repeat;
	background-position: left;	
	border: 0px;
}

.sidebar a.home, .sidebar a:hover.home {
	padding: 0 0 0 22px;
	background: url(../images/blog/house.gif) no-repeat;
	background-position: left;
}

.sidebar a.rss, .sidebar a:hover.rss {
	padding: 0 0 0 22px;
	background: url(../images/blog/rss.gif) no-repeat;
	background-position: left;
}


.post h2, .post h2 a, .post h3, .post h3 a {
	color: #147;
	border: 0px;
	background: none;
}

*html .post h2 {
	background: url(../images/nav/background_paper.jpg) repeat;
}

.commentlist li {
	padding: 6px 0 14px 0;
	background: url(../images/blog/crease_comment.jpg) repeat-x;
	background-position: bottom;
	
}

.commentlist cite {
	font-weight: bold;
	color: #147;
}

.commentlist cite a {
	color: #147;
}

.olderlink {
	float:right;
}

.newerlink {
	float:left;
}



.olderlink a, .olderlink a:hover {
	margin-right: 9px;
	padding: 0 22px 0 0;
	background: url(../images/blog/arrow_right.gif) no-repeat;
	background-position: right;
	border: none;
	color:#458b4d;
}

.newerlink a, .newerlink a:hover {
	margin-left: 9px;
	padding: 0 0 0 22px;
	background: url(../images/blog/arrow_left.gif) no-repeat;
	background-position: left;
	border: none;
	color:#458b4d;
}


.headnavigation {
	background: url(../images/blog/background_green.jpg) repeat;
	padding: 5px 10px;
}

.navigation {
	background: url(../images/blog/background_green.jpg) repeat;
	padding: 5px 10px;
	margin:0 -16px;
}	

.blogHeader ol, .blogHeader ul, .blogHeader li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	
	list-style: none;
}

.iebackinsurance {
	background: url(../images/nav/background_paper.jpg) repeat;
}




div.imgContainer {
  float: right;
  width: 33%;
  border: 1px solid #ccc;
  margin: 0.5em 0 1em 0;
  padding: 1em;
  background-color: white;
  z-index: 899;

}
div.imgContainer p {
clear: both;
  font-size: 11px;
  text-indent: 0;
}
div.imgContainer img {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

div.paperclip {
	float: right;
	margin: -70px -42px -37px 0;
	width: 67px;
	height: 37px;
	background: url(../images/pages/paperclip.png) no-repeat;
	background-position: right;
	z-index: 901;
}
