html,body {
    background:#e6e3da;
    background-image: url(../img/background2.jpg);
    background-repeat: repeat;
    color:#000103;
    font-family:arial;
    font-size:14px;
    line-height:20px;
}
#wrapper {
   margin:0 auto;
   width:970px;
   background-color:#ffffff;
   -moz-box-shadow:    0px 0px 15px 3px #333333;
   -webkit-box-shadow: 0px 0px 15px 3px #333333;
   box-shadow:         0px 0px 15px 3px #333333;
   padding:0 15px 15px 15px;
}
.shadow {
    -moz-box-shadow:    5px 5px 10px 1px #333333;
    -webkit-box-shadow: 5px 5px 10px 1px #333333;
    box-shadow:         5px 5px 10px 1px #333333;
}
#header {
	clear:both;
	width:95%;
	padding-bottom:2em;
	padding:0.5em 0 9em 2em;
}
#logo {
	float:left;
	padding-top:1.5em;
}
#contact {
	float:right;
	width:20em;
	text-align:center;
	margin-top:1em;
}
#sites {
	clear:both;
}
#sites a {
	float:center;
}
#sites a img {
	border:0px;
	width:32px;
	height:32px;
}
#tagline_phone_number {
	clear:both;
	font-weight:bold;
	font-size:1.2em;
}
#topnav {
	clear:both;
	width:95%;
	background:#9992c3;
	text-align:center;
	margin-left:2em;
	padding:0.5em 0;
	font-weight:bold;
}
#topnav a {
	margin:5px 25px;
	text-decoration:none;
}
#topnav a.on,
#topnav a:hover {
	color:#bc2b1f;
}
#body {
	clear:both;
	width:100%;
	margin-top:0.5em;
}
#left {
	float:left;
	width:29%;
	margin-left:2em;
}
#leftnav {
	clear:both;
	width:100%;
}
#leftnav ul li a.on {
    color:#bc2b1f;
}
#action_items {
	clear:both;
	width:90%;
	padding:25px 0;
}
#action_items a {
    background:#293a84;
    clear:both;
    color:#ffffff;
    width:100%;
    display:block;
    margin-bottom:0.6em;
    border-radius:1em;
    text-align:center;
    text-decoration:none;
    height:2.5em;
    padding:0.6em 0 0.1em 0;
    font-weight:bold;
    line-height:1em;
}
#action_items a.on {
    color:#bc2b1f;
}
#action_items a.pad {
    padding-top:0.7em;
    height:1.8em;
    margin-bottom:0.8em;
}
#action_items a:hover {
	color:#bc2b1f;
}
#quote {
	clear:both;
	width:90%;
	min-height:100px;
	border-radius:1.5em;
}
#quote div {
	padding:15px;
}
#quote.orange {
    background:#EAC5C0;
    color:#293a84;
    font-style: italic;
}
#quote.purple {
    background:#9992c3;
    color:#000000;
}
#quote.purple h1 {
    color:#ffffff;
    margin:0 0 20px 0;
}
#right_hand,
#right_shaded,
#right {
	float:right;
	width:60%;
	margin-right:2em;
        min-height:450px;
}
#right_hand,
#right_shaded {
	background-color:#efefef;
	-moz-box-shadow:    5px 5px 10px 1px #333333;
	-webkit-box-shadow: 5px 5px 10px 1px #333333;
	box-shadow:         5px 5px 10px 1px #333333;
	margin-top:1em;
	border:1px solid #c3c3c3;
	min-height:450px;
}
#right_hand {
    background-image: url(../img/bg_chart_hand.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}
#right a, #right_hand a, #right_shaded a {
    color:#000000;
}
#right div {
	padding:15px 35px 15px 0;	
}
#right_hand div,
#right_shaded div {
	padding:15px 15px 15px 15px;
}
#footer {
	clear:both;
	text-align:center;
	width:100%;
	padding-top:2em;
	font-size:1.2em;
}
#footer span {
	position:relative;
	top:-1px;
	font-size:0.7em;
	margin:0 5px;
}
ul {
    list-style: none;
    margin:0;
    padding:0;
}
li {
	padding-left:2em;
	margin:1em 0;
	text-indent: -1.5em;
	color:#1f3a71;
	font-weight:bold;
}
li:before {
	content: '\25a0\20';
	color:#bc2b1f;
}
h1 {
	font-size:1.5em;
	color:#bc2b1f;
        margin-bottom:20px;
}
h2 {
	font-size:1.25em;
	color:#293a84;
        margin-bottom:10px;
}
h3 {
	font-size:1.25em;
	font-weight:bold;
}
.blue { color:#1f3a71; }
.red { color:#bc2b1f; }
a { color:#1f3a71; text-decoration:underline; }
a.nounderline { text-decoration:none; }
a:hover { color:#bc2b1f; text-decoration:none; }
#right table {
    width:30%;
    margin-right:25px;
    float:left;
    border:2px solid #b0a9d1;
}
#right table th {
    background-color:#b0a9d1;
    color:#ffffff;
    text-align:center;
}
#right table td {
    background-color:#ffffff;
    color:#293a84;
    text-align:center;
    padding:15px;
    min-height:100px;
}
#right li {
    font-weight:normal;
    color:#000000;
}
#worksamples {
    text-align:center;
    padding-top:25px;
}
#worksamples h1 {
    font-size:1em;
    color:#000000;
    border-bottom:5px solid #bc2b1f;
    width:250px;
    margin:0 auto;    
}
#worksamples a img {
    margin:10px 0;
    border:1px solid #333333;
}
#join_mailing_list {
    display:none;
    padding:0 0 10px 25px;
}
#ea {
    padding:3px;
}