@charset "utf-8";
/*** Global Elements ***/
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/body_gradient_background.jpg);
	background-repeat: repeat-x;
}
.home #container1  {
	width: 980px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #DCE3EB;
	height: 100%;
	background-image: url(../images/home_background_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.home #container2  {
	width: 980px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #DCE3EB;
	height: 100%;
	background-image: url(../images/home_background_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.home #container3  {
	width: 980px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #DCE3EB;
	height: 100%;
	background-image: url(../images/home_background_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header #search  {
	float: right;
	height: 74px;
	width: 240px;
	background-color: #496381;
}

.home #navigation {
	height: 205px;
	width: 100%;
}
.home #header {
	height: 180px;
	width: 100%;
	background-image: url(../images/washburn_logo.png);
	_background-image: url(../images/washburn_logo.gif); /* FOR IE6 */
	background-repeat: no-repeat;
	background-position: center 10px;
}
.home #header #breakingNews {
	height: 130px;
	width: 235px;
	float: left;
	/*background-image: url(../images/transparent_blue_back.png);
	_background-image: url(../images/transparent_blue_back.gif); /* FOR IE6 */
	background-repeat: repeat;*/
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	color: #FFFFFF;
}
.home #header #breakingNews p{
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.home #header #breakingNews a:link {
color: #FFFFFF;
}

.home #header #breakingNews a:visited {
color: #FFFFFF;
}

.home #header #breakingNews a:hover {
color: #6AC8F8;
}

.home #header #breakingNews a:active {
color: #6AC8F8;
}
.home #content {
	height: 160px;
	width: 100%;
	color: #112f51;
}
.home #content #contentLeft {
	width: 625px;
	float: left;
	height: 130px;
	padding-top: 30px;
	padding-left: 20px;
}
.home #content #contentRight {
	float: right;
	height: 130px;
	width: 315px;
	padding-top: 30px;
}
.home #pods {
	height: 140px;
	width: 100%;
	color: #000000;
}
.home #pods a:link {
color: #000000;
text-decoration: none;
}

.home #pods a:visited {
color: #000000;
text-decoration: none;
}

.home #pods a:hover {
color: #000000;
text-decoration: none;
}

.home #pods a:active {
color: #000000;
text-decoration: none;
}
.home #pods #podLeft {
	float: left;
	height: 105px;
	width: 301px;
	background-image: url(../images/pod_background.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 25px;
	padding-left: 7px;
}
.home #pods #podRight {
	float: right;
	height: 105px;
	width: 301px;
	background-image: url(../images/pod_background.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 25px;
	padding-left: 7px;
}
.home #pods #podCenter {
	float: none;
	height: 105px;
	width: 301px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pod_background.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 25px;
	padding-left: 7px;
}

.home .podTitle {
	text-transform: uppercase;
	color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6ac8f8;
	padding-left: 8px;
	font-size: 8px;
        font-weight:bold
}
.home .podTitle a:link {
	color: #FFFFFF;
}
.home .podTitle a:hover {
	color: #FFFFFF;
}
.home .podTitle a:visited {
	color: #FFFFFF;
}
.home .podTitle a:active {
	color: #FFFFFF;
}

.home #flashContent {
}

.home  #nonflashNavigation  {

	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	float: none;
	margin-right: auto;
	margin-left: 5px;
        text-decoration: none;
}
.home #nonflashNavigation a:link {
color: #FFFFFF;
text-decoration: none;
}

.home #nonflashNavigation a:visited {
color: #FFFFFF;
text-decoration: none;
}

.home #nonflashNavigation a:hover {
color: #6AC8F8;
text-decoration: none;
}

.home #nonflashNavigation a:active {
color: #6AC8F8;
text-decoration: none;
}




#footer  {
	background-image: url(../images/footer_background.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 75px;
	width: 100%;
	background-color: #002C5F;
	color: #849baf;
	padding-top: 45px;
}

#footer a:link {
color: #849baf;
text-decoration: none;
}

#footer a:visited {
color: #849baf;
text-decoration: none;
}

#footer a:hover {
color: #FFFFFF;
text-decoration: none;
}

#footer a:active {
color: #FFFFFF;
text-decoration: none;




}
#footerContent  {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#footerLeft  {
	float: left;
}
#footerRight  {
	float: right;
}
.interior #container  {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #4a6685;
}
.interior #header {
	height: 100px;
	width: 980px;
	background-image: url(../images/washburn_logo_small.png);
	_background-image: url(../images/washburn_logo_small.gif); /* FOR IE6 */
	background-repeat: no-repeat;
	background-position: center 10px;
	margin-right: auto;
	margin-left: auto;
}
.interior  #headerNavigation  {
	height: 20px;
	text-align: center;
	color: #FFFFFF;


	font-size: 12px;
	float: none;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
        text-decoration: none;
}
.interior #headerNavigation a:link {
color: #FFFFFF;
text-decoration: none;
}

.interior #headerNavigation a:visited {
color: #FFFFFF;
text-decoration: none;
}

.interior #headerNavigation a:hover {
color: #6AC8F8;
text-decoration: none;
}

.interior #headerNavigation a:active {
color: #6AC8F8;
text-decoration: none;
}
.interior #breadCrumb {
	color: #FFFFFF;
	background-color: #3b5678;
	padding-left: 14px;
}
.interior #breadCrumb a:link {
color: #FFFFFF;
text-decoration: none;
}

.interior #breadCrumb a:visited {
color: #FFFFFF;
text-decoration: none;
}

.interior #breadCrumb a:hover {
color: #6AC8F8;
text-decoration: none;
}

.interior #breadCrumb a:active {
color: #6AC8F8;
text-decoration: none;
}
.interior  #pageTitle {
	height: 32px;
	margin-left: 14px;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 8px;
	font-weight: bolder;
}
.interior #leftNavigation {
	float: left;
	width: 195px;
	background-color: #E1E1E1;
	background-image: url(../images/left_navigation_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	display: inline;
	padding-top: 5px;
	padding-left: 5px;
	height: 100%;
}
.interior #content {
	height: 100%;
	width: 751px;
	color: #112f51;
	float: right;
	background-color: #FFFFFF;
	margin-right: 14px;
	display: inline;
}
.interior #contentSearch {
	height: 100%;
	width: 810px;
	color: #112f51;
	float: left;
	background-color: #FFFFFF;
	margin-left: 14px;
	display: inline;
	padding-left: 20px;
}
.interior #content p {
	margin-bottom: 1em;
}
.interior #content #contentLeft {
	width: 510px;
	float: left;
	height: 100%;
	padding-top: 40px;
	padding-left: 20px;
}
.interior #content #contentLeftLeadershipWashburn {
	width: 710px;
	float: left;
	height: 100%;
	padding-top: 40px;
	padding-left: 20px;
}
.interior #content #contentLeft li { /* the rules that do the indenting */
	padding-left: 1em;
	text-indent: -1em;
}

.interior #content #contentRight {
	float: right;
	height: 100%;
	width: 200px;
	padding-top: 30px;
}
.interior ul#interiorMenu * {
	list-style-type: none;
        display: inline;
margin-left: 0em
}
.interior ul#interiorMenu {
	width: 100%;
	height: 100%;
margin-left: 0em
}
.interior ul#interiorMenu a {
	display: block;
	text-decoration: none;
	height: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	width: 172px;
	background-color: #e2e1e1;
	color: #000000;
margin-left: 0em
}
.interior  ul#interiorMenu  a:hover {
	color: #b2954b;
	background-image: url(../images/navigation_rollover_background.gif);
	background-repeat: repeat-x;
margin-left: 0em
}

ul {
	list-style-position: inside;
	color: #000000;
        margin-bottom: 0.5em;
        margin-left: 2em;
	}
ol {
	list-style-position: inside;
	color: #000000;
        margin-bottom: 0.5em;
        margin-left: 2em
	}


h1 {
	font-size: 24px;
	        margin-bottom: 0.5em;
}
h2 {
	font-size: 20px;
	        margin-bottom: 0.5em;
}
h3 {
	font-size: 18px;
	        margin-bottom: 0.5em;
}
h4 {
	font-size: 16px;
	        margin-bottom: 0.5em;
}
h5 {
	font-size: 14px;

	        margin-bottom: 0.5em;
}
h6 {
	font-size: 10px;

	        margin-bottom: 0.5em;
}

P {

	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}

p {

	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
p-home {

	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}

.big {
	font-size: 14px;	
}

td
{
padding:5px;
}

th
{
padding:5px;
}

.red {
	color: #F00;
}

blockquote
{padding:0px 20px;
}
