/* These are standard layout styles and do not need modification*/

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	font: normal .9em/135% Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFEBC3 url(../images/bg-page.gif) repeat-x;
}
a {
	color: #13527D;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0A8BC2;
	text-decoration: underline;
}
 a.more {
	background:url(../images/linkBullet.gif) no-repeat 0 4px;
	padding:0px 0px 0px 15px;
	text-decoration:none;
	font-weight: bold;
	margin: 2em 0 0 1em;
	color:#000000;
}

 a:hover.more {
	background:url(../images/linkBulletOver.gif) no-repeat 0 4px;
	padding:0px 0px 0px 15px;
	text-decoration:underline;
}

p {
	font-size: 1.1em;
}

div.hr {
	height: 2px;
	background: url(../images/hr.gif) repeat-x scroll center;
	padding: 1em;
}
div.hr hr {
  display: none;
}

 
.clearboth { 
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
 

/* ~~~~~~~~ Action Items ~~~~~~~~~ */

#ActionItems {
	text-align: left;
	position: relative;
	display: block;
	padding-left: 10px;
	font-size: .8em;
}

#ActionItems h2 {
	margin: 8px 0px 0px 34px;
}

#ActionItems p {
	margin: 5px 20px 15px 34px;
}

#ActionItems a {
	color:#ffffff;
	text-decoration:underline;
}

#ActionItems a:hover {
	color:#958d86;
	text-decoration:none;
}

#ActionItems #Item1 {
	width: 32%;
	position: relative;
	background: #033A4E url(../images/actionItem1Background.jpg) no-repeat;
	float: left;
	border-left: 6px solid #032330;
}

#ActionItems #Item2 {
	width: 32%;
	position: relative;
	background: #075F83 url(../images/actionItem2Background.jpg) no-repeat;
	float: left;
	border-left: 6px solid #064B68;
}

#ActionItems #Item3 {
	width: 32%;
	position: relative;
	background: #0CABEF url(../images/actionItem3Background.jpg) no-repeat;
	float: left;
	border-left: 6px solid #0988BE;
}


/* ---------- SPECIFIC LAYOUT ELEMETNS ---------------- */
#Page {
	margin: 0 auto;
	width: 823px;
	height: 100%;
	padding-top: 5.5em;

}

#header {
	padding: 5px 20px;
	margin-top: -170px;
}	

#logo {
	position: relative;
	z-index: 90;
	background: url(../imgs/logo.jpg) no-repeat;
	height: 153px;
	width: 182px;
	top: -50px;
	left: 500px;
	border: 10px solid #9A8D6F;
	cursor: pointer;
}

.BodyContent {

	width: 823px;
}
	
.left, .subheader {
	padding: 0 2em 2em 4em;
}
.right {
	padding: 0 2em 2em 4em;
}

.subimage {
	border: 6px solid #FFE8B9;
}


/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1
{
	color: #9A8D6F;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.8em;
}
h1.light {
	color: #6699cc
}

h2 {
 font-size: 1.2em;
 padding-top: .5em;
}
h3{
	font-weight:bold;
}
h4 {

}

/* ~~~~~~~~ Action Items ~~~~~~~~~ */


#ActionItems {
	font-size: 110%;
	color: #CACAD4;
}

#ActionItems h1 {
	font-size:20px;
	color:#ffffff;
}

#ActionItems p {
	/*Class is uneditable in this layout*/
}

#ActionItems a {
	color:#ffffff;
	font-weight: bold;
	text-decoration:underline;
}

#ActionItems a:hover {
	color:#CACAD4;
	text-decoration:none;
}

/* ~~~~~~~~~ Square borders ~~~~~~~~~ */    

.roundbody {
		background:  url(../images/bg.gif) repeat-y;
}

.roundbodytop {
	
	background: url(../images/bg-top.gif) repeat-x top;
}
	
.roundcont {
	width: 823px;
	background: url(../images/bg-bottom.gif) repeat-x bottom;
}

.roundtop { 
	background: url(../images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


/* ~~~~~~~~~ Menu ~~~~~~~~~ */

#topmenu {
	font-size: 14px;
	margin-bottom: 1em;
	margin-left: 12px!important;
	margin-left: 5px;
	line-height: normal;
	width: 98%;
	font-weight: bold;
	background: #A6977B url(../images/bg-menu.gif) repeat-x;
	padding: .25em 0;
	float: left;
	text-align: center;
}

#topmenu ul {
	list-style:none;
	padding-top: 1em;
	padding-left: 0px;
	margin: 0 auto;
	padding: 10px 0;
}
#topmenu li {
	display: inline;
	padding: 1em 0;
}
#topmenu a {
	  color: White;
	  cursor: pointer;
}
#topmenu a:hover {
	color: Black;
	text-decoration: none;
}
#topmenu a span {
   border-right: 1px solid White;
	padding: 1em .9em;
}
#topmenu a span.last {
   border-right: 0px;
}
#Page #ActionItems  p {
	font-size: 10pt;
}
.pricepoint {
	text-align: right;
	float: right;
	margin-top: -1.7em;
	color: #999999;
	padding-right: 25px;
}
.subheader h3 {
	color: #6699CC;
}
.blue {
	color: #6699CC;
}
.readmore {
	font-size: .8em;
	margin-bottom: 0.5em;
}
#factlist li {
	padding-bottom: 1em;
}
/* ~~~~~~~~ Footer~~~~~~~~~ */

#Footer {
	float: left;
	font-weight: bold;
   width: 823px;
	text-align: center;
}

#Footer #TextLinks {
	padding: 10px;
	float: left;
	color: #05597D;
	width: 800px;
	background-color: #065A7E;
}

#Footer #TextLinks a {
	color: #FFF6E5;
	text-decoration: none;
	padding: 1%;
	font-size: 90%;
}

#Footer #TextLinks a:hover {
	color: #FFCC00;
}


#Footer #Disclaimer {
	color: #EDEDED;
	font-size: 100%;
	padding: 10px;
	font-weight: normal;
	width: 800px;
	background: #AB9C80 url(../images/bg-footerDisclaimer.gif) repeat-x;
}

#Footer #Disclaimer p {
	padding-top: 30px !important; padding-top: 5px;
}
#Footer  a {
	color: #CCCCCC;
	font-weight: normal;
}
