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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { 
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.bar {
	height:7px;
	background-color:#808080;
}
.vbar {
	background-color:#808080;
}
h3 {
	font-size:16px;
	font-weight:bold;
	height:24px;
	margin:8px 0 0 0;
	text-align:center;
	font-family:Arial;
	
}

h4 {
	font-size:12px;
	font-weight:bold;
	margin:8px 0 0 0;
	text-align:center;
	font-family:Arial;
	
}

.colour {
	color:#000080;
}
.title {
	font-family:"Arial Black";
	font-size:54px;
	font-weight:bold;
	color:#000080;
	text-align:center;
	margin:-6px 0 0 0;
	vertical-align:middle;
}
a {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.live {
	color:#ff3300;
}
a:link {color:#000000;}
a:visited {color:#000000;}
a:hover {color:#ff3300;}

.background {
	background-image:url(Images/CenterHome.jpg);
	height:457px;
}

}
.minititle
{	font-family:"Arial Black";
	font-size:20px;
	color:#000080;
	font-weight:bold;
}
.bodytext
{
	font-family:Arial;
	font-size:14px;
	color:#000000;
}
.bodytextsmall
{
	font-family:Arial;
	font-size:9px;
	color:#000000;
}
.about {
	margin:50px 50px 50px 80px;
	text-align:left;	
}
.services {
	margin:20px 20px 20px 20px;
	text-align:left;	
}
.minititleservices
{

	font-family:Arial;
	font-size:20px;
	color:#000080;
	font-weight:bold;
}
.bodytextservices
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

.labels {
	font-size:8px;
	font-style:italic;
}


#menuh-container
	{
		display: inline-block;
	top: 1em;
	left: 1em;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0.5em;
	margin-top: 0.5em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #000000;
	white-space:nowrap;
	margin:0;
	padding: 0.3em 3.3em 0.3em 3.3em;
	}  
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: black;
	background-color: #eeeeee;		/* royal blue */
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #cccccc;	/* cornflowerblue */
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:9em;	 width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

#submit {
    padding: 10px 15px 11px !important;
font-size: 14px !important;
background-color: #000080;
font-weight: bold;
color: #ffffff;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 2px solid #000000;
cursor: pointer;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

#submit2 {
    padding: 5px 5px 5px !important;
font-size: 11px !important;
background-color: #000080;
font-weight: bold;
color: #ffffff;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 2px solid #000000;
cursor: pointer;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}