/* PAGE STRUCTURE */

body { margin: 0; padding: 0; }
#page { margin: 0 auto; }
#page,
#pageHeader,
#pageBody,
#pageFooter {
	position: relative;
	width: 760px;
}
#pageHeader {
	height: 140px;
}
#pageFooter {
	top: 20px;
}



/* GLOBAL PRESETS */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	line-height: 1.25em;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 0.9em;
	padding: 0;
}
h1 {
	color: #653397;
	margin: 5px 0;
	margin-left: 30px;
	font-size: 300%;
}
h2, h3 {
	color: #653397;
}
h2, h3, h4 {
	margin: 5px 0 0.5em;
}

hr {
	color: #f00;
	height: 1px;
	border: none;
	border-top: 2px dotted #ccc;
	margin: 3em 0;
	clear: both;
}

p {
}



ul, ol, dl {
	margin: 0.5em 0 1.5em;
	padding: 0;
	width: 100%;
}
ul, ol, li, dl, dt, dd {
	position: relative;
}
li {
	font-size: 95%;
	line-height: 1.1em;
	margin-bottom: 0.5em;
	margin-left: 1.75em;
}
ul.links li {
	list-style-type: none;
}
dt {
	color: #653397;
	font-weight: bold;
	font-size: 120%;
}
dd {
	font-size: 95%;
	margin-left: 0;
	margin-bottom: 2.5em;
}



a[href] {
	color: #cf0;
	font-weight: bold;
	text-decoration: none;
}
a[href]:hover {
	text-decoration: underline;
}
a.more,
ul.links li a,
li.link a,
dl.links dt a,
dt.link a {
	display: block;
	background: transparent url(/_img/nav/aro/more.gif) left 0.1em no-repeat;
	padding-left: 18px;
	padding-bottom: 10px;
}
a.top {
	display: block;
	font-size: 75%;
	background: transparent url(/_img/nav/aro/up.gif) left 0.5em no-repeat;
	padding-left: 10px;
	margin: 0.75em 0;
}
a img { border: none; }



* a, * b, * i, * em, * span, * strong {
	font-family: inherit;
	font-size: inherit;
}
* sup {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}
* sub {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: -0.25em;
}

blockquote {
	margin: 0 0 15px;
	line-height: 1.25em;
	font-style: italic;
}
cite {
	display: block;
	width: 80%;
	margin: 5px 0;
	margin-left: 15%;
	font-size: 11px;
	line-height: 1.1em;
	text-indent: -1em;
	font-weight: bold;
	font-style: normal;
	color: #666;
}
cite .name {
	display: block;
	position: relative;
	left: -0.33em;
}
cite .name:before {
	content: "--- ";
}
cite .title {
	font-weight: normal;
	font-size: 90%;
	line-height: 1em;
}

table {
	width: 100%;
	background-color: #f8f8e8;
	border-collapse: collapse;
}
table th,
table td {
	border-bottom: 4px solid #fff;
	padding: 2px 10px;
	vertical-align: top;
	font-size: 95%;
	line-height: 1.1em;
}
table th {
	text-align: right;
}
table thead th {
	text-align: left;
}



/* VISUAL STYLING */

body {
	background: #666 url(/_img/bg/browser.jpg) 0 0 repeat-x;
}

/* page header */
#headerLogo {
	display: block;
	position: absolute;
	top: 23px;
}
#contactInfo {
	position: absolute;
	top: 2px;
	width: 100%;
}
#contactInfo * {
	display: block;
	font-size: 11px;
}
#contactInfo .url {
	position: absolute;
	left: 7px;
	width: 200px;
}
#contactInfo .phone {
	position: absolute;
	right: 85px;
	color: #fff;
	font-weight: bold;
	width: 100px;
}
#contactInfo .contact {
	position: absolute;
	right: 0;
	padding: 0 7px;
	border-left: 1px solid #999;
	width: 80px;
}

/* page body */
#pageBody {
	background: #dedede url(/_img/bg/pagebody.jpg) 0 0 no-repeat;
	padding: 10px;
	width: 740px;
	margin-top: 6px;
}
#pageBody a[href] {
	color: #738c10;
}
#pageBody a[href]:hover {
	color: #8a0;
	background-color: #faffea;
	background-color: #f2f7df;
	background-color: #f6fbe4;
}

/* page footer */
#pageFooter {
	text-align: center;
}
#pageFooter p {
	color: #ccc;
	font-size: 85%;
}
#pageFooterText a {
	color: #ddd;
}





/* PAGE BODY LAYOUTS */

#pageBody .splash {
	width: 760px;
}

#pageBody .content,
#pageBody .feature {
	background-color: #fff;
	position: relative;
}
#pageBody .content {
	padding: 5px 15px 30px 20px;
	margin-bottom: 20px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#pageBody .feature {
	padding: 5px 10px 30px 10px;
	top: 18px;
	margin-bottom: 40px;
}
#pageBody .content.addToLeft,
#pageBody .content.addToRight {
	width: 555px;
}
#pageBody .content.addToLeft {
	margin-left: 150px;
}
#pageBody .content.addToRight {
	margin-left: 0;
}
#pageBody .content.addToLeft .add,
#pageBody .content.addToRight .add {
	position: absolute;
	top: 0;
	width: 145px;
}
#pageBody .content.addToLeft .add {
	left: -150px;
}
#pageBody .content.addToRight .add {
	left: 595px;
}

#pageBody .feature.addToLeft,
#pageBody .feature.addToRight {
	width: 268px;
}
#pageBody .feature.addToLeft {
	margin-left: 448px;
}
#pageBody .feature.addToRight {
	margin-left: 0;
}
#pageBody .feature h2 {
	z-index: 99;
	margin: -6px;
	padding: 0;
	position: relative;
	top: -20px;
	height: 21px;
	color: #fff;
	font-size: 15px;
	line-height: 21px;
	background-color: transparent;
	background-repeat: repeat-x;
}
#pageBody .feature.addToLeft h2 {
	left: -4px;
	background-image: url(/_img/bg/boxhd/lj/purple.gif);
	background-position: top right;
	padding-left: 6px;
}
#pageBody .feature.addToRight h2 {
	left: 4px;
	background-image: url(/_img/bg/boxhd/rj/purple.gif);
	background-position: top left;
	padding-left: 25px;
}
#pageBody .feature.addToLeft .add,
#pageBody .feature.addToRight .add {
	position: absolute;
	top: -17px;
	width: 440px;
	height: 100%;
	background-color: #886ba6;
}
#pageBody .feature.addToLeft .add {
	left: -448px;
}
#pageBody .feature.addToRight .add {
	left: 298px;
}






/* boxes */

.box {
	position: relative;
	top: 18px;
	margin: 0 0 40px;
	padding: 15px 6px 10px;
	background-color: #f3f3f3;
}
.box h3 {
	z-index: 99;
	margin: -6px;
	padding: 0;
	position: relative;
	top: -30px;
	height: 21px;
	color: #fff;
	font-size: 15px;
	line-height: 21px;
	background-color: transparent;
	background-repeat: repeat-x;
}
.addToLeft .box h3 {
	background-image: url(/_img/bg/boxhd/rj/purple.gif);
	background-position: top left;
	padding-left: 25px;
}
.addToRight .box h3 {
	background-image: url(/_img/bg/boxhd/lj/purple.gif);
	background-position: top right;
	padding-left: 6px;
}

.box.subnav { background-color: #f2f7df; }
.box.spotlight { background-color: #fff5e4; }
.addToLeft .box.subnav h3 { background-image: url(/_img/bg/boxhd/rj/green.gif); }
.addToRight .box.subnav h3 { background-image: url(/_img/bg/boxhd/lj/green.gif); }
.addToLeft .box.related h3 { background-image: url(/_img/bg/boxhd/rj/gray.gif); }
.addToRight .box.related h3 { background-image: url(/_img/bg/boxhd/lj/gray.gif); }
.addToLeft .box.spotlight h3 { background-image: url(/_img/bg/boxhd/rj/orange.gif); }
.addToRight .box.spotlight h3 { background-image: url(/_img/bg/boxhd/lj/orange.gif); }
.addToLeft .box.testimonial h3 { background-image: url(/_img/bg/boxhd/rj/blue.gif); }
.addToRight .box.testimonial h3 { background-image: url(/_img/bg/boxhd/lj/blue.gif); }

.box ul {
	margin: -10px 0 10px;
}
.box li {
	margin-left: 10px;
}
.box ul.links li a,
.box li.link a,
.box dl.links dt a,
.box dt.link a {
	font-size: 90%;
	line-height: 1em;
	background: transparent url(/_img/nav/aro/sm_gr.gif) left 0.25em no-repeat;
	padding-left: 10px;
}
.box a.more {
	font-size: 90%;
	line-height: 1em;
	background: transparent url(/_img/nav/aro/more.gif) left 0.1em no-repeat;
	margin: -10px 0 10px;
}
#pageBody .box.subnav li {
	margin: 0;
}
#pageBody .box.subnav li a {
	margin: 0 -6px;
	padding: 0.25em 20px 0.5em;
	padding-top: 0.25em;
	background: transparent url(/_img/nav/aro/sm_dkgr.gif) 10px 0.5em no-repeat;
	color: #424f0f;
}
#pageBody .box.subnav li a:hover,
#pageBody .box .links a:hover,
#pageBody .link li a:hover {
	color: #849e1e;
	background-color: #faffea;
	text-decoration: none;
}
#pageBody .box.subnav li.current a {
	background-color: #fbfcf4;
	color: #333;
}




/* multicolumn lists */

.multicolumn > ul,
.multicolumn > dl {
	float: left;
	width: 125px;
	margin-bottom: 20px;
}
.multicolumn > ul li,
.multicolumn > dl dt,
.multicolumn > dl dd {
	margin-right: 10px;
}
.multicolumn:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.multicolumn {display: inline-block;}
/* Hides from IE-mac \*/
* html .multicolumn {height: 1%;}
.multicolumn {display: block;}
/* End hide from IE-mac */



/* nav */

#pageNavigation {
	position: absolute;
	left: 0;
	top: 93px;


	width: 760px;
}
ul#mainNav {
	background: transparent url(/_img/bg/mainnav.jpg) left top repeat-x;
	position: absolute;
	width: auto;
	height: 30px;
	top: 0;
	right: 0;
	z-index: 999;
}
ul#mainNav, ul#mainNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#mainNav li {
	float: left;
	width: 108px;
	margin: 0;
}
ul#mainNav > li:first-child {
	margin-left: 24px;
}

ul#mainNav li ul {
	position: absolute;
	width: 8.5em;
	left: -999em;

}
ul#mainNav li:hover ul {
	position: relative;
	left: 4px;
	top: 4px;
}

ul#mainNav li a {
	display: block;
	width: 110px;
	color: #000;
	text-align: center;
	padding: 8px 2px;
	font-size: 11px;
	line-height: 10px;
	white-space: nowrap;
}

ul#mainNav li:hover a {
	text-decoration: none;
}
ul#mainNav li.current a {
	width: 7em;
	background-color: #e8f7b7;
	border-top: 1px solid #999;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
}
ul#mainNav li ul li a,
ul#mainNav li.current ul li a {
	background-color: #849e1e;
	border-left: none;
	border-right: none;
	color: #fff;
	font-size: 11px;
	line-height: 0.9em;
	white-space: normal;
}
ul#mainNav li ul li:hover a {
	background-color: #c0e248;
	color: #000;
}
ul#mainNav li ul li.current a {
	background-color: #d4e39f;
	color: #000;
}
ul#mainNav li ul li:first-child a {
	border-top: 4px solid #000;
}



#breadcrumb {
	background-color: #886ba6;
	position: relative;
	top: 36px;
	height: 19px;
	padding-left: 22px;
	z-index: 1;
}
#breadcrumb ul {
	display: inline;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#breadcrumb li {
	display: inline;
	padding-left: 12px;
	margin-left: 6px;
	background: transparent url(/_img/nav/aro/sm_wh.gif) 0 4px no-repeat;
}
#breadcrumb li,
#breadcrumb li a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
