@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}



#container {
	height:100%;
	z-index:1;
	left: 100px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
	min-width: 800px;
	width: 90%;
}

#header {
	position:relative;
	height:130px;
	z-index:1;
	background-image: url(../mainimages/ReGroHeader-v5.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#header h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #FFFFFF;
	line-height: 0.5em;
}

#topnav {
	position:relative;
	width:85%;
	height:25px;
	z-index:1;
	left: 0em;
	padding-left: 15%;
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(../mainimages/greengradient2.png);
	top: -2px;
}
#maincontentfullwidth {
	z-index:1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0em;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 150px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006833;
}
#maincontentfullwidth h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}
#container #maincontentfullwidth p {
	list-style-type: none;
	list-style-image: url(../SpryAssets/SpryMenuBarRight.gif);
}
#container #maincontentfullwidth ul {
	list-style-image: url(../SpryAssets/SpryMenuBarRight.gif);
	list-style-position: outside;
}





#sidebar {
	width:14em;
	z-index:1;
	top: 0px;
	float: left;
	height: 100%;
	position: relative;
	padding-top: 20px;
}

#sidebarcontent {
	margin-top: 10px;
	background-color: #FFFF99;
	color: #2b5400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../mainimages/topnavbargreen.png);
	background-repeat: repeat-x;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border: 1px solid #6AB73E;
	position: relative;
	padding-left: 5px;
}
#sidebarcontent h1 {
	font-size: 1em;
	font-variant: small-caps;
}

#sidebarheading {
font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: normal;
	background-position: top;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#maincontent {
	z-index:1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14em;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 150px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006833;
}
/* End hide from IE-mac */
#maincontent p {
	text-align: justify;
}

#maincontent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}

#footer {
	height:25px;
	z-index:1;
	padding-left: 16em;
	background-image: url(../mainimages/greengradient2.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-right: 2em;
	width: 80%;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.videoholdercentre {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 8px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
