


@import url("layout.css");

/* ------------ FORMS ------------ */
form {
	margin: 0;
	}
fieldset {
	padding: 0px 30px 30px 30px;
	margin: 5px 0 50px 0;
	/*border: 1px solid #766fa9;*/
	border-top: 1px #2c6282 solid;
	border-left: none;
	border-right: none;
	border-bottom: 1px #2c6282 solid;
	/*background-repeat: repeat-x;
	background-position: 0% 14px;*/
	}
legend {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 20px 0;
	padding: 3px 10px 3px 10px;
	border: 1px solid #766fa9;
	background-color: #fff;
	}
/*html>body fieldset {
/* Hide from IE 5 Mac \*/
	/*background-image: url(/images/blockquote_bg.png);*/
	/*background-position: left top;
/* End hack */
	/*padding: 30px;
	}
html>body legend {
	margin-bottom: 0;
	}*/
.columnize label {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 20px;
	/* font-weight: bold; */
	text-align: right;
	padding: 2px 10px 0 0;
	}
.columnize input,
.columnize select,
.columnize textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 20px;
	}
.columnize br {
	clear: left;
	}
.submitButton {
	text-align: center;
	clear: left;
	padding-top: 1.4em;
	}
.submitButton input {
	background-color: #2c6282;
	color: #fff;
	font-weight: bold;
	border: 0 none;
	padding: 3px 12px 4px 12px;
	cursor: hand;
	}
.submitButton>input {
	cursor: pointer;
	}
form ul.unbulleted {
	margin-left: 0;
	padding-left: 25px;
	list-style-type: none;
	}
/* ------------ END FORMS ------------ */




/* ----- Drop Cap (add class="dc" to a <p> tag) ----- */
p.dc:first-letter {
	display: block;
	line-height: 1;
	float: left;
	font-weight: bold;
	font-size: 32px;
	margin: 0;
	padding: 0 5px 0 0;
	color: #2c6282;
	}
	


#contacts {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 10px;
	}
#contacts li {
	padding-bottom: 10px;
	width: 100%;
	float: left;
	clear: left;
	}
#contacts img {
	float: left;
	margin: 0 12px 12px 0;
	}





#sideBar {
	width: 148px;
	margin: 0 0 50px 15px;
	padding: 0 0 0 15px;
	border-left: 1px solid #2c6282;
	font-size: 10px;
	float: right;
	}
.cl {
	clear: both;
	}
img.picRight {
	margin: 0 0 10px 10px;
	float: right;
	}
img.picLeft {
	margin: 0 10px 10px 0;
	float: left;
	}
ul.unbulleted {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
a.membersOnly {	
	padding-right: 11px;
	background-image: url(/images/padlock.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}

	
.rb {
	border: 1px solid #f00;
	}


/* ----- Tables for data pulls ----- */
#dataTable table {
	width: 100%;
	}
#dataTable table th {
	color: #fff;
	background-color: #424372; 
	}
#dataTable table tr th a:link {
	color: #ccccff;
	font-weight: bold;
	}
#dataTable table tr th a:visited {
	color: #ccccff;
	font-weight: bold;
	}
#dataTable table tr th a:active {
	color: #ccccff;
	font-weight: bold;
	}
#dataTable table tr th a:hover {
	color: #ccccff;
	font-weight: bold;
	text-decoration: underline;
	}
	
#dataTable th, td {
	vertical-align: top;
	}
#dataTable td,
#dataTable th,
#dataTable td p,
#dataTable td li,
#dataTable td pre {
	line-height: 1.1;
	font-size: 11px;
	}
#dataTable tbody th {
	text-align: left;
	font-weight: bold;
	}
/*#dataTable td ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: disc;
	}
#dataTable td li {
	/*background-image: url(/images/small_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 6px;8*/
/*	padding-left: 8px;
	margin: 0;
	}*/
/* ----- end Tables for data pulls ----- */


.smalltext	{
	font-size: 10px;
}
.highlight {  
	background-color: #D3D3EE;
}
.dropdown	{
	font-size: 11px;
			}
