/* -----------------------------------------------


	Hotspot Networks - Website

	Author: 	Daniel Billingham
	Studio:		Web Elements
	Email: 		danielb@webelements.com.au
	Version:  	24.06.05


----------------------------------------------- */

/* STANDARD */
/* -------- */

iframe{
	z-index: 2;
	frameborder: 0;
	scrolling: auto;
	border-right: 0px; 
	border-top: 0px; 
	border-left: 0px;
	border-bottom: 0px; 
	margin-right: 0px;
	overflow:none;
	background-image:url(../images/content/boardBg.gif);
	background-position:top;
	background-repeat:repeat-x;
}


td, p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-left:15px;
	padding-right:15px;
	line-height:20px;
}

/* Headings & Text */
.subheading {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #D1002E;
	text-decoration: none;
}

h1, h1 a:link, h1 a:visited {
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2, h2 a:link, h2 a:visited  {
	color: #666666;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3, h3 a:link, h3 a:visited  {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h4, h4 a:link, h4 a:visited  {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h5, h5 a:link, h5 a:visited  {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0;
}

h6, h6 a:link, h6 a:visited  {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.textsmall {
	font-size: 10px;
}

.textWhite {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.plaqueText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #6F3417;
	text-decoration: none;
}

.textWhite a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.textWhite a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.textWhite a:hover {
	color: #DB0029;
	text-decoration: none;
}

.textWhite a:active {
	color: #DB0029;
	text-decoration: none;
}

.border {
	border: 1px solid #E4C9A2;
	background-color:#FFFFFF;
}
/* BREADCRUMB */ 
/* ========== */ 

#breadcrumb {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #D1002E;
	text-align: right;
	padding: 0 5px 5px 0;
}

#breadcrumb a:link {
	color: #D1002E;
	text-decoration: none;
}

#breadcrumb a:visited {
	color: #D1002E;
}

#breadcrumb a:hover {
	color: #D1002E;
	text-decoration: underline;
}

#breadcrumb a:active {
	color: #D1002E;
	text-decoration: underline;
}

/* Links */


a:link {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: none;
}

a:visited {
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: underline;
}

/* Images */

img {
	border: 0px;
}

/* Tables & Lists & Forms */

td {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

ul {
	margin-top: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

.input {
	background-color:#eeeeee;
	border:1px solid #4d4d4d;
	width:200px;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}