/** 
	@2016 New CSS for FCS RMS
*/

@font-face {
   font-family: questrial;
   src: url(questrial.woff);
}

body {
  margin: 0;
  padding: 0;
  font-family: questrial, sans-serif;
  font-size:16px;
  background: url("./img/hex-back.png") no-repeat bottom right #000;
}

#wrapper1 {
	background: url("./img/wrapper1-back.jpg") repeat-x;
	min-height:140px;
}

#wapper2 {
	width:1140px;
	padding:15px;
	margin:0 auto;
}

#header {
	color:#fff;
	height:100px;
}

#header h1{
	font-size:36px;
	line-height:85px;
	margin:0;
	padding:0;
}

#header .logo {
	float:right;
}

#menu {
	height:25px;
	font-size:16px;
	padding:3px 0;
	color:#fff;
}

#menu .menuitem {
	height:18px;
	line-height:18px;
	float:left;
	padding: 0 15px 0 15px;;
}

#menu .menuitem a, #menu .menuitem a:visited {
	color:#fff;
	text-decoration:none;
}

#menu .menuitem a:hover {
	text-decoration:underline;
}

#menu .borderright {
	border-right:1px solid #fff;
}

#content {
	padding:15px 0;
	color:#fff;
	font-size:20px;
}

#content a, #content a:visited {
        color:#fff;
        text-decoration:underline;
}

#content a:hover {
	color:#ef4143;
}

#content h2 {
	font-size:24px;
	font-weight:bold;
	margin:0 0 15px 0;
}

#content .floatrightphoto {
	float:right;
	width:252px;
	height:252px;
	margin:0 0 15px 15px;
}
