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

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

#header
{
	position: relative;
	width: 800px;
	height: 91px;
/*	margin: 10px; */
	background: #252525;
/*	border-bottom:  2px solid #FF6600; */

}

#logo
{
	position: absolute;
	top: 10px;
	left: 10px;
}

#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: 14px;
}
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: 25px;
}
div#footer-l
{
	height: 25px;
}
div#footer-r
{
	left: -1px;
	height: 25px;
}