@charset "UTF-8";

/* Background-Styles */

* {
	font-family:Verdana, Arial, Helvetica, sans-serif, Calibri;
	font-size:12px;
	font-weight:normal;
	line-height:1.5em;
 	margin: 0;
	padding: 0;
  }

/* Fix up IE6 PNG Support */
img, #logo { behavior: url(./scripts/iepngfix.htc); } 


body {
	margin:0px; 
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif, Calibri;
	font-size:13px;
}

p { margin: 0px 0px 10px 0px; }

ul { margin: 0px 0px 10px 10px; }

.nav ul { margin: 0; padding: 0; font-size:11px;}
.nav ul li { margin: 0; padding: 0; font-size:11px;}

.clear	{ clear: both; }

.home-container {
	width:980px;
	margin:0 auto;
  	position:relative;
	border:1px solid #ccccff;
	height:auto;
}

.outer-container {
	width:940px;
	margin:0 auto;
  	position:relative;
	border:0px solid #ccccff;
	height:auto;
}

.inner-container {
	width:940px;
	margin:0 auto;
  	position:relative;
	height:auto;
}

/* Header-Styles */

#header {
	padding-top:10px;
	padding-right:0px;
	background:white url(../images/header_bg4XX.png) repeat;
	height: 65px;
}

ul#top-menu {
	margin:0px; 
	padding-right:10px;
	position:absolute;
	right:0px;
}

ul#top-menu li {
	display:inline;
	padding:5px;
}

ul#top-menu li a {
	text-decoration:none;
	color:#716d6a;
	text-transform:uppercase;
}

ul#top-menu li a.active, ul#top-menu li a:hover {
	color:#0B6CBF;
	border-bottom:1px solid #0C6CC0;
}

#logo {
	background-image:url(../images/acnewlogo2.png);
	background-repeat:no-repeat;
	padding-left:10px;
	width:250px;
	height:55px; 
}

#logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}


#logo2 {
	background-image:url(../images/acnewlogo2.png);
	background-repeat:no-repeat;
	padding-left:10px;
	width:250px;
	height:55px; 
}

#logo2 h1, #logo2 small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}

/* Main Navigation-Styles */
.main-navigation{
	width:940px;
	height:40px;
	margin:0 auto;
}

#main-nav-root {
	background:transparent url(../images/menu-normal-bg.png) repeat-x;
	border:0px solid #CCCCFF;
	position:relative;
	margin-bottom: 5px;
}

#main-page {
       text-align:justify;
}

#main-nav {
	background:transparent url(../images/menu-normal-bg.png) repeat-x;
	border:0px solid #CCCCFF;
	position:relative;
	margin-bottom: 5px;
}

.nav-left{
	background:white url(../images/menu-normal-left.png) no-repeat;
	width:15px;
	height:40px;
	float:left;
}
.nav-right{
	background:white url(../images/menu-normal-right.png) no-repeat;
	width:15px;
	height:40px;
	float:right;
}
.nav-bg{
	background:url(../images/menu-normal-bg.png) repeat-x;
	height:40px;
}
.nav-bg ul{
	list-style:none;
	margin:0;
	height:40px;
}
.nav-bg li{
	float:left;
	list-style:none;
	border-left:1px solid #656565;
	border-right:0px solid #656565;
	font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:40px;
}

.last-bar{
	border-right:1px solid #656565;
}

.nav-bg li a{
	float:left;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px;
	height:40px;
	line-height:10px;
	text-align:center;
	cursor:pointer;	
	font-size:14px;
	font-weight:bold;
}

.nav-bg li a span{
	float:left;
	display:block;
	padding:10px 32px 10px 32px;
	font-size:14px;
	font-weight:bold;
}

.nav-bg li.current a{
	color:#fff;
	background:url(../images/menu-selected-bg.png) repeat-x;
}
.nav-bg li.current a span{
	color:#fff;
	background:url(../images/menu-selected-bg.png) repeat-x;
}
.nav-bg li a:hover{
	color:#000;
	background:transparent url(../images/menu-hover-bg.png) repeat-x;
}
.nav-bg li a:hover span{
	color:#000;
	background:url(../images/menu-hover-bg.png) repeat-x;
}

.nav-bg li a:visited{
	color:#fff;
}


/* Main Body - Home Page - Styles */

#no-script {
	height: 30px;
	margin:0;
	position:relative;
}

.error {
	background-color:#F7E8E5;
	color:#B54B35;	
	font-weight:bold;
}

/*** set the width and height to match your images **/
 
#slideshow {
    position:relative;
    height:310px;
}
 
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
 
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
 
#slideshow IMG.last-active {
    z-index:9;
}
 

/* Footer-Styles */

#footer {
	margin-top:20px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px dotted #000000; /*#CCCCCC;*/
	border-bottom:1px dotted #000000; /*#CCCCCC;*/
	text-align: left;
}


/* Rounded Corner */

.roundedcornr_box {
	background: url(roundedcornr_tl.png) no-repeat top left;
	width: 220px;
	margin-left:7px;
	margin-right:7px;
	float:left;
}
.roundedcornr_top {
	background: url(roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom {
	background: url(roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_content {
	background: url(roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top div,.roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content, .roundedcornr_bottom {
	margin-top: 0px;
}
.roundedcornr_content {
	padding: 0 10px; 
}

.roundedcornr_content p { margin: 0px; }

/* 2nd Level Page - Styles */

#page-image{
	height:150px; 
	border:0px solid #ccccff; 
	margin-top:0px;
	background:transparent url(../images/Xpage_banner.png);
}

#page-image div#page-image-menu {
	border:1px solid #003399;
	float:right;
	font-weight:bold;
	margin-top:55px;
	position:relative;
	text-align:left;
	width:200px;
}

#page-image div#page-image-menu a{
	color:#000000;
	text-decoration:none;
}

a:link, a:visited {
	color:#C64934;
	font-weight:bold;
}

#page-content{
	border-right:1px dotted #CCCCCC;
	padding-left:10px;
	padding-right:10px;
	min-width: 700px;
}

#left-menu {
	width:200px;
	padding-top:1px;
}

.page-title{
	margin-top:50px;
	font-size:22px;
	color:#00A000;
}

.page-title2 {
	color:#2F58A4;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.page-title3 {
	color:#2F58A4;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

.page-title-spl {
	color:#00A000;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
}



div.sidebar{
	background:transparent url(../images/header_bg4.png) repeat-x scroll 0 -75px;
	float:left;
	overflow-x:hidden;
	padding:0;
	margin:0;
	font-size:11px;
	text-align:left;
}

div.this-section {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:0px;
	font-weight:bold;
	color:#00A000;
	text-transform:uppercase;
}

div.sidebar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:5px;
	font-size:12px;
        font-weight:normal;
}

div.sidebar ul li {
	padding-bottom:4px;
	padding-left:10px;
        font-size:12px;
        font-weight:normal;
}

div.sidebar li a {
	text-decoration: none;
	font-weight:normal;
}

div.sidebar ul li.selected {
	background-image:url(../images/greyBullet.jpg);
	background-position:0%;
	background-repeat:no-repeat;
	padding-bottom:4px;
	padding-left:10px;
}

div.sidebar li.selected a {
	color:red;
	font-weight:bold;
}


/*
	Portfolio-Home-Styles
*/

#block_portfolio {
	overflow:auto;
	margin-top:10px;
	text-align: center;
}

#block_portfolio a{
  	text-decoration: none;
}

#block_portfolio h3{
	color: #716D6A;
	font-size: 12px;
	font-weight: bold;
}

#block_portfolio p{
	color: #716D6A;
	font-size: 10px;
	font-weight: normal;
}


#portfolio_items {
	width:226px;
	margin-right:11px;
	float:left;
	padding-top:0px;
}

#portfolio_last_items {
	width:226px;
	margin-right:0px;
	float:left;
	padding-top:0px;
}

#portfolio_items h3{
	margin: 0px;
}

#portfolio_items P{
	margin: 0px;
}


.mini_portfolio_item {
	border:1px solid #a3a09e;
	margin-bottom:10px;
	position:relative;
}

.mini_portfolio_item .block_inside { 
	/* background:none; background-color:#e2dddc;  */
	padding-top:25px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px; 
	margin: 0px;
}

.mini_portfolio_item {
	float:center; 
	border:1px solid #979390; 
}

.thumbnail { 
	float:center; 
	border:1px solid #979390; 
	margin-bottom: 10px;
}

/****Home Page 4 Content***/

#home-sections
{
	height:140px;
	width:940px;
	float:left;
	background:transparent url(../images/portfolio-bg-145.jpg) left bottom no-repeat; 
	border: 0px solid black;
	margin-bottom:5px;
	margin-top:5px;

}
.home-section
{
	width:233px;
	height:125px;
	float:left;
}

.home-section-item
{
	padding-left:20px;
	padding-right:15px;
	color: white;
}

.home-section-item a
{
	color: white;
}

.home-section-item a:hover
{
	color: white;
}

.home-section-item a:visited
{
	color: white;
}

.home-separator
{
	width:2px;
	height:125px;
	float:left;
}


/*** Data Entry Forms ****/

.form-content{
	padding:10px;
	width:500px
}

.notification_error
{
	border: 1px solid #A25965;
	height: auto;
	width: 90%;
	padding: 4px;
	background: #F8F0F1;
	text-align: left;
	-moz-border-radius: 5px;
}

.notification_ok
{
	border: 1px #567397 solid;
	height: auto;
	width: 90%
	padding: 8px;
	background: #f5f9fd;
	text-align: center;
	-moz-border-radius: 5px;
}

.left{
	width:165px;
	float:left;
	padding:7px 0px 0px 7px;
	min-height:24px;
}
.right{
	width:500px;
	float:left;
	padding:5px;
	min-height:24px;
}
.clear{
	float:none;
	clear:both;
	height:0px;
}
.row{
	background-color:none;
	display:block;
	min-height:32px;
}
.text{
	width:190px;
}
.ruler{
	width:400px; border-bottom:dashed 1px #dcdcdc;
}
tr:focus{
	background-color:#fcfcf0;
}
td{
	vertical-align:top;
}
.over{
	background-color:#e6e2af;
}
.out{
	background-color:none;
}

.info_fieldset { -moz-border-radius: 7px; border: 1px #dddddd solid; }

.info_fieldset legend
{
	border: 1px #dddddd solid;
	color: black;
	padding: 2px 5px 2px 5px;
	-moz-border-radius: 3px;
}
