/*
Theme Name: Anchor
Theme URI: http://www.revenflo.com
Description: Theme for Anchor Sales and Marketing
Version: 1.0
Author: RevenFlo
*/

/* fixes for ie6 */

* html .logo {
	margin-left: -1px;
	}

* html #nav {
	margin-left: 5px;
	}

* html #main {
	margin-left: 5px;
	}


body {
	margin: 0px;
	background: #b8bcc5;
	text-align: center;
	font-size: 100%;
	font-family: arial;




	}

img {
	border: 0px;
	}

a:link {color: #7D9EC0; text-decoration: none}
a:visited {color: #7D9EC0; text-decoration: none}
a:hover {color: #7D9EC0; text-decoration: underline}
a:active {color: #7D9EC0; text-decoration: none}


p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	}

h3 {
	font-size: 1.1em;
	border-bottom: 2px solid #32425b;
	}

h4 {
	font-size: .8em;
	margin-top: 15px;
	}

p {
	font-size: .8em;
	line-height: 1.3em;
	margin-top: 15px;
	}

ul {

	font-size: .8em;
	margin: 15px 0px 0px 50px;
	padding: 0px;
	}
	
ul li {
	margin-bottom: 3px;
	}
	/*added class ulinset for inset ul on ID8 -rtp*/
.ulinset{
	line-height: 1em;
	font-size: .9em;
	}
/*\*/
html, body, #container, #wrapper {

	height: 100%;
}

#container {
	margin: 0 auto;
	display: table;
}

#wrapper {
	display: table-cell;
	vertical-align: middle;

}

/**/


#content {
	background: url(images/shadow.jpg) repeat-y;
	padding: 0px;
	text-align: left;
	width: 820px;
/* need to reset this to 550 from 620 shorten up things- this is the white that was overrunning the footer  03/01 - rtp*/
	height: 550px;
	}

#logo {
	float: left;
	width: 817px;
	text-align: center;
	margin-left: 1px;
	}

#nav {
	float: left;
	width: 510px;
	padding: 0px;
margin-left: 15px;
	}

#nav ul {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
	white-space: nowrap;
	}

#nav ul li {
	padding: 0px;
	margin: 0px 0px 0px 6px;
	display: inline;
	}

#main {
	float: left;
	width: 514px;
	margin-left: 22px;
	height:360px; /*shortened up - was 680px  -rtp*/
	/*removed the state(main_bg) background image and placed in id selector stateimage - rtp*/
	/*background: url(images/main_bg.jpg) no-repeat;*/
	max-height: 435px;
	/* set this at zero for IE vertical spaceing reserve text problem -rtp*/
overflow: hidden;
	}

#page_main {
	float: left;
	width: 450px;
	margin-left: 10px;
	/*removed height rule - rtp 03/01*/
	/*height: 440px;*/

	}

#sidebar {
	margin-top: -21px;
	/*changed to float: right; to match with table -rtp*/
	float: right;
	width: 276px;
	background: transparent;
	text-align: center;
	}

#footer {
	float: left;
	text-align: center;
	width: 817px;
	height: 33px;
	background: white url(images/footer.jpg) no-repeat;
	color: #b8bcc5;
	margin-top: 5px;
	}

.blurb {
	position: relative;
	/*changed the vertical/horizontal values top/bottom for new layout positioning - rtp*/
	/*top: 340px;
	left: 20px;
	width: 300px;
	height: 47px;*/
	bottom: 290px;

	left: 280px;
	width: 200px;
	height: 50px;
	background: url(images/blurb_bg.jpg) repeat;
	text-align: center;
	/*changed from 32425b -rtp 03/02*/
	color: #0F1B30;

	}

.blurb p {
	padding-top: 3px;
	font-size: .75em;
	font-weight: bold;
	line-height: 1.2em;
	}

.copy {
	position: relative;
/*	top: 20px;  changed to a push from bottom  -rtp  */
	bottom: 300px;
	left: 300px;
	width: 200px;
	color: #0F1B30;
	text-align: justify;
font-size: .9em;

	}
/*added the new id selector "copynew" below for layout positioning -rtp*/
#copynew {
position: relative;
top: 20px;
left: 10px;
width: 200px;

color: #0f1b30;
text-align: justify;
font-size: .9em;

}
/*added the new id selector "stateimage" below for layout positioning -rtp*/
#stateimage {
position: relative;
top: 30px;
left: 10px;
width: 250px;
height:200px;
color: #0f1b30;
text-align: justify;

font-size: .9em;
background: url(images/main_bg.jpg) no-repeat;

}
.copy h3 {
	width: 200px;
	}

.page_copy {
	position: relative;
	top: 10px;
	left: 20px;
	width: 450px;
/*changed from 32425b -rtp 03/02*/
	color: #0F1B30;
	text-align: justify;



	}


.team_head {
	margin: 15px 0px;
	}

.team {
	font-size: 1em;
	}

.team li {
	/*changed from 32425b -rtp 03/02*/
	color: #0F1B30;
	}


.sidebar_head {
	font-size: .9em;
	}

.quote {
	float: left;
	text-align: center;
	margin: 5px auto 0px auto;
	width: 296px;
	height: 52px;
	background: url(images/quote.jpg) no-repeat top center;
	}

.quote p {
	font-size: .9em;
	line-height: 1.1em;
	font-weight: bold;
	margin-top: 12px;
	}

.indicia {
	font-size: .6em;
	font-family: Arial;
	font-weight: bold;
	margin-top: 9px;
	}

