@import url('reset.css');
@import url('default-typography.css');

body {
    /* background: #C5D9E1 url(/styles/i/masthead-bg.png) repeat-x top left; */
    background: #141414 url('/styles/i/bg_tmp_05.png') repeat-x 0 0px;
}

#masthead, #content, #featured, #footer {
    max-width: 1200px;
    min-width: 800px;
	margin: 0 auto;
}

#content {
	background-color: white;
    position: relative;
    clear: both;
    overflow: hidden;
	padding-bottom: 2em;
	border: 1px solid silver;
}


/* ########################################## */
/* layout
/* ########################################## */

#left {
	float: left;
	width: 20%;
}

#center {
	float: left;
	width: 46%;
}

#right {
	float: right;
	width: 30%;
	background-color: #deeaea;
	margin-top: 10px;
	margin-right: 10px;
}

#right-wide {
	float: left;
	width: 75%;
}


/* ########################################## */
/* Masthead
/* ########################################## */

#masthead {
    position: relative;
    height: 110px;
    background: url('/styles/i/masthead-bg.png') repeat-x top left;
}
#logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 110px;
    width: 238px;
	margin-left: 10px;
    background: url('/styles/i/logo.png') no-repeat;
}
#masthead-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 110px;
    width: 557px;
	margin-left: 10px;
	margin-right: 10px;
    background: url('/styles/i/masthead-img.jpg') no-repeat;
}

/* ########################################################### */

/* ########################################################### */
/* containers */
/* ########################################################### */

div.container {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

div.container h2 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
}

div.container h2 a:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
}
div.container ul:last-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
}


/* ########################################## */
/* Site navigation
/* ########################################## */
#sitenavigation {
	padding: 10px;
}

#sitenavigation h2 {
	background-color: #2f3031;
	color: white;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 0;
}

#sitenavigation h2 a {
	color: white;
	text-decoration: none;
	font-size: 13px;
	display: block;
	padding: 3px 10px;
}

#sitenavigation h2 a:hover {
	background-color: maroon;
}

#sitenavigation li {
	margin-bottom: 2px;
}

#sitenavigation li a {
	background-color: #575b5c;
	color: #e3e3e3;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 7px 10px;
}

#sitenavigation li a:hover {
	background-color: maroon;
}

/* ########################################################### */
/* latestnews */
/* ########################################################### */


#latestnews h2 {
	background-color: #435663;
	height: 30px;
	line-height: 30px;
	color: white;
	font-weight: bold;
	padding-left: 10px;
}

#latestnews h3 {
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	padding: 10px 10px 0;
	color: #6C6D70;
}

#latestnews p, #latestnews ul, #latestnews ol {
	padding: 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #6C6D70;
}


/* ########################################################### */
/* footer */
/* ########################################################### */

#footer {
	padding: .5em 0;
	background-color: #959595;
	color: white;
border-top: 3px solid maroon;
}

#footer ul, #footer p {
	text-align: center;
	margin: .5em auto;
	font-size: 13px;
}

#footer a {
    color: #FFF;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}


#footer ul li {
	display: inline;
	line-height: 1.3;
	border-left: 1px solid white;
	padding: 0 1em 3px;
	margin: 0;
}

#bootstrap {
background: maroon;
border-bottom: 1px solid silver;
border-top: 1px solid silver;
    max-width: 1200px;
    min-width: 800px;
	margin: 0 auto;
}
#bootstrap p {
font-weight: bold;
font-size: 12px;
padding: 4px 12px;
/* color: rgb(150,150,150); */
color: white;
}


/* ########################################## */
/* Google Feeds override
/* ########################################## */
.gfc-result .gf-title {
	height: auto !important;
	overflow: hidden;
}

.gfc-title {
	font-weight: bold;
	font-size: 16px !important;
}

#feedControl * {
	font-family: "Arial", sans-serif;
	font-size: 13px;
}

#feedControl {
	margin: 20px;
}


/* ########################################## */
/* Contact form
/* ########################################## */

/*#bodytext form {
	background-color: #ccc;
}*/

#bodytext form ol li {
	list-style: none;
	margin: .7em 0;
	padding-left: 0;
}

#bodytext form input {
	width: 350px;
}

#bodytext form textarea {
	width: 350px;
}

#bodytext form span.required {
	display: none;
}

code, pre, var {
	font:1em 'bitstream vera sans mono','andale mono',monospace;
}

#bodytext ul#clients li {
	margin-top: .7em;
	font-weight: bold;
}
#bodytext ul#clients li a {
	margin-top: .7em;
	font-weight: normal;
}

