@CHARSET "UTF-8";

body {
	background: #fff url('../img/style/body_background.png') repeat-x scroll top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #444;
	
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

h1, h2 {
	color: #27526d;
	margin: 0.83em 0;
	clear: left;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	clear: left;
}

p, ul {
	margin-top: 1em;
	margin-bottom: 1em;
}

ul ul { 
	margin-top: 0;
	margin-bottom: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

a:hover {
	text-decoration: underline;
}

a.find_out_more {
	background: transparent url('../img/style/more_arrow.png') no-repeat scroll 100% 60%;
	padding-right: 20px;
	float: right;
}

a.admin {
	background-color: #a00;
	color: #fff;
}

.clear {
	clear: both;
}

.vcard {
	clear: left;
}

.vcard h3 {
	clear: left;
	display: block;
	width: 100%;
	margin-bottom: 1em;
	font-weight: bold;
}

.vcard .adr {
	float: left;
	margin: 0 40px 1em 40px;
	width: 125px;
}

.project h3 {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

.project.summary {
	clear: left;
	border-top: 2px solid #444;
}

.project.summary img {
	float: left;
	width: 100px;
	border: 2px solid #444;
	margin-bottom: 1em;
}

.project.summary .info {
	margin-left: 110px;
}

.project.summary .info .client .value {
	font-weight: bold;
}

table.jobs {
	width: 100%;
}

table.jobs td {
	padding: 2px;
}

table.jobs tr.even {
	background-color: #d4d4d4;
}

#header {
	background: transparent url('../img/style/header_background.png') repeat-x scroll 0px 28px;
	height: 106px;
	width: 100%;
}

#header h1 {
	background: transparent url('../img/style/rust_resources.gif') no-repeat scroll left bottom;
	width: 390px;
	height: 106px;
	margin: 0;
	position: absolute;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 78px;
	position: relative;
	top: 28px;
}

#header h1 span {
	display: none;
}

#header ul.site_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 90%;
	float: right;
	margin-top: 77px;
}

#header ul.site_menu li {
	float: left;
	text-align: center;
	padding: 0 10px 0 10px;
}

#header #quick_menu {
	list-style-type: none;
	margin: 0;
	padding: 7px 0;
	font-size: 80%;
	
	position: absolute;
	top: 0;
	right: 0;
}

#header #quick_menu * {
	float: left;
}

#header #quick_menu li {
	padding: 0 5px 0 5px;
	border-right: 2px solid #fff;
}

#header #quick_menu li a {
	color: #fff;
}

#header #quick_menu li#quick_search {
	border-right-width: 0;
}

#header #quick_menu input {
	height: 12px;
	width: 100px;
	font-size: 80%;
	margin-left: 5px;
	border: 1px solid #000;
}

#header #quick_menu input.submit_button {
	width: auto;
	height: 16px;
	background-color: #ddd;
}

#splash {
	background: transparent url('../img/style/bottom_shadow.gif') repeat-x scroll left bottom;
	width: 100%;
	height: 185px;
	padding-bottom: 16px;
}

#splash #part1 {
	background: transparent url('../img/style/splash_map.jpg') no-repeat scroll top left;
	width: 330px;
	height: 100%;
	float: left;
	position: relative;
}

#splash #part1 * {
	display: none;
}

#splash #part2 {
	width: 100%;
	height: 100%;
}

#main_page {
	position: relative;
	background-color: #fff;
}

#info {
	background: #a6a6a6 url('../img/style/info_background.png') no-repeat scroll top left;
	width: 310px;
	position: absolute;
	top: -16px;
	bottom: 0;
	padding: 16px 10px 10px;
}

body.wide #info {
	width: 130px;
}

#info h2 {
	margin-top: 0;
	font-size: 120%;
}

#info ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 90%;
}

#info ul li h3 {
	font-size: 100%;
	margin-bottom: 0;
}

#info ul li p {
	margin-top: 0;
}

#info.world_clocks .city {
	width: 33%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

#info.world_clocks .city .clock canvas {
	background: transparent url('../img/style/clock_background.gif') no-repeat scroll top left;
}

#info.world_clocks .city .name {
	display: block;
}

#info.world_clocks.narrow .city {
	float: none;
	width: inherit;
}

#info.world_clocks.narrow .city .name {
	font-weight: bold;
}

#content {
	position: relative;
	padding: 0 1em 10px;
	margin-left: 330px;
	margin-right: 230px;
}

body.wide #content {
	margin-left: 150px;
}

body.admin #content {
	margin: 0;
}

#content h2 {
	margin-top: 0;
}

#content a.more_arrow {
	float: right;
}

#content a.more_arrow img {
	border: 0;
}

#content .box {
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	width: 177px;
	height: 118px;
	float: left;
	color: #fff;
	padding: 5px 8px 8px 5px; 
	font-size: 90%;
	position: relative;
	margin: 1em 0;
}

#content .box h2 {
	margin-top: 0;
}

#content .box h2 a {
	color: #fff;
}

#content .box a.find_out_more {
	color: #fff;
	background-image: url('../img/style/more_arrow_box.png');
	padding-right: 10px;
	position: absolute;
	bottom: 8px;
	right: 8px;
}

#extra_content {
	float: right;
	width: 230px;
	padding: 0 0 10px 10px;
	background-color: #fff;
}

#extra_content h2 {
	margin-top: 0;
	font-size: 120%;
}

#extra_content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 90%;
}

#extra_content h3 {
	font-size: 100%;
	margin-bottom: 0;
	font-weight: bold;
}

#extra_content ul li p {
	margin-top: 0;
}


#footer {
	clear: both;
	text-align: center;
	font-size: 80%;
	background-color: #eee;
	padding: 1px 0 5px;
	border-top: 1px solid #a6a6a6;
}

#footer a {
	font-weight: normal;
}

#footer ul {
	list-style-type: none;
	margin: 3px 0;
	padding: 0;
	clear: both;
}

#footer ul li {
	padding: 0 8px 0 8px;
	border-left: 1px solid #444;
	display: inline;
}

#footer ul li:first-child {
	border-left-width: 0;
}

#footer p {
	margin: 0;
}

body.admin label {
	float: left;
	width: 100px;
}

body.admin div.input {
	margin-bottom: 5px;
}

body.admin div.buttons {
 	margin-left: 100px;
 	overflow: auto;
}

body.admin div.submit {
	float: left;
	margin-right: 5px;
}

body.admin th, body.admin td {
	padding: 5px;
}

body.admin .pagination {
	text-align: center;
	margin: 1em 0;
}

body.admin .pagination span {
	margin: 0 5px;
}

body.admin.applications table {
	width: 100%;
}

body.admin.applications table th {
	text-align: left;
	font-size: 120%;
}

body.admin.applications table td {
	border-top: 1px solid #ddd;
}

#ApplicationAddForm {
	margin: 1em 0;
}
#ApplicationAddForm label {
	float: left;
	width: 50px;
}

#ApplicationAddForm div.submit {
	margin-left: 50px;
}
