/* @group General Styles */

body { 
	margin: 0;
	padding: 0;
	font: 0.8em "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	color: #fff;
	background: #541204 url(images/bkg_smallstripes.jpg) repeat-x;
}

p, br { margin: 0; }

br.multicolumn {
    clear: left;
  }


img { border: none; }

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 12px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 12px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #fff;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	color: #CCCCCC;
}

.clearer {
	clear: both;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

/* @end */


/* @group Layout */


#siteTitle {
	margin-left: 250px;
}

#cmlogo {
	position: relative;
	margin-top: -40px;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

#sidebarContainer {
	float: left;
	background: #4A0400 url(images/shine.jpg) no-repeat top left;
	border-style: solid;
	border-width: 1px;
	border-color: #eb852d;
	padding-top: 30px;
	padding-bottom: 36px;
}

#sidebarContent {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 1.1em;
	line-height: 100%;
	line-height: 18px;
}

#contentContainer {	
}



#content {
	padding-top: 20px;
	padding-right: 100px;
	margin-left: 250px;
	margin-right: 0px;
}

#footer {
	padding-top: 5px;
	margin-top: 36px;
	margin-bottom: 30px;
	border-top: 1px solid #eb852d;
}

#footerText {
	float: left;
	width: 700px;
}

#logos {
	float: right;
	padding-left: 20px;
}


/* @end */


/* @group Menus */

#navcontainer {
	margin-bottom: 24px;
	line-height: 16px;
	margin-top: 4px;
}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #808080;
}

#navcontainer li {
	position: relative;
	border-top-width: 0;
	margin-bottom: 3px;
}

#navcontainer a {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #653E36;
	padding: 3px 6px 5px;
}

#navcontainer a:hover {
	background-color: #EB852D;
	color: #fff;
}

#navcontainer #current {
	background-color: #7F4D43;
}

#navcontainer #current:hover {
	background-color: #EB852D;
}

#sidebarContent li {
	color: #eb852d;
	margin-left: -20px;
	margin-bottom: 0px;
}

/* @end */


/* @group Forms */
.message-text {
	width: 98%;
} 

.required-text {
} 

.form-input-field {
	width: 95%;
	font-size: 1.1em;
	color: #666;
	background-color: #f9f9f9;
} 

.form-input-button {
	margin: 0;
	padding: 0;
} 
/* @end */



/*body area*/ 

#contentContainer h2 {
	font-size: 1.5em;
	margin-top: 17px;
	margin-bottom: 5px;
	color: #eb852d;
}

#contentContainer h3 {
	font-size: 1.2em;
	padding-top: 5px;
	margin-top: 17px;
	margin-bottom: 5px;
	color: #eb852d;
	border-top: 1px solid #eb852d;
}

#contentContainer p {
	font-weight: bold;
	font-size: 1em;
	line-height: 110%;
	color: #fff;
	margin-bottom: 10px;
}

#contentContainer p.withLine {
	font-weight: bold;
	font-size: 1em;
	line-height: 110%;
	color: #fff;
	margin-bottom: 10px;
	padding-top: 15px;
	margin-top: 17px;
	margin-bottom: 5px;
	border-top: 1px solid #eb852d;
}

#contentContainer #content strong {color: #eb852d;}


/*bullet points*/

#contentContainer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#contentContainer #content li {
	font-weight: bold;
	background-image: url(images/cm-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	margin-bottom: 5px;
}

#contentContainer ul.multicolumn {
	float: left;
	width: 600px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
 
#contentContainer #content li.multicolumn {
	float: left;
	width: 250px;
  	font-weight: bold;
	background-image: url(images/cm-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	margin-bottom: 5px;
} 



/* rule */
hr {
	border-bottom: 1px solid #eb852d;
	border-style: none none solid; margin-top: 15px;
}


/* images */
img.right { 
	padding: 0 0 0 15px;
	float: right;
}
img.left { 
	padding: 0 15px 0 0;
	float: left;
}
