/* 
	project: Internet Jobs Template
	author: Luka Cvrk (www.solucija.com)
	Stylesheet
*/


body {
	background: #ffffff url(header.gif) repeat-x top left;
	color: #333;
	margin: #000000;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}

a { 
	color: #3C6491;
	background-color: inherit;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
	
}
.hide {
    display:none
}
h1 {
	font-weight: normal;
	padding: 3px 0 0 0;
	margin: 0;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

h1 a {
	color: #FFF;
	background: inherit;
	text-decoration: none;
}

h1 a:hover {
	color: #FFFFFF;
	background: inherit;
	text-decoration: none;
}

h2 {
	margin: 8px 0 10px 10px;
	padding: 0;
	font-size: 1.25em;
	color: #CEB669;
	background-color: inherit;
	font-weight: bolder;
}

h2 a {
	color: #3C6491;
	text-decoration: none;
	background-color: inherit;
	background-image: url(h2bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	
	padding: 0 0 0 20px;
}

h2 a:hover {
	background: url(h2bghover.gif) no-repeat center left;
}

p {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	font-size: 0.75em;
	line-height: 1.5em;
	margin-right: 10px;
}

img {
	border: 0;
	float: none;
	margin-right: 0px;
	background: transparent;
	margin-left: 0px;
}

#header {
	clear: both;
	width: 750px;
	height: 100px;
	margin: 0 auto;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#logo {
	float: left;
	padding: 20px 0 0 0px;
	color: #333333;
	background: inherit;
	width: 600px;
}

.slogan {
	float: right;
	padding: 0 0 0 5px;
	font-size: 12px;
	border-left-style: solid;
	border-left-width: 1px;
	color: #FFF;
}

#hmenu {
	padding: 8px 0 5px 0;
	float: right;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

#hmenu a {
	padding: 12px 5px 5px 5px;
	text-decoration: none;
	color: #333333;
	background: #FFCC00 url(hmenuarrow.gif) no-repeat top center;
	margin: 0 0 4px 1px!important;
	margin:0 0 3px 1px;
	font-size: 10px;
	text-transform: uppercase;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#hmenu a:hover {
	background: #FFF url(hmenuarrowhover.gif) no-repeat top center;
	color: #333;
	margin: 0 0 3px 1px!important;
	margin:0 0 3px 1px;
	text-transform: uppercase;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.content {
	color: #000000;
	padding-top: 5px;
	background-color: #FFF;
}


#left {
	float: left;
	width: 220px;
	border-top-color: #CEB669;
	border-top-style: solid;
	border-top-width: 6px;
	font-size: 0.9em;
	background-color: #FFF;
}

#leftmenu {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#leftmenu a {
	display: block;
	background: #F0F0F0 url(leftmenu.gif) no-repeat center left;
	color: #333333;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
	font-size: 0.8em;
	text-transform: uppercase;
}

#leftmenu a:hover {
	color: #FFFFFF;
	background: #333 url(vmenuarrowhover.gif) no-repeat center left;
	text-transform: uppercase;
}

.leftarticle {
	background: #ffffff;
	color: #666666;
	margin: 2px 0 2px 0;
	padding: 8px;
	line-height: 1.4em;
}

.leftarticle_ad {
	font: 120% Arial, Sans-Serif;
	font-weight: bold;
	border: 5px solid #ffffff;
	color: #FFFFFF;
	margin: 2px 0 2px 0;
	width: 182px;
	background: #9DBDEE;
	padding: 17px;
	height: 17px;
}

.leftarticle_ad a {
	background: #9DBDEE;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: normal;
}
.leftarticle_ad a:hover {
	background: transparent;
	text-decoration: none;
	color: #000066;
	
}	
#right {
	float: right;
	width: 505px;
	padding: 0 5px 0 0;
	background-color: #FFFFFF;
	border-right-color: #CEB669;
	border-right-style: dotted;
	border-right-width: 1px;
	border-top-color: #CEB669;
	border-top-style: solid;
	border-top-width: 6px;
	border-left: dotted 1px #CFB52B;
}

#articles {
	width: 750px;
	padding: 10px 0 0 0;
	margin: 0 auto 0px auto;
}

#additional {
	clear: both;
	width: 730px;
	background-color: #FFFFFF;
	color: #666;
	margin: 0 auto;
	padding: 10px;
	border-bottom-color: #333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 12px;
}

#links {
	clear: both;
	margin: 0 auto;
	width: 730px;
	background: #000;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	border-top-color: #CEB669;
	border-top-style: solid;
	border-top-width: 4px;
	font-weight: bold;
}

#whiteline {
	margin-top: 10px;
	border-top: 3px solid #FFFFFF;
	border-top-color: #9DBDEE;
}

#footer {
	margin: 5px auto;
	width: 740px;
	padding: 0 5px 0 5px;
}

#footer p {
	padding-top: 10px;
	padding-bottom: 25px;
	line-height: 1.8em;
	color: #808080;
	background: #EEEEEE;
}

#footer a {
	color: #808080;
	background: inherit;
}

form.search { padding: 0; margin: 0; }

#searchform {
	color: #FFFFFF;
	padding: 5px 8px 5px 18px;
	margin: 0px;
	background-image: url(leftmenu.gif);
}

input.text { margin: 0; padding: 0; width: 100px; border: 1px solid #eee; color: #000000; background: #d8d8d8; }
input.text:hover { border: 1px solid #FFFFFF; background: #EEEEEE; color: #000000; }
input.button {
	margin: 0;
	padding: 0 0 0 3px;
	font-size: 100%;
	font-family: Arial, Sans-Serif;
	border: none;
	color: #3C6491;
	font-weight: bold;
	background-color: #EEEEEE;
}
.date {
	margin: 5px 10px 5px 10px;
	padding: 10px 5px 5px 0;
	background: #FFFFFF url(horizontaldotted.gif) repeat-x bottom left;
	color: #FFCC00;
	text-align: right;
}
.date a { color: #808080; background: #FFFFFF; }
.coding {
	float: right;
	bottom: 1px;
	padding-top: 10px;
}
.breadcrumbs {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #999999;
	margin-left: 10px;
	margin-top: 2px;
}
#content #articles #logo {
	display: block;
}
.phone {
	float: right;
}
.highlight {
	background-color: #000;
	color: #FFF;
	text-align: center;
	width: 150px;
	border: solid #ccc 2px;
	float: right;
	margin: 15px;
}
.highlight a {
	color: #FFF;
	text-decoration: none;
}
.highlight a:hover {
	color: #FF0;
	text-decoration: none;
}

ul {
	list-style-type: square;
	margin-left: 14px;
}

li {
	font-size: 0.75em;
	line-height: 1.5em;
}

.latestnews-container {
	float: left;
	width: 220px;
	border-top-color: #CEB669;
	border-top-style: solid;
	border-top-width: 6px;
	font-size: 0.9em;
	background-color: #FFF;
	margin: 32px 0px 32px 0px;
	}
	
.latestnews-container .header {
	background: #333333;
	color: #FFF;
	font-weight: bold;
	padding: 8px 8px 8px 16px;
	font-size: 1.1em;
}

.latestnews-container .title {
	border-bottom: 1px dotted #CEB669;
	padding: 8px 16px 8px 16px;
	line-height: 1.5em;
}