/* CSS Document */
/*This is the css document that contain DIV tags, ID, Classes, for the whole ANC website*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 12px;
	background: #FFCC00;

}
ul { line-height:18px;}
/*Global Classes which are used in throughout the whole website*/
.more
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	margin: 15px 0 20px 0;
}

/*Classes end here*/

/*************************************************/

/**/
#middle
{
	width:684px;
	height: auto;
	float: left;
/*	border-right:solid 1px #ffe385;*/
	padding-top: 0px;
	margin-top:18px;
	padding-right:5px;
/*background: url(../images/background.gif);*/

}

#middle p
{
	font-size:12px;
	line-height:18px;
}

/**/

/************************************************/

/*top1.php DIV information*/

.date { padding-left:50px;font-family:Arial; font-size:12px; line-height:2px; padding-top:40px;}
.anctxt_container{width:120px;float:left;margin-top:-25px;}
.anctxt{font-family:"Arial"; font-size:28px; font-weight:bolder; padding-top:35px; line-height:54px;}
.anctxt1{font-family:Arial; font-size:14px; font-weight:bold; color:#006600; margin-top:-35px; padding-left:120px;}
.topbtn{float:right; width:221px; padding-left:0px; margin-bottom:0px; margin-right:-3px;}
.redbold{ color:#ffe385;}

/*top1.php DIV information ends here*/


/************************************************/


/*The main body DIV tags*/

#bgdiv {
width: 941px;
height: auto;
border:solid #FF0000 2px;
float:inherit;
}
#container
{
	width: 941px;
	height: auto;
	text-align: left;
	margin:auto auto;

}

#navigation
{
position:absolute;
z-index:1230;	
	width:945px;
	height:auto;
	margin:auto;
}
#banner
{
	width: 698px;
	float: left;
	margin-bottom: 19px;
	border: 0;
}

#maincontainer
{
	width: 941px;
	height: auto;	
	margin-top:50px;
}

#right
{		margin-top: 50px;
	width: 220px;
	height: auto;
	float: right;
	margin: 0;
	padding-top: 18px;

}

#right a {color: #006600; text-decoration:none;}

/*main body DIV ends here*/

/************************************************/

/*Spacer [This is the gradient just above the footer] and the class .clear  is used to separate DIVs */

#spacer { background-image:url(../images/spacerbg.gif); height:32px;}
.clear { clear: both;}

/*spacer ends here*/


/************************************************/

/*Footer information*/

.fexplore {color: #ffcc00; padding-top:-5px;}
#footer
{
	font-family:Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	font-size: 11px;
	margin:auto auto;
	width: 941px;
 	background-color: #333333;
}

#footer_gen
	{
	width:220px;
	float:left;
	padding-left:10px;
	line-height:21px;	
	border-right:solid 2px #666666;
	height:295px;
	}
#footer_doc
	{
	width:235px;
	float:left;
	line-height:22px;	
	padding-left:10px;	
	border-right:solid 2px #666666;
	height:245px;
		padding-top:50px;

	}
#footer_sites
	{
	width:235px;	
	float:left;
	line-height:21px;	
	border-right:solid 2px #666666;
	padding-left:10px;	
	height:245px;
		padding-top:50px;
}
#footer_info
	{
	width:150px;
	float:right;
	line-height:21px;	
	padding-left:10px;
	padding-top:50px;
	height:245px;
	}
#footer_last
	{
	background-image: url(../images/bottom_back.jpg);
	height:40px;
	text-align:right;
	padding-right:10px;
	padding-top:5px;
	
	}
#footer h4
{
	font-size: 14px;
	font-weight: bold;
	height: 1px;
	line-height:8px;
	margin-top:10px;
	padding-left:0px;

}
#footer a{ 
		color:#ffffff; text-decoration:none;}

#footer a:visited { color:#ffffff;}

/*Footer ends here*/

/**********************************************************/

/*Search Div's are defined below*/

#searchdiv {
background:#333333;
width:222px;
height:36px;
}

#searchdiv .textfield{
border:solid 1px #666666;
width:165px;
background:#666666;
color:#FFFFFF;
margin:8px 4px 3px 6px;
padding:3px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;

}

#searchdiv .button {
width:30px;
height:17px;
margin-bottom:4px;
color:#333333;
background:#999999;
border:none;
font-weight:bold;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
#searchdiv form {
margin:0
}

/*Search ends here*/

/*Errors*/
.msg { color:red; font-size:13px;}