@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/cmshead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
#container{
	width:975px;
	margin-left:auto;
	margin-right:auto;
}
#head{
	height:470px;
	width:935px;
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
}
#logo{
	background-image: url(../images/luketomwhite.png);
	background-repeat: no-repeat;
	float: left;
	height: 165px;
	width: 226px;
	margin-right:78px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ed1c24;
	font-size:24px;
}
#navigation{
	width:600px;
	padding-top:33px;
	float:left;
}
.links{
	float:left;
	width:130px;
	margin-right:20px;
}
.links h2{
	font-size:12px;
	color:#ed1c24;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ed1c24;
	padding-bottom: 4px;
}
.links ul{
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:12px;
	line-height:normal;
	text-align: left;
}
.links ul li{
	text-indent:0px;
	padding-top:0px;
	padding-bottom:4px;
	line-height:normal;
	margin:0px;
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.links a:link{
	color:#fff;
	text-decoration:none;
}
.links a:active{
	color:#fff;
	text-decoration:none;
}
.links a:visited{
	color:#fff;
	text-decoration:none;
}
.links a:hover{
	color:#ed1c24;
	text-decoration:none;
}
#strapline{
	width:513px;
	height:51px;
	float:left;
	clear:both;
	margin-top:70px;
}
#strapline2{
	width:513px;
	height:100px;
	float:left;
	clear:left;
	margin-top:10px;
}
#slideshow {
	float: left;
	position: relative;
	height: 100px;
	width: 513px;
}

#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	
}
#slideshow DIV.unactive {
	visibility: hidden;
	
}
#slideshow DIV.active {
	z-index:10;
	visibility: visible;
}

#slideshow DIV.last-active {
    z-index:9;
	visibility: visible;
}

#page{
	width:935px;
	padding-left:20px;
	padding-right:20px;
	background-color:#000;
	padding-bottom:20px;
	color:#FFF;
	height: auto;
}
#leftcolumn{
	width:675px;
	margin-right:40px;
	margin-top:25px;
	font-size:12px;
	line-height:18px;
	float:left;
}
#leftcolumn a:link{
	color:#ed1c24;
	text-decoration:underline;
}
#leftcolumn a:active{
	color:#ed1c24;
	text-decoration:underline;
}
#leftcolumn a:visited{
	color:#ed1c24;
	text-decoration:underline;
}
#leftcolumn a:hover{
	color:#A40D14;
	text-decoration:underline;
}
#leftcolumn h1{
	font-size: 20px;
	color: #ed1c24;
	font-weight: normal;
}
.project{
	width:215px;
	float:left;
	margin-right:15px;
}
.project a:link{
	color:#ed1c24;
	text-decoration:underline;
}
.project a:active{
	color:#ed1c24;
	text-decoration:underline;
}
.project a:visited{
	color:#ed1c24;
	text-decoration:underline;
}
.project a:hover{
	color:#A40D14;
	text-decoration:underline;
}
#rightcolumn{
	width:209px;
	margin-top:25px;
	font-size:11px;
	line-height:14px;
    float:right;
}
#rightcolumn a:link{
	color:#FFF;
	text-decoration:underline;
}
#rightcolumn a:active{
	color:#FFF;
	text-decoration:underline;
}
#rightcolumn a:visited{
	color:#FFF;
	text-decoration:underline;
}
#rightcolumn a:hover{
	color:#ed1c24;
	text-decoration:underline;
}
#rightcolumn h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ed1c24;
	font-weight: normal;
	margin:0px;
	padding-top: 11px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ed1c24;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top:5px;
}
.arrow{
	color: #ed1c24;
}
.notice{
	clear:both;
	height:29px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
	line-height: 18px;
	clear:both;
	padding-top:30px;
}
.footer a:link {
    color: #999999;
    padding-left:8px;
    padding-right:8px;
}
.footer a:visited {
    color:#999999;
    padding-left:8px;
    padding-right:8px;
}
.footer a:active{
    color:#999999;
    padding-left:8px;
    padding-right:8px;
}
.footer a:hover {
    color: #ed1c24;
    padding-left:8px;
    padding-right:8px;
}
