@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
text-align:left;
vertical-align:baseline;
}

body {
	background: #FFFFee none repeat scroll 0%;
	color:#444444;
	font-family: Arial, Helvetica, sans-serif;
	font:georgia,serif;
	font-size:1em;
	margin:0pt;
	padding:0pt;
	text-align:center;
}

a {color: #315CAA}
a:visited {color: #315CAA}
a:hover {color: #FF0000}



table
{
	table-rules: 
	rules:none !important;		
}

#wrap {
	background: #FFFFee none repeat scroll 0%;
	/*border:0.063em solid #CCCCCC;*/
	margin:3em auto;
	text-align:left;
	width:56.25em;
}


strong { font-weight: bold }
small {font-size: 0.7em;}

#header {
	float:left;
	margin-bottom: 1.5em;
}

#logo {
	float: left;
	margin: 0;
}
#logo a 
{
	text-decoration:none;
	color:#999999;
}
#logo h1 {
	font-size:1.7em;
	font-weight:300;
	line-height:1em;
	margin:0;
}

#logoText {
	float:left;
	margin: 0.4em 0 0 0em;
	color:#999999;
}

#logoText h2 {
	font-size:1em;
	font-weight:300;
	line-height:1.3em;
	margin: 0 0 0 1em;
}

.clear {clear: both;}



#leftSide {
	width: 39.37em;
	float: left;
	margin: 0;
}
#leftContent {
	margin-right: 2em;
}


#findForm {
	background:#F7F3D6 none repeat scroll 0%;
	width: 100%;
	/* width: 34.37em; */

}

#findForm p {
	font-size: 0.7em;
	margin: 0 0 0.8em 0;
}

#findForm label {
	font-size: 0.8em;
	margin: 0 0 0.8em 0;
}

#findForm form {
	font-size: 0.8em;
	margin: 0;
}



.leftCol {
	width: 16.4em;
	float: left;
	padding: 1em;
}

.rightCol {
	width: 16.4em;
	float: left;
	padding: 1em;
}

#results {
	width: 37em;
}

.grayCode {
	font-weight:normal;
	font-size: 1.3em;
	color: #999999;
}
.selected {
	text-decoration: none;
	color: #666666;
}

.path h2 {
	font-size: 0.82em;
	margin: 0;
	padding: 1.7em 0 1em 0;
}


.callOrderText {
	float: left;
	padding: 0;
	margin: 1em 2em 0 0;
}

.townCodeText {
	font-size: 0.8em;
	margin: 0;
	padding: 0 0 0 0;
}

.town {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 0;
}

.callOrderCode {
	float: left;
	padding: 0;
	margin: 1em 0 0 0;
}

.townCode {
	font-size: 2.65em;
	font-weight: normal;
	color: #92C83E;
	margin: 0;
	padding: 0 0 0 0;
}


.callOrderHeader {
	font-size: 0.75em;
	font-weight: bold;
	padding: 1em 0 0.4em 0;
	margin: 1.6em 0 0.4em 0;
}

#callOrder {
	width: 100%;
	padding-bottom: 1em;
}

#callOrder small {
	font-size: 0.75em;
}

#callOrder p {
margin: 0.5em 0 0.3em 0;

}

.callOrderLeftCol {

	font-size: 1.1em;
    border-left: #CCCCCC solid 0.063em;
	width: 17em;
	padding: 0 0 0.3em 0.8em;
	margin: 0 1em 0 0;

}


.callOrderRightCol {
	font-size: 0.7em;
	border-left: #CCCCCC solid 0.063em;
	width: 16em;
	margin: 0;
	padding: 0.3em 0 0 1.5em;
}


.townTable {
	padding: 2em 0 0 0;
}



.townTable table td {
	padding: 0em 2em 0.8em 0;
	font-size: 0.85em;
}

.searchResults {
	
	float: left;
	margin: 2em 0 0 0; 
	padding: 0;
}


#rightSide {
	width: 16.88em;
	float: right;
}


#rightSide p {
	font-size: 0.7em;
	padding: 1em;
	text-align: center;
	
}

#letterTable table {
	vertical-align: middle;
	text-align:center;
	width: 100%;
	margin: 0 0 0.5em 0;
	padding: 0 1em;
}

#letterTable table td {
	padding: 0.3em 0;
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	width: 2em;
}

#numberTable table {
	text-align:center;
	margin: 0;
	padding: 0 3.5em;
}

#numberTable table td {
	padding: 0.3em 0.5em;
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	width: 2em;
}


/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : default;
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #F7F3D6;
	color: black;
	padding: 1px;
	cursor: hand;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : white;
	color : windowtext;
	padding : 1px;
	cursor: default;
}