/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

/*define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

html{
	font-size: 100%; /* :hack: make IE resize text nicely */
	background: #fff url(/images/bg_html.png) repeat-x top;
}

body{
	font: .75em/1.33 Arial,Helvetica,sans-serif;
	color:#666;
	margin: 0;
	padding: 0;
	background: url(/images/bg_body.png) repeat-x bottom;
}

/*headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5{
	color: #2a2a2a;
	margin:0 0 10px;
}

h1{
	font-size: 2.5em;
	padding: 0 0 4px;
	border-bottom: 1px solid #e8e8e8;
	margin: 0 0 15px;
}

h2{
	font-size: 1.25em;
}

h3{
	font-size: 1.17em;
	color: #747474;
}

h4{
	
}

h5{
	
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

p{
	margin:0 0 15px;
}

p.section {
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

p.intro {
	font-weight: bold;
	font-size: 1.33em;
	line-height: 1.2;
	color: #747474;
}

address {
	font-style:normal;
	margin:0 0 10px;
}

blockquote {
	font-size: 1.5em;
	font-style: italic;
	color: #d98411;
	padding: 25px 30px 10px;
	margin: 0 0 20px;
	border: solid #e8e8e8;
	border-width: 1px 0;
	text-align: center;
}

cite {
	font-size: .61em;
	font-style: normal;
	color: #999;
}

sub { line-height: 0; vertical-align: -1px; font-weight: normal; }

/*list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

ol {
	margin:0 0 10px;
	padding: 0 0 0 30px;
}

ul {
	margin:0 0 10px;
	padding: 0;
}

ul ul { padding-left: 15px; }

.col {
	width: 272px;
	float: left;
	margin-right: 20px;
}

li { margin: 0 0 5px; }
li h2, li h3 { margin: 5px 0; font-size: 1em; }
ul li { background: url(/images/bg_li.png) no-repeat 10px 0; padding-left: 20px; list-style: none; }
ul li li { background: url(/images/bg_li_li.png) no-repeat 0 3px; padding-left: 10px; }

/* table styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

table { border-bottom: 1px solid #F9A804; border-collapse: collapse; }
th, td { padding: 10px 15px; }
th { text-align: left; }
td { vertical-align: top; border-top: 1px solid #F9A804; }
td.title { width: 11.5em; font-weight: bold; color: #333; }

/*link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

a { color: #eb9e03; }

#header a, #footer a { text-decoration: none; }
#header a:focus, #header a:hover, #footer a:focus, #footer a:hover { text-decoration: underline; }

a img{ border: 0; }

.more a { padding-left: 15px; background: url(/images/bg_more_white.gif) no-repeat left; font-weight: bold; text-decoration: none; }
.more a:focus, .more a:hover { text-decoration: underline; }

.more_white a { padding-left: 15px; background: url(/images/bg_more.gif) no-repeat left; font-weight: bold; text-decoration: none; }
.more_white a:focus, .more a:hover { text-decoration: underline; }

.more_black a { padding-left: 15px; background: url(/images/bg_more.gif) no-repeat left; font-weight: bold; text-decoration: none; }
.more_black a:focus, .more a:hover { text-decoration: underline; }

.button { background: #eb9e03 url(/images/bg_button.png) no-repeat 0 0; font-weight: bold; float: left; margin: 0; zoom: 1; }
.button a { display: block; background: url(/images/bg_button.png) no-repeat 100% -22px; padding: 5px 12px 0; height: 17px; color: #fff; text-decoration: none; line-height: 1; float: left; }
.button a:focus, .button a:hover { text-decoration: underline; }

#skiplinks {
	margin: 0;
	list-style: none;
	position: absolute;
	width: 960px;
}
#skiplinks li { padding: 0; background: none; }

#skiplinks a {
	border: 1px solid #665;
	background: #fff;
	padding: 7px 5px;
	position: absolute;
	top: 10px;
	left: -9999px;
	font-size: 1.3em;
	font-weight: bold;
	z-index: 10;
}
#skiplinks a:focus, #skiplinks a:active {
	left: 20px;
	text-decoration: none;
	border-color: #666; /* IE requires a border-color change (!?) for this to work */
}

/*general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/
	
.right{
	float:right;
}

.left{
	float:left;
}

.thumb{
	margin: 0 0 20px;
}

.thumb.left{
	margin-right: 20px;
}

.thumb.right{
	margin-left: 20px;
}

.clear{
	clear:both;
}

.intro{
	font-weight:bold;
}

.flash {
	padding: 9px 15px 9px 30px;
	background: no-repeat 10px 10px;
	margin-bottom: 10px;
	color: #fff;
	position: relative;
}

.notice {
	background-color: #9c3;
	background-image: url(/images/icon_ok.png);
	font-weight: bold;
}
	
.error {
	background-color: #ff5d51;
	background-image: url(/images/icon_error.png);
}