@import url(http://fonts.googleapis.com/css?family=Bevan);

body,html {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

#container {
	width: 990px;
	margin: 0px auto;
}

#container-header {
	width: 910px;
	height: 105px;
	padding: 20px 40px 0px 40px;
	background-image: url(../images/bg_header.gif);
}

#container-name {
	float: left;
}

#container-eyecatcher {
	width: 968px;
	padding: 0px 11px 0px 11px;
}

#container-navigation {
	width: 968px;
	background: #2f55a0 url(../images/menu_bg.gif);
	border-bottom: 1px solid #ffffff;
}

#container-content {
	width:930px;
/*	background: url(../images/bg_content.gif) repeat-y;*/
	padding: 20px 40px 0px 20px;
	margin: 0px;
}

#content {
	width: 700px;
	float: left;
}

#border {
	width: 170px;
	margin-left: 750px;
	margin-top:-30px;
}
* html #border {
	margin-left:732px;
}
#container-footer {
	width: 955px;
	padding: 20px 0px 20px 35px;
	margin: 0px;
	clear: both;
	color: #666666;
	border-top: 1px solid #1D4094;
}

#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #1d4094;
}

#container-footer a:hover {
	color: #1d4094;
}

#footer {
	font-size: 11px;
	color: #666666;
	width: 910px;
	margin-bottom: 20px;
}

#footer-copyright {
	padding: 10px 0px 10px 0px;
	text-align:center;
}

.clearer {
	clear: both;
}

h1 {
	font-size: 36px;
	font-family: sans-serif;
	color: #F8901D;
	margin: 0 0 0 0;
	padding: 0px 0 20px 0px;
	background-repeat: no-repeat;
	background-position: 5px 7px;
	line-height: 38px;
	text-shadow: #1D4094 1px 2px 1px;
}

h2 {
	font-size: 16px;
	color: #1d4094;
	padding: 5px 0 5px 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	color: #1d4094;
	padding: 5px 0 0px 25px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}
	
h4 {
	font-size: 22px;
	line-height: 24px;
	font-family: 'Bevan', cursive;
	font-weight: normal;
	color: #1d4094;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}

#content p {
	line-height: 19px;
	color: #666666;
	margin: 0 0 20px 0px;
}

#content p a, #border p a {
	text-decoration: none;
	color: #1d4094;
	border-bottom: 1px dotted #1d4094;
	padding: 2px 2px 2px 2px;
}

#content p a:hover, #border p a:hover  {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1d4094;
	padding: 2px 2px 2px 2px;
}

#content li {
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 15px;
}

#content .quote {
	border-top: 1px solid #f39f1f;
	background-color: #f7f7f7;
	border-bottom: 1px solid #f39f1f;
	padding: 15px 15px 15px 65px;
	background-image: url(../images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #1d4094;
	font-style: italic;
}

#border p {
	line-height: 17px;
	font-size: 13px;
	color: #666666;
	margin: 0 0 15px 10px;
}

ul#subnavigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	background-image: none;
}

#subnavigation li {
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#subnavigation li a {
	text-decoration: none;
	color: #1d4094;
	border-bottom: 1px dotted #1d4094;
}

#subnavigation li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #1d4094;
}

ul#news {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

#news li {
	list-style: none;
	background-image: url(../images/li_cube.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 15px;
	margin: 0 0 15px 0px;
}

#content .portfolio_left img, #content .portfolio_right img {
	background: url(../images/portfolio/img_bg.gif);
	padding: 0px 5px 6px 0px;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}

.citiestable {
width:100%;
margin:0;
padding:0;
}

.citiestable div {
float:left;
}

.portfolio_left {
float:left;
width: 300px;
padding-left:55px;
margin-bottom: 10px;
}

.portfolio_right {
float:left;
width: 300px;
margin-bottom: 10px;
}