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

body {
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-image:url(../images/page_bg.png);
	background-repeat:repeat-x;
	background-color: #fff;
	border-top:1px solid #CCCCCC;
	color:#000;
}

a {text-decoration:none; color:#c4261d;}
a:hover { color:#afafa4 }

h1 {margin:0; padding:0; font-weight:normal;  color:#000; font-variant:small-caps; margin-bottom:8px }

h2 {margin:0; padding:0; font-weight:normal;   color:#000; font-variant:small-caps; margin-bottom:10px }

h3 {margin:0 0 5px 0; padding:0; }


#container {width:950px; text-align:left; margin:0 auto;}

#internal {width:950px; margin:0 auto;}

#top_menu {height:40px; width:950px; }

#top_menu_content {float:right; height:40px; padding-top:8px }

#top_menu_content a { margin: 0px 15px 0 15px;  }

#top_menu_content a.toplast { margin: 0px 0px 0 15px;  }

#top_menu_left {height:32px; width:24px; background-image:url(../images/top_menu_bg_left.png); background-repeat:no-repeat; float:left}

#top_menu_middle {height:32px; background-image:url(../images/top_menu_bg.png); background-repeat:repeat-x; float:left}

#top_menu_middle ul {list-style-type:none; margin: 0; padding:0px; color:#FFFFFF }

#top_menu_middle li {float:left; margin:0px  0px  0px 15px; border-right: 1px solid #c0bfbf; height:22px; padding:8px 15px 0 0;}

#top_menu_middle li a {color:#000000}

#top_menu_middle li.first {margin-left:0px}

#top_menu_middle li.last {float:left; border-right: 0px solid #0066FF; padding-right:0;  }

#top_menu_right {height:32px; width:18px; background-image:url(../images/top_menu_bg_right.png); background-repeat:no-repeat; float:left}

#header {height:80px; width:950px; margin:0 auto; }

#main_menu { height:26px; width:950px; margin:0 auto;  font-variant:small-caps; font-size:116%; }

#main_menu a { margin: 0 10px 0 10px; color:#000000; }

#main_menu a:hover { color:#c4261d;}

#main_menu a.first { margin: 0 15px 0 0; }

#image_bar {height:250px; width:950px; margin:0 auto;  padding: 0px}

#slideshow_wrapper {height:250px; width:950px; margin:0 auto;  padding:0px}

#slideshow {height:250px; width:950px; }

#bodybox {width:950px; margin:0px auto 30px auto; position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		overflow:hidden; }
		
#map  {border:1px solid #CCCCCC; padding:5px}

	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:15px 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		
		
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		
	}
	.threecol .col1 {
	
		width:45%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	
	
	}
	
.threecol .col2 {
	
		width:22%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
	
		width:22%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
					
	}
	
	
	.twocol .colmid {
		/* width of the right column */
		
	}
	.twocol .colleft {
		right:75%;			/* width of the middle column */
		
	}
	
	
		.twocol .col1 {
	
		width:75%;			/* width of center column content (column width minus padding on either side) */
		left:75%;			/* 100% plus left padding of center column */
	
	
	}

	.twocol .col3 {
	
		width:20%;			/* Width of right column content (column width minus padding on either side) */
		left:80%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
					
	}


.threecol .col1 h1, .twocol .col1 h1 { font-size:160%; border-bottom:2px solid #000;; background-image: url(../images/h_bg.png); background-repeat:repeat-x; }

.threecol .col1 p, .threecol .col1 ul, .twocol .col1 p, .twocol .col1 ul {font-size:110%; }

.image_col {float:right; width:206px;  margin: 0px 0 25px 25px;}

.border {border:1px solid #CCCCCC; padding:2px}

.box {padding-bottom:0px; padding-bottom:10px}

.box img {float:left; border:1px solid #CCCCCC; padding:2px}

.box h3 {font-size:160%; font-weight:normal; margin-top:0px; font-variant:small-caps}

.box p, .box ul, .box TABLE, .box ol { margin-left:100px; line-height: 1.3em;}

.threecol .col2 h2 { font-size:150%; border-bottom:2px solid #666; background-image: url(../images/h_bg.png); background-repeat:repeat-x}

 .twocol .col1 h2 { font-size:150%; }

.twocol .col3 h2 { font-size:150%; border-bottom:2px solid #666; background-image: url(../images/h_bg.png); background-repeat:repeat-x}

#footer {width:950px; margin:0px auto; border-top:2px solid #d9d9d9; background-image: url(../images/h_bg.png); background-repeat:repeat-x  }

#footer p, #footer p a {color:#999999; margin-bottom:0px; }



.clear {clear:both}

#breadcrumbs {font-size:160%; border-bottom:2px solid #ccc; font-variant:small-caps; background-image: url(../images/h_bg.png); background-repeat:repeat-x}


ul.sidemenu {margin:0; padding:0; list-style-type:none}

ul.sidemenu li.link {padding-left:15px; margin-top:10px; background-image:url(../images/page.png); background-repeat:no-repeat;}

ul.sidemenu li.link a {color:#c4261d;}

ul.sidemenu li.explain {margin-left:0px;}

.columns { margin-bottom:10px; border: 1px solid #ccc; background-color:#e4e4e4; margin-right:231px }
.columns ul { padding-top:0; padding-right:5px}
.under {clear:left;}

body.fenders .fenders  { display:none;}
body.sourcing .sourcing { display:none;}
body.procurement .procurement { display:none;}
body.support .support  { display:none;}
body.bodies .bodies { display:none;}
body.about .about { display:none;}
body.team .team { display:none;}


/*form css*/

/* CSS File for Dagon Design Formmailer Script */
/* http://www.dagondesign.com */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmdate,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color:#6BB46A
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	

}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}




form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {

	
}



form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 5px 0 5px 0;
	width: 270px;
	
	
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: left;
}

form.ddfm {
	text-align: left;
	padding: 10px;
	width: 250px; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	width: 100%;
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmchecklabel {
	display: inline; 
	float: none; 
	clear: none; 
	text-align: left; 
	margin: 0; 
	padding: 0;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmradiolabel {
	display: inline; 
	float: none; 
	clear: none; 
	text-align: left; 
	margin: 0; 
	padding: 0;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm input.fmdate {
	float: left; 
	display: block;
	width: 35%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	width: 97%;
}

form.ddfm .submit {
	text-align: right;
	
	width: 97%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both; 
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}


/* DATE SELECTION */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #404040;
	background-color: #F4F4F4;
	border: 1px solid #999999;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered 
over) */
.dpTDHover {
	background-color: #888888;
	border: 1px solid #888888;
	cursor: pointer;
	color: #000000;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #C0C0C0;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #666666;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	}
