@charset "utf-8";
* {
	margin: 0px; /* ------ this strips ALL margins/padding off EVERYTHING --- */
	padding: 0px;
}
body {
	background-color: #2b3485;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%; /* should get in the habbit of using %s for other interent displaying devices */
	background-image: url(../_images/bg_repeatx.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	position: relative;
	width: 733px;
	margin: 0 auto;
	text-align: left; /* this is to fix an i.e. problem */
	background-color: #fff;
	background-image: url(../_images/sidebarBG.gif);
	background-repeat: repeat-y;
}
#clear { /* --- this will clear the Float commands, needs to be used on footers!Something like <div id="clear"></div> --- */
	clear: both;
}
/* ------------ position container elements --------------- */
	
#header {
	position: relative; /*this says everything inside that uses position, resets the 0,0 to it's (the header div) top left*/
	/* this would be used for graphic logos in the header*/
	height: 147px; /* thats a fixed height. */
	background-color: #1D225A;
	background-image: url(../_images/bg_header.jpg);
	background-repeat: no-repeat;
}
#header li {
	float: left;
}
#header ul {
	margin:0;
	padding:0;
	list-style: none;
	float: left;
	position: absolute;
	bottom: 0px;
}

#sidebar li {
	color: #FFF;
	font-size: x-small;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: .5em;
}
#sidebar ul {
	color: #FFFFFF;
	margin-top: .3em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	list-style-image: none; /*strips the typical list bullet*/
	list-style-type: none; /*strips the typical list look*/
	}
/*if styling everything different, you need to do it in this order: *LoVe/HAte* Link / Visted / hover  / active*/

#header ul li a:link, #header ul li a:visited {
	display: block; /*this allows the entire area to 'trigger' the link.*/
	color:#FFFFFF;
	padding: .2em .5em;
	text-decoration:none;
	background-color: #2B3282;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-color: #000000;
}
#header ul li a:hover, #header ul li a:active {
	color:#1c2158;
	background-color:#6f7edc;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-color: #6f7edc;
}

/* TAKING OUT THE ACTIVE... DOES NOT WORK WITH PHP<INCLUDES>
#header ul li a.current, #header ul li a.current:hover, #header ul li a.current:active {
	color: #2B3282;
	background-color:#FFFFFF;
	cursor: default;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-color: #FFFFFF;
}
*/

#content {
	width: 555px;
	margin: 5px;
	float: left;
}
#sidebar {
	float: right;
	width: 150px;
	margin-top: 5px;
	margin-right: 7px;
	margin-left: 5px;
}
#photoWally {	
float: left;
	width: 250px;
	margin-top: 5px;
	margin-right: 7px;
	margin-left: 5px;
	
}
#seminar {
	float: left;
	width: 200px;
	background-color: #FDA50D;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	
}
/* ------------ font/text/headers elements --------------- */
p {
	line-height: 1.5em
}


.addressFont {
	font-size: 90%;
	padding-left: 25px;
	letter-spacing: 1.5px;
	line-height: 100%;
	margin-top: -5px;
	color: #666666;
}
	
h1 {
	margin: 0 0 0 -9999px;
}
h4 {
	margin-bottom: 1em;
	margin-top: 0.5em;
}
hr {
	margin-top: .7em;
	margin-bottom: .7em;
}
.jobtitle {
	color: #1B2057;
	font-weight: bold;
}
.greyItalics {
	color: #666;
	font-style: italic;
}
#sidebar p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	padding-top: 0.4em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-align: left;
	text-indent: 0.5em;
}
#sidebar a:link {
	color:#FFF;
	border-bottom: solid;
	border-bottom-width: 2px;
}

#content p {
	margin-bottom: .4em;
	text-indent: .5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content ul {
	list-style-type: circle;
	margin-left: 2em;
	padding-bottom: 5px;
	color: #333;
	line-height: 130%;
	padding-top: 5px;
}

/* ------------ footer elements --------------- */
#footer {
	color: #fff; /* color of the text inside */
	font: .8em "Trebuchet MS", Helvetica, sans-serif;
	background: #000;
	padding: 5px;
}

#footerMaster {
	color: #fff; /* color of the text inside */
	font: 1em "Trebuchet MS", Helvetica, sans-serif;
	background: #000;
	width: 713px;
	padding: 5px;
}
#footercontent {
	float: left;
	width: 555px;
	text-align: left;
}
#footersidebar {
	width: 150px;
	float: right;
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
