@charset "utf-8";
/* CSS Document */

html{
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

body{
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
	color:#666;
	width:100%;
	height:100%;
}

body.mceContentBody{
	text-align:left;
	width:auto;
	height:auto;
	padding:10px;
	font-size:1.1em;
	font-family:inherit;
}

body a img{
	border-style:none;
}

body .hidden{
	display:none !important;
}

body .left{
	float:left;
}

body .right{
	float:right;
}

body ul.nolist{
	list-style:none;
	margin:0;
	padding:0;
}

#addthis_button{
	display:none;
}

body #atffc{
	display:none;
}

body #previewmode{
	display:inline-block;
	position:fixed;
	z-index:10000;
	bottom:15px;
	background-color:#333;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:0.7em;
	border-style:solid;
	border-color:#AAA;
	border-width:1px 1px 1px 0px;
	opacity:0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";	
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    -webkit-border-top-right-radius:10px; 
    -moz-border-radius-topright:10px;
    -webkit-border-bottom-right-radius:10px; 
    -moz-border-radius-bottomright:10px;
	cursor:default;
}

body #previewmode:hover{
	opacity:0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

body #previewmode span{
}

#wrapper{ 
	width:100%;  /* this will create a container 100% of the browser width */
	min-height:100%;
	background-image:url(../images/bg_2010.jpg);
	background-repeat:repeat-x;
	background-color:#F3F3F3;
} 

#floral{
	position:fixed;
	left:0;
	bottom:0;
	z-index:0;
}

#container{ 
	position:relative;
	z-index:1;
	width:960px;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left; /* this overrides the text-align: center on the body element. */
	padding:15px;
} 

#header{
}

#logobar{
	background-image:url(../images/bg_topbar.jpg);
	background-repeat:no-repeat;
	padding:20px;
	overflow:auto;
}

#logobar img{
	float:right;
	height:6em;
}

#searchbar{
	background-image:url(../images/bg_searchbar.jpg);
	background-repeat:repeat-y;
	padding:0.5em 0px;
	overflow:hidden;
	line-height:2em;
}

#searchbar a{
	color:#444;
	text-decoration:none;
}

#searchbar a:focus{
	color:#000;
	text-decoration:underline;
}

#searchbar a:hover{
	color:#000;
	text-decoration:underline;
}

#leftsearchbar{
	width:25%;
	float:left;
}

#leftsearchbar form{
	margin:0;
	padding:0px 10px;
}

#leftsearchbar label{
	font-size:1.2em;
}

#leftsearchbar input.searchelement{
	padding:0;
	margin:0;
	border-width:0;
	margin-top:0.3em;
	height:1.4em;
	line-height:1.4em;
	font-size:1em;
}

#leftsearchbar input.searchfield{
	width:120px;
}

#leftsearchbar input.submit{
	margin-left:10px;
	color:#666;
	padding:0 0.5em;
	background-color:#DDD;
	border:1px solid #CCC;
	height:15px;
	text-align:center;
	overflow:hidden;
	line-height:11px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
/*	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
*/
}

#leftsearchbar input.submit:hover{
	background-color:#CCC;
}

#rightsearchbar{
	width:75%;
	float:right;
	font-size:1.2em;
}

#breadcrumbs{
	margin-left:10px;
	width:590px;
	float:left;
}

#personalaccount{
	float:right;
	margin-right:10px;
}

#personalaccount li{
	float:left;
	margin-left:0.5em;
}

#personalaccount li:first-child{
	margin-left:0;
}

#main{
	overflow: hidden;
}

#leftbar {
	float:left;
	width:25%;
	background-image:url(../images/bg_menu.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#leftbar ul.primary{
	list-style:none;
	margin:0;
	padding:10px;
}

#leftbar ul.primary li:first-child a {
	border-top:1px solid #E6E7E8;
}

#leftbar ul.primary li.primary a{
	text-decoration:none;
	font-weight:bold;
	line-height:1.5em;
	color:#666;
	display:block;
	border-bottom:1px solid #E6E7E8;
	padding-top:0.7em;
	padding-bottom:0.6em;
}

#leftbar ul.primary li.primary a span{
	font-size:1.2em;
}

#leftbar ul.secondary {
	width:100%;
	display:none;
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #E6E7E8;
}

#leftbar ul.secondary li.secondary a{
	text-decoration:none;
	font-weight:bold;
	color:#666;
	display:block; 
	padding-top:0.3em;
	padding-bottom:0.3em;
	padding-left:10px;
	border:none;
}

#leftbar ul.secondary li.secondary a span{
	font-size:1.1em;
}

#leftbar ul.secondary li.secondary a:hover{
	background-color:#E6E6E6;	
}

#leftbar li.primary ul.activeprimary{
	display:block;
}

#leftbar ul.secondary li.secondary a.activesecondary{
	background-color:#DDD;
}

#rightbar{
	float:right;
	width:75%;
}

#content{
	background-image:url(../images/bg_content.jpg);
	background-repeat:repeat-y;
	padding:10px;
	min-height:600px;
}

.content{
	font-size:1em;
}

.content img{
	max-width:100%;
/*	display:block;	*/
}

.content div{
	border-width:0px;
}

.content p{
	font-size:1em;
	margin-top:0em;
	margin-bottom:0.5em;
}

.content h1{
	font-size:1.75em;
	color:#000;
	margin-top:0.286em;
	margin-bottom:0.286em;		/* 0.286 of 1.75 = 0.5 of original */
	font-weight:normal;
}

.content h2{
	font-size:1.5em;
	color:#000;
	margin-top:0.334em;
	margin-bottom:0.334em;		/* 0.334 of 1.5 = 0.5 of original */
	text-decoration:none;
	font-weight:normal;
}

.content h3{
	font-size:1.3em;
	color:#000;
	margin-top:0.385em;
	margin-bottom:0.385em;		/* 0.385 of 1.3 = 0.5 of original */
	font-weight:normal;
}

.content h4{
	font-size:1.1em;
	font-weight:normal;
	color:#000;
	margin-top:0.456em;
	margin-bottom:0.456em;		/* 0.456 of 1.1 = 0.5 of original */
}

.content h5{
	font-size:0.83em;
	color:#000;
	margin-top:0.6em;
	margin-bottom:0.6em;		/* 0.6 of 0.83 = 0.5 of original */
}

.content h6{
	font-size:0.67em;
	color:#000;
	margin-top:0.75em;
	margin-bottom:0.75em;		/* 0.75 of 0.67 = 0.5 of original */
}

.content a{
/*	font-family:"Times New Roman", Times, serif;
*/	
	color:#444;
	border-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:#AAA;
	text-decoration:none;
}

.content a:focus, .content a:hover{
	color:#000;
	border-bottom-style:solid;
	border-bottom-color:#000;
}

.content ul{ 
	margin:0.5em 0em 0.5em 0em;
	padding:0em 0em 0em 25px;
}

.content table{
	width:100%;
	margin-bottom:0.5em;
}

.content .error{
	color:#F00;
	font-weight:bold;
}

#content .flashreplace img.crossrefimage, #content .flashreplace p.flashdescription{
	display:none;
}

#content div.clearfloat{
	height:1px;
	clear:both;
}

#footer{
	clear:both;
	font-size:1em;
	line-height:3em;
	overflow:auto;
}

#footer li{
	float:left;
	display:inline-block;
	margin-left:0.5em;
	margin-right:0.5em;
}

#footer li a{
	text-decoration:none;
	color:#444;
}

#footer li a span:focus{
	color:#000;
	text-decoration:underline;
}

#footer li a span:hover{
	color:#000;
	text-decoration:underline;
}

#footer ul li a img{
	max-height:2em;	
	vertical-align:middle;
}

#subfooter{
	clear:both;
}

#subfooter li{
	float:left;
	display:inline-block;
	margin:0 0.2em;
	color:#DDD;
}

#subfooter li a{
	color:#DDD;
	text-decoration:none;
}

#subfooter a:hover, #subfooter span:hover{
	color:#666;
}

#subfooter a:hover{
	text-decoration:underline;
}