@charset "utf-8";
/* CSS Document */

/*************************************************/
/* Utopia styles by WebCatch.co.uk 2009          */
/*************************************************/ 

*,body, html, img, ul, li {
    font-size:1em;
	padding:0;
	/*margin:0;*/
	line-height:1.5em;
}

body {
	margin: 0;
	padding:0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#333;
	background:#ffffff url(../images/body-bg.png) top center repeat-y;
}

#grad {
	background: #fff url(../images/page-bg.png) bottom left repeat-x;
	height:auto;
}

.right {
	float:right;
}
.left {
	float:left;
}

#wrapper 
{
    border-top:solid 5px #EC1C5B;
	width:900px;
	margin: 0 auto;
}

#header{
    width:820px;
	margin: 0 auto;
	height:132px;
}

#login {
    float:right;
    text-align:right;
}

#login a, #login a:visited {
    text-decoration:none;
}

#login a:hover{
    text-decoration:underline;
}

#nav
{
    float:right;
    height:33px;
    overflow:hidden;
}

#nav ul{
	font:105% Arial, Helvetica, sans-serif;
	list-style: none;
}

#nav li
{
 float: left;
}

#nav li a, #nav li a:visited {
	margin: 0;
	width:107px;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
	color:#000;
	display: block;
	margin-right:3px;
	text-align:center;
}

#nav a:hover {
	color: #666F77;
}

#nav li a#on {
	background-color:#fff;
	background-image:none;
	color: #666F77;
	font-weight:bold;
}

.menu {
	margin: 0;
	width:107px;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
	color:#666F77;
	display: block;
	background: #dedede url(../images/nav-bg.png) top center no-repeat;
	margin-right:3px;
	text-align:center;
}

.menuOn 
{
    background: #dedede url(../images/nav-active-bg.png) top center no-repeat;
	color: #fff !important;
	font-weight:bold;
}

#content{
	margin-top:20px;
	width:820px;
	margin:0 auto;
}

#text {
	width:640px;
	margin-left:10px;
}

#footer {
	margin-top:20px;
	clear:both;
	height:61px;
	background:#f5f5f5 url(../images/footer-bg.png) top left repeat-x; 
}

#footer-inner {
    width:820px;
    margin:0 auto;
	line-height:61px;
	color:#fff;
}

#footer a, #footer a:visited{
	color:#EC1C5B;
	text-decoration:underliine;
}

#footer a:hover{
	color:#EC1C5B;
	text-decoration:none;
}

#copyright {
	padding:0px 30px 30px 30px;
	clear:both;
	font-size:93%;
	color:#B3B3B3;
}

#copyright a {
	color:#B3B3B3;
}

.row {
	border: #dedede 1px solid ;
}

/***********************************************/
/* Text styles                                 */
/***********************************************/ 

div, li, ul, ol, h1, h2, h3, h4, h5, h6, img, a, table, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

h1 {
	color: #EC1C5B;
	font-size:2.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h2 {
	color: #333;
	font-size:1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h3 {
	color: #A3CF62;
	font-size:1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
}

p {line-height:1.5em;}

.textBox 
{
    background: transparent url(../images/text-box.png) top left no-repeat;
    width:167px;
    height:20px;
    margin-bottom:5px;
    border-style: none;
    border-color: inherit;
    border-width: medium;
}

.red{color:#E8122B;}
/***********************************************/
/* Link styles                               */
/***********************************************/ 

a:link, a:visited, a:hover {
	color: #E8122B;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#footer a.white, #footer a.white:visited, #footer a.white:hover {
	color: #fff;
	text-decoration: none;
}

#footer a.white:hover {
	text-decoration: underline;
}

.small {font-size:10px;}

/***********************************************/
/* Page styles                             */
/***********************************************/ 

#content ul {
	margin-left:15px;
	list-style:disc;
}

#mid {
	width:900px;
	height:268px;
	background: #fff url(../images/mid-bg.png) top center no-repeat;
}

#mid2 {
	width:900px;
	background: #fff url(../images/mid2-bg.png) top center no-repeat;
	min-height:268px;
}

#mid-contact {
	width:900px;
	background: #fff url(../images/mid-contact-bg.jpg) top center no-repeat;
	height:268px;
}

#mid-inner
{
    padding:35px 0px 0px 80px;
    width:820px;
}

#rightCol {
	float:left;
	width:364px;
	margin-left:26px;
	display:inline;
	text-align:left;
}

#rightCol ul 
{
    list-style: none;
    width:180px;
    text-align:left;
    margin:0;
}

#leftCol {
	float:left;
	width:400px;
	margin-right:20px;
	padding-top:10px;
}

#searchCol 
{
    width:220px;
    float:left;
    margin-top:75px;
}

#searchResults {
    width:600px;
    float:left;
}

#latest{
	padding:0px 8px 0px 8px;
	height:165px;
	float:left;
	width:232px;
}

#latest h2{
	color:#fff;
	font-size:1.5em;
}

#latest p{
	padding:0;
}

#latest a, #latest a:visited{
	color:#fff;
	text-decoration:underline;
}

#latest a:hover{
	color:#fff;
	text-decoration:none;
}

.greenBox
{
    background: #c4df86 url(../images/green-box.png) top center no-repeat;
    width:368px;
    height:114px;
    text-align:left;
}

.greenBox h2
{
    padding:5px 12px 0px 12px;
    margin:0;
}

.greenBox p
{
    padding:0 12px;
    margin:0;
}
/***********************************************/
/* Job Search Box                              */
/***********************************************/ 

#jobSearch {
    color:#fff;
    padding:0px 8px 0px 8px;
    margin:0px;
    float:right;
    height:219px;
    width:204px;
    display:inline;
}

#jobSearch p {
    font-size:0.9em;
    margin-bottom:5px;
}

#jobSearch h2 {
    color:#fff;
	font-size:1.5em;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
}

#jobSearch2 {
    color:#fff;
    padding:10px 0px 0px 12px;
    margin:0px;
    float:right;
    height:219px;
    width:204px;
    display:inline;
    background: transparent url(../images/search-box.png) top left no-repeat;
}

#jobSearch2 p {
    font-size:0.9em;
    margin-bottom:5px;
}

#jobSearch2 h2 {
    color:#fff;
	font-size:1.5em;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
}

/***********************************************/
/* Job Search Results                          */
/***********************************************/ 

.resultsHeader
{
    background: transparent url(../images/job-header.png) top center no-repeat;
    height:38px;
    width:588px;
}

.resultsHeader a, .resultsHeader a:visited
{
    color:#fff;
    font-weight:bold;
    font-size:1.1em;
    text-decoration:none;
    padding-left:6px;
    line-height:38px;
}
