/* PAGE LAYOUT
-------------------------------------- */

body {
	font: 12px tahoma, helvetica, arial, sans-serif;
	text-align: center;
	margin: 0;
	padding-top: 8px;
	background: #d3d2d1;
}

* {
	margin: 0;
	padding: 0;
}

/* h1, p (
    font-size: 1.3em;
} */

h3, p { 
	font-size: 11px; 
    margin: 1em 0.5em 0.5em 0.5em; 
}

p { 
	margin-top: 0.5em; 
}

img {
	border: 0;
}

a {
	color: #800000;		
	text-decoration: none;
}

a:hover, #subright ul a {
	text-decoration: underline;
}

#wrapper {
	margin: auto;
	text-align: left;
	width: 750px;
	background: white;
	border: 2px solid #fff;
}

#wrapperi {
	padding: 0;
    background: url(../../img/dot.gif) 188px 0px repeat-y;
}

#header, #nav, #nav li, h2, #footnav,
#strategies li, #strategies ul {
	margin: 0;
    padding: 0;
    color: #800000; } 

#header {
	padding: 25px 30px;
	background: #000080;
	border-bottom: 1px solid #fff;
	margin-bottom: 1px;
    color: #000080; }

/* #header a {
display: block;
padding: 3px;
border: 1px solid #91AA37;
background: #fff;
width: 350px;
} */

.clear {
	clear: both;
	font-size: 1px;
	height: 5px;
	margin: 0 0 -4px;
}

/* CONTAINERS
-------------------------------------- */
#left {
	float: left;
    width: 183px;
}

#right {
	float: right;
    width: 556px;
}


/* NAV
---------------------------------- */
#nav {
	float: left;
	width: 183px;
	margin: 0;
	padding: 0;
}

#nav li {
	background: #800000 url(../../img/menu_green_arrow.gif) left center repeat-y;
	padding: 6px 0 7px 36px;
	margin-bottom: 2px;
	margin-left: 0;
	list-style: none; /* none */
color: #800000; }

* html #nav li { /* IE 5.x hack */
	padding-left: 20px;
	padd\ing-left: 36px;
}

#nav li.onpage {
	background-color: #800000;
color: #a91d1e; }

#nav li.onpage a {
	color: #fff;
}

#nav a {
	color: #efeeed;
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

#nav a:hover {
	text-decoration: underline;
}


/* CONTENT ON RIGHT
--------------------------------------- */
#home #explore {
    background: #fff url(../../img/right_bg.jpg) bottom right repeat-x;
}

#explorei {
	padding-bottom: 11px;
	min-height: 280px;
}
* html #explorei { height: 280px; }
#home #explorei {
	padding-top: 28px; /* remove when have pic on right */
	/* background: url(../../img/right_woman.jpg) bottom right no-repeat; */
}
* html #home #explorei {
	padding-top: 32px; /* remove when have pic on right */
}


#explorei p {
	line-height: 1.4em; 
	width: 320px;
	margin: 5px 0 0 13px;
}
#home #explorei p {
	font-size: 12px; /* remove when have pic on right */
	width: 520px; /* use 320 this when have pic on right*/
}

#explorei p.intro {
	font-size: 11px;
	margin-bottom: 15px;
}
#home #explorei p.intro {  /* remove this when have pic on right */
	font-size: 12px;
}

#explore ul.services {
	margin: 6px 0 8px;
	/* margin-top: 16px; */
    margin-bottom: 8px;
    margin-left: 0;
    padding-left: 25px;
	font-size: 12px; /* remove when have pic on right */
}

#explore ul.services li a {
	font-weight: bold;
 	color: #800000;
/*    text-decoration: underline; */
}

#explore ul.services li {
	list-style: none;
	background: url(../../img/bullet_arrow.gif) left center no-repeat;
	padding: 4px 0 4px 25px;
    margin-left: 0;
}

#explore .learnmore {
	margin: 5px 0 20px 18px;
}


/* FOOTER
---------------------------------------- */
#footer {
	text-align: right;
	background: #b7b7b8;
	color: #666;
	border-top: 2px solid #fff;
}

* html #footer {
    height: 2.5em;
}

#footeri {
     padding: 3px 3px 4px 13px;
}

#footer p.copyright {
    float: left;
	margin-top: 0;
}

#footer a {
	color: #666;
}

.readmore {
	text-align: right;
    font-weight: bold;
}

p.photo {
	text-align: center;
}


/* ADDRESS INFO
------------------------------------------- */
#callbox {
	float: left;
	clear: left;
	width: 159px;
	margin: 0;
	background: #000080;
	padding: 13px 0px 21px 24px;
}

#callbox dd {
	color: #fff;
}


#callbox dt, #callbox dd {
	color: #fff;
	margin-top: 3px;
	margin-left: 0;
}

#callbox dt {
	/* font-size: 12px; */
}


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