﻿@charset "UTF-8";
/* CSS Document */



* { /* resets margins and padding on all elements */
	margin: 0; 
	padding: 0;
	} 

:focus { /* no dotted borders in ff during focus */
	-moz-outline-style: none;
	}

html {
	overflow: scroll; /* It displays the scrollbar whenever it's told! */
	}

body {
	font: 1em Calibri, Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
	color: #4a4c4f;
	background: #D9DFE8;
}
#email_text {
	display: none;
}

a {	
	color: #3D7699;
	background: inherit;
	text-decoration: none;
	}
	
a:hover { 
	color: #0DA2FF; 
	background: inherit;
	text-decoration: underline;
	} 

p { 
	margin: 10px 10px 5px 10px;
	}
	
#content p {
	width: 350px;
	text-align: justify;
	}	

#content img,
#content iframe {
	vertical-align: text-top;
	float: right;
	width: 390px;
	margin: 0 0 10px 10px;
	}	
ul { 
	margin: 10px 10px 5px 10px;
	list-style: square;
	list-style-position: inside;
	}
 
	 
h1 { 
	font: normal 1.8em "Trebuchet MS", Arial, Sans-Serif; 
	color: #ccc;
	margin-left: 15px;
	} 
	
h1 a { 
	color: #ccc; 
	background: inherit;
	} 
	
h1 a:hover { 
	color: #666; 
	background: inherit;
	text-decoration: none;
	} 
	
h2 {
	color: #666666;
	font: bold 1.3em "Trebuchet MS", Arial, Sans-Serif;
	margin: 10px 0px 5px 0;
	padding: 10px 10px 5px 10px;
}

h2 a {
	color: #666666;
	}
	
h1.pagetitle {
	margin-left: 0;
	}
	
h3.daterange {
	background: #fff;
	margin: 0 0 5px 0px;
	}
 
#container {
	width: 800px;
	background: #fff;
	padding: 10px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #A8B4BC;
	}

#content {
	width: 780px;
	margin: 0px 10px 30px 10px;
	} 

#content2 {
	width: 390px;
	float: left;
	margin: 0px 0px 30px 0px;
	} 

/* header ----------------------> */


#header {
	background: left
top;
	height: 26px;
	position: relative;
	margin-bottom: 15px;
}

/*login and register buttons in header ----------------------> */

/*navigation ----------------------> */


#menu {
	position: absolute;
	bottom: 6px;
	right: 0;
	margin: 0;
	
	/*float: right;
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;*/
	}

#menu li { 
	list-style: none; 
	float: left;
	} 
	
#menu a:link,
#menu a:visited {
	padding: 3px 37px;
	line-height: 20px;
	background: #B6CCD9;
	margin: 0 5px 0 0;
	color: #000000;
}
#menu a:hover,
#menu a:active {
	background: #78B9DF;
	color: #FFFFFF;
	text-decoration: none;
}


/* homepage content ----------------------> */

#column {
	padding: 10px;
	font-size: 1.2em;
	width: 99%;
	margin: 15px 0px 15px 0px;
}


/*footer -----------------------------------> */
#column form {
	margin-bottom: 15px;
}
#column li {
	margin-bottom: 21px;
}
#column i {
	font-size: x-small;
}
.submitletter {
	font-size: small;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	letter-spacing: .02em;
	background-color: #F3F3F3;
	border: 1px solid #000000;
	padding: 3px;
	margin-top: 3px;
	width: auto;
	position: relative;
	display: inline-block;
	cursor: pointer;
	clear: both;
}
#footerone {
	width: 97%;
	margin: 0 auto;
	height: auto;
	padding: 10px;
	font-size: small;
	text-align: center;
	color: #777;
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #B6CCD9;
}

#footertwo { 
	width: 800px;
	margin: 5px auto; 
	color: #aaa;
	font-size: .85em;
	text-align: center;
	}

#footertwo p { 
	margin: 0; 
	}

#footertwo a { 
	color: #999;
	text-decoration: none;
	} 

	
/*RFPs -----------------------------------> */




#rfpentry ul { 
	margin: 10px;
	list-style: none;
	}

#rfpentry li a {
	padding-left: 35px;
	background: url(img/pdf.png)  no-repeat left center;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	}	

	
#rfpentry {
	margin-top: 15px;
	padding-bottom: 15px;
	display: block;
	clear: both;
	}
#rfptext {
	font-size: .91em;
}

#submitform {
	padding: 3px;
	border: 4px solid #808080;
	background-color: #D9DFE8;
	z-index: 40;
	height: auto;
	width: 360px;
	position: absolute;
	float: none;
	right: 33%;
	left: 33%;
	top: 25%;
	color: #000000;
}
#submitform h3 {
	padding: 2px;
	vertical-align: top;
	text-align: center;
	display: inline-block;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
}
#submitform p {
	font-size: small;
}
#submitform li {
	font-size: small;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
}
#submitform h6 {
	cursor: pointer;
	float: right;
	display: inline-block;
	position: relative;
	padding: 1px;
	margin-top: 3px;
	margin-right: 3px;
	width: auto;
	vertical-align: bottom;
	text-align: right;
	letter-spacing: .04em;
	font-size: small;
}

.darkenBackground {
background-color: rgb(0, 0, 0);
opacity: 0.7; /* Safari, Opera */
-moz-opacity:0.70; /* FireFox */
filter: alpha(opacity=70); /* IE */
z-index: 20;
height: 100%;
width: 100%;
background-repeat:repeat;
position:fixed;
top: 0px;
left: 0px;
}
