/* Basic Default HTML Styles */
body{
	font-family: Verdana, Arial, sans-serif;
	background: #EEEEEE; 
	margin: 0px 0px 0px 50%;
}

html{	margin: 0px; padding: 0px; }
div{ margin: 0px; padding: 0px; }
img{ border: 0px; }
h1{ margin: 0px; padding: 0px; }

h2 {
	font: 1.5em Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
	margin: 0;
	color: #DC1927;
}

a{
	color: #DC1927;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* Page style */

/* I probably would have left off the border on the container, but
   Safari puts some sort of weird top margin on the div if there's
   no border. Silly, really. */
#container{
	position: relative;
	width: 750px;
	/* Could also use margin-left and -right: auto but IE 5 PC doesn't like that */
	border: 0px solid #FFFFFF; 
	margin-left:-375px; margin-right:0; margin-top:0; margin-bottom:0;
}

#footer{
	position: relative;
	margin: 15px 0px 0px -100%;
	height: 200px;
	background: url(webimages/footer.gif) repeat-x top left;
	text-align: center;
	padding-top: 15px;
}

#footer p{
	font-size: 10px;
	margin: 0;
	padding: 2px;
}

#footer_spacer{
	position: relative;
	height: 69px; width: 10px;
	background: url(images/spacer.gif) no-repeat top left;
}

#footer_investor{
	position: relative;
	height: 69px; width: 100px;
	background: url(webimages/investor.gif) no-repeat top left;
}

#footer_training{
	position: relative;
	height: 69px; width: 80px;
	background: url(webimages/training.gif) no-repeat top left;
}

#footer_cmi{
	position: relative;
	height: 69px; width: 69px;
	background: url(webimages/cmi.gif) no-repeat top left;
}

#footer_tms{
	position: relative;
	height: 69px; width: 272px;
	background: url(webimages/tms.gif) no-repeat top left;
}

/* HEADER */

.pdq_title{
	position: relative;
	height: 180px; width: 750px;
	background: url(webimages/PDQ_header.jpg) no-repeat top left;
	margin-top: 15px;
	padding-bottom: 15px;
}

.pdq_title span{
	display: none;
}

.pdq_title a{
	display: block;
	height: 180px; width: 750px;
}

/* MAIN SITE */

.add_space{
	height: 15px;
	font-size: 1px; line-height: 1px; /* fix for IE to stop vertical space appearing between divs */
}

.highlight{
	color: #DC1927;
}

.bold{
	font-weight: bold;
}

blockquote {
	margin: 20px 40px 25px 40px;
	width: 400px;
	background: url(webimages/quote_left.gif) left top no-repeat;
}
blockquote div {
	padding: 0 30px;
	background: url(webimages/quote_right.gif) right bottom no-repeat;
}

/* http://www.csscreator.com/attributes/containedfloat.php */
.float_container:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}

.float_container{
	display: inline-table;
} 

/* Mark Hadley's fix for IE Mac */  
/* Hides from IE Mac \*/ 
* html .float_container {height: 1%;} 
.float_container{display:block;} 
/* End Hack */

.main_container{
	position: relative;
	width: 750px;
	margin: 0;
	padding: 0;
}

.main_page{
	position: relative;
	float: right;
	width: 535px;
	margin: 0; padding: 0;
	display: block;
	right: 15px;
}

.main_top{
	height: 7px; width: 535px;
	position: relative;
	font-size: 1px; line-height: 1px; /* fix for IE to stop vertical space appearing between divs */
	background: url(webimages/main_top.gif) top left no-repeat;
}

.main_center{
	width: 495px;
	position: relative;
	background: url(webimages/main_center.gif) top left repeat-y;
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 10px 20px 10px 20px;
}

.main_center p{
	margin: 15px 0px 15px 0px;
}

.main_center ul{
	list-style-type: square;
}

.main_bottom{
	height: 7px; width: 535px;
	position: relative;
	font-size: 1px; line-height: 1px; /* fix for IE to stop vertical space appearing between divs */
	background: url(webimages/main_bottom.gif) top left no-repeat;
}

.investor{
	position: relative;
	background: url(webimages/investor.jpg) no-repeat center left;
	height: 69px; width: 250px;
	float: left;
}

.chi{
	position: relative;
	background: url(webimages/chi.jpg) no-repeat center right;
	height: 69px; width: 250px;
	float: left;
}

.news_date{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	color: #9B9A9A;
	font-size: 0.9em;
}

.news_text{
	margin: 15px 0px 0px 0px;
	clear: both;
}

.news_spacer{
	margin: 15px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	border-top: 1px dashed #9B9A9A;
}

.news_image{
	float: right;
	margin-left: 10px;
	padding: 10px 0px 10px 10px;
	border-left: 1px solid #9B9A9A;
}

.image_spacer{
	padding: 10px 0px 0px 0px;
}

.contact{
	margin-top: 10px;
}

.mini_header{
	margin-top: 15px;
	background-color: #DC1927;
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px 0px 2px 6px;
	color: #FFFFFF;
	border-top: 1px solid #9B9A9A;
	border-left: 1px solid #9B9A9A;
	border-right: 1px solid #9B9A9A;
	border-bottom: 0px;
}

.mini_news{
	border: 1px solid #9B9A9A;
	padding: 5px;
	margin: 0;
	background-color: #FFFFFF;
}

.mini_date{
	text-transform: uppercase;
	color: #9B9A9A;
	font-size: 0.7em;
	margin: 0px 0px 8px 0px;
}

.mini_title{
	font: 0.85em Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
	color: #DC1927;
	text-align: center;
	margin: 0px 0px 10px 0px;
}

.mini_text{
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 5px 0px 0px 0px;
}

.news_document{
	padding-top: 10px;
	padding-left: 20px;
}

.news_document_title{
	font-style: italic;
	font-size: 1.1em;
	text-decoration: underline;
	padding-bottom: 5px;
}

.doc_jpeg{
	background: url(webimages/doc_jpg.gif) no-repeat top left;
	padding-left: 25px;
	margin-left: 5px;
}

.doc_pdf{
	background: url(webimages/doc_pdf.gif) no-repeat top left;
	padding-left: 25px;
	margin-left: 5px;
}

.doc_unknown{
	background: url(webimages/doc_unknown.gif) no-repeat top left;
	padding-left: 25px;
	margin-left: 5px;
}

.doc_word{
	background: url(webimages/doc_word.gif) no-repeat top left;
	padding-left: 25px;
	margin-left: 5px;
}

.doc_zip{
	background: url(webimages/doc_zip.gif) no-repeat top left;
	padding-left: 25px;
	margin-left: 5px;
}

.document_spacer{
	padding: 5px 0px 0px 0px;
}

/* Navigation */

.menu{
	position: relative;
	float: right;
	width: 200px;
	margin: 0; padding: 0;
	display: block;
}

.menu_top{
	position: relative;
	height: 60px; width: 200px;
	background: url(webimages/menu_top.gif) bottom left no-repeat;
}

.menu_bottom{
	position: relative;
	height: 59px; width: 200px;
	background: url(webimages/menu_bottom.gif) top left no-repeat;
}

ul#nav {
	list-style: none;
	margin: 0; padding: 0;
	width: 200px;
}

#nav li {
	margin: 0;
	padding: 2px 0px 5px 0px;
	width: 200px;
	background: url(webimages/menu_normal.gif) bottom left no-repeat;
}

#nav li>ul { /* to override top and left in browsers other than IE, 
		which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover, #nav li.over { /* lists nested under hovered list items */
	display: block;	
	background: url(webimages/menu_hover.gif) bottom left no-repeat;
}

#nav li.selected{
	display: block;
	background: url(webimages/menu_select.gif) bottom left no-repeat;
}

#nav li.selected a{
	color: #DC1927;
}

#nav a{
	font-size: 0.75em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 12px;
}

/* Admin */

input.formField{
	border: 1px solid #9B9A9A;
	padding: 2px;
	width: 280px;
}

textarea.formTextArea{
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #9B9A9A;
	font-size: 1.0em;
	line-height: 1.5em;
	padding: 2px;
	width: 489px;
}

.inputbutton{
	font-size: 1.0em;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #9B9A9A;
	color: #000000;
	margin-left: 2px; margin-right: 2px;
	padding-bottom: 2px; padding-top: 2px; padding-left: 5px; padding-right: 5px;
	text-decoration: none;
	text-align: center;
	background-color: #EEEEEE;
}

.inputbutton_hover{
	font-size: 1.0em;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #9B9A9A;
	color: #FFFFFF;
	margin-left: 2px; margin-right: 2px;
	padding-bottom: 2px; padding-top: 2px; padding-left: 5px; padding-right: 5px;
	text-decoration: none;
	text-align: center;
	background-color: #DC1927;
}

.logout{
	text-align: right;
	float: right;
}

a.admin_button{
	font-size: 1.0em;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #9B9A9A;
	color: #000000;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	text-align: center;
	background-color: #EEEEEE;
}

a.admin_button:hover{
	color: #FFFFFF;
	background-color: #Dc1927;
}

.delete_photo{
	text-align: center;
	padding-top: 10px;
}

.form_heading{
	text-align: right;
	font-weight: bold;
}

.error{
	color: #0000FF;
}

.delete_document{
	text-align: left;
	padding: 5px 0px 10px 0px;
}

.news_archive_link{
	font-size: 1em;
	padding-bottom: 5px;
	text-align: right;
	color: #DC1927;
}

.news_archive_link a:hover{
	text-decoration: underline;
}