/*
***********************************************************
Title:     Content
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
/* Typography////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: #E8F8F8 url(../images/bg.jpg) repeat-x top;
	color: #000;
	font-size: 76%; 
	font-family: Arial, Helvetica, sans-serif; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; color:#3A519A; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1.3em;
	font-size: 1.1em;
	color:  #000;
}

#center ol, #center ul {
		margin:0em 0em 0.5em 3em;
	padding-left: 1.3em;
	font-size: 1.2em;
}

#center ol{
	list-style: decimal;

}

#center ul {
	list-style: disc;

}

hr {
	clear: both;
	background: #596975;
	color: #596975;
	border: 0;
	height: 1px;
}

a {
	color: #3A519A;
	text-decoration: underline;
}

a:hover {
	color: #7DB14D;
}

/* Design /////////////////////////////////////////////////////////////////////////////////*/

#logo span, #slogan span {
	display: none;
}

#header a {
text-decoration: none;
}

#logo {
	background: url(../images/logo.gif) no-repeat left top;
	height: 95px;
	width: 182px;
	left: 10px;
	top: 14px;
	position: absolute;
}

#logo a {
	display: block;
	height: 95px;
	width: 182px;
	cursor: pointer;
}

#slogan {
	left: 324px;
	top: 68px;
	position: absolute;
}

#slogan h2 {
	color: #3A519A;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#toolbar {
	top: 72px;
	right: 13px;
	position: absolute;
        height: 20px;
	width: 180px;
}

#dynamic {
	width: 60px;
	left: 44px;
	position: absolute;
}

#dynamic #fontsizehead {
	display: none;
}

#dynamic p.navitems {
	margin: 0;
}

#page-title h1 {
	background: #7CC142;
	color: #FFF;
	padding: 8px;
	width: 184px;
	font-size:18px;
	min-height:42px;
	_height: 42px;
}

#info .news-list-item a {
	background:transparent url(../images/bullit-blue.gif) no-repeat scroll left 4px;
	color:#3A519A;
	font-size:0.8em;
	display:block;
	margin-top:5px;	
	padding-left:16px;
	text-decoration:none;
}

#info .news-list-item a:hover{
	color: #7CC142;
} 

#topjob{
	background:#F1F3F8 none repeat scroll 0% 50%;
	display:inline;
	float:left;
	min-height:155px;
	margin:20px 0px 0px 10px;
	position:relative;
	width:200px;
}

#topjob h2{
	background:#3A519A none repeat scroll 0% 50%;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	height: 13px;
	padding:13px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

#topjob .news-list-item a {
	background:transparent url(../images/bullit-blue.gif) no-repeat scroll left 4px;
	color:#3A519A;
	font-size:0.8em;
	display:block;
	margin-top:5px;
	margin-left:5px;	
	padding-left:16px;
	text-decoration:none;
	font-weight :normal;
}

#topjob h3{
	padding:0px;
}

#topjob .news-list-item a:hover{
	color: #7CC142;
} 
	
#service{
	font-size: 11px;
	height: 20px;
	width:200px;
	top: 168px;
	right: 188px;
	position: absolute;
}

#service img {
	margin:5px 1px -3px 10px;
	padding:0px 5px 0px 0px;
}
#service a{
        color:#000000;
	display:inline;
	float:left;
	text-decoration:none;
}

#service a:hover { color: #7DB14D; }

#footer-content {
	margin-left: 30px;
	margin-top: 27px;
}

#footer-content dt, #footer-content dd {
	display: inline;
	color: #007C3D;
}
#footer-content dd {
	border-left: 1px solid #007C3D;
	padding-left: 0.6em;
}

