a, a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	
}


#category-description a {
	text-decoration: underline;
}

#category-description a:hover {
	text-decoration: none;
}

#locale a:hover {
	text-decoration: underline;
}


p { 
	margin-bottom: 16px;
}


h1 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 32px;
	font-weight: normal;
	color: #313131;
	margin-bottom: 16px;
	line-height: normal;
}


#full-details h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #6699cc;
	font-size: 30px;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: 14px;
	font-weight: normal;
	color: #a8a8a8;
	margin-bottom: 16px;
}

#content .flat-item h2 {
	font-size: 12px;
	color: #6699cc;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
}

#content .flat-item h2.arrow {
	background: url(../img/blue-arrow.gif) right no-repeat;
	display: inline;
	padding-right: 13px;
}


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6699cc;
	margin-bottom: 16px;
}

h3.arrow {
	background: url(../img/blue-arrow.gif) right no-repeat;
	display: inline;
	padding-right: 13px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	color: #6699cc;
	font-weight: normal;
	font-style: oblique;
	margin: 0 0 6px 0;
}



.blue {
	color: #003399;
}

.black {
	color: #000;
}

.orange-bold {
	color: #C6750B;
	font-weight: bold;
}

.hr {
	clear: both;
	height: 2px;
	background: #adacac;
}

.flat-address {
	font-family: Georgia, "Times New Roman", Times, serif;
}


.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
  
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Forms *****/
 
form {
display:inline;
} 

