/* @group General Styles */

h1 {line-height: 1.2em; font-size:2em;color:#651b1e;text-align:center;font-family: Myriad Pro Regular, Futura, Tahoma, sans-serif;}
h2 {font-size:1.6em;color:#651b1e;text-align:center;font-family: Myriad Pro Regular, Futura, Tahoma, sans-serif;}
h3 {font-size:1.4em;color:#651b1e;font-family: Myriad Pro Regular, Futura, Tahoma, sans-serif;}
h4 {font-size:1.2em; line-height: 1em; color:#651b1e;font-family: Myriad Pro Regular, Futura, Tahoma, sans-serif;}
h5 {font-size:1.0em;color:#651b1e;font-family: Myriad Pro Regular, Futura, Tahoma, sans-serif;}
h6 {font-size:0.9em;color:#651b1e;font-family: Myriad Pro Regular, Futura, Tahoma, sans-serif;}

p {padding-right: 15px; padding-left: 15px; font-size: 14px;}

hr {
  border: 0;
  color: #d4c9c9;
  background-color: #d4c9c9;
  height: 1px;
}

#mainer tr {
	border-bottom: none;
}

body {
	background: #ffffff url(images/bg.jpg) repeat-x;
	font:16px/1.5 'Helvetica Neue',Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
}

b, strong {
	font-weight: bold;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}

A:link  { 
	color: #651b1e; 
	text-decoration: none 
}

A:active  { 
	color: #d38a61; 
	text-decoration: none 
}

A:visited  { 
	color: #a43d41; 
	text-decoration: none 
}

A:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color:#d38a61;
}

	
/* @end */


/* @Greg Layout */

#todo {
	width: 980px;
	margin: 0 auto;
}

#social-media {
	width: 980px;
	height: 40px;
	padding: 4px 0px 4px 0px;
	clear: both;
}

.img-rt {
	float: right;
}

#topper {
	height: 103px;
	width: 100%;
	clear: both;
}

#logobar {
	float: left;
	width: 250px;
	height: 103px;
}

#menubar {
	width: auto;
	height: 32px;
	padding-top: 46px;
	float: right;
	background: transparent url('images/menu_button.jpg');
}

#menubar a {
	color: inherit;
	border: 0;
}

#menubar ul {
	list-style-type: none;
}

#menubar ul li {
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, serif;
	float: left;
	background:transparent url('images/menu_button.jpg') top left no-repeat;
	text-align: center;
	color: #2a2521;
	text-transform: uppercase;
	padding-left: 30px;
}

#menubar ul li:hover {
	color: #a69e9d;
}

#banner {
	float: left;
	width: 972px;
	height: 370px;
	left: -2px;
	padding: 12px 0px 0px 12px;
	background: url(images/banner-bg.png) no-repeat;
}

/* @end */