﻿html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,em,font,img,strong,ol,ul,li,fieldset,form,label,legend{border:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0} /* Simple Reset */

body {
	background:#fff;
	font-family:Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
	margin:0;
	padding:0;
	font-size:62.5%;
}

html, body {
	height:100%;
}

#wrapper {
	width:1000px;
	min-height:100%;
	margin:0 auto;
	padding:10px 0 0 0;
}

#header {
	width:980px;
	height:90px;
	margin:0;
	padding:10px 20px 0 20px;
}
	#header ul#language-selection {
		list-style-type:none;
		margin:0 220px 0 0;
		padding:0;
	}
		#header ul#language-selection li {
			display:block;
			font-size:1.2em;
			margin:0 10px 0 0;
		}		
			#header ul#language-selection li a {
				color:#7f9cb7;
				text-decoration:none;
			}
			#header ul#language-selection li a.current {
				font-weight:bold;
				padding-left:10px;
				margin-left:-10px;
				background:url(../images/language-selection-arrow.jpg) left center no-repeat;
			}
			
#nav { width:100%; padding-left:5px }


#content {
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	clear:both;
}
	
	#content #left-column {
		width:525px;
		height:auto;
		float:left;
		margin:0;
		padding:0 10px;
	}
	
	#content #right-column {
		width: 375px;
		height:auto;
		float:right;
		margin:0;
		padding:0 10px;
		border-left:1px solid #ccc;
	}
		#right-column ul {
			margin-left:20px;
			font-size:1.3em;
			list-style-type:square;
		}
		
#footer {
	border-top:1px solid #ccc;
	clear:both;
	color:#555;
	float: left;
	font-size: .9em;
	height: auto;
	margin: 10px 0;
	padding: 5px 0 0;
	text-align:center;
	width:100%;
}

#silverlightControlHost { height: 70%; }
	
p { font-size:1.4em; line-height:1.6em; }
	p.copyright { font-size:1em; color:#777; margin-top:-5px; }
	
a {
	color:#034380;
	text-decoration:underline;
	}
		a:hover {
			color:#000;
		}

h2 {
	font-weight:bold;
	color:#00427c;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
}

h3 {
	font-weight:bold;
	color:#00427c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
}

	
img.left {
	float:left;
	margin:10px;
	padding:0;
	border:2px solid #ccc;
}
img.right {
	float:right;
	margin:5px;
	margin-right:-10px;
	padding:0;
	border:2px solid #ccc;
}
	.right-noborder { border:none; float:right; }
	.left-noborder  { border:none; float:left; }
		.clear { clear:both; }

	
	.headline-right {
		border:none;
		float:right;
		margin-right:50px;
		margin-top:-10px;
	}


#content ul, #content ol {
	font-size:1.4em;
	margin-left:25px;
}
	#content ul li, #content ol li {
		margin-bottom:5px;
	}
		#content ul ul { font-size: 1em; }
		
#content ol { line-height:1.5em; }

		
table { font-size:1.4em; }

/*==========
AJAX SEARCH
==========*/

#header #search {
		width:auto;
		height:28px;
		float:right;
		margin:-20px 65px 0 0;
	}
		#header #search img { margin-left: -20px; }
		
	 input.searchbox {
	    border:0;
	    width: 220px;
	    height:28px;
	    padding-left:15px; 
	    background:url(../images/search-bg.png) center left no-repeat;
	    outline:0;
	}
	input.submit-search {
		background:url(../images/submit-search.png) center left no-repeat;
		border:0;
		width:22px;
		height:21px;
		margin:5px 0 0 -20px;
		float:left;
		outline:0;
	}

#ajaxSearch_form {
            color: #444;
            width: auto;
        }
        #ajaxSearch_input {
            width: 170px;
            display: inline;
            height: 28px;
            border: 0;
            padding-left:15px;
			padding-right:10px;
            background: #fff url(../images/search-bg.png) center left no-repeat;
            outline:0;
        }
        #ajaxSearch_submit {
            background:url(../images/submit-search.png) center left no-repeat;
            border:0;
		    width:22px;
			height:21px;
			margin:-25px 0 0 -25px;
			float:left;
			outline:0;
			text-indent:-9999em;
        }
        #ajaxSearch_output {
            border: 1px solid #444;
            padding: 10px;
            background: #fff;
            display: block;
            height: auto;
            vertical-align: top;
        }
.AS_ajax_resultsIntroFailure, a.ajaxSearch_resultLink {
	font-size:1.4em;
 }
.ajaxSearch_highlight {
	background:#BAD7E9;
 }

 span.ajaxSearch_paging {
	border-top:1px solid #CCCCCC;
	font-size:1.4em;
	margin:500px;
	padding-top:10px;
 }
 
.ajaxSearch_result {
	border-top:1px solid #ccc;
	padding:15px 0;
} 
 
table { border-collapse: collapse; }
table thead {
	background:#eee;
	vertical-align:bottom;
}
table td {
	border:1px solid #d5d5d5;
	padding:5px;
}

td p {
	font-size:1em;
}

label { font-size: 1.2em; display:block; width:170px; }
label span, p em span { color:red; }
