html
{
	background-position: center top;
	background-attachment: scroll;
	background-image: url(images/background.jpg);	
	background-repeat: no-repeat;
	background-color: #000000;
}

body
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
	color: #2D2B30;
	line-height: 20px;
}

table
{
	text-align: left;
}

h1
{
	font-size: 16px;
	color: #56A5CF;		
}

h2
{
	font-size: 14px;
	color: #56A5CF;		
}

h3
{
	font-size: 12px;
	color: #56A5CF;		
}

h4
{
	font-size: 11px;
	color: #56A5CF;		
}

hr
{
	color: #E6EBEB;
	height: 1px;	
}

a img
{
	border: none;
}

div#websiteContainer
{
	position: relative;
	width: 980px;
	margin: auto;
}

div#pageContainer
{
	position: relative;
}

div#header
{
	position: relative;
	height: 75px;
}

div#header a img
{
	border: 0px;
	margin-top: 18px;
}

div#header a:visited img
{
	border: 0px;	
}

/* <menu> */
div#mainMenu
{
	position: relative;
	height: 230px;
}

div#mainMenu_Menu
{
	float: left;
	
	width: 220px;
	height: 190px;
	padding: 20px 0px 20px 20px;
	
	background-image: url(images/MainMenu_MenuBackground.png);	
	background-repeat: no-repeat;
	background-position: left center;
}

div#mainMenu
{
	margin-bottom: 20px;	
}

div#mainMenu_Menu ul
{
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#mainMenu_Menu ul a
{
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
	font-size: 16px;
	text-decoration: none;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: bold;
}

div#mainMenu_Menu li
{
	height: 25px;
}

div#mainMenu_Menu li ul
{
	position: relative;
	left: 220px;
	bottom: 24px;
	display: none;
}

div#mainMenu_Menu li ul li
{
	background-image: url(images/MainMenu_SubItem_Background.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 23px;
	padding-left: 10px;
}

div#mainMenu_Menu li ul a
{
	line-height: 22px;
	font-size: 12px;
	color: #0087CC;
}

li.mainitem:hover
{
	background-image: url(images/MainMenu_Item_Hover.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div#mainMenu_Banner
{
	float: left;
	width: 740px;
	height: 230px;
	
	background-image: url(images/MainMenu_BannerBackground.png);	
	background-repeat: no-repeat;
	background-position: left center;
}

div#content div#subMenu ul a
{
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	text-decoration: none;
	line-height: 28px;
	color: #56A5CF;
	font-weight: bold;
}

div#content div#subMenu ul
{
    list-style: none;
    margin: 10px 0 0 10px;
}

div#content div#subMenu ul li
{
   background: url('images/submenu-icon.png') no-repeat 0 50%;
   padding-left: 20px;
}

/* </menu> */

div#template
{
	position: relative;
}

div#navigation
{
	width: 980px;
	height: 227px;
	
	background-image: url(images/navigation_background.png);	
	background-repeat: no-repeat;
	background-position: left center;
}

div#content_top
{	
	position: relative;
	height: 50px;
	
	padding-left: 20px;
	padding-right: 20px;
	
	background-image: url(images/Content_Background_Top.png);	
	background-repeat: no-repeat;
	background-position: left top;	
}

div#content_top h1
{
	margin: 0px;
	padding-top: 20px;
	_padding-top: 10px;
}

div#content
{
	position: relative;
	padding: 20px;
	background-color: #FFFFFF;
	list-style-image: url(images/BlueCircleBullet.gif);
}

div#content ul
{
	margin: 0px;
	padding: 0px;
	margin-left: 17px;
}

div#content_left
{
	position: relative;
	float: left;
	background-color: #FFFFFF;
}

div#content_right
{
	position: relative;
	float: right;
	background-color: #FFFFFF;
	width: 700px;
	_width: 680px;
}

div#content_bottom
{	
	position: relative;
	height: 15px;
	
	background-image: url(images/Content_Background_Bottom.png);	
	background-repeat: no-repeat;
	background-position: left bottom;	
}

/** <Vacancies> **/

div#vacancies_Left
{
	position: relative;
	float: left;
	width: 300px;
}

div#vacancies_Right
{
	position: relative;
	float: right;
	width: 300px;
}

/** </Vacancies> **/

/** <Footer> **/

div#footer
{
	float: right;
	color: #BBBBBB;
	line-height: 28px;
	
	font-size: 10px;
}

div#footer a
{
	text-decoration: none;
	color: #BBBBBB;
}


.footerSeperator
{
	color: #1984BE;
	margin-left: 10px;
	margin-right: 10px;
}

/** </Footer> **/

div.navigation_item
{
	float: left;
	width: 200px;
	padding: 20px;
}

.readMoreLink
{
	position: absolute;
	
	top: 175px;
	
	padding: 10px 0px 10px 30px;
	
	background-image: url(images/ReadMoreBullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.readMoreLink a
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #1984BE;
}
