/* EMGA CSS Document */

body {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #545454;
	margin: 39px 0px 0px 0px;
	background: url(../images/page_bg.jpg) repeat-x #dadadb;
	text-align: center; /* Centers the design in old versions of IE. */
}

#mainContainer {
	width: 850px;
	margin: 0 auto; /* Centers the design in modern browsers. */
	text-align: left; /* We centered the body text for IE hack, now we have to move the text back to the left. */
	background-color: #FFFFFF;
}

#logo {
	padding: 10px 15px 10px 30px;
	position: relative;
}

#global_input {
	position: absolute;
	bottom: 10px;
	right: 93px;
	font-size: 10px;
	margin: 0px;
	border: 1px solid #3f3f3f;
	color: #3f3f3f;
	padding: 4px 8px 5px 8px;
	width: 188px;
	background: none;
	height: 16px;
}

#global_search {
	position: absolute;
	bottom: 10px;
	right: 10px;
	border: 1px solid #3f3f3f;
	color: #3f3f3f;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	background: #f2f2f2;
	padding: 5px 10px 5px 10px;
	width: auto;
}

#buttons {
	text-align: right;
	height: 27px;
	margin-bottom: 7px;
	clear: both;
}

#header {
	height: 252px;
}

#header img {
	border: 1px solid #a7aaac;
}

#nav {
	width: auto;
	border: 1px solid #a7aaac;
	background: #FFFFFF url(../images/nav_bg.jpg) bottom repeat-x;
	height: 19px;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 0px;
}

#nav a:link, #nav a:active, #nav a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #545454;
	margin: 30px 8px 0px 8px;
}

#nav a:hover, #nav a:focus {
	text-decoration: none;
	color: #be2d2f;
}

/* Right Block */

#right_nav, #right_nav-bottom {
	background-color: #eddcdc;
	width: 215px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
	vertical-align: top;
	height: 100%;
}

#right_nav-bottom {
	vertical-align: bottom;
	text-align: right;
	height: 86px;
	padding: 0px;
}

#right_nav a:link, #right_nav a:visited {
	display: block;
	margin-top: 1px;
}

.right_banner {
	margin: 50px 0px 20px 0px;
}

.content {
	width: auto;
	color: #545454;
	vertical-align: top;
	padding: 10px 7px 35px 7px;
}

.layout {
	width: auto;
}

img {
	border: 0px;
}

ul {
	padding-left: 10px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #be2d2f;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #be2d2f;
}

#results_header {
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #be2d2f;
	height: 28px;
	margin-bottom: 13px;
}

#results_header span {
	float: left;
	padding-top: 7px;
}

#results_header img {
	float: right;
}

.results, .results1 {
	background-color: #f2f2f2;
	padding: 13px;
	width: auto;
	margin-bottom: 5px;
}

.results1{
	background-color: #eddcdc;
}

.results_left {
	width: 280px;
	float: left;
}

.results_right {
	width: 280px;
	float: right;
}

.results_moreinfo {
	text-align: right;
	clear: both;
}

.results_moreinfo a:link, .results_moreinfo a:visited, 
.results_moreinfo a:hover, .results_moreinfo a:active {
	background: url(../images/buttons/arrow_more.png) no-repeat left;
	padding-left: 13px;
}

.results span {
	font-weight: bold;
	color: #be2d2f;
}

.results1 span {
	font-weight: bold;
	color: #be2d2f;
}

#pagination {
	margin-bottom: 15px;
	margin-top: 12px;
}

#footer {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #545454;
	border: 1px solid #a7aaac;
	padding: 7px 15px 7px 15px
}

#footer_right {
	float: right;
}

#footer_left {
	font-size: 9px;
	font-weight: normal;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #545454;
}

#footer a:hover, #footer a:focus {
	text-decoration: none;
	color: #be2d2f;
}

.clearboth {
	clear: both;
	font-size: 1px;
}

h1, #TB_title {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #be2d2f;
	background: url(../images/buttons/arrow_h1.png) left no-repeat;
	padding-left: 15px;
	margin-bottom: 15px;
}

#TB_title {
	margin: 0px 0px 0px 5px;
}

h2 {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 200px;
	text-align: center;
	margin: 0px;
	padding-top: 12px;
	margin-left: auto;
	margin-right: auto;
}

h3, h4 {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #545454;
	background-color: #f2f2f2;
	padding: 10px;
	position: relative;
}

h3 a {
	position: absolute;
	right: 20px;
	font-weight: normal;
}

h4 {
	background: none;
	padding: 0px;
}

.h3alt {
	background-color: #eddcdc;
}

.highlight {
	color: #be2d2f;
}

.table {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}

.table_bottom {
	border-bottom: 15px solid white;
}

.table_left {
	padding: 10px;
	border-right: 15px solid white;
	width: 50%;
	vertical-align: top;
}

.table_right {
	padding: 10px;
	width: 50%;
	vertical-align: top;
}

.table_button {
	text-align: right;
}

.grey {
	background-color: #f2f2f2;
}

.purple {
	background-color: #eddcdc;
}

#clients_link {
	width: 170px;
	background-color: #be2d2f;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 20px;
}

#clients_link a:link, #clients_link a:active, #clients_link a:visited {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: url(../images/clients_link.gif) left top no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 10px;
}

#clients_link a:hover, #clients_link a:focus {
	text-decoration: underline;
}

/* Pagination Styles */

p.contentPageLinks {
	padding: 0px;
	color: black;
}

.pagenav-current {
	font-weight: bold;
	color: #be2d2f;
}

a.pagenav:link, a.pagenav:visited {
   color : #000000;
   font-weight: normal;
   text-decoration : none;
}

a.pagenav:hover {
	text-decoration: underline;
	color: #be2d2f;
}

