/* CSS Document */

* {
margin: 0;
padding: 0;
}
body {
	margin: 0px;
	padding: 0px 10px;
	font: 11px Arial, Helvetica, sans-serif;
	background: #000;
}

#wrapper {
	background: #fff url(../images/cotam_contentbg.jpg) no-repeat top;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 12px;
}
#colLeft {
	float: left;
	display: inline;
	width: 190px;
	margin: 10px 0 0 10px;
	background: #ffaa10 url(../images/colLeft_head.gif) no-repeat left top;
}
#colCenter {
	float: left;
	display: inline;
	width: 372px;
	margin: 10px 0 0 14px;
}
#colRight {
	float: right;
	display: inline;
	width: 190px;
	margin: 10px 10px 10px 0;
	background: #ffaa10 url(../images/colRight_head.gif) no-repeat left top;
}
#colRightWide {
	float: right;
	width: 562px;
	margin: 30px 20px 10px 0;
	/*background: #fff;*/
}
#footer {
	width: 800px;
	margin: 0 auto;
	color: #FFFFFF;
	padding: 10px 0 24px 0;
}

/* navigation =================================================*/
#navigation {
	background: #000;
	float: right;
	margin-top: 99px;
	margin-right: 73px;
	font-size: 10px;
}
#navigation ul {
	list-style: none;
/*	position: relative; */
}

#navigation ul li {
	position: relative;
}
#navigation li ul {
	display: none;
	position: absolute;
	top: 21px;
	left: 7px;
}
#navigation li.topNav {
	float:left;
}
#navigation li.topNav a {
	display: block;
	padding: 0 0 0 14px;
	margin: 4px 5px;
	text-decoration: none;
	color: #fff;
	border-left: 1px solid #fe7c0b;
	letter-spacing: .5em;
}
#navigation li.topNav a:hover {
	color: #fe7c0b;
}
.subNav li a {
	float: none;
	display: block;
	width: 100px;
	padding: 4px 8px;
	text-decoration: none;
	color: #FFF;
	background: #000;
	/*border-right: 1px solid #fe7c0b;
	border-top: 1px solid #fe7c0b;
	border-left: 1px solid #fe7c0b;*/
	font-size: .9em;
	letter-spacing: .2em;
}
#navigation li.topNav a.first {
	border-left: none;
}
.last {
	/*border-bottom: 1px solid #fe7c0b;*/
}
#navigation li:hover ul, #navigation li.over ul {
	display: block;
	background: #fe7c0b;
}
/* navigation =================================================*/
/* clearing floats =================================================*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* clearing floats =================================================*/

#footer ul.links {
	float: right;
}
#footer ul.utility {
	float: left;
}
#footer li {
	display: inline;
}
#footer a {
	text-decoration: none;
	font-size: 10px;
	padding-right: 1em;
	padding-left: 1em;
}
#footer li a:link, #footer li a:visited, #footer li a:active {
 color: #fff;
}
#footer li a:hover {
 color: #fe7c0b;
}

/* ================================================================*/
a:link, a:visited {
	color: #b01f01;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.box {
	margin-bottom: 8px;
	padding: 1em 1em 0;
}
#mastHead {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 122px;
	background: #000000 url(../images/cotam_header.jpg) no-repeat right;
	color: #FFFFFF;/*	padding: 24px;  */
	}
#logo {
	float: left;
}
p {
	margin-bottom: .8em;
}
h2 {
	margin-top: .3em;
	margin-bottom: 1em;
}
#colLeft h2 {
	margin-top: 1em;
	margin-bottom: .2em;
}
h3 {
	margin-bottom: .5em;
}

.imgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

#colRightWide h1 {
	letter-spacing: .3em;
	font-size: 16px;
	margin-bottom: .3em;
	padding-bottom: .2em;
	border-bottom: 1px dotted #000000;
}
#colRightWide h4 {
	font-size: 10px;
	margin-bottom: 2em;
}
#colRightWide h1.calendar {
	margin-bottom: 2em;
}
ul.calendar {
	margin-bottom: 2em;
	list-style: none;
	margin-left: 10px;
	border-left: 1px solid #000000;
	padding-left: 10px;
}
.attribution {
	text-align: right;
	padding-bottom: .2em;
	margin-bottom: 1.3em;
	border-bottom: 1px dotted #999999;
}
.emphasis {
	font-style: italic;
	margin-bottom: .4em;
}

#leftnav ul {
	list-style: none;
	font-size: 13px;
	line-height: 1.5em;/*	position: relative; */
	margin-top: 1em;
}