/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/

/*Body and Base*/
body { 
	word-wrap: break-word !important; 
	font-size: 12px; !important;
	font-family: arial; !important;
	margin: 0; 
}



/*Basic Structure*/
#header {
	background-image: url(/images/head-trans.png);
	background-repeat: no-repeat;
	height: 174px;
	width: 937px;
}

#navigation { 
}
#wrapper{
	width: 937px;
	margin:0 auto;
	text-align:left;
}

#content-wrap{ 
}

#content{
	background-image: url(/images/content_tile-trans.png);
	background-repeat: repeat-y;
	width: 937px;
}

#footer{
	background-image: url(/images/foot-trans.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 937px;
}

#utility{
	width: 265px;
}

#nav-secondary{
}

#sidebar{
	width: 226px;
	position: relative;
	top: 10px;
	left: 21px;
}
#sidebar a {
	color: #990000;
	text-decoration: underline;
}
#sidebar h1 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B7191D;
	height: 24px;
	width: 226px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-indent: 5px;
}
#sidebar ul {
	display:table-row-group;
	list-style-type:none;
}
#sidebar li {
	margin: 0px;
	list-style-type: none;
	
}

#sidebar .arquive_count{
	display: none;
}

#search{
	position: relative;
	left: 675px;
	top: 20px;
	width: 250px;
}
#search_form {
	z-index: 999;
}

#login{
}


#bug {
	background-image: url(/images/pm_bug.gif);
	display: block;
	height: 51px;
	width: 124px;
}

/*Basic Navigation*/

#navigation a { }
#navigation a:hover { }



/*Blog*/

#theblog {
	font-size: 14px;
	line-height: 18px;
	width: 654px;
	overflow: hidden;
	}

#theblog a {
	color: #B7191D;
	text-decoration: none;
 }

#theblog a:hover {
	color: #263E58;
}

.the_date{
}

.title{
}



/*Forms*/


.field{ 
 }


.regular{
}



.description{
}




h4{
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-style: normal;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
ol {
clear:both;
float:none;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:5px;
padding:2px;
}

label {
color:#555555;
font-family:verdana,sans-serif;
font-size:11px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
li.sub-section {
clear:left;
padding:10px 10px;
}

li.form-element dt {
	float:left;
	width: 75px;
}

li.form-element {stylesheet.css (line 580)
clear:both;
padding-top:2px;
}

input.text-input {
	padding:2px;
	border: 1px solid #666666;
}

a.visibility-toggle {
font-size:100%;
}

.submit {
font-family:Arial,sans-serif;
font-size:14px;
font-weight:bold;
letter-spacing:0pt;
margin:5px 0pt 0pt;
}




/* BASE TYPOGRAPHY */
p, ul {
	margin: 0 0 1.5em;
}

h1, h2, h3 {
	letter-spacing: -1px;
	font-family: arial,verdana,sans-serif;
	padding-bottom: .1em;
}

h1 {
	font-size: 196%;
	margin-top:.6em;
}

h2 {
	font-size: 136%
}

h3 {
	font-size: 126%
}


.highlight {
	color:#E17000
}

.subdued {
	color:#999
}

.error {
	color:#c00;
	font-weight:bold
}

.success {
	color:#390;
	font-weight:bold
}

.caption {
	color:#999;
	font-size:11px
}

.date {
	font: bold 82% arial;color:#bbb;
	display:block;
	letter-spacing: 1px
}

small {
	font-size:11px
}

/*CUSTOM SITE FORMS*/

.loginfields{
}

.loginbutton{
}

/*CUSTOM SITE TYPOGRAPHY*/

.text_head {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}

.text_sub {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.text_date {
	font-size: 12px;
	font-weight: bold;
	color: #455586;
}

.text_location {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.text_description {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#promote {
	margin-top: 25px;
}
#promote table {
	border: 1px solid #3D5693;
}
.promote_bottom {
	font-size: 11px;
	color: #456099;
	background-color: #FFFDD7;
	height: 20px;
}
.add2small {
	font-size: 11px;
	cursor: pointer;
}
.promote_top {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3D5693;
}

#logo {
	background-image: url(/images/cmpi_logo.png);
	background-repeat: no-repeat;
	display: block;
	height: 125px;
	width: 125px;
	position: relative;
	left: 15px;
	top: 10px;
}
#main_table {
	width: 919px;
}
#content_column {
	width: 654px;
}
#sidebar a:hover {
	color: #000066;
	text-decoration: underline;
}
#q {
	background-color: #FEF7F7;
	padding: 2px;
	height: 13px;
	width: 186px;
	border: 1px solid #B7191D;
	font-size: 11px;
	font-weight: bold;
	color: #1132A6;
}
#button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B7191D;
	padding: 2px;
	height: 20px;
	width: 50px;
	border: 1px solid #B5C9DF;
	cursor: pointer;
	position: relative;
	top: 1px;
	font-size: 10px;

}
