html {
	background: #c8e9ff url(../images/html-background.png);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}
body {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
	background: transparent url(../images/flower.png) no-repeat scroll right 520px;
}
h1 {
	font-size: 200%;
	font-weight: normal;
	color: #0099FF;
}
h2 {
	font-size: 15px;
	font-weight: normal;
	color: #FF9900;
	border-bottom:3px solid #cdcdcd;
	margin-bottom:8px;
	padding-bottom: 3px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	border-bottom: 3px solid #cdcdcd;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
h6 {
	font-size: 20px;
	font-weight: normal;
	color: #0099FF;
}




/*

	Page Header

*/
#hd {
}
#wrapTop {
	background: #fff url(../images/main-bg-shadow.png) top left repeat-y;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0px;
	margin-bottom: 0px;
	height: 83px;
}
#topFrame {
	background: #fff url(../images/headerBKG.jpg);
	margin-left: 0px;
	margin-right: 0px;
	height: 83px;
	background-color: #FFFFFF;
}
#menuHolder {
	background: #000 url(../images/menu-background.png) repeat-x;
	width: 980px;
	height: 30px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
#ajaxmenu ul li.category {
	background: #000 url(../images/menu-background.png) repeat-x;
}
#ajaxmenu ul li.category a {
	color: #fff;
}
#ajaxmenu ul li.category.active, #ajaxmenu ul li.category.hover {
	background-image: none;
	background-color: #000;
}
#logo {
	background-image:url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 472px;
	float: left;
	padding: 0 0 0 0;
	height: 83px;
	margin: 0 0 0 0px;
}
#tagline {
	width: 180px;
	float: right;
	padding: 0 10px 0 30px;
	background-image:  url(../images/tagline.jpg);
	background-color:#ffffff;
	background-repeat: no-repeat;
	background-position: top left;
	height: 83px;
}
#imageHolder{
	margin: 0 auto;
	height: 210px;
	padding: 0 0 0 0;
}


/*

	Main body styles

*/

#doc4 {
}
#bd {
	background: transparent url(../images/main-bg-shadow.png) repeat-y;
}
#bd #yui-main .yui-b {
	margin-left: 3em;
}
#content p {
	font-size: 105%;
	margin-bottom: 0.6em;
}

#breadcrumbs {
	font-size:11px;
	position: absolute;
	top: -40px;
	z-index: 1;
	width: 40%;
}
#breadcrumbs a {
	color: #0198ff;
}
.tab-header {
	display: block;
	height: 35px;
	background: transparent url(../images/tab-background.png) no-repeat;
}
/*

	Procedure Page Styles

*/
#bd h1 {
	margin-top: 0.5em;
	padding: 0 0 20px 0;
}
#bd div#content {
	position: relative;
}

/*

	Right column styles

*/
.right_col_contact {
	background: #fff url(../images/contact-form-background.png) no-repeat;
	padding: 15px 0 0 20px;
	width: 200px;
}
/*

	Footer Styles

*/
#ft {
	text-align: center;
	background: transparent url(../images/footer-shadow.png) no-repeat;
	padding-top: 3em;
}
#ft ul {
	margin: 0 auto;
}
#ft ul li {
	display: inline;
	padding: 0 1em 0 1em;
	margin: 0 auto;
}
#ft ul li a {
	text-decoration: none;
	color: #5f5f5f;
}
#ft ul li a:hover {
	text-decoration: underline;
}

/*

	Forms styles

*/
.feedback_form {
	width: 200px;
}
.feedback_form select, .feedback_form textarea, .feedback_form p {
	width: 90%;
}

#ajaxSearch_form {
	position: absolute;
	top: -29px;
	padding: 0 0 0 1em;
}
#ajaxSearch_form, #ajaxSearch_form fieldset {
	width: 250px;
}
#ajaxSearch_input, #ajaxSearch_submit {
	display: inline;
}

/*

	Gallery Styles

*/
div.jdGallery .slideElement {
	background-color: #fff;
}
