﻿/*
* {padding: 0; margin: 0;}
*/

/******************
HTML Tags
******************/

body {
	font-family:"trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#000000;
	font-size:.85em;
	line-height:160%;
	width:772px;
	margin-left:auto;
	margin-right:auto;
	}

#content p, .side-column p, table {
	margin:0px 0px 0px 0px;
	}

.side-column img {
	border:none;
	}
	
/******************
HEADINGS
******************/

h1 {
	font-size:2.4em;
	padding:4px 0 4px 0;
	}

h2 {
	font-size:1.5em;
	}

h3 {
	font-size:1.2em;
	}
	
h4 {
	font-size:1.1em;
	}
	
h5 {
	font-size:.9em;
	}
	
h6 {
	font-size:.8em;
	}
	
#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}
	
/******************
FORM STYLES
******************/

#content-container form {
	margin:0px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	}

/* a nested fieldset */
#content-container fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container legend {
	margin-bottom:0px;
	padding:0px 0px 0px 0px;
	color:#000000;
	font-weight:bold;
	}

/* a nested legend */
#content-container fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}

#content-container label {
	display:block;
	padding-top:8px;
	}
	
/******************
LINKS
******************/
/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */

a:link {
	color:#000099;
	font-size:1em;
	text-decoration:none;
	}

a:visited {
	color:#000099;
	font-size:1em;
	}

a:hover {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none
	}

a:active {
	color:#000099;
	}
	
/******************
LAYOUT STYLES
******************/
#content {
	padding:0px 10px 10px 10px;
	margin:0px;
	border:1px solid #A7A7A7;
	background: url(images/default/bg-default.jpg) repeat;
	}

#header-container {
	background: #828AD0 url(images/default/bg-steelplate.jpg) repeat-x;
	height:60px;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px;
	table-layout:fixed;
	font-size:2.15em;
	font-weight:bold;
	}

#header-container a {
	text-decoration:none;
	color:#FFFFFF;
	}

#header-left {
	width:280px;
	color:#FFFFFF;
	height:31px;
	padding:10px 10px 5px 30px;
	background: url(images/default/bg-curve-top-left.gif) no-repeat;
	}

.column-separator {
	background:#FFFFFF;
	width:0px;
	}

#header-right {
	color:#FFFFFF;
	padding:0px 0px 0px 0px;
	height:33px;
	text-align:right;
	width:270px;
	border-collapse:collapse;
	font-size:.55em;
	text-align:right;	
	}

.side-column {
	width:155px;
	color:#000000;
	padding:0px;
	margin:0px;
	vertical-align:top;
	}

.side-column-bg {
	background: url(images/default/bg-steelplate.jpg);
	}

p.posterphoto {
	display:inline
	}

/*remember to talk about why BLOCK has to be set*/
.posterphoto img {
	border:1px solid #A7A7A7;
	display:block;
	margin:0px;
	padding:0px;
	}

#content-container {
	margin:0px;
	table-layout:fixed;
	background: url(images/default/bg-steelplate.jpg) repeat-y right;
	}

#breadcrumbs {
	margin:3px 0px 0px 0px;
	color:#000000;
	padding-top:3px;
	display:block;
	}

#three-column-container {
	width:100%;
	margin:5px 0px;
	table-layout:fixed;
	}

#three-column-left {
	width:38%;
	padding-right:3%;
	vertical-align:top;
	}

#three-column-middle {
	width:33%;
	vertical-align:top;
	}

#three-column-right {
	width:29%;
	padding-left:4%;
	vertical-align:top;
	}

#footer-container {
	background: #828AD0 url(images/default/bg-steelplate.jpg);
	height:68px;
	color:#FFFFFF;
	margin:0px 0px 4px 0px;
	table-layout:fixed;
	}

#footer-left {
	width:582px;
	height:56px;
	padding:1px 5px 0px 10px;
	margin:0px;
	}

.footer-right {
	color:#FFFFFF;
	padding:0px 10px;
	width:155px;
	height:68px;
	margin:0px;
	background: url(images/default/bg-curve-bottom-right.gif) no-repeat right bottom;
	border-collapse:collapse;
	}

/******************
TABLE STYLES
******************/

table.table {
	width:100%;
	border:1px solid #D0D0BF;
	border-collapse:collapse;
	}

thead th {
	border-bottom:2px solid #D0D0BF;
	padding:6px;
	}

tfoot th {
	border-top:2px solid #D0D0BF;
	padding:6px;
	}

.table-row-1 td, .table-row-1 th,.table-row-2 td, .table-row-2 th, th {
	padding:2px 6px;
	border-left:1px solid #D0D0BF;
	}

.table-row-1 td, .table-row-1 th {
	background: url(images/default/bg-table-row-alternate.jpg);
	}

/******************
CLASSES & TABLE STYLES
******************/


img.photobig, img.photosmall {
	border:1px solid #CCCCCC;
	background: #E0E0E0 url(images/default/bg-table-row-alternate.jpg);
	padding:6px;
	}

img.photosmall {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
		list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background: url(images/default/bullet.gif) no-repeat;
	background-position:0 .6em;/*findme*/
	}

#content ul.link-list-vertical li {
	list-style:none;
		margin:0px;
	}

#content ul.link-list-vertical li a:link {
	padding:1px 0px 1px 12px;
		background: url(images/default/bullet-link.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:visited {
	padding:1px 0px 1px 12px;
	background: url(images/default/bullet-link-visited.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:hover {
	padding:1px 0px 1px 12px;
	color:#FF0000;
	background: url(images/default/bullet-link-hover.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:active {
	padding:1px 0px 1px 12px;
	background: url(images/default/bullet-link-active.gif) no-repeat;
	background-position:0 .6em;
	}