@charset "utf-8";
/* CSS Document */

/* 
COLORS
------

Gray/blue (body bg) 								-			  #D5D5D5
Blue, dk (nav left bg)  							-			  #000036
Blue, md (nav left border right)					-			  #1A1A94
Red,  md (nav top bg)	  							-			  #9B0007
Red,  dk (nav top rollover) 				    	-			  #5C0002
Blue, dk (body text)								-			  #131C65
Blue, dk (nav line, footer text)					-			  #000A5B


FONTS
-----
Subheadings: Helvetica Bold
Body text: Arial


*/
body {
	margin: 0px;
	padding: 0px;
	height: 100%;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	background: url(images/body_bg_rpt_x.png) repeat-x #D5D5D5;
	color: #131C65;

}

.wrapper {

	width: 918px;

	padding: 0px;
	margin-top: 30px;
	margin-bottom: 16px;
	
	margin-left: -450px;
	left: 50%;
	text-align: left;
	

}
div {
	position: relative;
}

#float_left {
	float: left;
}
#float_right {
	float: right;
}

p {

}

a {

}
a:link {
	color: #5C0002;

}
a:visited {
	color: #5C0002;

}
a:hover {
	color: #9B0007;

}
a:active {
	color: #9B0007;

}


h1 {
	margin-left: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #9B0007;
}
h2 {
	font-size: 14px;
	color: #666666;
}
h4 {
	font-size: 13px;
}
.note {
	font-size: 10px;
}
span.req {
	font-weight: normal;
	font-size: 11px;
	color: #CC6A11 ;
	
}
span.gray {
	color: #999999;
}
span.lightgray {
	color: #CCCCCC;
}
div.error {
	color: #CC6A11 ;
	font-weight: bold;
	padding: 4px;
	background-color: #FCE8BE;
	border:1px #E79F50 solid;
	margin: 4px 0px 4px 0px;
}
.red {
	color: #9B0007;
}
div.clear {
	position: relative;
	clear: both;
	width: 0px;
	height: 0px;
	
}
img {
	position: relative;
	
	border: none;
	text-decoration: none;
}
img.framed {
	border: 1px #999999 solid;
}
img.portfolio {

}
ul {
	list-style: square;
}
li {
	margin-top: 8px;
}
div.sep {
	
	height: 1px;
	color: #FFFFFF;
	text-align: left;
	border-top: 3px #131C65 solid;
	
}

div.red_square {
	
	border-left: 11px #9B0007 solid; 
	padding-left: 8px;
	
	height: 11px;
	font-size: 15px;
	font-weight: bold; 
}
div.red_square div {
	top: -3px;
}

/* -- FORMS -------------------------------------------- */

div#contact_form_wrapper {
	border: 1px #CCCCCC solid;
	width: 310px;
	height:auto;
	padding: 0px;
	margin: 0px;
}
div#contact_form_wrapper form {
	margin: 0px;
	padding: 0px;
}
table.formTable {
	margin: 0px;
	background-color:#F0F0F0;
	border: 6px #F0F0F0 solid;
}
table.formTable td.label {
	font-weight: bold;
	color: #333333;

}
table.formTable td.field {
	padding-left: 8px;
}

textarea, input, select {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* -- TOP BAR -------------------------------------------- */

div.top_bar {	
	vertical-align: top;
	height: 112px;	
}

img#topleft {
	
}



/* -- NAV -------------------------------------------- */

div.nav_bar {
	
	color: #FFFFFF;

	background-color: #9B0007;
	font-size: 12px;
	font-family: Helvetica,Arial;
	font-weight: bold;
	height: 35px;
	border: 1px #FFFFFF solid;
	border-right: none;
	border-left: none;

}
table.nav_table {
	width: 50%;
	height: 100%;
}
table.nav_table td {
	
}

div.nav_text {
	text-align: center;
	padding: 10px;
}
div.nav_text.highlight {
	background-color: #5C0002;
}

.nav_bar a {
	text-decoration: none;
	color: #FFFFFF;
	
}

.nav_bar a:link {
	color: #FFFFFF;
}
.nav_bar a:visited {
	color: #FFFFFF;
}
.nav_bar a:hover {
	color: #F3CE7F;
}
.nav_bar a:active {
	color: #F3CE7F;
}

div.nav_bar a:hover,
div.nav_bar a:active {
	color: #FFFFFF;
	
}

div.nav_line {
	height: 4px;
	background-color: #000A5B;
}
/* -- CONTENT -------------------------------------------- */

.content_shell {

	margin: 0px;
	
	vertical-align: top;
	width: 100%;
	
	background: url(images/sub_bg.png) bottom right #FFFFFF repeat-x;
}
.content_shell .content_table {
	width: 100%;
	margin: 0px;
	
	
}
.content_shell .content_table td {
	vertical-align: top;
	
	
}
.main_pane {
	
	text-align: left;
	width: 703px;
	
	min-height: 400px;

	/* IE Dynamic Expression to set the height */
   width:expression(document.body.clientHeight < 405 ? "400px" : "auto" );
   
}
.content_pane {
	padding-top: 20px;
	padding-left: 4px;

}

table#content {
	width: 100%;
}
table#content td img{
	border: 2px #131C65 solid  ;
}

table#content td.col1 {

}
table#content td.col2 {
	padding-left: 24px;
}

/* -- SUB CONTENT -------------------------------------------- */

.sub_content_pane {
	padding: 16px 16px 32px 32px;
	
	
}
/* -- SUB NAV -------------------------------------------- */

.sub_nav_pane {

	width: 167px;

	
	padding: 20px 20px 10px 20px;
	background-color:  #000036;
	
	border-right: 8px #1A1A94 solid;
	
	font-weight: bold;

}
.sub_nav_pane img {
	margin-top: 0px;
}
.sub_nav_pane ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}
.sub_nav_pane ul li {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;	
}
.sub_nav_pane ul li table {
	margin-left: 10px;
	margin-bottom: 14px;
}
.sub_nav_pane ul li table td {
	vertical-align: middle;
}
.sub_nav_pane ul li img {
	visibility: hidden;	
	vertical-align: middle;
	top: -2px;
	margin-right: 8px;
}
.sub_nav_pane ul li.highlight img {
	visibility: visible;
}
.sub_nav_pane a {
	text-decoration: none;
	color: #FFFFFF;
}
.sub_nav_pane a:hover,
.sub_nav_pane a:active {
	color: #FFFF33;
}


/* -- HOME -------------------------------------------- */
div.content_shell#home {
	border-bottom: 8px #000000 solid;
	background: none;
	background-color: #FFFFFF;
}
table#home_content {
	width: 100%;
	margin-top: 16px;
}
table#home_content td {
	vertical-align: top;
	padding: 0px 16px 0px 16px;
	
}
table#home_content td#col1 {
	width: 39%;
	background: url(images/home_bg_left_rpt_x.png) repeat-x bottom left;
	
	padding-left: 24px;
}
table#home_content td#col2{
	width: 39%;
	padding-top: 16px;
	
}
table#home_content td#col3{
	text-align: right;
	padding-right: 0px;
}
div.feature {
	width: 272px;
	background-color: #000036;
	color: #FFFFFF; 
	margin-bottom: 16px;
}
div.feature img {
	border: 3px #FFFFFF solid;
}
div.feature table {
	width: 100%;
	margin: 0px;
}

div.feature table td#text {
	padding: 0px;
	padding: 4px 0px 4px 4px;
	vertical-align: middle;
}
div.feature table td#button {
	text-align: right;
	padding: 0px;
	vertical-align: middle;
}
div.feature table td#button img {
	border: none;
}
div.feature h4 {
	margin: 0px;
	font-size: 14px;
}
div.feature p {
	margin-top: 0px;
	font-size: 11px;
}
/* -- ABOUT: Our Team -------------------------------------------- */

table.projects_table {
	
}
table.projects_table td.place {
	width: 35%;
	vertical-align: top;
}
table.projects_table td.descr {
	padding-left: 16px;
	vertical-align: top;
}

/* -- PORTFOLIO -------------------------------------------- */

div.portfolio_item {

	margin-bottom: 22px;
}
div.portfolio_item p {
	margin-bottom: 3px;
}

/* -- FOOTER -------------------------------------------- */

div.info_bar_bottom {
	height: 14px;
	padding-top: 6px;
	text-align: center;
	color: #000A5B;
	font-size: 11px;
	font-weight: bold;
}
div.info_bar_bottom a {
	color: #000A5B;
	text-decoration: none;
}

div.footer_pane {
	width: 860px;
	margin-left: -450px;
	left: 50%;
	
	font-size: 10px;
	
	padding-top: 6px;
	padding-bottom: 12px;
	text-align: center;
	
	color:  #7B002E;
}
div.footer_pane a:link {
	color:  #7B002E;
}
div.footer_pane a:visited {
	color:  #7B002E;
}
div.footer_pane a:hover {
	color:#F3CE7F;
}
div.footer_pane a:active {
	color:#F3CE7F;
}

/* -- Pop-up -------------------------------------------- */

div.close {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 75;
	
	text-align: right;
	font-size: 10px;
	color: #FFFFFF
}

div.close2 {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 75;
	
	text-align: right;
	font-size: 10px;
	color: #FFFFFF
}
