/* UA HEADER */
#ua_banner {
	width: 100%;
	background-color: #8A7D6E;
	margin: 0px;
	padding: 0px;
	border-bottom:1px solid #333;
}
#ua_banner div {
	width:920px;
	margin:0 auto;
	padding:8px 0 4px;
}
/* site styles */
/* site structure */
body {
	font:normal 0.75em/1.4 Helvetica, Arial, sans-serif;
	color:#333;
	margin:0;
	padding:0;
	background:#E9E4DC url(../images/publicSite/page_bg.jpg) 0 0 repeat-x;
}
#wrapper {
	width:920px;
	margin:0 auto;
	background:#fff;
	border:1px solid #ccc;
	border-top:none;
	padding:0 15px 15px;
	position:relative;
}
h1#masthead {
	background: url(../images/publicSite/azcim_masthead.jpg) no-repeat;
	margin:0;
}
h1#masthead a {
	display:block;
	width:920px;
	height:86px;
	text-indent:-5000px;
}
#loginLink {
	position:absolute;
	top:0;
	right:0;
	margin:0 15px 0 0;
	background:#eee;
	border:1px solid #ccc;
	padding:2px 4px;
}
#footer {
	clear:both;
	width:920px;
	margin:0 auto;
	padding:15px 0;
	font-size:x-small;
}
#footer ul {
	margin:0;
	padding:0;
}
#footer ul li {
	list-style-type:none;
	display:inline;
	margin-right:8px;
	padding:0;
}
#footer ul li a {
	display:inline-block;
	margin:0;
	padding:0;
	text-decoration:none;
	color:#333;
}
#footer ul.ualinks li a:link {
	text-decoration:none;
}
#footer ul.ualinks li a:hover {
	text-decoration:underline;
}
#footer ul#footerbtns {
	float:left;
	height:5em;
	padding-right:7px;
	border-right:1px solid #999;
	margin-right:15px;
}
#footer ul#footerbtns li {
	background: url(../images/publicSite/facebook_btn.jpg) no-repeat;
	display:block;
	float:left;
}
#footer ul#footerbtns li a {
	width:87px;
	height:24px;
	text-indent:-5000px;
}
#footer ul#footerbtns li#itunes_u {
	background: url(../images/publicSite/itunes_btn.jpg) no-repeat;
}
#footer ul#footerbtns li#give_now {
	background: url(../images/publicSite/give_btn.jpg) no-repeat;
}
#footer ul#footerbtns li#rss {
	background: url(../images/publicSite/rss_btn.jpg) no-repeat;
}
#footer-message {
	margin-top:1em;
}
#showhide0, #showhide1, #showhide2, #showhide3, #showhide4, #showhide5, #showhide6, #showhide7, #showhide8, #showhide9 {
	display: none;
}
.rightFloat {
	float:right;
	margin-left:12px;
}
.leftFloat {
	float:left;
	margin-right:12px;
}
/* text styles */
a:link {
	color:#06c;
}
a:visited {
	color:#1a4fa5;/*#507665; change this*/
}
a:hover {
	color:#0190af;/*change this*/
}
h2, h3, h4, h5, h6 {
	margin:1em 0 0.4em;
	color:#337034;
	font-weight:bold;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}
h2 {
	font-size:x-large;
}
h3 {
	font-size:large;
}
h4 {
	font-size:medium;
	color:#574a3b;
}
h2.sectionHeading {
	width:251px;
	margin:8px -8px 8px;
	padding:2px 8px;
	background:#41556B;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color:#fff;
}
p {
	margin:0 0 0.6em;
}
ul, ol {
	margin:0 0 0.6em 1.5em;
	padding:0;
}
ul.multi li {
	margin:0.6em 0;
}
ul.treeViewer {margin-left:1.3em;}
ul.treeViewer li {list-style-image:url(../images/publicSite/closedTri.gif);cursor:pointer;}
ul.treeViewer li.open {list-style-image:url(../images/publicSite/openTri.gif);}
ul.treeViewer li.noContent {list-style-image:none; list-style-type:none;cursor:default;}
ul.treeViewer li p, ul.treeViewer li ul, ul.treeViewer li ul li, ul.treeViewer li h4, ul.treeViewer li dl {cursor:default;}
ul.treeViewer li ul li {list-style-image:none;cursor:default;}
dl {
	margin:0 1.5em 0.6em;
}
dt {
	font-weight:bold;
}
dd {
	margin-left:0;
	font-size:smaller;
}
.fineprint {
	font-size:x-small;
	font-style:italic;
}
table.comparisonTable {
	margin:1em 0;
	border-collapse:collapse;
}
table.comparisonTable td, table.comparisonTable th {
	border:1px solid #ccc;
	padding:4px;
	background:#F9F6F2;
	font-size:small;
}
table.comparisonTable th {
	background:#41556B;
	color:#fff;
	font-weight:bold;
}
table.onlineCourse {
	width:100%;
	border-collapse:collapse;
	margin:0.6em 0;
}
table.onlineCourse th {
	background:#41556B;
	color:#fff;
	padding:4px;
	text-align:left;
}
table.onlineCourse td {
	border:1px solid #ccc;
	background:#F9F6F2;
}
/* top nav */
ul#topNav {
	width:918px;
	margin:0;
	padding:0;
	background:#EDE5E2 url(../images/publicSite/mainNav_bg.jpg) repeat-x;
	border:1px solid #ccc;
	border-top:none;
	border-bottom:1px solid #8A7D6E;
	position:relative;z-index:99999;
}
ul#topNav li {
	list-style-type:none;
	display:inline;
	position:relative;
	margin:0;
	padding:0;
}
ul#topNav >li > a {
	display:inline-block;
	padding:12px 0.5em;
	border-right:1px solid #8A7D6E;
	text-decoration:none;
	color:#333;
	font:bold 1.2em/1 "Trebuchet MS", Helvetica, Arial, sans-serif;
}
ul#topNav >li:hover > a {
	background:url(../images/publicSite/mainNav_bg_on.jpg);
	color:#fff;
}
ul#topNav li ul {
	display:none;
	position:absolute;
	top:24px;
	left:0px;
	width:200px;
	background:#222;
	opacity: 0.95;
	color:#fff;
	font-weight:bold;
	padding:8px;
	margin:0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
ul#topNav li:hover ul {
	display:block;
}
ul#topNav li ul li {
	display:list-item;
	list-style-type:none;
	line-height:1.1;
	margin:0 0 0.4em;
	opacity:1;
}
ul#topNav li ul li a:link {
	color:#fff;
	text-decoration:none;
}
ul#topNav li ul li a:visited {
	color:#ddd;
	text-decoration:none;
}
ul#topNav li ul li a:hover {
	color:#fff;
	text-decoration:underline;
}
/*search box*/
ul#topNav >li > span {
	margin-left:0.5em;
}
ul#topNav li form, ul#topNav li input {
	display:inline;
}
ul#topNav li input {
	margin-bottom:-7px;
}
/*inner pages*/
/*site sidebar*/
#siteSidebar {
	width:160px;
	float:left;
	margin:6px 6px 6px 0;
}
#siteSidebar .calloutBox {
	background:#EDE5E2;
	padding:0 8px 8px;
	margin:6px 0;
}
#siteSidebar .calloutBox h2.sectionHeading {
	width:144px;
}
/*main nav*/
ul#mainNav {
	margin:0 0 6px;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
}
ul#mainNav li {
	list-style-type:none;
	background:#729887;
	border-top:1px solid #fff;
	margin:0;
	padding:0;
	font:bold 1.1em/1.3 "Trebuchet MS", Helvetica, Arial, sans-serif;
}
ul#mainNav li.active > a {
	border-left:3px solid #5CA744;
	padding-left:5px;
}
ul#mainNav > li.active > a {
	border-left-color:#333;
}
ul#mainNav li a {
	display:block;
	padding:4px 8px;
	text-decoration:none;
	color:#fff;
}
ul#mainNav li a:hover {
	background:#618776;
}
ul#mainNav ul {
	margin:0;
	padding:0;
}
ul#mainNav ul li {
	font:bold 0.9em/1.3 Helvetica, Arial, sans-serif;
	background:#EDE5E2;
	margin:0;
	border-top:1px solid #fff;
}
ul#mainNav ul li:first-child {
	padding-top:1px;
}
ul#mainNav ul li a {
	padding:2px 8px;
	color:#333;
}
ul#mainNav ul li a:hover {
	background:#dcd4d1;
}
ul#mainNav ul li ul li {
	font:bold 1em/1.3 Helvetica, Arial, sans-serif;
}
ul#mainNav ul li ul li a {
	padding-left:16px;
}
ul#mainNav ul li ul li.active > a {
	padding-left:13px;
}
ul#mainNav ul li ul li ul li a {
	padding-left:24px;
}
ul#mainNav ul li ul li ul li.active > a {
	padding-left:21px;
}
/*main content area*/
.mainBody {
	margin:6px 0 6px 166px;
	font-size:1.1em;
}
#pageHeading {
	background:#094192 url(../images/publicSite/bluehdr_bg.jpg) repeat-x;
	padding:8px 8px;
	color:#fff;
}
#pageHeading h2, #pageHeading a {
	color:#fff;
}
#pageHeading h2 {
	margin:0;
	font-size:large;
}
#pageHeading ul.breadCrumb {
	margin:5px 0 0;
	padding:0;
	float:right;
}
#pageHeading ul.breadCrumb li {
	list-style-type:none;
	display:inline;
}
.mainBody #mainPic {
	background:#8A7D6E;
	color:#fff;
	margin:6px 0;
	padding:6px;
}
.mainBody #mainPic img {
	width:540px;
}
.mainBody #mainPic p {
	width:170px;
	float:right;
	margin:15px;
	font-size:0.9em;
}
.mainBody .mainContent {
	background:#EDE5E2;
	margin-top:6px;
	min-height:429px;
}
.mainBody .contentSidebar {
	background:url(../images/publicSite/tanshaded_bg.jpg);
	width:251px;
	float:right;
	padding:8px;
	font-size:0.9em;
}
.mainBody .contentSidebar h2 {
	width:251px;
	margin:8px -8px 8px;
	padding:2px 8px;
	background:#41556B;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color:#fff;
}
.mainBody .contentSidebar h2:first-child {
	margin:-8px -8px 8px;
}
.mainBody .contentSidebar p {
	margin:0.6em 0;
}
.mainBody .contentSidebar img {
	border:none;
}
.mainBody .contentSidebar .picBox {
	background:#8A7D6E;
	color:#fff;
	margin:8px -8px -2px;
	padding:8px;
}
.mainBody .textContent {
	padding:15px;
}
.mainBody .textContent h2:first-child, .mainBody .textContent h3:first-child, .mainBody .textContent h4:first-child {
	margin-top:0;
}

/*home page*/
#homeContent {
	clear:both;
	background:#EDE5E2;
	width:920px;
	padding-top:15px;
}
#homeContent h2 {
	width:246px;
	margin:0;
	padding:2px 15px;
	background:#8A7D6E;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color:#fff;
}
/*pictorial*/
#invisData {
	display:none;
}
#pictDescription {
	width:260px;
	height:272px;
	float:right;
	background:#D1BFB6;
	padding:0 10px 10px;
}
.mainPic {
	display:block;
	position:relative;
	width:640px;
	height:282px;
}
#pictBackup, #pictMain, #shadOverlay, #thumbHolder {
	position:absolute;
}
#thumbHolder {
	position:absolute;top:217px;left:0;
}
#thumbHolder img {
	float:left;margin-left:15px;border:2px solid #fff;cursor:pointer;
}
/*topics menu*/
#navigation {
	width:352px;
	float:left;
}
#menu {
	width:161px;
	float:left;
	margin:0 15px 15px 0;
}
#homeContent #menu h2 {
	width:131px;
	background:#8A7D6E url(/images/publicSite/arrow_icon.gif) no-repeat 136px;
}
#menu ul {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
}
#menu ul li {
	list-style-type:none;
	margin:1px 0;
	background:#729887;
	padding:0;
}
#menu ul li a {
	text-decoration:none;
	display:block;
	padding:2px 15px;
	color:#fff;
}
#menu ul li a:hover {
	background:#618776;
}
/*callout buttons*/
ul#buttons {
	width:161px;
	float:left;
	margin:0 15px 0 0;
	padding:0;
}
ul#buttons li {
	list-style-type:none;
	margin:0 0 4px 0;
	padding:0;
	background: url(../images/publicSite/findPrac_btn.jpg) no-repeat;
}
ul#buttons li a {
	display:block;
	width:161px;
	height:53px;
	text-indent:-5000px;	
}
ul#buttons li.fellowship {
	background: url(../images/publicSite/fellow_btn.jpg) no-repeat;
	height:59px;
}
ul#buttons li.courses {
	background: url(../images/publicSite/courses_btn.jpg) no-repeat;
}
ul#buttons li.imr {
	background: url(../images/publicSite/imr_btn.jpg) no-repeat;
}
/*home buckets*/
.homebuckets {
	width:276px;
	float:left;
}
.homebuckets p, .homebuckets h3 {
	padding:0 15px;
}
.homebuckets h3 {
	font-size:1em;
}
.homebuckets h3 a:link, .homebuckets h3 a:visited {
	text-decoration:none;
}
.homebuckets h3 a:hover {
	text-decoration:underline;
}
#featured {
	clear:left;
	width:336px;
}
#featured h2 {
	width:308px;
	background:#8A7D6E url(/images/publicSite/monitor_icon.gif) no-repeat 307px;
}
#news {
	margin:0 15px 0 0;
}
#news h2 {
	background:#8A7D6E url(/images/publicSite/rss_icon.gif) no-repeat 249px;
}
#mailist h2 {
	margin-bottom:1em;
	background:#337034 url(/images/publicSite/mail_icon.gif) no-repeat 245px;
}
#adSpot {
	margin-top:15px;
	min-height:280px;
	outline:1px solid #D1BFB6;
}
/* forms */
.required {
	color:#990000;
	font-style:italic;
}
.formWrapper label {
	display:block;
	float:left;
	width:170px;
}
.formWrapper input, .formWrapper select {
	margin-left:1em;
}
.formWrapper div {
	clear:left;
	margin:0 0 0.8em;
}

/* colors
dark tan #8A7D6E
medium tan #D1BFB6
light tan #EDE5E2

bright green #5CA744
medium green (bar bg) #337034
dark green (hdrs) #094627

red-brown #6D222B
sage green #729887

border gray #ccc
warm gray (pg bg) #E9E4DC

Fellowship blue #094192
dark slate blue #41556B
*/
