@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------------------  LAYOUT */
html, body {
	margin:0;
	padding:0;
	text-align:center;
	background:#F0F2F1 url(../images/page_bkg.jpg) repeat-x 0 0;
}
#pagewidth {
	width:908px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background:#F0F2F1 url(../images/pagewidth_bkg.jpg) repeat-x 0 0;
	border-right:1px solid #fff;
	border-botom:1px solid #fff;
	border-left:1px solid #fff;
}
#header {
	position:relative;
	height:249px;
	width:100%;
	background:url(../images/logo_anc.jpg) no-repeat 19px 12px;
}
#wrapper {
	border-top:6px solid #000;
	border-bottom:6px solid #39AD4A;
	background:#fff url(../images/leftcol_bkg.png) repeat-y 0 0;
}
#leftcol {
	width:140px;
	float:left;
	position:relative;
}
#twocols {
	width:768px;
	float:right;
	position:relative;
}
#rightcol {
	width:260px;
	float:right;
	position:relative;
}
#maincol {
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:508px;
}
#maincol fieldset label, #maincol fieldset input, #maincol fieldset textarea  {
	width: 660px;
	display: block;
}
#onecol {
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:100%;
}
#onecol fieldset label, #onecol fieldset input, #onecol fieldset textarea {
	width: 660px;
	display: block;
}
#footer {
	height:80px;
	background:url(../images/footer_bkg.jpg) repeat-x 0 0;
	border-top:1px solid #fff;
	clear:both;
}
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print {
/*hide the left column when printing*/ 
#leftcol {
	display:none;
}
/*hide the right column when printing*/ 
#rightcol {
	display:none;
}
#twocols, #maincol {
	width:100%;
	float:none;
}
}
/* ------------------------------------------------------------  GLOBAL STYLES */


html, body {
	font:95%/140% Arial, Helvetica, sans-serif;
}
div, table, h1, h2, h3, h4, h5, h6, p, td, tr, span, ul, li, ol {
	margin:0;
	padding:0;
	text-align:left;
}
a, a:link, a:visited, a:active {
	color:#5B6E7D;
}
a:hover {
	color:#39AD4A;
}
/* ------------------------------------------------------------  HEADER STYLES */

#header h1 {
	width:634px;
	height:74px;
	display:block;
	background: url(../images/anc.jpg) no-repeat 140px 23px;
	text-indent:-10000em;
}
/*TopMenu styles*/ 

#topmenu {
	position: relative;
	left: 140px;
	top: 18px;
	width:767px;
	height:24px;
	background: url(../images/topmenu_bkg.jpg) no-repeat 0 0;
	margin:0;
	padding:0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}
#topmenu ul {
	padding-top: 2px;
	text-align:center;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}
#topmenu li a, #topmenu li a:link, #topmenu li a:visited, #topmenu li a:active {
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
}
#topmenu li a:hover {
	color:#54FB6F;
}
/*PhotoLinks styles*/ 

#photos {
	position: relative;
	left: 140px;
	top: 18px;
	width:768px;
	height:131px;
	margin:0;
	padding:0;
	background:#fff;
}
#photos li {
	list-style-type: none;
	float:left;
	margin:0;
	padding:0;
}
#photos li a {
	/* text-indent:-10000em; */
	display:block;
	width:191px;
	height:131px;
	background:#00FF00;
	border-left:1px solid #fff;
	margin:0;
	padding:0;
}

#photos li a img {
	margin:0;
	padding:0;
	border:0;
}

#photos li a.photo1 {
	background:#00FF00;
}
#photos li a.photo2 {
	background:#872301;
}
#photos li a.photo3 {
	background:#ccFF00;
}
#photos li a.photo4 {
	background:#120934;
}
/* Heading Principal */

#topheading {
	width:100%;
	height:30px;
	color:#fff;
	background:#418E4C;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	vertical-align: middle;
}
#topheading #nav {
	height:30px;
	font-size:1.2em;
	margin-left:140px;
	padding:5px 0 0 10px;
	border-left:1px solid #fff;
}
#topheading #nav a {
	color: white;
	text-decoration: none;
}
#topheading #nav a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------  LEFTCOL STYLES */

#leftcontent{padding:4px 8px;}
#leftcol h2{
	margin:.6em 0;
	color:#212936;
	font-size:.95em;
	border-bottom:1px dotted #418E4C;
}
#leftcol p {
	color:#333333;
	font-size:.8em;
	line-height:120%;
	margin:.5em 0;
}
/* ------------------------------------------------------------  MAINCOL STYLES */

#maincontent{padding:30px;}

#maincontent h2{
	margin:.9em 0;
	padding-bottom:.6em;
	color:#39AD4A;
	font-size:1.4em;
	border-bottom:3px solid #5B6E7D;
}
#maincontent h3 {
	color:#212A3B;
	font-size:1.2em;
	margin:.8em 0;
}
#maincontent h4 {
	color:#5B6E7D;
	font-size:1.1em;
	margin:.8em 0;
}
#maincontent h5 {
	color:#5B6E7D;
	font-size:1em;
	font-style:italic;
	text-indent:1.5em;
	margin:.8em 0;
}
#maincontent p {
	color:#333333;
	font-size:.95em;
	margin:.8em 0;
}

#maincontent ul {
	color:#333333;
	font-size:.95em;
	margin:.9em;
	padding:.5em 2em;
	border-top:1px dotted #418E4C;
	border-bottom:1px dotted #418E4C;
	list-style:square;
	color:#666;
}

#maincontent ul ul {
	border:0;
}

/* ------------------------------------------------------------  RIGHTCOL STYLES */

#rightcontent{
	width:90%;
	padding-top:30px;
}

#rightcontent h3{
	color:#212A3B;
	margin:1em 0;
	font-size:1.1em;	
}
#rightcontent .news{
	background:#D4E0E5;
	padding:1em;	
}

#rightcontent .news h4{
	color:#354461;
	margin:.5em 0;
	font-size:1em;
}

#rightcontent .news p{
	color:#354461;
	margin:.5em 0;
	font-size:.85em;
	line-height:130%
}

/* ------------------------------------------------------------  FOOTER STYLES */

p.copyright{
	height:66px;
	background:url(../images/anc_logo_footer.jpg) no-repeat 10px 10px;
	padding:10px 0 0 80px;
	color:#999999;
	font-size:.8em;
	line-height:140%;
}
p.copyright a, p.copyright a:link, p.copyright a:visited, p.copyright a:active{
	color:#fff;

}
p.copyright a:hover{
	color:#54FB6F;
}
