/* CSS Document */


#Holder {
	width: 940px;
	margin: 0 auto;	
	min-height: 350px;
}


#DIRBanner {
	width: 946px;
	height: 65px;
	background-image: url('../images/banner.png');
	background-repeat: no-repeat;
	margin: 0 auto;
}

#Alphabet {
	width: 940px;
	height: 30px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#LeftContainer {
	width: 380px;
	height: 240px;
	float: left;
	background-image: url('../images/search_panel.png');
	background-repeat: no-repeat;	
}

#RightContainer {
	width: 540px;
	height: auto;
	float: right;
}

#LeftContainer2 {
	width: 380px;
	height: 240px;
	float: left;
	background-image: url('../images/listed_panel.png');
	background-repeat: no-repeat;	
}

#LeftContainer3 {
	width: 380px;
	height: 320px;
	float: left;
	background-image: url('../images/contact_panel.png');
	background-repeat: no-repeat;	
}

#LeftContainer4 {
	width: 380px;
	height: 240px;
	float: left;
	background-image: url('../images/link_panel.png');
	background-repeat: no-repeat;	
}

#LeftContainer5 {
	width: 380px;
	height: 240px;
	float: left;
	background-image: url('../images/help_panel.png');
	background-repeat: no-repeat;	
}

/*Navigation Styles-----------------------------------------------------*/


#DIRnavlist a{
	color: #424242;
}

#DIRnavlist a:hover{
	color: #f36f20;
}

ul#DIRnavlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#DIRnavlist li {
	display: inline;
	list-style-type: none;
}

#DIRnavlist a { 
	padding: 0 0 0 40px; /*Spaces out the links if you change these values let Orla know I'll have to change the image underneath :o)*/ 
}



/*Text Styles-----------------------------------------------------*/

.DIRTitleLinks {
	font-size: 12px;
	text-align: left;
	position:relative;
	left: 240px;
	top: 42px;
	width: 600px;
}

.Alphabet {
	font-size: 14px;
	text-align: center;
	position:relative;
	left:0px;
	top: 10px;
	width: 940px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}



.SearchForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #424242;
	text-align:left;
	margin-left:20px;
	margin-top:6px;
}

h5{
	padding-left: 20px;
}

.searchbutton{
	position: relative;
	left: 96px;
	top: 5px;
}

.ListedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color: #424242;
	position:relative;
	left:20px;
	top: 20px;
	width: 250px;
}

.LinkForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
	text-align:left;
	margin : 0 0 4px 0;
	padding-left:2px;
	padding-right:2px;
	overflow:visible;
}

.heigth25
{
	height:25px;
}

.height30
{
	height:30px;
}

.height5
{
	height:5px;
}

.height10
{
	height:10px;
}


.noborder
{
	border: dashed 0px #000;
}
