﻿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:530px;
		height:auto;
		float:left;
		margin:0;
		padding:0 10px;
	}
	/* Not Being Used
	#content #middle-column {
		width: 240px;
		height:auto;
		float:left;
		margin:0;
		padding:0 10px;
		border:1px solid #ccc;
		border-top-width:0;
		border-bottom-width:0;
	} */
	
	#content #right-column {
		border-left:1px solid #CCCCCC;
		float:left;
		height:auto;
		margin:0 0 0 16px;
		padding:0 10px;
		width:410px;
	}
		#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%;
}

#technology-highlight {
	background:#efefef;
	font-size:0.9em;
	padding:10px;
}
#technology-highlight2{
	background:#eaeaea;
	font-size:0.9em;
	padding:10px;
}


	
p { font-size:1.6em; line-height:1.4em; }
	p.copyright { font-size:1em; color:#777; margin-top:-5px; }

	
a {
	color:#034380;
	text-decoration:underline;
	}
		a:hover {
			color:#000;
		}
		
		a.lightbox img {
			border:2px solid #41627e;
		}
		a.lightbox img:hover {
			border:2px solid #052f53 !important;
			padding:0;
		}

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;
}
	h3.highlight-title {
		background:#58A1D4;
		color:#FFFFFF;
		font-family:Arial,Helvetica,sans-serif;
		font-size:1.5em;
		font-weight:bold;
		padding:5px;
	}

h3 img {
	vertical-align:middle;
	margin-left:5px;
}

h4 {
	font-size:1.7em;
	color:#00427c;
	margin-bottom:10px;
}

	
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; margin-right:5px; }
	.clear { clear:both; }

#content ul {
	font-size:1.4em;
	margin-left:25px;
}
	#content ul li {
		margin-bottom:5px;
	}
	
#content ol { line-height:1.5em; }
table { font-size:1.4em; }

/*==========
AJAX SEARCH
==========*/

#header #search {
		width:auto;
		height:28px;
		float:right;
		margin:-20px 40px 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;
 }

.fadein { position:relative; height:325px; width:1000px; }
.fadein img { position:absolute; left:0; top:0; }

table#training {
  width:100%;
  font-size:1.2em;
  margin-top:20px;
  margin-bottom:20px;
  border: 1px solid #D5D5D5;
}

table#training td.name {
  font-size:1em;
}

table#training td.header {
  background-color:#ddd;
}

table#training td {
  border-style:solid;
  border-width:1px;
  border-color:#D5D5D5;
  padding:3px;
}

label { font-size: 1.2em; }
label span, p em span { color:red; }
