/****************************** BODY/GENERAL LAYOUT STYLES ******************************/
body {
	margin: 0;
	padding: 0;
	background-color: #d5c5a7;
  background-image: url("/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/background.jpg");
  background-repeat: repeat;
	color: #000000;
	font-family: "Arial", sans-serif, "Helvetica", "Verdana", "Geneva", "Trebuchet MS", "Tahoma";
  text-align: center;
}

.container {
  text-align: center;
  /*width: 81%;*/
  /*margin-left: 9%;*/
  /*margin-right: 9%;*/
	background-color: #FFFFFF;
}

.contentDefaultFontSize {
	/*font-size: medium;*/
}
.content {
	font-size: .8em;
	font-family: "Arial", sans-serif, "Helvetica", "Verdana", "Geneva", "Trebuchet MS", "Tahoma";
}
.content td, .content td td {
	font-size: 10pt;
	font-family: "Arial", sans-serif, "Helvetica", "Verdana", "Geneva", "Trebuchet MS", "Tahoma";
}
.content strong {
	font-weight: bold;
}

a:link { 
	color: #ca3b06;
	text-decoration: underline;
}
a:visited { 
	color: #ca3b06;
	text-decoration: underline;
} 
a:hover { 
	color: #00247e;
}
a:active { 
	color: #551a8b;
}

img { border: 0; }
a:link img { border: 0; }
a:visited img { border: 0; }
a:active img { border: 0; }

ul {
  margin-left: 0;
  padding-left: 40px;
}

.orangebanner {
  background-color: #ff6600;
	color: #000000;
	font-size: .7em;
	font-weight: bold;
	text-align: right;
}
.orangebanner a:link, .orangebanner a:active, .orangebanner a:visited {  
	color: #000000;
	text-decoration: none; 
}
.orangebanner a:hover {  
	background-color: #FFE790;
	color: #8F447C;
	text-decoration: none;
}

.blackbanner {
  background-color: #000000;
	color: #FFFFFF;
}

.menubanner {
  background-color: #345b8b; /*#2b4777;*/
  background-image: url("/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/menubanner.gif");
  background-repeat: repeat-x;
	color: #7c9eca;
	font-size: .8em;
	font-weight: normal;
}
.menubanner a:link, .menubanner a:active, .menubanner a:visited {  
	color: #FFFFFF;
	text-decoration: none; 
}
.menubanner a:hover {  
	color: #8dd4e9;
	text-decoration: none;
}
#tabhighlight {
  color: #53caeb;
}

.submenubanner {
  background-color: #000000;
	color: #767676;
	font-size: .9em;
	font-weight: bold;
}
.submenubanner a:link, .submenubanner a:active, .submenubanner a:visited {  
	color: #ff6600;
	text-decoration: none; 
}
.submenubanner a:hover {  
	color: #ffece3;
	text-decoration: none;
}
#subtabhighlight {
  color: #2c98cd;
}

.footerbanner {
  background-color: #ff6600;
}
.audiencebanner {
  background-color: #c55427;
}
.contentspacer {
  background-color: #FFFFFF;
}

.rightside {
  background-image:url("/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/rightside.jpg");
  background-repeat:repeat-y;
  background-position:left;
}

.leftside {
  background-image:url("/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/leftside.jpg");
  background-repeat:repeat-y;
  background-position:right;
}

hr { 
	color: #e5cd69; 
	height: 2px;
}

/* deprecated styles */
a.menuLink:link {
  color: #FFFFFF;
  text-decoration: none;
}
a.menuLink:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a.menuLink:hover {
  color: #DDDDDD;
  text-decoration: none;
}

/****************************************************************************************/
/************************************* HEADER STYLES ************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: "Arial", sans-serif, "Helvetica", "Verdana", "Geneva", "Trebuchet MS", "Tahoma";
	padding-left: 0px; 
	margin-left: 0px;
}

h1 { 
	font-size: 1.5em;
	color: #00247E; 
	font-weight: bold;
	padding-top: 12px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/*border-bottom: 1px solid #000000;*/ /*dashed, #00A8C5*/
	/*background:url("/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/backh1.gif") no-repeat left top;*/
}

h2 { 
	font-size: 1.3em;
	color: #A12830;  
	font-weight: bold; 
}

h3, h4, h5, h6 { 
	font-size: 1.1em;
}

h3 {
	color: #00247E;
}

.title {
	font-size: 1.2em;
	font-weight: bold;
	color: #9C102D;
}

/****************************************************************************************/
/******************************* FORM/INPUT/OPTION STYLES *******************************/
form {
  margin: 0px;
}

input, .inputtext {
  /* width: 100px; */
  font: 11px "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
  background-color: #FFFFFF;
  color: #003399;
  border: 1px solid #444444; /*#dcdcdc*/
}

input[type=submit] {
  margin-top: 10px;
  padding: 2px;
  background-color: #fcebd1;
  border: 1px solid #000000;
}
.inputsubmit {
  margin-top: 10px;
  padding: 2px;
  background-color: #fcebd1;
  border: 1px solid #000000;
}

input[type=image] {
  border: none;
  border-style: none;
}
.inputimage, .inputbutton {
  border: none;
  border-style: none;
}

.searchbox input, .searchboxaudience input {
  border: 1px solid #dcdcdc;
}

select {
	background-color: #FFF9E2;
	font: 11px "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
	color: #000000; /*#600000*/
	border: 1px solid #000000; /*#600000*/
}

.asterisk {
	font-weight: bold; 
  color: #ff6600;
}

fieldset {
  padding: 1em;
  border: 1px solid #003399;
}

legend {
  padding: 0.2em 0.5em;
  border: 1px solid #003399;
  color: #003399;
  font-size: 100%;
	font-weight: bold;
  text-align: right;
}

option.header {
  background-color: #EEEEEE;
  color: #000000
}

.hidefield {
  display: none;
}

/****************************************************************************************/
/********************************** BREADCRUMBS STYLES **********************************/
.breadcrumbs {
	margin-top: 6px;
	margin-bottom: 0px;
	text-align: right;
	color: #444444;
  font-size: 85%;
}
.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active {
  color: #444444;
}
.breadcrumbs a:hover {
  color: #ffffff;
  background-color: #ff9933;
}

/****************************************************************************************/
/**************************** VERTICAL/SIDE NAVIGATION STYLES ***************************/
.leftcolumn {
  background-color: #fcebd1; /* #fbe6c9, #ffdcaa */
  background-image: url("/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/leftsidenavbg.jpg");
  background-repeat: repeat-y;
}
.searchbox {
  background-image: url("/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/leftsidenavtopbg.jpg");
  background-repeat: no-repeat;
}
.searchboxaudience {
  background-image: url("/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/leftsidenavtopbg-aud.jpg");
  background-repeat: no-repeat;
}
.horizontalrulesidenav {
  background-image: url("/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/horizontalrule-dotted.gif");
  background-repeat: repeat-x;
  padding: 1px 0px 0px 0px;
  margin: 0;
}
#sidenav {
  width: 174px;
  padding: 0;
  color: #79272b;
	font: 0.7em "Arial", sans-serif, "Trebuchet MS", "Verdana";
	font-weight: bold;
}
#sidenav .expandcollapse {
  border-left: 2px solid #fcebd1;
  padding: 0px 0px 9px 6px;
}
#sidenav ul li .nohref {
  border-left: 2px solid #fcebd1;
  display: block;
  padding: 5px 8px 5px 10px;
  background-color: #fcebd1;
}

#sidenav ul li .selected {
  border-left: 2px solid #ffffff;
  display: block;
  padding: 5px 8px 5px 10px;
  background-color: #ffffff;
}
#sidenav ul ul li .selected {
  border-left: 10px solid #ffffff;
  display: block;
  padding: 2px 8px 3px 12px;
  background-color: #ffffff;
}
#sidenav ul ul ul li .selected {
  border-left: 18px solid #ffffff;
  display: block;
  padding: 2px 8px 0px 12px;
  background-color: #ffffff;
}

#sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #fcebd1;
}
#sidenav ul li {
	background-color: #fcebd1;
	border-bottom: 1px solid #fcebd1;
}
#sidenav ul li a {
  border-left: 2px solid #fcebd1;
	color: #79272b;
	display: block;
	padding: 5px 8px 5px 10px; 
	text-decoration: none;
}
#sidenav ul li a:hover, #sidenav ul li .indented {
  border-left: 2px solid #eeeeee;
  background-color: #eeeeee;
  color: #cf5200;
}

#sidenav ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  padding: 0;
  background-color: #fcebd1;
  color: #a12830;
}
#sidenav ul ul li {
  border-bottom: 1px solid #fcebd1;
  margin: 0;
}
#sidenav ul ul li a {
  display: block;
  padding: 2px 8px 3px 12px;
  border-left: 10px solid #fcebd1;
  background-color: #fcebd1;
  color: #154f80;
  text-decoration: none;
}
#sidenav ul ul li a:hover, #sidenav ul ul li .indented {
  border-left: 10px solid #eeeeee;
  background-color: #eeeeee;
  color: #a12830; /*#ec6600*/
}

#sidenav ul ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  padding: 0;
  background-color: #fcebd1;
  color: #000000;
	font-weight: normal;
}
#sidenav ul ul ul li {
  border-bottom: 1px solid #fcebd1;
  margin: 0;
}
#sidenav ul ul ul li a {
  display: block;
  padding: 2px 8px 0px 12px;
  border-left: 18px solid #fcebd1;
  background-color: #fcebd1;
  color: #000000;
  text-decoration: none;
}
#sidenav ul ul ul li a:hover, #sidenav ul ul ul li .indented {
  border-left: 18px solid #eeeeee;
  background-color: #eeeeee;
  color: #154f80;
}

/****************************************************************************************/
/***************************** HORIZONTAL NAVIGATION STYLES *****************************/
.hNavLinks {
	display: inline;
	color: #000000;
}
.hNav  {
	border-top: solid 2px black;
	padding-top: 2px;
	padding-bottom: 10px;
}
.hNavLinks a:link {
	color: #00247E; 
	text-decoration: underline;
}
.hNavLinks a:visited {
	color: #00247E; 
	text-decoration: underline;
}
.hNavLinks a:active {
	color: #00247E; 
	text-decoration: underline;
}
.hNavLinks a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #9cb6e7;
}
.hNavLinks .selected {
	background-color: #6b82b5;
	color: #ffffff;
	display: inline;
}

/****************************************************************************************/
/************************************* FOOTER STYLES ************************************/
.footerline {
	color: #000000;  
	font-weight: normal;
	font-size: .7em;
	line-height: normal;
	padding: 20px 0px 15px 10px;
	margin: 0px;
}

.footer {
	font-size: .7em;
	padding: 8px 10px 2px 10px; 
	color: #000000;
}
.footer a:link, .bottomLogo a:link {  
	text-decoration: none; 
	color: #b0400e; /* #C95927 */
} 
.footer a:active, .bottomLogo a:active {  
	color: #FF6633;  
	text-decoration: underline; 
} 
.footer a:visited, .bottomLogo a:visited {
	color: #b0400e; /* #C95927 */
	text-decoration: none; 
} 
.footer a:hover, .bottomLogo a:hover {  
	text-decoration: none; 
	background-color: #FFD2B9; 
	color: #000000;
}

.footeraudience {
	font-size: .7em;
	padding: 5px 10px 5px 10px; 
	color: #FFD2B9;
}
.footeraudience a:link, .footeraudience a:active, .footeraudience a:visited {
	color: #ffffff;  
	text-decoration: none; 
}
.footeraudience a:hover {
	color: #ffffff;  
	background-color: #ff6600; /* #c55427 */
	text-decoration: none; 
}

/****************************************************************************************/
/******************************** DIV/SPAN TEXTBOX STYLES *******************************/
.textBox, .photoCaption, .photoCaptionWhite, .photoCreditLeft, .photoCreditRight,
.photoCredCap, .photoCredCapWhite {
	padding:15px 20px 15px 20px;
	width:290px;
	font-family: "Arial", "Trebuchet MS", "Verdana",  sans-serif;
	color: #000000;
	display:block;
}
.textBox, .photoCaption, .photoCredCap {
	margin:8px 15px 8px 15px;
	background-color:#fbeed9;
}
.photoCaptionWhite, .photoCreditLeft, .photoCreditRight, .photoCredCapWhite {
	margin:0px 0px 0px 2px;
	background-color:#FFFFFF; 
}
.textBox {
	width:280px;
	float:right;
	font-size:12px;
	text-align:left;
}
.photoCaption {
	float:right;
	font-size:11px;
	text-align:left;
}
.photoCaptionWhite {
	float:right;
	font-size:11px;
	text-align:left;
}
.photoCreditLeft {
	float:left;
	font-size:9px;
	text-align:right;
}
.photoCreditRight {
	float:right;
	font-size:9px;
	text-align:right;
}
.photoCredCap {
	float:right;
	font-size:9px;
	text-align:right;
}
.photoCredCapWhite {
	float:right;
	font-size:9px;
	text-align:right;
}
.photoCredCap p, .photoCredCapWhite p {
	margin:6px 0px 0px 0px;
	font-size:11px;
	text-align:left;
}

/****************************************************************************************/
/******************************** HOMEPAGE LAYOUT STYLES ********************************/
.headlines {
	padding: 18px 18px 0px 18px;
}
.todaysdate {
	color: #682d32;
	font-size: 0.9em;
	padding: 6px 0px 16px 0px;
}
.headlines td {
	padding-bottom: 14px;
	font-size: 0.9em;
}
.headlines td p {
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
.headlines a:link {
	color: #00247E;
	text-decoration: none;
}
.headlines a:visited {
	color: #6F7679;	
	text-decoration: none;
}
.headlines a:active { 
	color: #7CB3F1; 
}
.headlines a:hover { 
	color: #CF5200; 
}

/****************************************************************************************/
/********************************* LANDING PAGES STYLES *********************************/
.audience {
	background-color: #373b46;
	color: #ffffff;
}
.audience h1, .audience h2 {
	color: #ffffff;
}
.audience h3 {
	color: #fbe6c8;
}
.audience a:link, .audience a:visited, .audience a:active {
	color: #ffffff;
}
.audience a:hover {
	color: #fbe6c8;
}

.mainarea {
	padding: 0px 0px 0px 0px;
	margin: 0px 16px 0px 16px;
}
#audiencenavhome {
	padding: 0px;
  margin-left: 5px;
}
#audiencenav {
  width: 166px;
 	padding: 0px;
	margin: 0px;
  border-left: 5px solid #ffffff;
  background-image: url("/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/audiencenavbg.gif");
  background-repeat: no-repeat;
}

.homefeature {
	background-color: #70829c;
  background-image: url("/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/homefeature-background.gif");
  background-repeat: repeat-x;
	color: #ffffff;
}
.homefeature a:link, .homefeature a:visited, .homefeature a:active, .homefeature a:hover {
  color: #ffffff;
}

.horizontalrule {
  background-image: url("/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/horizontalrule-dotted.gif");
  background-repeat: repeat-x;
  padding: 3px 0px 8px 0px;
  margin: 0;
}

div.featurebox {
  width: 158px;
  padding: 0px;
  margin: 0px 8px 0px 8px;
  text-align: left;
  background: #d6cbce; /*#d0cbc8*/
	font-size: .7em;
  /*border: 1px solid #acabab;*/
}
div.featurecontent {
  padding: 12px;
}

ul.headerbox, ul.headerbox li {
  margin: 0px 8px 0px 8px;
  padding: 0;
  list-style: none;
}
ul.headerbox li {
  width: 158px;
  margin: 0;
}
ul.headerbox h3 {
  font-size: 90%;
  line-height: 1.3;
  font-weight: bold;
  /*text-transform: uppercase;*/
  margin: 0px;
  padding: 3px 0 4px 5px;
  text-align: left;
  color: #efebef;
}
ul.headerbox p {
  font-size: .7em;
  margin: 0;
  padding: 8px 8px 10px 8px;
}
ul.headerbox a:link, ul.headerbox a:visited, ul.headerbox a:active {
  color: #7d3d40;
	text-decoration: none;
}
ul.headerbox a:hover {
  color: #4b668e;
	text-decoration: underline;
}
li.boxtitle h3 {
  background: #7d3c40;
}
ul.headerbox div {
  background: #efebef;
}
li.boxtitle div {
  border: 1px solid #adaead;
}

.rightcolumn {
  background-color: #fcebd1; /* #fbe6c9, #ffdcaa */
  background-image: url("/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/rightcolumnbg.jpg");
  background-repeat: repeat-y;
}
.rightcolumntop {
  background-image: url("/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/rightcolumntopbg.jpg");
  background-repeat: no-repeat;
}
.rightcolumnaudience {
  background-color: #b59263;
  background-image: url("/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/rightcolumnbg-aud.jpg");
  background-repeat: repeat-y;
}
.rightcolumnaudiencetop {
  background-image: url("/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/rightcolumntopbg-aud.jpg");
  background-repeat: no-repeat;
}

/****************************************************************************************/
/************************************ SITE MAP STYLES ***********************************/
#sitemap ul { 
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.sitemap ul li {
  list-style-image:url(/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/arrow-purple.gif);
}
.sitemap ul ul li {
  list-style-image:url(/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/arrow-green.gif);
}
.sitemap ul ul ul li {
  list-style-image:url(/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/arrow-blue.gif);
}
.sitemap ul ul ul ul li {
  list-style-image:url(/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/arrow-yellow.gif);
}
.sitemap ul ul ul ul ul li {
  list-style-image:url(/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/arrow-orange.gif);
}
.sitemap ul ul ul ul ul ul li {
  list-style-image:url(/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/arrow-lightblue.gif);
}


/****************************************************************************************/
/*********************************** CMS LOGIN STYLES ***********************************/
.omniupdate {
  float: right;
	margin: 0;
	padding: 0;
}

/****************************************************************************************/
/********************************* BROWSER CHECK STYLES *********************************/
.brchk {
	border: 1px solid #FFCC33;
}
.pass {
	font-family: "Arial", "Helvetica", sans-serif, "Trebuchet MS", "Verdana";
	font-weight: bold;
	color: #00AA00;
}
.fail {
	font-family: "Arial", "Helvetica", sans-serif, "Trebuchet MS", "Verdana";
	font-weight: bold;
	color: #DD0000;
}

/****************************************************************************************/
/************************************** SOC STYLES **************************************/
.coursedetail {
	margin: 0px;
	padding: 0px;
	border: 1px solid #aaaaaa;
  background-color: #ffffff;
  width: 100%;
  border-collapse: collapse;
}
.coursedetail td, .coursedetail th {
	border: 1px solid #aaaaaa;
	padding: 2px;
  border-collapse: collapse;
  font-size: 85%;
}
.courseheading {
	margin: 0px;
	padding: 4px 0px 10px 0px;
  font-size: 90%;
}
.socdisclaimer {
	font-weight: bold;
	color: #993300;
}

#container {
	width: 100%; 
	position: relative;
}
.tabs {
	float: left;
	cursor: pointer;
	padding: 3px;
	color: #ca3b06;
	text-decoration: underline;
/*
	width: 20px;
	text-align: center;
*/
}
#tabholder {
	padding: 5px;
	clear: both;
}
#content {
	padding: 5px;
	clear: both;
/*
	height: 250px;
*/
}
#load {
	position: absolute;
	width: 80%;
	text-align: center;
	z-index: 100;
	clear: both;
	display: none;
}

#bcclist ul, #subjectcourseslist ul { 
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.bcclist ul li, .subjectcourseslist ul li {
  list-style-image:url(/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/arrow-blue.gif);
}
.bcclist ul ul li, .subjectcourseslist ul ul li {
  list-style-image:url(/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/arrow-blue.gif);
}
.bcclist ul ul ul li, .subjectcourseslist ul ul ul li {
  list-style-image:url(/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/arrow-blue.gif);
}
.bcclist ul ul ul ul li, .subjectcourseslist ul ul ul ul li {
  list-style-image:url(/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/arrow-blue.gif);
}
.bcclist ul ul ul ul ul li, .subjectcourseslist ul ul ul ul ul li {
  list-style-image:url(/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/arrow-blue.gif);
}
.bcclist ul ul ul ul ul ul li, .subjectcourseslist ul ul ul ul ul ul li {
  list-style-image:url(/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/arrow-blue.gif);
}

/****************************************************************************************/
/******************************** STAFF DIRECTORY STYLES ********************************/
.directory table {
  border-width: 0px;
  border-collapse: collapse;
  font-size: 95%;
}
.directory th {
	border-bottom: black 2px solid;
}
.directory td {
	border-bottom: grey 1px solid;
  font-size: 90%;
}
.directorydivider {
  border-bottom: #ffffff 2px solid;
	background-color: #fbeed9;
	height: 20px;
}

/****************************************************************************************/
/********************************* LEGACY CONTENT STYLES ********************************/
.newsHeader {
	background-color: #CF5200;
}
.spotlightHeader {
	background-color: #CF5200;
}

.news {
	padding:0px 15px 50px 15px;
	font-size: 0.9em;
}
.news ul {
	padding-left: 6px;
}
.news li {
	list-style-image: url(/web/20090116134809oe_/http://ecampus.oregonstate.edu/images/template/news_arrow.gif);
	padding-top: 2px;
	padding-bottom: 13px;
}
.news a:link, .spotlight a:link {
	color: #00247E;
	text-decoration: none;
}
.news a:visited, .spotlight a:visited {
	color: #6F7679;	
	text-decoration: none;
}
.news a:active, .spotlight a:active { 
	color: #7CB3F1; 
}
.news a:hover, .spotlight a:hover { 
	color: #CF5200; 
}

.learnMore {
	padding: 0px 0px 0px 53px;
	margin: 0px;
}

.spotlight {
	padding: 0px;
}

.coursespotlight {
	font-size: .7em;
	color: #000000;
	padding: 6px 10px 10px 10px;
	background-color: #FDEECE;
}

.dialogBox, .dialogBoxWhite, .dialogBoxFixed {
	padding:15px 20px 15px 20px;
	margin:20px;
	float:right; 
	width:40%;  
	text-align:left;
	display:block;
}
.dialogBoxFixed {
	width:300px;
	background-color:#FFFFFF; 
	padding:0px;
}
.dialogBoxWhite {
	background-color:#FFFFFF; 
	font-weight:bold;
}
.dialogBox, .dialogBoxContact {
	background-color:#FBEED9; 
}
.dialogBoxContact {
	float:right;
	display:block;
	margin:20px 0px 20px 20px;
	padding:25px;
	text-align:left;
}

.quoteBox {
	margin:10px 40px;
	display:block;
	float:right;
	font-size:medium;
	border-top:solid 1px #A0A0A0;
	border-bottom:solid 1px #A0A0A0;
}
.quoteBox p {
	font-family:"Arial", "Trebuchet MS","Verdana", sans-serif;
	padding:30px 10px 10px 10px;
	font-size:.8em;
	text-align:center;
}
.quoteBox h4 {
	font-family:"Arial", "Trebuchet MS","Verdana", sans-serif;
	text-align:right;
	font-size:.6em;
	line-height:1.1em;
}
.quoteBox img {
	float:right;
}

.photoCaptionRight, .photoCaptionLeft {
	font-size:medium;
	padding:10px 20px;
	display:block;
}
.photoCaptionRight {
	float:right;
}
.photoCaptionLeft {
	float:left;
}
.photoCaptionRight p, .photoCaptionLeft p {
	font-family:"Arial", "Trebuchet MS","Verdana", sans-serif;
	font-size:.6em;
	font-weight:bold;
	padding:0px;
	margin:0px;
	line-height:1.1em;
	text-align:center;
}
.photoCaptionRight img, photoCaptionLeft img {
	padding:0px;
	margin:0px;
}

/****************************************************************************************/
/********************************* MEDIA-SPECIFIC STYLES ********************************/
.printonly { display: none; }

@media print {
  body { background-color: #ffffff; background-image: none; }
  .rightside { background-color: #ffffff; background-image: none; }
  .leftside { background-color: #ffffff; background-image: none; }
  .table90 { width: 100%; }
  .orangebanner { display: none; }
  .blackbanner { display: none; }
  .sidenav { display: none; }
  .contentspacer { display: none; }
	.breadcrumbs { display: none; }
  .footerbanner { display: none; }
	.hideprint { display: none; }
  .printonly { display: block; }
  h1 { padding-top: 14px; }
  .footerline { padding: 0px; }
}
