@charset "UTF-8";
/* CSS Document */
/*	========================================================== 	
	Default CSS document for the Sheridan and Co
	corporate website.
	
	Project number: she1331
	Created: 04.07.07
========================================================	*/

/* common HTML tags */

html{
	height:100%;
}

body{
	background-color:white;
	font-size:8.5pt;
	padding:0px;
	margin:0px;
	border:0px;
	height:100%;
}

img{
	margin-bottom:10px;
}

h4{
	color:white;
	font-size:10pt;
}

/* page divs and container */

.main_container_div{
	width:100%;
	height: 100%;
	font-family:Verdana;
	font-size:8.5pt;
	float:left;
}

/* Vacancies Section */

.page_container{
	width:760px;
	float:left;
}

.page_header{
	width:760px;
	float:left;
	background:white;
	margin-left:20px;
}

.page_header img{
	padding-top:15px;
	padding-bottom:20px;
	float:left;
}

.vacancy_content_container{
	width:760px;
	background:black;
	float:left;
	padding-bottom:100px;
}

.page_content{
	width:760px;
	float:left;
	margin-left:20px;
}

.vacancy_title{
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	padding-top:22px;
	padding-left:25px;
	width:475px;
	float:left;
}

.vacancy_title p a{
	color:white;
	text-decoration:none;
}
.vacancy_title p a:active{
	color:white;
	text-decoration:none;
}
.vacancy_title p a:visited{
	color:white;
	text-decoration:none;
}
.vacancy_title p a:hover{
	color:white;
	text-decoration:underline;
}

.page_location{
	color:#00bce4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	padding-left:25px;
	width:475px;
	float:left;
	margin-top:13px;
}

.content_title{
	padding-top:13px;
	padding-left:25px;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;	
	float:left;
	width:475px;
}

.content_content{
	padding-top:6px;
	padding-left:25px;
	color:#a9a3a3;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	width:600px;
}

.vacancy_content{
	width:600px;
	float:left;
}

.white_header{
	width:100%;
	background:white;
	float:left;
}

.black_bottom{
	width:100%;
	background:black;
	float:left;
	padding-bottom:100px;
}


.flash_warning p {
	border:2px solid red;
	padding:20px;
	width:430px;
	margin-left:120px
}

.main_menu_container{
	float:left;
	margin-top:10px;
	margin-left:20px;
}

#flashcontent {
	width: 100%;
	height: 100%;
	float: left;
}
