﻿body {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:0.8em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	background-color:#FECB4F ;
	margin:0px;
	padding:0px;
}
#content{
	display:block;
	height:578px;
	width:100%;
}
#header 
{
	height:50px;
	width:100%;
	display:block;
	margin:0px;
	padding:10px 0 0 0;
}
#headercontent{
	display:block;
	margin:auto;
	padding:0px;
	width:978px;
}
#logo 
{
	background:transparent url(../images/acit_logo_only.gif) no-repeat scroll left top;
	display:block;
	padding:5px 0;
	height:38px;
	width:200px;
	float:left;
}
#contentMid {
	background:#0C1733 none repeat scroll 0 0;
	height:500px;
	display:block;
	margin:auto;
	padding:0px;
	width:978px;
}

#contentMidLeft {
	background:transparent url(../images/ribbonhoriz_scaled.gif) no-repeat scroll left bottom;
	height:500px;
	width:645px;
	display:block;
	float:left;
	overflow:hidden;
}

#contentMidRight {
	background:transparent url(../images/steps.jpg) repeat-x scroll left top;
	height:500px;
	width:333px;
	display:block;
	overflow:hidden;
}

#footer {
	margin:0;
	color:#FECB4F ;
	height:28px;
	display:block;
	padding-top:10px;
}

#menu {
	list-style-type:none;
	margin:auto;
	padding-left:0;
	width:978px;
}

#menu li {
	padding:10px 13px 0 0;
	display:inline;
	color:#0C1733 ;
}

a {
	color:#ffffff;
}

#menu a:link, #menu a:visited {
	color:#0C1733 ;
	text-decoration:none;
	font-weight:bold;


}
#menu a:hover, #menu a:active
{
	text-decoration:underline;
}
#menu li span {
	text-align:right;
	clear:both;
	float:right;
	margin:0;
	padding:0 0 10px 0;
	display:inline;
	font-size:0.7em;
}


#header img {
	float:right;
	margin:0;
	padding:0px 20px 0 0;
	font-size:0.6em;

}

.row{
	padding:20px 20px 0 20px;
	width:100%
}

.rowLeft{
    float: left;
    width:50%
 }
.rowRight{
    float: right;
    width:50%
 }

.headerrow{
	padding:30px 20px 10px;
	width:90%;
}

h1 
{
	font-size:26px;
	color:#FECB4F;
}

h2
{
    font-size: 18px;
    color: #FECB4F;
}

.row span.highlight{
	color:#FECB4F;
	font-weight:bold;
}

.row p{
	color:#FFFFFF;
	margin:0;
	padding:0;
	width:95%;
	font-size:1em;
	line-height:1.4em;
}

.boldtext {
    font-weight:bold;
}
.italictext {
	font-style:italic;
}
.stdTextBox
{
    width: 150px;
    font-family: Arial;
}
.multiLineTextBox
{
    width: 100%;
    height: 110px;
    font-family: Arial;
    margin-top: 10px;
}
.error {
	border:1px solid #FF0000;
	background-color:#FFEAC8;
	background-position:100% -329px;
	background-repeat:no-repeat;
	background-image:url(../images/input_ico.png);
}
label.error {
	float: none; 
	border:none;
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
	width:auto;
	background-color:Transparent;
}

div.popupblanket {
	background-color:#111;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	position:absolute;
	z-index: 1001;
	top:0px;
	left:0px;
	width:100%;
	display:block;
	height:1200px;
}
div.popUpDiv {
	position:absolute;
	background-color:#FECB4F;
	width:528px;
	height:80px;
	margin:20%;
	z-index: 1002;
	border:2px solid;
}
div.hide{
	display:none;
}

a.close
{
	color:#717174;
	font-weight:bold;
	margin-left:510px;	
	background: url(../images/close_icon_double.png) no-repeat scroll 0 0;
	display:inline;
	height:20px;
	width:20px;
	float:right;
	text-indent:-35px;
}
.message{
	color:#0C1733;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	margin:auto;
	text-align:center;
	width:100%;
}

#phone {
	color:#ffffff;
	font-size:2.0em;
	float:right;
	margin:0px;
	font-weight:bold;
}


a.close:hover{background-position:0 -20px;}