﻿body, html
{
	height:100%;	
	padding:0px;
	margin:0px;
	background-color:#044161;
	background-image:url('img/bodyBG2.jpg');
	background-repeat:repeat-x;
	
	font-family:Verdana, Arial, Tahoma;
	color:#333333;
}
a
{
	color:#205C7D;
	text-decoration:underline;
}
a:Hover
{
	text-decoration:none;
}

h1
{
	margin:5px 0px;
	padding:0px;
	font-size:24px;
	color:#052338;
}
h2
{
	margin:8px 0px 8px 20px;
	padding:0px;
	font-size:15px;
	color:#5e5f5f;	
}
.left
{
	float:left;
	position:relative;
}
.right
{
	float:right;
}
#crumb
{
	font-size:12px;
	color:#5e5f5f;
	font-weight:900;
	margin-left:20px;
}
#crumb a
{
	color:#42b936;
	text-decoration:none;
}
#crumb a:hover
{
	text-decoration:underline;
}

#siteContainer
{
	width:1062px;	
	margin-left:auto;
	margin-right:auto;	
	position:static;		
}
#header
{
	height:180px;
	
	background-repeat:repeat-x;
	top:20px;
	position:relative;	
}
#headerLeftRound
{	
	width:17px;
	height:170px;
	float:left;
	background-image:url('img/headerLeftRoundBG.jpg');
	background-repeat:repeat-x;	
}
#headerContentsContainer
{	
	float:left;
	width:1022px;
	height:141px;
}
#headerTopHalf
{
	height:111px;
	background-image:url('img/headerTopHalfBG.jpg');		
	
}
#headerBottomHalf
{
	height:57px;
	text-align:left;
	background-image:url('img/headerBottomHalf.jpg');
	background-repeat:repeat-x;
	
}
#headerRightRound
{
	width:22px;
	height:161px;
	float:left;
	background-image:url('img/headerRightRoundBG.jpg');
	background-repeat:repeat-x;	
}
#logoContainer
{	
	width:241px;
	height:83px;
	float:left;	
}

/***************************NAV*************************************/
#nav
{
	color:#ffffff;	
	height:70px;
	border-top:1px solid transparent;
	position:static;			
	
}
#nav ul
{
	list-style-type:none;

	position:static;	
	height:30px;
	margin:0px;
	padding:0px;
	margin-top:9px;
}
#nav ul li
{
	display:inline;	

	margin-left:15px;	
	position:relative;
}


#nav ul li a
{
	color:#ffffff;
	text-decoration:none;
	padding-top:.5em;	
	position:relative;		
	padding-top:.5em;
	padding-bottom:2em;		
}
#nav ul li a:hover
{
	text-decoration:none;
	background-image:url('img/navHover.jpg');
	background-repeat:no-repeat;
	background-position:center;
	position:static;
	padding-top:.5em;
	padding-bottom:2.5em;			
}
#nav ul li .atPage
{
	text-decoration:none;
	background-image:url('img/navHoverAtPage.jpg');
	background-repeat:no-repeat;
	background-position:center;
	padding-bottom:2.5em;
}
#nav ul li .atPage:hover
{
	text-decoration:none;
	background-image:url('img/navHoverAtPage.jpg');
	background-repeat:no-repeat;
	background-position:center;
}

/************left nav***********/
#leftNav
{
	margin-top:30px;
	float:left;
	width:237px;
	height:370px;
}
#leftNavTopRound
{
	height:19px;
	background-image:url('img/leftNavTopRound.jpg');
	background-repeat:no-repeat;
}
#leftNavLeftShad
{
	background-image:url('img/leftNavLeftShad.jpg');
	width:12px;
	height:356px;
	float:left;
}
#leftNavContent
{
	float:left;
	width:211px;
	padding-top:5px;	
}
#leftNavRightShad
{
	float:left;
	width:14px;
	height:356px;
	background-image:url('img/leftNavRIghtShad.jpg');
}
#leftNav h1
{
	margin:0px 0px 5px 10px;
	font-size:16px;
	padding:0px;
	color:#42b936;
}
#quickLinks 
{
	width: auto;
	margin: 10px;
	border-style: dashed none none none;
	border-color: #A5A190;
	border-size: 1px;
	border-width: 1px;
}
#quickLinks ul 
{
	list-style-type:none;
	margin: 0;
	padding: 0;	
}


#quickLinks li a 
{
	list-style-type:none;
	height: 20px;
	text-decoration: none;
	font-family:verdana, arial, helvetica;
	font-size:11px;
	}	
	
#quickLinks li a:link, #quickLinks li a:visited 
{
	color: #5b6870;
	display: block;
	background-color:transparent;
	padding: 5px 0 0 10px;
	border-bottom:1px dashed #A5A190;
}

	
#quickLinks li a:hover 
{
	background-color: #DCD8C6;
	padding: 5px 0 0 10px;
	background-image:url('img/leftNavHover.jpg');
}	

/************left nav***********/

/**********************NAV****************************/

#rigthContent
{
	float:left;	
	width:580px;
	min-height:300px;
	margin-top:30px;
	margin-left:15px;
}
#rigthContent h1
{
	font-size:18px;
}

.searchResultSection
{	
	width:565px;
	background-image:url('img/searchResultsSectionBG.jpg');
	background-repeat:repeat-y;
	margin-bottom:10px;
	
}
.searchResultsSectionTopCurve
{
	background-image:url('img/searchResultsSectionTopCurve.jpg');
	height:15px;
}
.searchResultsSectionBotCurve
{
	background-image:url('img/searchResultsSectionBotCurve.jpg');
	height:15px;	
}
.searchResultsContent
{	
	padding-left:20px;
	padding-right:20px;
}
.searchResultsContent span
{
	font-size:12px;
	color:#939493;
}
.searchResultsContent span a 
{
	text-decoration:none;
	color:#939493;
}
.searchResultsContent span a:hover
{
	text-decoration:underline;
}
.searchResultsOpened
{	
	margin-top:10px;
	margin-bottom:1em;
}

.searchResultsOpened ul
{
	list-style-type:none;
	margin-top:10px;	
	font-size:12px;
	margin:0px;
	padding:0px;
	margin-top:5px;
	padding-left:20px;
	padding-right:30px;
}
.searchResultsOpened ul li
{
	border-bottom:1px dashed #cccccc;
	padding-bottom:8px;
	
}
.searchResultsOpened ul li a
{
	color:#564c85;
	text-decoration:none;
}
.searchResultsOpened ul li a:hover
{
	color:#564c85;
	text-decoration:underline;
}

.resultPageNumb
{
	font-size:11px;
	text-align:center;
}
.resultPageNumb a
{
	text-decoration:none;
}
.resultPageNumb a:Hover {
	text-decoration:underline;
}
 
span.pageNavDivider {
    color: #dddddd;
    font-weight: bold;
}

.advancedSearchButton a
{
	color:#333333;
	text-decoration:none;			
	background-image:url('img/advancedSearchButton.jpg');		
	font-size:10px;
	padding:.4em 1.5em;
	margin-bottom:0px;
	clear:both;
	margin-left:400px;
}
.advancedSearchButton a:hover
{
	text-decoration:none;
	color:#564c85;
}
.searchNearby
{
    font-size: 12px;
    margin-bottom:15px;
    display:inline-block;
    clear:both;
}







/*******************Contents**************************/

#ContentsStyleContainer
{
	
	position:relative;
	background-image:url('img/ContentsStyleBG.jpg');
	background-repeat:repeat-y;
    width:1033px;    
    background-position:center;       
}
#conContentsStyleContainer
{
    position:relative;
    background-image:url('img/conContentsStyleBG.jpg');
    background-repeat:repeat-y;
    width:1033px;    
    background-position:center;              
   
}
#ContentHolder
{
	background-image:url('img/topContentGradient.jpg');
	background-repeat:repeat-x;
	width:1010px;					
	position:relative;
	left:14px;	
}
#conRoundTopRound
{
	height:50px;
	text-align:left;
	position:relative;		
}
#topConRound
{
	height:27px;
	width:1033px; 
	background-image:url('img/toConRound.jpg');
	position:relative;		
}
#conTopConRound
{
    background-image:url('img/conTopConRound.jpg');
    position:relative;
    height:27px;
    width:1033px;        
}
#content
{	
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-bottom:20px;
	text-align:left;
	float:left;
	position:relative;	
	width:691px;	
}
#conContent
{
    margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-bottom:20px;
	text-align:left;
	float:left;
	position:relative;	
	width:833px;			
}
.title
{
    font-size:22px;
    text-align:center;
}
.rightBanner
{
    float:right;
    width:312px;          
    position:relative;              
    background-color:#AFB9BB;    
}
.conRightBanner
{
    float:right;
    width:176px;          
    position:relative;    
    background-color:#AFB7BA;    
    min-height:400px; 
    
    
}
/*******************Contents**************************/

/******************FOOTER****************************/
#footer
{
	height:210px;
	background-image:url('img/footerBG.jpg');
	color:#fff;
	font-size:14px;		
	width:1033px;	
	background-repeat:repeat-x;
	background-color:#044161;
}
.footerContent
{
    float:left;
    position:relative;
    height:20px;    
    width:682px;    
}
.conFooterContent
{
    float:left;
    position:relative;
    height:70px;    
    width:818px;            
}

.footerBanner
{
    float:left;
    position:relative;
    width:289px;
    height:20px;
    background-image:url('img/footerBannerBG.jpg');
    background-repeat:repeat-x;
    height:238px;            
}
.conFooterBanner
{
    float:left;
    position:relative;
    width:153px;
    
    
    background-image:url('img/footerBannerBG.jpg');
    background-repeat:repeat-x;

    height:238px;           
}
.footerRightBG
{
    background-image:url('img/footerRightBG.jpg');
    float:left;
    position:relative;
    width:32px;
    height:238px;     
}
.conFooterRightBG
{
    background-image:url('img/footerRightBG.jpg');
    float:left;
    position:relative;
    width:32px;
    height:238px;     
      
}


#footer a 
{
	color:#fff;
	text-decoration:none;
}
#footer a:hover
{
	color:#fff;
	text-decoration:underline;
}
#footerLeftRound
{
	width:30px;
	height:210px;
	position:relative;
	float:left;
	background-image:url('img/footerLeftRoundBG.jpg');
	background-repeat:no-repeat;
}
#footerCon
{
	height:210px;
	position:relative;
	float:left;
	width:868px;
	margin-top:30px;
}
#footerRightRound
{
	width:32px;
	height:210px;
	position:relative;
	float:left;
	background-image:url('img/footerRightRoundBG.jpg');
	background-repeat:no-repeat;
}
/******************FOOTER****************************/
#bucketContOne
{        
    width:187px;
    background-image:url('img/getListedBG.jpg');
	background-repeat:repeat-y;	
	margin-left:6px;
}
#bucketContTwo
{        
    width:297px;
    background-image:url('img/findMediaBG.jpg');
    background-repeat:repeat-y;
}
#bucketContThree
{
    width:186px;    
    background-image:url('img/findJobsBG.jpg');
	background-repeat:repeat-y;	
}
.bucket
{
	position:relative;
	float:left;		
	margin:0px 0px;
	margin-top:20px;		
}
.bucket h3
{
	color:#fff;
	font-size:12px;
	margin:0px;    
    margin-left:15px;
    margin-top:15px;        
}
.bucket h1
{
	color:#ffffff;
	font-size:18px;	
	margin-left:15px;
	padding:0px;	
}
.bucket ul
{	
	padding:0px 35px;
	margin-top:0px;
	margin-left:0px;		
}
.bucket ul li
{
	list-style-image:url('img/listStyleBucket.jpg');
	color:#616b71;
	padding:1px 0px;	
	
}
.bucket ul li a
{
	color:#616b71;
	text-decoration:underline;
	font-size:10px;
}
.bucket ul li a:hover
{
	text-decoration:none;
}
.bucketMini h1
{
    font-size:16px;
	font-weight:900;
	color:#fff;	
	padding:0px;
	margin:0px;
	margin-left:15px;
}
.bucketMini
{
    margin-top:15px;
}
.bucketMini ul
{
    font-size:12px;
	padding:0px 30px;
	margin-left:0px;	
	margin-bottom:0px;
}
.bucketMini ul li
{
    list-style-image:url('img/listStyleGetListed.jpg');
	color:#b9d9ee;
	padding:1px 0px;		
	margin:0px;
}
.bucketMini ul li a
{
    color:#b9d9ee;
	text-decoration:underline;
}
.bucketMini ul li a:hover
{
    text-decoration:none;
}
#bucketContOne .bucketHeader
{    
    background-image:url('img/getListedHeader.jpg');
	background-repeat:no-repeat;
	height:75px;	
}
#bucketContOne h3
{    
    margin-left:22px;
    width:150px;
}
#bucketContOne .bucketMini
{    
    height:115px;
    margin-left:09px;
}
#bucketContOne .bucketFooter
{
    background-image:url('img/getListedFooter.jpg');
	background-repeat:no-repeat;	
	height:43px;	
}

#bucketContTwo .bucketHeader
{
    background-image:url('img/findMediaHeader.jpg');
	background-repeat:no-repeat;
	height:55px;
}
#bucketContTwo .bucketMini
{    
    height:168px;
}
#bucketContTwo .bucketFooter
{
    background-image:url('img/findMediaFooter.jpg');
	background-repeat:no-repeat;	
	height:68px;
	background-position:left bottom;	
}

#bucketContThree .bucketHeader
{
    background-image:url('img/findJobsHeader.jpg');
	background-repeat:no-repeat;
	height:75px;	
}
#bucketContThree .bucketMini
{
    height:138px;
}
#bucketContThree .bucketMini ul
{
    font-size:12px;
	padding:0px 30px;
	margin-left:0px;
}
#bucketContThree .bucketMini ul li
{
    list-style-image:url('img/listStyleOrange.jpg');
	color:#b9d9ee;
	padding:1px 0px;	
}
#bucketContThree .bucketMini ul li a
{
    color:#ffffff;
}
#bucketContThree .bucketFooter
{
    background-image:url('img/findJobsFooter.jpg');
	background-repeat:no-repeat;	
	height:50px;
	background-position:left bottom;	
}




/* Miscellaneous */
.detailsBox
{
    margin-left: 15px;
    
}
.validationMessage
{
    font-size: 0.7em;
    color: Red;
}

/************************************************************************************************************************/
.searchResultsOpened table 
{
    width: 525px;     
    border:1px solid #D1D1D1;               
}
.searchResultsOpened table a
{	
	font-weight:900;	
}
.searchResultsOpened th 
{
    font-size: 12px;
    font-weight: 900;
    vertical-align:top;
	margin:0px;
	padding:5px 0px 5px 5px;		
    /*white-space: normal;*/
    color:#333333;
    background-color:#e1e1e1;
}
.searchResultsOpened td
{
    font-size:11px;   
    vertical-align:top; 
    padding:0px;
    margin:0px;
    padding:1px 0px 1px 5px;
}
.alternatingRow
{
	background-color:#ecedf3;
}
.homeNews
{    
    width:655px;
    position:relative; 
    margin-left:15px;   
}
.homeNewsBucket
{
    float:left;
    width:216px;
    position:relative;    
}
.homeNews h1
{
    font-size:18px;
    padding:0px;
    margin:0px;
    font-weight:900;
}
.homeNews ul
{    
    list-style-image:url('img/quckLinksListStyle.gif');
    padding:0px;
    padding-left:20px;
    margin:0px;
}
.homeNews ul li a
{
    font-size:10px;
}
#homeNewsBucket1
{
}
#homeNewsBucket2
{
    margin-left:30px;
}
#homeNewsBucket3
{
    width:130px;    
    margin-left:30px;
}
.bannerContent
{
    width:300px;           
    position:relative;    
    float:right;
    margin-right:5px;
    vertical-align: top;
}
.conbannerContent
{
    width:160px;              
    position:relative;   
    margin-left:8px;
    
    
}
.topBanner
{    
    width:730px;
    float:left;
    margin-top:8px;
    margin-left:10px;
}
.banner120By600
{
    background-image:url('img/160By600.jpg');
    width:160px;
    height:600px;
    margin-bottom:20px;    
}