@charset "utf-8";
/* developed by Colin Bradshaw */

/* Default styles */
body, html {
	text-align: center;
	margin: 0; padding: 0;
	background-color: #fff;
	font-family: "Times New Roman", Times, serif;
	height:100%;
	color: #000;
}
div, img {
	margin:0; padding:0; border: none
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }
p {	font-size: 12px; }
p,h1,h2,h3,h4,h5,h6 { margin: 0 0 10px 0; font-weight: normal }

td { text-align: left; font-size: 12px; }
th { text-align: center; font-size: 14px; }
li { font-size: 12px; }
label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
a { text-decoration: underline; outline: none; color: #ED145B }
a:hover { text-decoration: none; color: #DC034A }

/* Divs IDs */
#cont { min-height: 100%; position: relative; }
#bodybox {
	width: 980px;
	margin: auto;
	text-align: left;
	position: relative;
	padding-bottom:140px; /* Length of the footer. */
}
#mast {
	height: 160px;
}
#mast a { color: #000; text-decoration: none }
#mast a:hover { text-decoration: underline }
#menu {
	height: 40px;
	margin: 0px auto;
}
#content {
	text-align:left;
	margin:10px 0;
}
#footer {
	text-align:left;
	margin:10px 0; padding:0;
	position: absolute; bottom:0; width: 100%;
	height:140px;
	background: url(/img/footer.png) repeat-x;
}
#footerBox { width:980px; margin: 20px auto; color: #808080!important }
#footerBox a { color: #808080!important }
#prefooter { margin-top:40px; padding-bottom: 100px }
#prefooter p { float:left; margin-left:15px;padding-top:16px;margin-top:35px }
#prefooter h6 { float:left;margin-top:35px }
#prefooter a { color: #000 }

/* Custom Tags */
.pink { color: #ED145B!important }
.right { text-align: right; }
.left { text-align: left; }
.red { color: #f00; }
.center { text-align: center; }
.nobg { background: none!important }
.nopad { padding:0px!important }
.nomargin { margin:0px!important }

/* Menu CSS */
#menu ul { padding: 0px; list-style-type: none; margin-top:25px }
#menu li { font-size: 16px; float:left; margin-right:5px }
#menu a { padding: 5px 5px 5px 0px; display:block; color: #000; text-decoration: none }
#menu a:hover { text-decoration: underline }
#menu a.active { color: #ED145B!important }