html {
	background: url(css_images/site_background.jpg) repeat-x;
	
}
body {
	background-color: transparent;
	color: #516c84;
}
/* @group Global layout */

#wrapper {
	background-color: #FFF;
	-moz-border-radius: 8px; /* FFox - TopLft, TR, BR, BL*/
	-webkit-border-radius: 8px; /*safari*/
	border-radius: 8px; /* TR, BR, BL, TL */
	border: 1px solid #a6b5c2;
}

#header {
	background: url(css_images/header_back.png) no-repeat;

		-moz-border-radius: 8px 8px 0 0;
		-webkit-border-radius: 8px 8px 0 0;

	}
	
#logon p{
	float: right;
	margin: 0 5px 0 0;
	color: #d2d2d2;
	
}	
#breadcrumbs {
	border-bottom: 1px dotted #babffd;

}
#footer {
background: url(css_images/footer_back.jpg) no-repeat;
		-moz-border-radius: 0 0 8px 8px;
		-webkit-border-radius: 0 0 8px 8px;
		border-radius: 0 0 8px 8px; 
}

#promo-content {
background: url(css_images/promo_back.jpg);
color: #FFF;
}

#promo-content2 {
background: url(css_images/promo_back2.jpg);
color: #FFF;


}

#promo-content2 a, a:link:visited:active:hover {
	color: #516c84;
}

/* @end */

/* @group Homepage styles */
#mainpromo{
	padding-top:20px;
}

#mainpromo h2{
	line-height: 1.2em;
}
/* @end */

/* @group Link styles */

a, a:link:visited {
	text-decoration: none;
	color: #9974f5;
	}
a:hover {
	color: #556ca6;
	}
a:active {
	color: #1d00f5;
	
}
#footer a{
	text-decoration: none;
	color: #FFF;
	font-size: 1.3em;
	margin-left: 5px;
}
#footer a:hover {
	color: #fcc586;
	font-size: 1.3em;
	
}
#footer a:active {
	color: #FFF;
	font-size: 1.3em;
	
}

/* @end */

/* @group search box */

.search_box{ /*outer background*/
height: 70px;
padding:0;
width: 225px;
}

input.search-field{ /*input field */
float: left;
border:0;
margin:0;
font-family:tahoma;
font-size: 12px;
padding: 15px 0px 0px 15px;
height:30px;
width: 130px;
background:url(css_images/Search_field.png) no-repeat top left;
}

input.search-go { /*search icon */
float:left;
border:0;
margin:0;
padding:0;
height: 64px;
width: 65px;
background: url(css_images/glass.png) no-repeat top left;
cursor: pointer;
}

input.search-go:hover{ /*search icon hover “Does Not work in ie6″ */
background:url(css_images/glass.png) no-repeat bottom left;
}

/* @end */

/* @group nav */

#topnavlist ul {
	float: left;
	list-style: none;
}

#topnavlist li {
	position: relative;
	float: left;
	margin: 5px 10px 5px 0;
	padding: 5px;
	list-style: none;
	font-size: 1.8em;
}

#topnavlist li > a {
	color:#FFF!important;
}
#topnavlist li > a:link {
	color:#FFF!important;
}
#topnavlist li > a:hover{
	color: #5a7ea2 !important;
}


#nav {
background: url(css_images/nav_back.png) no-repeat;
}



/* @end */

label {
	float: left;
	clear: left;
}

div#sidebarleft ul{list-style: none !important;margin-left:0;}
/* slideshow */

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:114px;
width:205px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.paddingbox {
	padding: 1.5em 10px;
	margin-bottom: 1.5em;
}

/*buttons*/

.button, .button:visited {
	background: #222 url(src/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #FFF;
	letter-spacing:.2em;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.button:hover {
	background-color: #111;
	color: #fff;
}

.button:active {
	top: 1px;
}

.small.button, .small.button:visited {
	font-size: .8em;
	padding: ;
}

.button, .button:visited,
.medium.button, .medium.button:visited {
	font-size: 1.1em;
	font-weight: 900;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.large.button, .large.button:visited {
	font-size:1.4em;
	font-weight: 900;
	padding: 8px 14px 9px;
}

.green.button, .green.button:visited {
	background-color: #91bd09;
}
.green.button:hover {
	background-color: #749a02;
}

.orange.button, .orange.button:visited {
	background-color: #f78219;
}
.orange.button:hover {
	background-color: #cb6b15;
}
.contactus {
	
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border: 1px solid #CCC;
	}

.bio img{
	float: left;
	margin: 0px 20px 20px 0px;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.thumbbox{
	margin:5px 0 10px 5px;
	width: 940px;
	float: left;
	clear: left;
	border-bottom: 1px solid silver;
	
}
.thumbbox > h3{
	white-space: nowrap;
	margin-bottom: 10px;
}
.thumbbox > p{
	width: 750px;
}
.thumb{
	float: left;
	margin: 3px 5px 0 3px;
}
.thumbdesc{
	float: left;
}