@charset "utf-8";
/*Page layout css*/
 /*Global Reset */

* {
margin:0;
padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin: 0.5em 0;
}
li,dd {
margin-left:1em;
}
fieldset {
padding:.5em;
}
body {
font-size:76%;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.3;
background: #111133;/*#333333;*/
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img
{
border:none;
}
/*float fix */
.clearfix
{
clear:both;
}
/*main layout*/
#wrapper
{
width:920px;
margin:10px auto 10px auto;
border:double #ebdf18 medium;
min-height:600px;
}
#inner_wrapper
{
padding: 10px 0px 10px 10px;

text-align:left;
}

#maincontent
{
width:560px;
float:left;
}
#sidebar
{
width:340px;
float:left;
padding-left:10px;
/*padding-right:-10px;
*/}
.columnContainer
{
padding-top:5px;
}
.column
{
width:180px;
float:left;
margin-right:10px;
padding-bottom:5px;
}
div.spanTwo
{
width:369px;
}
div.spanThree
{
width:560px;
}
div.last
{
margin-right:0px;
}
#sidear div.columnContainer
{
padding-top:0px;
}
#sidebar div.column
{
width:158px;
}
#sidebar div.spanTwo
{
width:326px;
}
.inside
{
padding:5px;
}

/*layout colours*/
#wrapper
{
background-color:#FFFFFF;
}
/*#sidebar
{background-color:#CCCCCC;}*/

/*masthead*/

#masthead {
	background-image: url(../images/new-a4dd-logo-bg.jpg);
	background-repeat:repeat-x;
	height:120px;
	margin:0px;
}
#logo 
{
text-align:center;
margin:0 auto 0 auto;
padding:0 0 0 0 ;

/*position:relative;
float:left;
top:15px;
*/}
#splash_left
{
margin-right:120px;
}
#splash_right
{
margin-left:120px;
}
#masthead .masthead_text
{
float:left;
min-width:190px;
max-width:450px;
width:25%;
margin:10px auto auto 10px;
text-align:center;
font-family:cursive, Verdana, Arial, Helvetica, sans-serif;
font-size:1.6em;
color:#ebdf18;
/*overflow:hidden;
*/
margin:auto;
}
/*extended menu select option for sidebar panel*/
#sidebar div.spanTwo form.menu-form option
{
font-size:.8em;
}
#sidebar div.spanTwo form.menu-form select
{
font-size:.8em;
width:275px;
}
#submast
{text-align:left;
}
#searchbox
{
float:right;
width:260px;
}
#global_nav
{
margin:5px 20px 5px 0;
}
#breadcrumb
{
clear:both;
border-top:#000099 solid thin;
margin:5px 0 5px 0;
padding-top:5px;
}
#tmpl_footer
{
font:1em Arial,Helvetica,sans-serif;
color:#ebdf18;/*#fff;*/
background-color:#000066;
background-image:url(../images/footer-bg.jpg);
margin:0px;
height:70px;
}
/*debug clours */
/*body
{
background-color:#999999;
}
#wrapper
{
background-color:#FF0000;
}
#maincontent
{
background-color:#FF9900;
}
#sidebar
{
background-color:#66FFFF;
}
.column
{
background-color:#FFFF99;
}
#sidebar .column
{
background-color:#666666;
}*/

/*ie fix*/

