﻿/*******************************************************************/
/*                                                                 */
/*  CSS file for the AGL1 Web Site                          */
/*                                                                 */
/*  Author:   A. Lyburn                                            */
/*  Date:     3/11/2011                                            */
/*  Filename: uvs.css                                              */
/*                                                                 */
/*******************************************************************/

#page_bg
{
	background: #fff;
}
.bg_img {
	height: 100%;
	display: block;
	left: -5px;
	position: absolute;
	top: 0;
	width: 105%;
	z-index: 0;
}
div#wrapper
{
    margin-top: 30px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
/*	padding-bottom: 35px; */
	z-index: 2;
/*	border:  2px solid #FF6600; */
	background: white;
}

#header
{
	position: relative;
	width: 1000px;
/*	margin: 10px; */
/*	border-bottom:  2px solid #FF6600; */
	height: 200px;
    border-bottom-width: 10px;
    border-color: #AD8A1B;
    border-bottom-style: solid;
    background-color: #22412F;
}

.address {
    padding-top: 100px;
    margin-left: 340px;
    color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.contact {
    padding-top: 20px;
    margin-left: 525px;
    color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.contact a:link, .contact a:visited
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
} 
.contact a:hover
{
	color: #AD8A1B;
} 


.gold {
    color: #AD8A1B;
}

.body-text {
    color: #22412F;
}

#logo
{
	position: absolute;
 	top: 48px;
	left: 50px;
}

#strapline
{
	position: absolute;
	top: 25px;
	left: 200px;
	font-family: "Comic Sans MS";
	font-size: 24px;
	color: #7C7C7C;
	text-align: center;
}

div#domain-name
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 5px;
	text-align:center;
}
div#copyright
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	margin: 5px;
	text-align:center;
}
div#copyright a:link, div#copyright a:visited
{
	color: #0299F4;
	text-decoration: none;
	font-weight: bold;
} 
div#copyright a:hover
{
	color: #D10026;
} 

div#main-wrapper
{
	position: relative;
/*	top: 15px;  */
/*	top: 30px; */
/*	left: 5px;    */
/*	width: 791px; */
/*	margin-left: 5px; */
/*	margin-right: 5px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    /*
    border-width: 3px;
    border-style: solid;
	border-color: #AD8A1B;
    */
}
div#main-wrapper-r
{
	left: -1px;
}
div#main-wrapper-top
{
}
div#main-wrapper-top-l
{
}
div#main-wrapper-top-r
{
	left: -1px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	overflow: auto;
}
div#main-wrapper a:link, div#main-wrapper a:visited
{
	color: #0299F4;
	text-decoration: none;
	font-weight: bold;
} 
div#main-wrapper a:hover
{
	color: #D10026;
} 
div#left-main
{
	float: left;
	width: 45%;
}
div#space-main
{
	width: 10%;
}
div#right-main
{
	float: right;
	width: 47%;
}
div#bottom-main
{
	clear: both;
	position: relative;
	width: 100%;
}
div#footer
{
	height: 100px;
    border-top-width: 10px;
    border-color: #AD8A1B;
    border-top-style: solid;
    background-color: #22412F;
}
div#footer-l
{
	height: 25px;
}
div#footer-r
{
	left: -1px;
	height: 25px;
}