/* CMI General Stylesheet */

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	text-align: center;
}

#wrap {
min-width:1000px;
max-width:1000px;
width: auto !important; /*IE6 hack*/
width:1000px; /*IE6 hack*/
margin:0 auto; /*center hack*/
text-align:left; /*center hack*/
}


/*
#wrap {
	width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
} */

/* Header elements below */

#header {
	margin-left: 0px;
	margin-top: 0px;
	background: #111133;
	height: 80px;
	width: 1000px;
}

#banner_line1 {
	text-align: center;
	padding-top: 15px;
	color: #eee;
	font-size: 22pt;
	font-family: garamond, times new roman, serif;
	letter-spacing: 10pt;
	font-weight: bold;
}

#banner_line2 {
	text-align: center;
	padding-top: 0px;
	color: #ccc;
	font-size: 12pt;
	letter-spacing: 5pt;
}

/* Sub-header elements here.  Note that there is an inline style for the first tButton, removing its left border. */

#header_sub {
	margin-left: 0px;
	margin-top: 0px;
	background: #7E92A5;
	height: 35px;
	width: 1000px;
}

.tButton {
	position: relative;
	left: 20px;
	top: 8px;
	font-weight: bold;
}

A.tButton:link {
	color: #eeeeee;
	text-decoration: none;
	left: 0px;
	border-left: solid 1px #eeeeee;
}

A.tButton:hover {
	color: #eeeeee;
	text-decoration: none;
	left: 0px;
	border-left: solid 1px #eeeeee;
	background-color: #333333;
}								 						

A.tButton:visited {
	color: #eeeeee;
	text-decoration: none;
	left: 0px;
	border-left: solid 1px #eeeeee;
}

/* Below the sub-header is the image banner */

.image_banner {
	margin-left: 0px;
	margin-top: 0px;
}

/* We're now into the main part of the page. First the left column, which contains the news_box and the ref_comments 
NB:  The scroller has some inline styles to make the JS work.
NB:  The weblawg feed will be a custom RSS feed, when I get it fully functional. Don't know if that will interfere. */


#news_box {
	margin-left: 0px;
	margin-top: 2px;
	padding: 0px;
	height: 165px;
	width: 196px;
	color: #996600;
	border: 2px solid #7E92A5;
}

#ref_comments {
	margin-left: 0px;
	margin-top: 2px;
	padding: 0px;
	width: 196px;
	height: 226px;
	color: #996600;
	border: 2px solid #7E92A5;
}

/* Content boxes are next.  Now it gets fun. */

.content {
	margin-left: 202px;
	margin-top: -400px;
	padding: 0px;
	height: 394px;
	width: 594px;
	border: 4px solid #111133;
	border-top-width: 2px;
	background: #ddeeff;
}

#contact_content_text {
	font-size: 10pt;
}

#comm_strat {
	margin-left: 202px;
	margin-top: -400px;
	padding: 0px;
	height: 254px;
	width: 292px;
	border: 4px solid #111133;
	border-top-width: 2px;
	background: #ddeeff;
}

#bus_dev {
	margin-left: 504px;
	margin-top: -260px;
	padding: 0px;
	height: 254px;
	width: 292px;
	border: 4px solid #111133;
	border-top-width: 2px;
	background: #ddeeff;
}

#IDI_intro {
	margin-left: 202px;
	margin-top: 2px;
	padding: 0px;
	height: 130px;
	width: 594px;
	border: 4px solid #111133;
	background: #ddeeff;
}

.main_area_text {
	font-size: 10pt;
	padding: 0px 10px;
	height: 368px;
	overflow: auto;
}

#weblawg_feed {
	margin-left: 806px;
	margin-top: -400px;
	padding: 0px;
	height: 396px;
	width: 190px;
	/* overflow: auto; */
	/* color: #996600; */
	border: 2px solid #7E92A5;
}

/* The footer is just a line for text links and legal stuff */

#footer {
	margin-top: 2px;
	margin-left: 0px;
	height: 21px;
	width: 996px;
	color: #996600;
	font-size: 10pt;
	text-align: center;
	padding-top: 4px;
	border: 2px solid #7E92A5;
	border-bottom-width: 8px;
}

.fButton {
	

}

A.fButton:link {
	color: #996600;
	text-decoration: none;
	left: 0px;
	border-left: solid 1px #996600;
}

A.fButton:hover {
	color: #ffcc33;
	text-decoration: none;
	left: 0px;
	border-left: solid 1px #ffcc33;
	background-color: #7E92A5;
}								 						

A.fButton:visited {
	color: #996600;
	text-decoration: none;
	left: 0px;
	border-left: solid 1px #996600;
}

	
.box_heading {
	padding: 0px 2px 2px;
	display: block;
	color: #eeeeee;
	background: #7E92A5;
}
		
.box_content_side {
	padding: 2px;
	color: #996600;
}

/* This stuff is for the form, and so far has been copied from the lesson */

fieldset {  
margin: 5px;  
padding: 0;
float: left;  
clear: left;  
width: 98%;  
}
legend {  
margin-left: 10px;  
color: #000000;  
font-weight: bold;
}
fieldset ol {  
padding: 5px 5px 0 5px;  
list-style: none;
}
fieldset li {  
padding-bottom: 5px;
float: left;  
clear: left;  
width: 90%; 
}
fieldset.formButtons {  
/* border-style: none; */
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 240px;
}
label {  
/* display: block; */
float: left;  
width: 225px;  
margin-right: 10px;
text-align: right;
}	


