@charset "utf-8";

/* -----------ARCHITECTURE */
body  {
	background:#DBDBD4;
	margin: 0; 
	padding: 0;
	text-align: center; 
	background-image:url(../images/home/containerTile.jpg);
	background-repeat:repeat-x;
	
}

#mainContent{ 
	margin-left:200px;
	margin-top:0px;
	padding:0px 0px 0px 0px;
	background-image:url(../images/home/mainContentBackgrnd.jpg);
	background-repeat:repeat-y;
}

#container { 
	width:946px;
	margin:0;
	text-align:left;
	background-color: #DBDBD4;
	
}

#title{
	background-image:url(../images/home/title_Home.jpg);
	background-repeat:no-repeat;
}

#titleAudit{
	background-image:url(../images/audit/sectionHead_audit.jpg);
	background-repeat:no-repeat;
	height:46px;
	width:514px;
}


#sidebar1 {
	background:#DBDBD4; 
}


#sidebar2 {
	background:#edeee9;
}

/* -----------HEADERS */

#header1 {
	height:230px;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/home/headerTile.jpg);
	background-repeat:repeat-x;
	 
} 	
#headerImage {
	height:230px;
	padding: 0px;
	margin-left:200px;
	
	 
} 	




/* -----------NAVIGATION */





#GlobalNav li a:hover{
	background-image:url(../images/home/NavHot.jpg);
}
	


#sidebar2Content a{
	text-decoration:none;
	
}



#footer { 
	background:#B0B4A1;
} 

h2{
	color:#CC6633 !important;
}
.form {
	color:#666;
	padding-left:0px;
	font-size:.85em;
	margin:0px;
	padding:0px;
}

.welcome{
	font-size:1.25em;
	color:#333;
	letter-spacing:.5px;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	margin:0px;
	font-weight:bold;
	margin-left: 15px;
}

.sidebarTitle{
	font-size:2em;
	color:#666;
	letter-spacing:4px;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-weight:200;
	margin:0px;
	padding-bottom:10px;
}

#sidebar2ContentHome {
	background-image:url(../images/home/sidebarNavBack_home.jpg);
	background-repeat:no-repeat;
	margin:12px;
	padding:6px;
}

#sidebar2ContentAudit {
	background-image:url(../images/home/sidebarNavBack_audit.jpg);
	background-repeat:no-repeat;
	margin:12px;
	padding:6px;
}
.HomeHeadlineTop {
	font-size:1.50em;
	letter-spacing:-0.08em;
	font-weight:400;
	color:#CC6633;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	margin-bottom:20px;
	margin-top: 30px;
	padding:0px;
}

#textbox-container a,
#textbox-container a:hover
{
    color: #383838;
    text-decoration: none;
}


.textbox
{
    float: left;
    width: 219px;
    height: 189px;
    overflow: hidden;
    margin-right: 9px;
    padding-top: 1px;
}

.textbox.last 
{
    margin-right: 0;
}

#textbox1, #textbox2, #textbox3 
{
    text-align: center;
    height: 90px;
    width: 209px;
    padding: 84px 10px 0 10px;
}

#textbox1 
{
    background: url("/images/home/textbox1.jpg");
}

#textbox2 
{
    background: url("/images/home/textbox2.jpg");
}
#textbox3 
{
    background: url("/images/home/textbox3.jpg");
}

.clearfix 
{
    clear: both;
}

a img {
    border: 0;
}


