/* REEP Screen Styles v2                    */
/* XHTML and CSS by www.matkeane.com        */
/* with help from AlistApart.com and others */

body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 75%;
}

/* Globally remove margin and padding and set normal font size for page */
* {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 1em;
}

body {
	background-color: #7A4D21;
	color: #000000;
	background-image:  url("../g_lib/v4/home/home_stripes_bg_grad1.jpg");
	background-repeat: repeat-x;
}

/* General Link styles */
a:link {
	text-decoration: none;
	color: #0738A8;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.hidden {
	display: none;
}
/* Main Layout */
div#wrapper {
	width: 784px;
	margin: 0px auto 0px auto;
	background: transparent;
	background-image:  url("../g_lib/v4/home/home_wrapper_top1.jpg");
	background-repeat: no-repeat;
	border-top: 1px solid #FFFFFF;
}
div#pageheader {
	/* Image is chosen at random with PHP script in index file */
	margin-top: 10px;
	height: 150px;
	overflow: hidden;
	background-repeat: no-repeat;
}
div#pageheader h1 {
  height: 0px;
  overflow: hidden;
	text-indent: -9999em;
}
div#pageheader img#headerPic {
	width: 784px;
	height: 150px;
}
div#title {}
div#main {
	width: 784px;
	padding: 0px 0px 4px 0px;
	overflow: hidden;
	background: transparent;
	background-image:  url("../g_lib/v4/home/home_wrapper_bg1.png");
	background-repeat: repeat-y;
	border: none;
}
div#main p {
	font-size: 0.9em;
	line-height: 1.25em;
	margin: 0.2em 0em 0.4em 0em;
}
div#aboutREEP {
	float: left;
	position: relative;
	width: 238px;
	margin: 0px 0px 0px 8px;
	border-bottom: 1px dotted #888888;
}

div#columnOne {
	float: left;
	position: relative;
	width: 268px;
	margin: 0px 12px 0px 12px;
	background: transparent;
	border-bottom: 1px dotted #888888;
}

div#columnTwo {
	float: left;
	position: relative;
	width: 238px;
	margin: 0px;
	background: transparent;
	border-bottom: 1px dotted #888888;
}
		
div#footer {
	padding: 1em 0px 0em 0px;
	height: 1em;
	background: transparent;
	background-image:  url("../g_lib/v4/home/home_footer_bg1.png");
	background-repeat: no-repeat;
	border: none;
}

div#footer p#VTC {
	float: left;
	text-align: left;
	margin-left: 80px;
}
div#footer p#NGfL {
	float: left;
	margin-left: 80px;
	margin-right: 80px;
}
div#footer p {
	padding: 0.8em 1em 0.5em 1em;
	line-height: 1.2em;
	text-align: center;
}
div#footer p#copyright {
	text-align: center;
	font-size: 90%;
	color: #EEEEEE;
}
div#footer p#supported {
	float: right;
	width: 228px;
	text-align: center;
	font-size: 90%;
	color: #EEEEEE;
}

/* commented backslash hack v2 for Mac IE5                       */
/* Styles within the comment blobk below are only seen by MacIE5 */
/* It's a hack, it's ugly, but hell, it works!                   */

/*\*//*/

div#main {}

/**/

div#aboutREEP h2, div#columnTwo h2 {
	margin-bottom: 0.2em;
	font-size: 1.1em;
	text-align: center;
	color: #006600;
}
div#aboutREEP h3, div#columnTwo h3 {
	line-height: 1.2em;
	padding: 0.2em 0.4em;
	margin-bottom: 0.3em;
	text-align: center;
	background-repeat: repeat-y;
}
div#aboutREEP h3 a:link, div#columnTwo h3 a:link {
	display: block;
	width: 100%;
	color: #0738A8;
}
div#aboutREEP h3 a:visited, div#columnTwo h3 a:visited {
	display: block;
	width: 100%;
	color: #0738A8;
}
div#columnOne h3 a:link, div#columnOne h3 a:visited {
	color: #FE7D05 !important;
}
div#aboutREEP h3 {
	background-image:  url("../g_lib/v4/home/home_header_h3_1.jpg");
}
div#columnTwo h3 {
	background-image:  url("../g_lib/v4/home/home_header_h3_2.jpg");
}
h4 {
	margin: 0.2em 0 0 0;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	color: #001D59;
}
div#aboutReep form p {
	padding-top: 0.2em;
}
 p label {
	display: none;
}
div#aboutREEP input#sp-q {
	max-width: 230px;
	padding: 0.1em;
	border: 1px solid #999999;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	background: #FFFFFF;
}
div#aboutREEP form input#submit {
	width: auto;
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.1em;
	/*margin-top: 5px;*/
	color: #333333;
	font-weight: bold;
}
div#aboutREEP form input:active {
	background-color: #FE7D05;
	border: 1px solid #CCCCCC;
}
div#columnOne h2 {
	padding-bottom: 0.2em;
	text-align: center;
	font-style: italic;
	color: #006600;
	background: none;
}
div#columnOne h3 {
	text-align: center;
	line-height: 1.2em;
	padding: 0.5em 1.2em 0.2em 1.2em;
	margin-bottom: 0.3em;
	background-image:  url("../g_lib/v4/home/centre_header_bg3.png");
	background-repeat: no-repeat;
	color: #FE7D05;
}
div#columnOne p {
	color: #262626;
}
div#columnOne p.inlineLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}
div#columnOne p.inlineRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 2px;
}
div#columnOne div.columnBlock {
	padding: 0 5px 0 5px;
}
div#columnOne div.columnBlock p {
	line-height: 1.3em;
}
.clearAll {
	clear: both;
}
.centre {
	text-align: center !important;
}
img.centre {
	margin: 0px auto 0px auto;
}
p#rss {
	padding-top: 0.2em;
	font-size: 90%;
	border-top: 1px dotted #888888;
	text-align: center;
}
p#rss img {
	margin-top: 0.2em;
	vertical-align: middle;
	text-align: center;
}

