body {
background:#5485af url('../graphics/layout/bg.jpg') repeat left top;
color:#4a5477;
}

#wrap {
background:transparent url('../graphics/layout/bg_wrap.jpg') no-repeat center top;
}
/*
a,a:link {
color:#146897;
text-decoration:none;
}

a:visited {
color:#a60000;
}

a:hover,a:active {
color:#4f4f4f;
}

#topnav {
background:transparent url('../graphics/layout/1px.png') repeat left top;
}

#topnav ul li div a {
color:#fff;
}

#topnav ul li div a:hover {
text-shadow:0 1px 0 #000;
}
*/
#nav ul {
background:transparent url('../graphics/layout/bg_nav.png') repeat-x 0 0;
}
/*
#nav ul li a {
color:#151000;
text-shadow:0 1px 0 #cecece;
}

#nav ul li a:hover,#nav ul>li.hover>a,#nav ul>li.here>a {
background:transparent url('../graphics/layout/bg_nav_hover.png') no-repeat center 60px;
text-shadow:0 1px 0 #fff;
}

#nav ul ul {
border-top:3px solid #1d1c1c;
border-bottom:3px solid #1d1c1c;
}

#nav ul li ul li a {
background:#1d1c1c;
color:#fff;
text-shadow:0 1px 0 #222;
}
*/
#nav ul li ul li a:hover,#nav ul li.hover ul li a:hover {
background:#7A1E99;
border-bottom:1px solid #9c26c4;
border-top:1px solid #9c26c4;
}

#nav_overlay_left {
background:transparent url('../graphics/layout/nav_left.png') no-repeat 0 0;
}

#nav_overlay_right {
background:transparent url('../graphics/layout/nav_right.png') no-repeat 0 0;
}

a, a:link {
    color: #7A1E99;
    text-decoration: none;
}

a:visited {
	color: #9c26c4;
}

#home #col2 h1, #home #col2 h2, #home #col2 h3, #home #col2 h4 {
    color: #BAD80A;
}

div.required_form_label  {
    color: #7A1E99;
}

#secondarynav ul li a {
    background: url("../graphics/layout/bg_secondary.png") no-repeat scroll 5px center transparent;
    color: #333333;
    display: block;
    padding-left: 34px;
    width: 260px;
}

#secondarynav ul li a:hover, #secondarynav ul li a:active, #secondarynav ul li.here a {
    background: url("../graphics/layout/bg_secondary_hover.png") no-repeat scroll 5px center transparent;
    color: #7A1E99;
}

#social_media {

}

#social_media ul {
	list-style: none;
	min-width: 200px;
	height: 50px;
	float: right;
	position: absolute;
	right: 40px;
	top: 85px;
}

#social_media ul li {
	float:left;
	position:relative;
	color:#FfFfFf;
	top:-11px;
	right:-68px;
}

#social_media ul li+li {
	top:0;
	right:0;
}

