/* Screen layout: */


/*______________________________PAGE ATTRIBUTES_______________________________________________   */

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana, Tahoma, Arial, sans-serif;
	background-image: url(images/bg_colour.gif);
	background-repeat: repeat;
}
p {
	color: #8D8D8D;
}

h1, h2 {font-size: 1.5em; margin: 0 0 0.5em 0; color: #747474;}

h2 {
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #DADADA;
	padding-bottom: 8px;
}

h3 { font-size: 1.3em; margin: 0 0 10px 0;}

h3, h4, h5	{color: #747474;}


a {
	text-decoration: none;
	color: #04027F;
	font-weight: bold;
}

a:hover {text-decoration: underline;}

a img {}


/*Classes*/
.left {margin: 10px 10px 5px 0; float: left;}
.right {margin: 10px 0 5px 10px; float: right;}
.textright {text-align: right;}
.center {text-align: center;}
.small {font-size: 0.8em;}
.bold {font-weight: bold;}
.hide {display: none;}


/*_______________________________________STRUCTURE_______________________________________________   */

/*Page Wrapper*/
#wrap {
	color: #303030;
	width: 760px; /* sets the width of the whole site */
	background-color: #ffffff;
	background-image: url(images/bg_green.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
}

/* Header Div*/
#header {
	background-image: url(images/superwhitelogo02.jpg);
	height: 165px;
	width: 760px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0602AC;
}
/* Main Content Div*/
#content {
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	line-height: 1.3em;
	text-align: left;            /* ie hack to set minimum height of element */
	height:auto !important;      /* ie hack */
	height:615px;                /* ie hack */
	background-color: #fff;
	background-image: url(images/baa3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 562px;
	float: right;
	margin-right: 5px;
}


#frontphoto {
margin: 10px 0 0 0;
border-top: #ffcc00 solid 20px;
}

/*_______MENU__________________   */
#avmenu {
	float: left;
	width: 160px;
	padding: 0;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	clear: left;
}

#avmenu ul {	
list-style: none;
width: 160px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 6px 0 0 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #66CCFF;
	background-color: #04027F;
}	
#avmenu li a:active {
	color: #04027F;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #04027F;
	border-right-color: #04027F;
	border-bottom-color: #04027F;
	border-left-color: #04027F;
}

	
#avmenu li a:hover {
	color: #04027F;
	background-color: #FFFFFF;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #04027F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #04027F;
	border-right-color: #04027F;
	border-bottom-color: #04027F;
}

#avmenu img {
margin: 0 0 10px 0px;
}
/*_______Side Latest News Box__________________   */
.announce {
	padding: 10px;
	color: #333333;
	background-color: #C4E1FF;
	line-height: 1.2em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.announce p {
	margin: 10px 0;
}

.announce a {
color: #45A72A;
}
tr {
	padding: 5px;
}




/*#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}
*/

/*FOOTER DIVS*/

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 10px 0;
width: 760px;
text-align: center;
font-size: 0.9em;
}

#links {
padding: 5px;
margin: 0 0 10px 0;
background-color: #66CCFF;
}

#footer a {
color: #6600FF;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

#footer-left {
	width: 760px;
	text-align: left;
	padding-bottom: 5px;
	color: #747474;
	clear: both;
}

#footer-right {
	width: 270px;
	text-align:right;
	color: #747474;
	float: right;
}
#content li {
	color: #8D8D8D;
	line-height: inherit;
}

.bg {
	background-color: #C4E1FF;
	padding: 5px;
}
#content select {
	color: #8D8D8D;
}
#content input {
	color: #333333;
}
