/* IMPORTING HOME AND INNER PAGE LAYOUT */

/*
Custom Colour Palette...
Red: #FF0000
Green: #00FF00
Blue: #0000FF
Dark Blue: #2E1C86
Yellow: #FFFF00
Mid Yellow: #FDCA00
Dark Yellow: #F9B700
Light Orange: #F28E00
Dark Orange: #EC6400
Cyan: #00A6EB
Magenta: #E50083
Light Grey: #E5E5E5
Mid Grey: #C9C9C9
Mid Grey Dark: #A0A0A0
*/

@import url(home.css);
@import url(inner.css);

/* MAIN TAGS REDEFINED */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: top;
	background-color: #E8E8E8;
}

p {
	font-size: 0.75em;
	color: #000000;
	margin: 0;
	padding: 0px 0px 5px;
	border: 0;
	text-align: left;
	vertical-align: top;
}

p a {
	color: #000000;
	text-decoration: underline;
}

p a:hover {
	color: #000000;
	text-decoration: none;
	}

ul {
	margin: 0;
	padding: 0;
	border: 0;
}

li{
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	border: 0px;

}

H1 {
	font-size: .9375em;
	color: #000000;
	margin: 0;
	padding: 10px 0 0 10px;
	border: 0;
	text-align: left;
	vertical-align: top;
}

H1 a {
	text-decoration: underline;
	color: #000000;
}

H1 a:hover {
	text-decoration: none;
	color: #000000;
}

H2 {
	font-size: .8125em;
	color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: top;
}

H2 a {
	text-decoration: underline;
	color: #000000;
}

H2 a:hover {
	text-decoration: none;
	color: #000000;
}

H3 {
	font-size: .8em;
	color: #1B983D;
	margin: 0;
	padding: 5px 0px;
	border: 0;
	text-align: left;
	vertical-align: top;
}

H3 a {
	text-decoration: underline;
	color: #1B983D;
}

H3 a:hover {
	text-decoration: none;
	color: #1B983D;
}

.grey{
	color: #666666;
}



H4 {
	font-size: .75em;
	color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: top;
}

H4 a {
	text-decoration: underline;
	color: #000000;
}

H4 a:hover {
	text-decoration: none;
	color: #000000;
}

H5 {
	font-size: .7em;
	color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: top;
}

H5 a {
	text-decoration: underline;
	color: #000000;
}

H5 a:hover {
	text-decoration: none;
	color: #000000;
}

H6 {
	font-size: .7em;
	color: #1B983D;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: top;
}

H6 a {
	text-decoration: underline;
	color: #1B983D;
}

H6 a:hover {
	text-decoration: none;
	color: #1B983D;
}


hr {
	height: 2px;
	width: 95%;
	color: #000000;
	background-color: #000000;
	margin: 6px 0 6px 0;
	padding: 0;
	border-top: 1px;
	border-top-color: Black;
	border-top-style: solid; 
	border-bottom: 1px;
	border-bottom-color: White;
	border-bottom-style: solid; 
	text-align: left;
	vertical-align: top;
}

.hr80{
	height: 2px;
	width: 80%;
	color: #000000;
	background-color: #000000;
	margin: 6px 0 6px 0;
	padding: 0;
	border-top: 1px;
	border-top-color: Black;
	border-top-style: solid; 
	border-bottom: 1px;
	border-bottom-color: White;
	border-bottom-style: solid; 
	text-align: left;
	vertical-align: top;	
}

.hr60{
	height: 2px;
	width: 60%;
	color: #000000;
	background-color: #000000;
	margin: 6px 0 6px 0;
	padding: 0;
	border-top: 1px;
	border-top-color: Black;
	border-top-style: solid; 
	border-bottom: 1px;
	border-bottom-color: White;
	border-bottom-style: solid; 
	text-align: left;
	vertical-align: top;	
}

.hr40{
	height: 2px;
	width: 40%;
	color: #000000;
	background-color: #000000;
	margin: 6px 0 6px 0;
	padding: 0;
	border-top: 1px;
	border-top-color: Black;
	border-top-style: solid; 
	border-bottom: 1px;
	border-bottom-color: White;
	border-bottom-style: solid; 
	text-align: left;
	vertical-align: top;	
}


address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	line-height: 18px;
	color: #23C550;
	margin: 0 0 5px 0;
	padding: 7px 0 0 0;
	border: 0;
	text-align: center;
	vertical-align: top;

	
}

address a {
	color: #23C550;
	text-decoration: underline;
}

address a:hover {
	color: #666666;
	text-decoration: none;
}


/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

