/*Common styles*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/background_page.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-left: 0px;
}
h1  {
	color:#660000;
	font-family:Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:90%;
}
h2  {
	color:#660000;
	font-family:Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:75%;
}
p  {
	color:#660000;
	font-size:75%;
	line-height: 140%;
	padding: 0px;
}
ul   { /*body unordered list*/
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
li   { /*body lists*/
	color:#660000;
	font-size: 75%;
	margin-left: 0px;
	background-image: url(../images/sm_blue_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0.05em 0.5em;
	padding-left: 1em;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 120%;
	margin-bottom: 5px;
}
a:link  {
	color:#660000;
	text-decoration:underline;
}
a:visited  {
	color:#74899d;
	text-decoration:underline;
}
a:hover  {
	color:#74899d;
	text-decoration:underline;
}
/*Common divs for formatting. These appear on all pages*/
#wrapper  { /*holds all the divs and floats them in the middle of the page*/
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

#topbar  { /*the burgundy bar that holds the Home button*/
	width: 800px;
	height: 25px;
	background-color:#660000;
	background-image:url(../images/background_top_bar.gif);
	background-repeat: no-repeat;
	text-align: right;
}
#logo  { /*holds the logo and the background on the right*/
	width: 800px;
	height: 79px;
}
#content  { /*holds all the side navigation, text area and bottom info stuff*/
	width: 800px;
}
#sidebar  { /*holds all the side navigation*/
	width: 200px;
	height: 411px;
	float:left;
}
#contentText  { /*This holds the two images that create the round corners at the top and
bottom of the textare, plus the text itself.*/
	width: 600px;
	float:right;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	background-position: bottom;
}
#textarea  { /*Holds the textarea and bottom address info*/
	width: 540px;
	min-height: 500px;
	padding-left: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	padding-top: 20px;
}
#textTop  { /*Holds the image at the top of the text that makes the top round corners*/
	width: 600px;
}
#textBottom  { /*Holds the image at the bottom of the text that makes the bottom round corners.
I had to place this outside the textarea to work correctly, thus the float right*/
	width:600px;
	float: right;
}
#rightColBox  { /*This styles the navigation box that floats on the right
of the Case Studies pages*/
	width: 180px;
	background-color:#ced7df;
	float:right;
	margin-top:20px;
	margin-left: 10px;
	margin-right:0px;
	margin-bottom:10px;
	
}
#rightColText  { /*This styles the textarea within those boxes*/
	padding-left:5px;
	padding-right:5px;
	background-color:#ced7df;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

#rightColText ul  { /*This styles the UL in the rightColText boxes.*/
	margin-top:0px;
	margin-bottom: 0px;
}

/*All of the following styles the bottom address stuff*/
#bottominfo  {
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9eb0bf;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: .5em;
	clear: left;
	bottom: 0px;
}

#bottominfo p {
	font-size:65%;
	margin-top: 0px;
	margin-bottom: 3px;
	line-height: 125%;
}
#bottominfo a:link  {
	color:#660000;
	text-decoration:underline;
}
#bottominfo a:visited  {
	color:#660000;
	text-decoration:underline;
}
#bottomLeftCol {
	width: 275px;
	float:left;
	background-color: #FFFFFF;
}
#bottomRightCol {
	width: 250px;
	float:right;
	text-align: right;
	background-color: #FFFFFF;
}

/*special styles*/

.itemsOnHomePage  { /*This styles the large itemized questions on the top page*/
	font-size: 80%; 
	margin-left: 0px;
	background-image: url(../images/blue_item.gif);
	background-repeat: no-repeat;
	background-position: 0.05em 0.1em;
	padding-left: 2em;
	margin-top: .5em;
	padding-top: 0px;
	line-height: 120%;
	padding-bottom: 5px;
	font-weight: bold;
}

.itemsInText  { /*This styles the large bulletted secondary nav items on the Case Studies pages*/
	font-size: 75%;
	margin-left: 0px;
	background-image: url(../images/blue_item.gif);
	background-repeat: no-repeat;
	background-position: 0.05em 0.1em;
	padding-left: 2em;
	margin-top: .5em;
	padding-top: 0px;
	line-height: 120%;
	padding-bottom: 5px; 
}
.itemsInTextRed  { /*This styles the large bulletted secondary nav items on the Case Studies pages*/
	font-size: 75%;
	margin-left: 0px;
	background-image: url(../images/blue_item.gif);
	background-repeat: no-repeat;
	background-position: 0.05em 0.1em;
	padding-left: 2em;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 120%;
	padding-bottom: 5px;
	color:#660000; 
}
.titleBox  {  /*This styles the titles of the page*/
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9eb0bf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #660000;
	padding-bottom: 5px;
}


.inlineHead  { /*This styles the run0in heads on the Case Study pages*/
	font-weight:bold;
	color:#660000;
}
.nmcclain {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
}
p.homepg {
	font-size:80%;
	line-height: 150%;
	color: #660000;
}
li.second   { /* lists within body lists*/ 
	font-weight: normal;
	margin-left: 2em;  
	
}
li.secondLastinList   { /* lists within body lists*/ 
	font-weight: normal;
	margin-left: 2em; 
	padding-bottom: 1em; 	
}
.more {
	font-style: italic;
}

@media print { 
body  {
	background-color: white !important;
	background-image: none !important;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
p.homepg, p, li, h1, h2 {
	color: black;
}
a:link, a:visited {
	color: black;
	font-weight: normal;
	text-decoration: underline;
} 
 
#topbar, #sidebar, #textTop {
	display: none;
	height: 0px;
	width: 0px; 
	}
#p7TBtrig10, #p7TBtrig20, #p7TBtrig30, #p7TBtrig40, #p7TBtrig50, #p7TBtrig60, #p7TBtrig70 {
	display: none; 
	}
#wrapper {  
	width: 7.5in; 
	margin-top: 0px;
	padding: 0;
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
 
#contentText  { /*This is the textarea div for all the secondary pages*/
	float: none !important;
	width: auto;
	margin-top: 0em;
	padding-top: 0in;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: .5in;
	border: 0px;
}
 
#bottominfo  {
	margin-left:  0px;	
	width: auto; 
	padding-top: 8px;	
}
 
 #bottominfo p  {
	font-size: 70%;
	color: #black;
	margin-top: 0px;
	margin-bottom: 3px;
	letter-spacing: normal;
}
 #bottominfo a:link  {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
 #bottominfo a:visited  {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
ul {  
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 8px;
}
li {
	list-style-type: disc;
	font-size: 75%;
	margin-left: 8px;
	background-image: none; 
	margin-top: 0px;
	padding-top: 0px;
	line-height: 120%;
	margin-bottom: 3px;
}
  
#rightColBox {
	display: none;
} 
}	
