@charset "UTF-8";

body  { padding: 0; text-align: center; color: #000000; /* 16x1.125=18px */ margin-top: 12px; margin-right: 0; margin-bottom: 0; margin-left: 0; background-color: #F2f2f2; font: 100%/1.125em Arial, Helvetica, Utkal, sans-serif; }
/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ 

/*typography*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:link {
	color: #003366;
	text-decoration: none;
	}
a:visited {
	color: #003366;
	text-decoration: none;
	}
a:active {
	}
a:hover {
	text-decoration: none;
	color: #666666;
	}
h1 {
	font-size: 1.3125em; /* 16x1.3125=21px */
	line-height: 1.636em;/* 16x1.636=36px */
	margin: 0;
	font-weight: bold;
}
h2 {
	font-size: 1.125em; /* 16x1.125=18px */
	margin:1em 0; /* 18x1=18px */
	font-weight: bold;
}
.alpha-list {
	list-style-type: lower-alpha;
}

.italic-list {
	font-style: italic;
}
h3 {
	font-size: 1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h4 {
	font-size: .875em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 0.8125em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
#bio-title {
	font-size: 0.8em;
	margin: 0px;
	font-style: italic;
	padding: 0px;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	padding-bottom: 0.2px;
}
p {
	font-size: 0.875em; /* 16x0.875=14px */
	margin: 1.286em 0; /* 14x1.286=18px */
}

li > p {
	margin-top: 0.1em;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
	ul li  p { 
	padding-right: 100px;
	line-height: 1.2em;
	}

pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

#content {
	clear: left;
	color: #ccc;
}

#sidebar1 {
	clear: left;
}

#sidebar1 img {
	clear: left;
	border: 1px solid #666666;
}

#sidebar1 ul{
	line-height: .75em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sidebar1 ul li h3 a {
	line-height: 1.2em;
	font-size: .833em;
}

#sidebar1 ul li p {
	line-height: 1.2em;
	font-size: .833em;
	padding-right: 30px;
}

#sidebar1 ul li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container { width: 980px; /* the auto margins (in conjunction with a width) center the page */ border: 1px solid #333333; text-align: left; /* this overrides the text-align: center on the body element. */ margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; background-color: #FFFFFF; } 
#header {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 

#header a img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header h1 {
	display: none;
}

#middleHome {
	margin: 1px;
	background-color: #CCCCCC;
} 

#middle {
	height: 100%;
	background-image: url(../media/images/grey-sidebar.png);
	background-repeat: repeat-y;
	background-position: left top;
} 


#sidebar1 { float: left; /* since this element is floated, a width must be given */ width: 200px; font-size: 0.9em; padding-top: 15px; padding-right: 10px; padding-bottom: 15px; padding-left: 12px; height: 100%; }
#sidebarH {
	float: right; /* since this element is floated, a width must be given */
	width: 290px;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-top: 15px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-size: .944em;
}
#sidebarH   li { color: #B40E2C; }
#mainContent {
	min-height:400px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 250px;
	padding-top: 15px;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;
} 
#homeContent {
	margin-top: 0;
	margin-right: 305px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 18px;
	font-size: 0.857em;
	padding-top: 5px;
} 

#homeContent p{ text-align   : justify; padding: 6px; margin-bottom: 0px; }

.firstLetter{ display      : block; float        : left; margin-top   : -0.63em; /* use -0.205em for two lines */ margin-left  : -0.56em; margin-right : 0.5em; height       : 4.5em; }

.firstLetter span{
  font-size    : 5.6em;   /* use 3.33em for two lines */
  line-height  : 1.0em;
}

.firstLetter + span{
  margin-left  : -0.5em;
}

#webmaster    { color: #303030; text-align: center; margin: 20px auto; padding: 1px 0; width: 980px; font-size: .857em; }
#webmaster p{padding:0; margin:0; text-align:center;}
#webmaster a { color: #666; font-weight: bold }
#webmaster a:hover { color: #BF1E01; text-decoration: underline }

#footer { background-color: #878787; font-size: 0.7142em; margin-top: 0px; padding-right: 10px; padding-left: 20px; } 

#footer a {
	color: #000000;
}
#footer a:link {
	color: #000000;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { clear:both; height:0px; font-size: 1px; line-height: 0px; }  /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.sidebarCaption { font-size: 0.8em; font-style: italic; }

div.box { color: #333333; background: #dfe4ee; margin-bottom: 20px; padding: 10px 4px; border: solid 1px #c6cfe1 }
div.box h1 { font-size:14px; color:#000000; padding-bottom:4px; }
div.box h2   { color: #555555; font-size: 14px; font-weight: normal; display: block; margin-bottom: 10px; margin-left: 26px }
div.box h3 { color: #555555; font-size: 16px; font-weight: bold; display: block; margin-bottom: 10px; margin-left: 26px }
div.box p{padding-bottom:14px;}
div.box .input-text { color: #666666; width: 180px; border: solid 1px #333 }
div.box .input-text:hover { background-color: #ff0; border: solid 1px #f03 }
div.box .input-text-wide { width: 300px; border: solid 1px #333 }
div.box .input-text-wide:hover { background-color: #ff0; border: solid 1px #f03 }
div.box .input-text-2w  { width: 300px; border: solid 1px #333 }
div.box .input-text-2w:hover { background-color: #ff0; border: solid 1px #f03 }
div.box .input-text-area      { width: 640px; border: solid 1px #333 }
div.box .input-text-area:hover { background-color: #ff0; border: solid 1px #f03 }
div.box input .textarea  { color: #666666; background-color: #ff6; width: 220px; border: solid 1px #333 }
div.box label  { color: #555555; display: block; margin-bottom: 10px; margin-left: 26px }
div.box label span.left   { font-size: 14px; font-weight: bold; text-align: right; display: block; padding-right: 6px; width: 150px; float: left }
div.box label span.right  { font-weight: bold; text-align: left; display: block; padding-right: 6px; width: 640px }
div.box label span.yes   { font-weight: bold; background-color: #9f6; text-align: right; display: block; padding-right: 6px; width: 150px; float: left }
div.box label span.no   { font-weight: bold; background-color: #f06; text-align: left; display: block; padding-right: 6px; width: 640px }
#navbar { z-index: 1000; background-image: url(../SpryAssets/nav-tab.png); background-repeat: repeat-x; background-color: #AE1002; }

#container #middleHome #sidebarH h2 { margin-top: 0px; padding-top: 0px; }.no-border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #middle #mainContent h2 {
	text-align: center;
	list-style-image: none;
	list-style-type: none;
}

.office-image {
	padding: 0px;
}

.office-location {
	text-align: left;
}

.office-location h2 {
	text-align: left;
}
