/**
* CSS

*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.7em;
	font-family:Arial, Helvetica, sans-serif;
	background:url(http://www.m-cole.com/images/pattern3.gif);
	line-height:1.4em;
	color:#747F67;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }



a { text-decoration:none; color:#464348; }
a:link { text-decoration: none; }
a:active { color: #464348; text-decoration: none;}
a:visited { text-decoration: none; color: #90788F; }
a:hover { color: #a92020; text-decoration: none; }

a img { border: none; }

.nav a{ text-decoration:none; background-color:#FFFFFF; color:#231F20; }
.nav a:hover{ background-color:#231F20; color:#FFFFFF;}

.thickbox { background-color:#FFFFFF; }

.highlight {
	background:black;
	color:white;
	padding:1px;
}


#menu {
	width: 190px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	padding:10px 0px 10px 10px; 
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title 
{ }

#content {
   height: 100%;
	width: 700px;
	padding:10px 10px 10px 10px; 
    margin: 0 0 0 200px;
    top: 0;
}

.container {
    padding: 15px 15px 15px 15px;
	background-color:#FFF;
}

#content p { margin-bottom: 0px;}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; line-height:36px; color:#6D6E71;}
h2 { font-size: 24px; line-height:30px; color:#464348;}
h3 { font-size: 11px; line-height:0px; text-transform:uppercase; font-weight:normal;line-height:18px; }
h4 { font-size: 12px; line-height: 16px; font-weight:normal; margin-bottom: 10px; color:#464348;}
h5 { font-size: 12px; color: #464348; line-height: 14px; font-weight: normal; margin-bottom: 10px; width:650px; }

#item {
border-bottom: 1px solid #5b686b;
padding-bottom:10px;
margin-bottom:10px;
}

#item2 {
border-bottom: 1px solid #c41313;
padding-bottom:20px;
margin-bottom:10px;
}


#img-container	{ margin: 0; padding: 0; background-color:#FFF; height:900px;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
