@charset "utf-8";
/* 
	********* Global *********
*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #e5e5df;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
}

a img, area img{
	border: none;
}


/* 
	********* Layout *********
*/

#page {
    width: 900px;
    margin: auto;
    padding-top: 50px;
}

#header{
	background-repeat: no-repeat;
	background-image: url(../images/headerBackground.gif);
	height: 75px;	
}

#footer{
	margin-top: 20px;
	height: 100px;
	padding-top: 20px;
	padding-left: 20px;	
}

#mainNav {
	background-repeat: no-repeat;
	background-image: url(../images/navBarBackground.gif);
	height: 40px;
	margin-top: -1px;
}

#mainContent {
	color: #385373;
	float: left;
	padding-bottom: 20px;
}

.wideContent {
	width: 580px;
}

.narrowContent{
	width: 440px;
}

#sidebar {
	padding-bottom: 20px;
}

.wideSidebar {
	width: 440px;
    margin-left: 20px;
}

.narrowSidebar{
	width: 300px;
    margin-left: 20px;
}

#wrapper {
}


/* 
	********* Header Styles *********
*/

#logo{
	margin-left: 30px;
	margin-top: 20px;
	width: 365px;
	height: 50px;
}

#slogan{
		margin-left: 75px;
		margin-top: 35px;
}

#flagImageWrapper{
	padding-top: 10px;
	padding-right: 10px;
}


/* 
	********* Footer Styles *********
*/

#footer{
	font-family: Georgia, "Times New Roman", Times, serif;
 	background-repeat: no-repeat;
	background-image: url(../images/footer.gif);
	color: #ffffff;
}

#footer h3 {
	font-size: 22px;
	margin-left: 20px;
	color: #ffffff;
}

#footer ul {
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type:none;
}

#footer ul li{
	display: inline;
	padding-left: 5px;
}

#footer ul li:hover{

}

#footer ul li a{
	color: #eeca0f;
	text-decoration: none;
}
#footer ul li a:hover{
	text-decoration: none;
	color: #fff;
}
#miniFooter{
	font-size: 65%;
	text-align: center;
	color: #999999;
}

#miniFooter ul {
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type:none;
	
}
#miniFooter ul li{
	display: inline;
	padding-left: 5px;
}
#miniFooter a, a:visited{
	color: #7e7e7e;
	text-decoration: none;
}
#miniFooter a:hover{
	color: #333;
	text-decoration: none;
}


/* 
	********* Main Content Styles *********
*/

#mainContent {
    min-height: 260px;
    
}

#mainContent a, a:visited{
	text-decoration: none;
	color: #0c52e2;
	
}


#mainContent a:hover{
	text-decoration: none;
	color: orange;
	
}


#container {
	margin-top: 20px;
	margin-left: 2px;
	background-color: #ffffff;
}

#containerTop{
	background-repeat: no-repeat;
	background-image: url(../images/containerTop.gif);
	padding-top: 22px;
}

#containerMiddle{
	padding: 30px;
	padding-top: 10px;
	color: #000000;
	font-size: 12px;
 	line-height: 16px;
}

#containerMiddle p{
	margin-bottom: 15px;
}

#containerMiddle h1, h2, h3{
	font-family: Georgia, Times, serif;
	margin-bottom: 10px;
}

#containerMiddle a h2, h3{
	color: #000000;
}

#containerMiddle h1{
	margin-left: -5px;
	font-size: 18px;
	color: #787878;
	padding-bottom: 20px;
	padding-top: 10px;
}

#containerMiddle h2{
	font: 16px "Arial,Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#containerMiddle h3{
	font-size: 14px;
	margin-top: 10px;
}

#containerMiddle img { 
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

#containerMiddle ul {
	padding-left: 30px;
	margin-bottom: 5px;
}

#containerMiddle ul li {
}

#containerMiddle blockquote {
	margin-bottom: 5px;
}

table{
	text-align: left;
	font-size: 12px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#containerBottom{
	background-repeat: no-repeat;
	background-image: url(../images/containerBottom.gif);
	padding-top: 23px;
}

.menu-list{
	margin-left: 20px;
	margin-bottom: 10px;
}

/* 
	********* Sidebar Styles *********
*/

#sidebarContainer{
	font-size: 90%;
	
	
	min-height: 200px;
	background-color: #ffffff;
	margin-top: -5px;
	text-align: center;
	
}

#sidebarContainer p{
	margin-bottom: 10px;
}

#sidebarContainer p.left-align{
	text-align: left;
	margin-left: 10px;
}

/*margin-left 20 */
#sidebarContainer p.mar20{
	margin-left: 20px;
}

#sidebarContainerWrap{
	margin: auto;
	width: 200px;
	
	padding-bottom: 80px;
}

#sidebarContainerWrap a {
	text-decoration: none;
}

#sidebarContainerWrap li{
	list-style: none;
}

#sidebarContainerWrap h2{
	padding-top: 50px;
	font-family: "Helvetica", Arial, Sans-serif;
}

#sidebarContainer h2 {
		font-size: 18px;
	color: #787878;

}

#sidebarBottom{
	background-repeat: no-repeat;
	background-image: url(../images/sideContainerBottom.gif);
	padding-top: 20px;
	margin-top: -20px;
}


/* 
	********* Navigation Styles *********
*/

#mainNav {
text-align: left;
line-height: 40px;
font-size: 12px;
}

#mainNav ul {
	list-style-type:none;
}

#mainNav ul li{
	display: inline;
	padding-left: 5px;
}

#mainNav a img{
	padding-top: 5px;
}

#mainNav a, a:visited {
	text-decoration: none;
}

#mainNav a:hover {
	color: #fed90f;
}

#mainNav img{
	line-height: 40px;
	vertical-align: middle;
}



/* 
	********* Utility Classes *********
*/
.clearboth {
	clear: both;
}
.center{
	text-align: center;
	margin: auto;
}

.wide {
	width: 860px
}

.narrow{
	width: 565px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignright{
    text-align: right;
}

.alignleft{
	text-align: left;
}
.valignMiddle{
	vertical-align: middle;
}

#ThisFacebox {
	margin:0;
	padding:0;
	display:none;
	width:790px;
	width:888px;
	height:304px;
	height:342px;
	background:url('../images/facebox_job.jpg') top left no-repeat transparent;
}

#ThisFaceboxContent {
	margin:0;
	padding:0;
	width:790px;
	width:888px;
	height:304px;
	height:342px;
	background:url('../images/facebox_job.jpg') top left no-repeat transparent;
}

#ThisFaceboxContent a {
	margin:0;
	padding:0;
	display:block;
	position:relative;
	width:185px;
	height:57px;
	top:262px;
	left:500px;
}

.bigNote {
	
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.liner {
	border: 1px solid #bbbab6;
	padding: 10px;
}
