/* @override http://02db119.netsolhost.com/avalon/styles/style.css */

/* --- COLOR SCHEME ---
Purple Text: #4c3d96
Purple BG: #4c3d96
#4c3d96
#4b3b95
Dark Purple: #413d74
---------------------- */

/* --- GLOBAL STYLES ---*/
* {
	font-family: Arial, Helvetica;
}

html {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #413d74;
}
body {
	margin: 0;
	padding: 0;
	color: #413d74;
}

a {
	color: #4c3d96;
	color: #79af26;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

p {
	
}

h1 {
	color: #4c3d96;
	color: #79af26;
}

h1.natural{margin-top:20px;}

h2 {
	margin-top: 0;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
	
}

h3 {
	
}

h4 {

}

h5 {
	color: #4c3d96;
	xcolor: #79af26;
	color: #79af26;
	margin-top: 0;
	font-size: 1.9em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: left;
	clear: both;
}

h6 {

}

hr {

}

/* --- WRAPPER STYLES ---*/
#wrapper {
	text-align: left;
	width: 840px;
	margin-left: auto;
 	margin-right: auto;
 	xpadding-left: 73px;
}

#content {
	clear: both;
	border-left: 3px solid #4c3d96;
	padding-left: 15px;
	padding-bottom: 40px;
}

#index #content {
	border: 0;
	padding-left: 0;
	padding-bottom: 0px;
}

/* --- HEADER STYLES ---*/
#header {
	margin-bottom: 0px;
}

#index #header {
	margin-bottom: 35px;
}

#logo {
	background: url(../images/logo-secondary.jpg) no-repeat;
	height: 129px;
	width: 926px;
	text-indent: -9999px;
}

#index #logo {
	background: url(../images/logo.jpg) no-repeat;
	height: 293px;
	width: 912px;
	text-indent: -9999px;
}

/* --- NAVIGATION STYLES ---*/
#nav {
	text-align: right;
	margin-right: 150px;
}

#nav ul li {
	display: inline;
	list-style-type: none;
	xpadding: 0 10px 0 10px;
	color: #4c3d96;
}

#nav ul li a {
	xcolor: #4c3d96;
	color: #79af26;

}

#nav ul li:after {
	xcontent: ' | ';
}

#nav ul li.last:after {
	xcontent: '';
}

#nav ul li a:hover {
	xcolor: #79af26;
	color: #4c3d96;
}

/* --- SUB-NAVIGATION STYLES ---*/
#subnav {
	clear: both;
	position: relative;
	top: -10px;
	text-align: right;
}

#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	position: relative;
	top: -13px;
	text-align: left;
	 width: 500px;
	 padding-top: 8px;
	 float: left;
}

#subnav ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding-right: 15px;
	width: 147px;
	height: 14px;
	margin-bottom: 15px;
	
}

#subnav ul li a {
	font-size: 0.8em;
	display: block;
	color: #fff;
	height: 17px;
	background: url(../images/button-large-green.gif) no-repeat;
	padding-left: 22px;
	padding-top: 4px;
}

#subnav span {
	display: inline;
	font-size: 1.9em;
	color: #4c3d96;
	color: #79af26;
	font-weight: bold;
	margin-right: 160px;
	position: relative;
	top: -12px;
}
#subnav span.affilated   {
	display: inline;
	font-size: 1.5em;
	color: #4c3d96;
	color: #79af26;
	font-weight: bold;
	margin-right: 160px;
	position: relative;
	top: -6px;
}

#subnav span img {
	xdisplay: block;
	xheight: 20px;
}

/* --- BODY LAYOUT STYLES ---*/
#column_left {
	float: left;
	width: 420px;
}

#column_right {
	float: right;
	width: 377px;
}

.box {
	padding: 25px;
	background: #4c3d96;
	background: #5c57a7;
	color: #fff;
}

.box div {
	margin-bottom: 30px;
}

.box  p {
	color: #fff;
	line-height: 25px;
	font-size: 0.9em;
}

.box  a {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8em;
	background: url(../images/arrow-right.gif) no-repeat;
	background-position: 80px 4px;
	display: block;
}

.box  a:after {
	content: 
}

.box_small {
	position: relative;
	top: -20px;
	xmargin-top: -20px;
	margin-bottom: 20px;
}

.box_small h3 {
	color: #79af26;
	font-size: 1.9em;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: -6px;
	margin-top: -1px;
	text-align: right;
}

.box_small .smallerh3 {
	color: #79af26;
	font-size: 1.6em;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: -6px;
	margin-top: -1px;
	text-align: right;
	
}

.box_small .body {
	background: #4c3d96;
	background: #5c57a7;
	color: #fff;
	padding: 18px;
	padding-bottom: 10px;
}

.box_small .body p {
	margin-top: 0px;
	line-height: 18px;
	font-size: 0.8em;
	color: #fff;
}

.box_small .body img {
	float: left;
	border: 5px solid #fff;
	margin-right: 10px;
	xmargin-bottom: 10px;
	xpadding-bottom: 10px;
	position: relative;
	z-index: 10010;
}

.box_small .body a {
	color: #fff;
	background: url(../images/button-learnmore.jpg) no-repeat;
	display: block;
	width: 101px;
	text-align: center;
	font-size: 0.8em;
	height: 20px;
	padding-top: 4px;
	clear: both;
	xpadding-top: 4px;
}


.box_small .bottom {
	background: #4c3d96;	
	background: #5c57a7;
	height: 9px;	
}
.box_small .lcorner {

	float: left;
	background: url(../images/rounded-left.gif) no-repeat;
}

.box_small .rcorner {
	float: right;
	background: url(../images/rounded-right.gif) no-repeat;
	background-position: top right;
}

.regforms {
	padding:0; margin:0;
	background-color:#79af26;
	background-image:url(../images/leaf-bg.jpg);
	background-repeat:no-repeat;
	background-position: -10px -10px;
	border:2px solid #4c3d96;
	}
	
.regforms h3 {
background-color:#79af26;
}
	
.regforms h3 a{
	color:#fff;
	}
	
/* --- SECONDARY PAGE STYLES ---*/
.topic {
	margin-bottom: 45px;
	clear: both;
	width:  850px;
}

.topic h2 {
	text-transform: none;
	font-weight: bold;	
}

.xtopic .photo1, .topic .photo2 {
	border: 5px solid #fff;
}

.shadow {
	float: right;
	padding: 2px 4px 4px 2px ;
	margin: 6px 15px 6px 15px;
}

.shadow .sb-shadow {
	background: #888;
}

.shadow img {	
	border: 5px solid #fff;
}



.topic p {
	line-height: 24px;
width:720px;

	margin-bottom: 18px;
	margin-top: 0;
	color: #413d74;
}

.topic .desc p {
	width: auto;
}

x.topic p.shawn{width:800px;}
x.topic p.joanne{width:810px; margin-left:15px;}
.topic .list-checkboxes li {
	list-style-type: none;
	font-size: 0.9em;
	background: url(../images/checkboxes.gif) no-repeat;
	padding-left: 25px;
	background-position: 0px 1px;
	margin-bottom: 20px;
	height: 30px;
	vertical-align: top;
	line-height: 16px;
}

.topic .list-squares li {
	list-style-type: none;
	font-size: 0.9em;
	background: url(../images/square.gif) no-repeat;
	padding-left: 12px;
	background-position: 0px 6px;
	margin-bottom: 15px;
	height: 20px;
	vertical-align: top;
	line-height: 16px;
}

.topic a {
	text-decoration: underline;
}

.noUnderline {
margin-bottom:0px;
}

.noUnderline a {
text-decoration:none;
}

.noUnderline a:hover {
text-decoration:underline;
}


/* --- FOOTER STYLES ---*/
#footer {
	clear: both;
	xpadding-top: 25px;
	
}

#sitemap {
	clear: both;
	background: #fff;
	padding-right:20px;
	height: 75px;
	border-left: 3px solid #4c3d96;
	border-right: 1px solid #c0c0c0;
	padding-top: 0px;
	
}



#index #sitemap {
	border-left: 0;	
}



#sitemap div {
	xmargin-top: 10px;
	
	font-size:12px;
	margin-right:8x;
	float: left;
	width:85px;
	padding: 1px;
	border-right: 1px solid #c0c0c0;
	height: 70px;
	xpadding-top: 10px;
}

#sitemap div.last {
	border:0px;
	
} 


#sitemap Educational  {width:90px; }

#sitemap h4 {
	color: #4c3d96;
	margin-bottom:10px;
	font-size: 1.2em;
	margin-left:4px;
	margin-bottom: 7px;
	xmargin-top: -1px;
	font-size:13px;
}

#sitemap p {
	
	margin-bottom:-20px;
	color: #4c3d96;
	font-size: 0.8em;
	margin-left:4px;
	text-transform:lowercase;
}

#company {
	xbackground: #4c3d96;
	color: #fff;
	font-size: 0.8em;
	padding: 0;
	xmargin: 0;
	xheight: 40px;
	background: url(../images/footer.gif) no-repeat;
	height: 32px;
	padding-top: 9px;	
	 
}

#company .copyright {
	margin-left: 15px;
}

#company .address {
	margin-left: 5px;
	
}


#company .address2 {
	padding-left: 30px;
}
#company .address a {
	color: #fff;
	text-decoration: underline;
}

#company .address2 a {
	color: #fff;
	text-decoration: underline;
}



#address {
}

#sitemap {
	clear: both;
}

#design {
	font-size: 0.8em;
	text-align:center;
	padding: 2px;
}

.spanHead {
	font-size: 1.9em;
	color: #4c3d96;
	color: #79af26;
	font-weight: bold;
	float:right;
	margin-right: 160px;

}

.pdf {
width:350px;
}

.pdf ul{
width:350px;
}

.pdf li {
list-style:none;
padding-bottom:10px;
position:relative;
margin:0;
width:350px;
}

.formHeader {
	color: #4c3d96;
	xcolor: #79af26;
	color: #79af26;
	margin-top: 0;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
}

.widthDeclare {
width: auto;
}
	
/* --- UTILITY STYLES ---*/
div.right, span.right { float: right; }
div.left, span.left { float: left; }
.clear { clear: both; }
.nullclear { clear: both; height: 0px; width: 0px; margin: 0px; padding: 0px; display: none;}
.nofloat { float: none; }	
.nomargin { margin: 0px; }	
.last {	border: 0px; }


