@charset "utf-8";

* {margin:0; padding: 0;}

body {
	margin-top: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #c52134;
}

.red {color: #ff0028;}

#top {
	width: 765px;
	padding: 12px 12px 0 12px;
	margin: 0 auto;
	background: url(images/bg_top.png) no-repeat;
	}
	

#wrap {
	width: 789px;
	margin: 0 auto;
	background: url(images/bg_wrap.png) repeat-y;
	}
* html #wrap {width: 791px;}
	
#content {
	padding: 8px 56px 32px 40px;
	background: url(images/bg_content.jpg) bottom left no-repeat;
	}
	
#content a {color: #ff0000;}
	
#bodycopy h2 {
	font-size: 14px;
	color: #ff0028;
	margin-bottom: 8px;
	padding-top: 16px;
	}
	
#bodycopy p {
	line-height: 1.5em;
	margin-bottom: 10px;
	}
	
#bodycopy ul {margin: 0 0 16px 16px;}

#bodycopy li {
	line-height: 1.5em;
	}
	
#logo {
	float: left;
	width: 167px;
	}
	
#menu {
	height: 29px;
	list-style-type: none;
	margin: 0 0 0 180px;
	}
	
#menu li {
	float: left;
	margin: 0 18px;
	}
	
* html #menu li {margin: 0 9px;}

#menu li a {
	display: block;
	}
	
#menu li a.m01 {width: 77px; height: 29px; background: url(images/m01.gif) no-repeat;}
#menu li a.m02 {width: 99px; height: 29px; background: url(images/m02.gif) no-repeat;}
#menu li a.m03 {width: 106px; height: 29px; background: url(images/m03.gif) no-repeat;}
#menu li a.m04 {width: 80px; height: 29px; background: url(images/m04.gif) no-repeat;}
#menu li a.m05 {width: 69px; height: 29px; background: url(images/m05.gif) no-repeat;}
	
#menu li a em {display: none;}
	
#bodycopy {margin-left: 196px;}

.imgLeft {
	float:left;
	margin: 8px 16px 20px 0;
	border: 3px solid #f0e2e2;
	}
	
#flash {
	margin: 0 16px 16px 0;
	border: 3px solid #f0e2e2;
	width:184px;
	float:left;
	}
	
.homeBox {
	padding: 24px 0px;
	background: url(images/line_dotted.gif) left bottom no-repeat;
	}

#footer {
	clear: both;
	margin: 24px 0 0 180px;
	text-align: right;
	color: #e79393;
	}
	
input,textarea{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.btn{color:#ff0000;}

.col {
	float:left;
	width:49%;
	padding:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}