/* CSS Document */
html {
	height:100.1%;
}
body {
	cursor:default;
	margin:0px;
	padding:0px;
	background-color:#3F4857;
}
a {
	color:#0000FF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin:10px 0px 10px 0px;
}
blockquote {
	margin:15px;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	margin:0px; padding:0px;
	font-family:'Verdana';
}
h1 { font-size:30px; }
h2 { font-size:24px; }
h3 { font-size:20px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:10px; }
#wrapper {
	width:760px;
	margin:10px auto 10px auto;
	background-image:url(../images/layout_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	border:1px solid #000000;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header {
	height:130px;
	background-image:url(../images/layout_header_rep.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	overflow:hidden;
	clear:both;
}

#header_icons {
	float:right;
	padding-right:5px;
	clear:right;
}
.icon { 
	margin:10px 3px 0px 3px; padding-top:22px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px; color:#222D41; text-decoration:none;
	background-repeat:no-repeat; background-position:top center;
	display:block; float:left; width:36px; text-align:center;
}
.icon:hover { 
	text-decoration:underline;
}
#header_icons .home { 	background-image:url(../images/icon_home.gif); }
#header_icons .sitemap { 	background-image:url(../images/icon_map.gif); }
#header_icons .contact { 	background-image:url(../images/icon_contact.gif); }

#menu {
	padding-top:49px;
	float:right; clear:right; width:560px;
}

#menu a {
	background-image:url(../images/button_rep.gif);
	background-repeat:repeat-x;
	padding:5px 0px; margin-right:1px;
	display:block; float:left; width:110px;
	text-align:center; text-decoration:none; color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px;
}
#menu a:hover {
	background-image:url(../images/button_hover_rep.gif);
	font-weight:bold;
}
#menu a .left {
	background-image:url(../images/button_left.gif);
	background-position:left; display:block;
	float:left; width:7px; height:27px;margin-top:-5px;
}
#menu a .right {
	background-image:url(../images/button_right.gif);
	background-position:right; display:block;
	float:right; width:7px; height:27px; margin-top:-5px;
}
#menu a:hover .left {
	background-image:url(../images/button_hover_left.gif);
}
#menu a:hover .right {
	background-image:url(../images/button_hover_right.gif);
}

#body {
	clear:both;	margin:0px auto 0px auto;
	padding:1px; width:750px;
}
#sidebar {
	width:232px;
	float:left;
	clear:left;
	background:#006600;
	background-color:#F5F6F7;
}
#sidebar .header {
	background-image:url(../images/sidebar_rep.gif);
	background-repeat:repeat-x;
	padding:12px 10px 8px 10px;
	font-size:18px; font-family:'Arial Narrow';
	letter-spacing:1px; color:#666666;
}
#content {
	padding-top:1px; margin-left:240px;
	width:505px; clear:right;
}
#footer {
	border-top:7px solid #BBBCBC;
	padding:10px; margin-top:5px;
	background-color:#0B2033;
	color:#EEEEEE; font-size:9px;
	line-height:16px; clear:both;
}

#footer .information a {
	margin:0px; padding:0px;
}

#footer .information {
	float:right; color:#3F4857;
	padding-left:10px;
	border-left:1px solid #3F4857;
}
#footer a {
	text-decoration:none;
	color:#EEEEEE;
	padding:0px 5px 0px 5px;
}
#footer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.placer_small {
	padding:5px;
}
.placer_medium {
	padding:10px;
}
.placer_big {
	padding:15px;
}

#banner {
	text-align:center;
	padding:5px 0px 5px 0px;
}

.text_highlight {
	font-size:10px;
	border-left:5px solid #465A6F;
	padding-left:6px;
	color: #465A6F;
	font-weight:bold;
	letter-spacing:1px;
	font-family:'Verdana';
}
.text_lowlight {
	color: #0B2033; font-weight:bold;
	font-size:11px; font-family:Verdana;
}
.text_content {
	margin-top:5px;	margin-bottom:10px;
	font-size:10px;	font-family:Verdana;
	text-align:justify;
}
.container {
	padding:5px;
	border-bottom:1px solid #EEEEEE;
}

.container-left {
	padding:5px;
	border-left:1px solid #EEEEEE;
	margin:2px 2px 10px 2px;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.blue 	{ color:#6A93AB; }
.dblue 	{ color:#222D41; }
.grey 	{ color:#666666; }

.content_head {
	padding:10px;
	border-bottom:1px dotted #666666;
	line-height:16px;
	text-align:justify;
	font-size:12px;
}
.content_head  a {
	color:#222D41;
	font-size:11px; font-weight:bold;
}
.content_head  a:hover {
	color:#6A93AB;
	font-size:11px; text-decoration:none;
}
.content_left {
	float:left; width:45%;
}
.content_right {
	margin-left:45%;
	width:54%;
	background-image:url(../images/layout_seperator.jpg);
	background-repeat:no-repeat; background-position: left;
}
.content_left .blue {
	font-weight:normal;
}
.header1 {
	font-size:16px;
	font-family:'Arial Narrow';
	font-weight:bold; color:#666666;
	margin-bottom:10px;
}
.content_small {
	padding:8px;
	font-size:10px; color:#333333;
	text-align:justify;
}
#topbar {
	margin:5px 0px 5px 0px;
	text-align:center;
	border-bottom:1px dotted #999999;
	padding-bottom:10px;
}
#topbar a {
	border-right:1px solid #CCCCCC;
	padding:0px 8px 0px 8px;
	color:#000066;
}
.text_small {
	font-size:11px;
}
.text_small a {
	color:#000066;
}
.button {
	padding:4px;
	padding-left:22px;
	font-size:10px;
	text-decoration:none;
	background-position:3px center;
	background-repeat:no-repeat;
	border:1px solid #CCCCCC;
	color:#666666;
}
.button:hover {
	color:#333333;
	text-decoration:none;
	border-color:#AAAAAA;
}
.input_button {
	background-image:url(../images/button_rep.gif);
	background-repeat:repeat-x;
	background-position:center;
	padding:3px 8px 3px 8px;
	font-size:10px;
	color:#FFFFFF; text-decoration:none;
	font-weight:bold;
}
.img_view {
	background-image:url(../images/icon_search.gif);
}
.img_top {
	background-image:url(../images/icon_arrow.gif);
}
.img_send {
	background-image:url(../images/icon_contact.gif);
}

.project_display {
	display:block;
	padding:5px;
	color:#333333;
}
.project_display img {
	border:3px solid #CCCCCC;
	margin:2px;
}
.project_display:hover img {
	border:3px solid #999999;
}
.project_display:hover {
	color:#000000;
	text-decoration:none;	
}
.title_small {
	font-size:10px;
	color:#999999;
	font-variant:small-caps;
}