/************/
/* Defaults */
/************/
body, p, ul, li, h1, h2, h3, h4, h5, h6, dl, dd, form {
	margin: 0; padding: 0;
}
/***************/
/* Custom Tags */
/***************/
body {
	background-color:#ccc;
}
a {
	color: #946C00;
}

a[href	$='.pdf'] {
	padding-right: 18px;
	background: transparent url(../images/icons/icon-pdf.gif) right no-repeat;
}
a[href ^='http://'], a[href ^='https://'] {
	padding-right: 18px;
	background: transparent url(../images/icons/icon-external.gif) bottom right no-repeat;
}
a.noicon {
	background: none;
}
ul.staff img {
	float: left;
}

a:hover {
	background-color: #EAEAEA;
}
a.noicon:hover {
	background: none;
}
#header a, #roof a {
	background-image: none;
	margin: 0; padding: 0;
}
a em {
	color: #684D01;
}
p {
	padding: 5px 15px 10px 15px;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5em;
	font-size:1.1em;
}
label, .label {
	font-weight:700;
	font-size:14px;
}
h1 {
	margin: 0; padding: 0;
	text-indent: 15px;
	font-size: 1.8em;
	line-height: 2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #333333;
	border-bottom: 2px solid #ccc;
}
h2 {
	margin-left: 15px;
	padding: 15px 15px 5px 0;
	border-bottom: 1px dotted #666666;
	font-size: 1.2em;
}
h2 a {
	color: #555555;
}
h3 {
	margin: 15px 15px 15px 15px;
	color: #333;
	font-size: 1.3em;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
}
h3 a {
	color: #424242;
}
h4 {
	margin: 15px 15px 5px 15px;
	font-size: .85em;
}
h5 {
	color:#7B7B7B;
}
small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}
tr.background {
	background-color: #E5E5E5;
}
caption, td, th {
	text-align: left;
}
td, th {
	vertical-align: top;
	padding: 5px 7px 5px 7px;
	border-bottom: 1px dotted #999999;
}
table.formatted td {
	border: none;
}
caption {
	font-size: 1em;
	font-weight: normal;
	border-top: 1px solid #666666;
	background: #000000 url(../images/defaults/bg-grad-dk_grey.png) repeat-x;
	line-height: 1.5em;
	color: #FFFFFF;
	font-variant: small-caps;
	margin: 0; padding: 0 0 0 5px;
}
address {
	font-size: .7em;
	font-style: normal;
	line-height: 1.4em;
	margin-bottom: 5px;
}
.separator {
	border-top: 1px solid black;
	height: 1px;
	clear: both;
}
img {
	border: none;
	display: block;
}
img {
	border: none;
	display: block;
}
ol {
	padding: 0px 0px 25px 0px;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5em;
	font-size:1.1em;
}
}
ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
/**********************/
/* Primary Containers */
/**********************/
#root {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
}
#header {
	position: relative;
	padding: 0;
	margin-bottom: 0px;
	height: 100%;
}
#header img {
	display: block;
}
#footer {
	clear: both;
	border-top: 1px solid #CCCCCC;
	font-size: .75em;
	padding-top: 10px;
	text-align: center;
}
#roof {
	background: #000000 url(../images/defaults/bg-roof.png) repeat-x;
	margin: 0 auto;
	height: 24px;
	text-align: right;
}
#roof img {
	margin: 0 auto;
	padding-left: 625px;
}
#roof a:hover {
	background: none;
}
/***********/
/*  Lists  */
/***********/
.threeQuarters ul {
	margin: 0 0 0 15px;
	line-height: 1.5em;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.threeQuarters ul li {
	padding: 5px 15px 3px 0;
}
ul.bulletedList {
	list-style-image: url(../images/defaults/bullet-block.gif);
	margin: 5px 0;
	font: 1em/1.5em "Times New Roman", Times, serif;
}
ul.bulletedList li {
	margin: 0 0 0 35px;
	padding: 5px 15px 5px 0;
}
ul.bulletedList ul {
	list-style-image: url(../images/defaults/bullet-arrow_grey.gif);
}
ul.bulletedList ul ul {
	list-style-image: url(../images/defaults/bullet-arrow_yellow.gif);
}
ul.bulletedList ol {
	list-style-image: none;
}
ol {
	font-family: "Times New Roman", Times, serif;
	margin: 5px 0px;
	line-height: 1.5em;	
}
ol li {
	margin: 0 0 0 38px;
	padding: 5px 15px 5px 0;
}
ol ol {
	list-style-type: lower-alpha;
}
ol.alpha {
	list-style-type: lower-alpha;
}
ol ul {
	list-style-image: url(../images/defaults/bullet-block.gif);
}
ol ul ul {
	list-style-image: url(../images/defaults/bullet-arrow_grey.gif);
}
ol ul ul ul {
	list-style-image: url(../images/defaults/bullet-arrow_yellow.gif);
}
dl {
	padding: 10px 15px 0 15px;
	font-family: "Times New Roman", Times, serif;
}
dt {
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
dd {
	padding: 5px 10px 1.5em 10px;	
	line-height: 1.2em;
	font-size: .9em;
}
/************************/
/* Multipurpose Classes */
/************************/
.left {
	float: left;
	clear: left;
}
.right {
	float: right;
}
.middle {
	float: left;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.leftBorder {
	border-left: 1px dotted black;
}
.rightBorder {
	border-right: 1px dotted black;
}
.topBorder {
	border-top: 1px solid black;
}
.bottomBorder {
	border-bottom: 1px solid black;
}
/**************/
/*  Packages  */
/**************/
.photoWithCaption {
	margin: 0 10px 0 10px;
}
.photoWithCaption p {
	font-size: .85em;
	line-height: 1.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

/***********/
/*  Tools  */
/***********/
.padded {
	padding: 15px;
}
.smallMargin {
	margin: 0 7px 0 0;
}
.bold {
	font-weight: bold;
}
.footNote {
	font-size: .7em;
}
.center {
	margin: 0 auto;
}
p.question {
	padding-bottom: 0;
	font-style: italic;
	color: #888888;
}
.portrait {
	float: right;
	margin-left: 10px;
	border: 1px solid #666666;
}
.error {
	color: #EB0000;
}


/* in "small mode", let form-tables break to have labels above, with margin below, and boxes expanding to mostly full width */
.form-tr {
	margin-top: 15px;
}
.form-tr input[type=text],
.form-tr textarea,
.form-tr select {
	width:95%;
}

/* in standard/large mode, let form-tables appear as tables */
@media (min-width: 768px){
	.form-table {
		display: table;
	}
	.form-tr {
		display: table-row;
	}
	.form-td {
		display: table-cell;
		padding-bottom: 5px;
		padding-right: 10px;
		vertical-align: top;
	}
	.form-tr input[type=text],
	.form-tr select {
		width:300px;
	}
	.form-tr textarea {
		width:500px;
	}
	label, .label{
		max-width:30em;
		display:inline-block;
	}
}
