/*
*
*
*	site-specific layout statements
*
*/


/*	Structure
-------------------------------------------------------------- */

body,html{
	margin:0px;
	padding:0px;
	background: #fff url(../img/backgrounds/bg.png) top no-repeat;
	
	
	
}

#totalContainer{
/*	margin-top:10px;
	margin-bottom:10px;
		-webkit-box-shadow: 0px 1px 9px 3px #666;
box-shadow: 0px 1px 9px 3px #666; */
}

.width_1#totalContainer{
	width:1038px;
}

.width_2#totalContainer{
	width:978px;
}

#topBar{
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}

#topBarContainer{
	margin:15px auto 15px auto;
}
	
.width_1#topBarContainer{
	width:1038px;
}
	
.width_2#topBarContainer{
	width:978px;
}

/*#topBarLink{  top toggle bar 
	text-align:center;
	margin:0px;
	padding:0px;
	height:10px;
	width:100%;
}*/

#topBarLink a{ /* top toggle bar */
	float:left;
	margin-left:48.5%; /* make it block level and try to center it without javascript..*/
	padding:15px 10px 5px 10px;
}

#topBarLink.withoutTopRegion a{ /* makes space in case we don't have any element in the top Region */
	margin-bottom:50px;
}

#top{ /* upper part of the template */
/*	float:left;
	width:100%;*/
	/*height: 100px;*/
	/*position:relative;*/
/*	margin-bottom:10px;
*/}

#topUtility{
	position:absolute;
	top:20px;
	right:0px;
}

#logo-container{ /* image logo container */
	float:left;
	height:62px;
	margin-right:10px;
	margin-top: 0px;

}

#title-slogan{ /* site title and slogan container */
	float:left;
	margin-top:20px;
}

#site-title,
#site-slogan{ 
	margin:0px;
	padding:0px;
}

#search{ /* theme search box */
	position: absolute;
	right:0px;
	top: 30px;
}

#search div{ /* search button inline */
	display: inline;
}

#pageBorder{ /* makes the border */
	float: left;
		-webkit-box-shadow: 0px 1px 9px 3px #666;
box-shadow: 0px 1px 9px 3px #666; 
}

.ie7 #pageBorder{ /* for IE7 */
  float: none;
  overflow: hidden;
}

#contentWrapper{ /* wraps content */
	float: left;
	padding:15px 13px 15px 13px;
	position: relative;
	z-index: 1;	/* follows the z-index order of primary menu and advertise (to solve ie7 z-index BUG )*/
	
}

.breadcrumb{ /* breadcrumb */
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
	margin:0px 10px 15px 10px;
}

#footer{ /* site footer*/
	margin-top: none;
	padding-bottom:0px;
	float: left;
	width: 978px;
	position:relative;
	background-color:#AAAA8A;	
}

#navigation-footer{ /* site footer*/
	position:absolute;
	right:0px;
	top:0px;
	
}

#bottomUtility{
	position:absolute;
	top:0px;
	right:0px;
}

/* utility menu */

.utility ul.menu{
	margin:0px;
	padding:0px;
	list-style:none;
}

.utility ul.menu li{
	display:inline;
	margin:0px 0px 0px 4px;
	padding:0px;
}

.utility ul.menu li a{
	padding-right:8px;
}

.utility ul.menu li:after{
	content:"|";
}


/*	Look & Feel
-------------------------------------------------------------- */

body.marinelli{
	/*background: #E3EFD9 url(../img/backgrounds/bg.png) no-repeat center scroll;*/
	/*background-image:url(../img/header/bg_rt.png), url(../img/header/bg_lt.png);
	background-repeat: no-repeat;
	background-position: top right, top left;*/
	/*background-image: url(../img/header/rt_hdr.png), url(../img/header/lt_hdr.png)*//*, url(../img/header/header_bg-rt.png)*/;
	/*background-repeat:no-repeat;
	background-position:80px 214px, 900px 214px;*/
	
	 
	

}

/*div columns*/

#MandV {padding-top:30px;}

#ftrleft { float: left; width:420px; display:block; margin-left:10px; margin-right:10px;}

#ftrright { marging-left:50%; width:50%; float:right; width:420px; display:block; margin-left:10px; margin-right:10px;;}
	
#topBar,#topBarLink,#topBarLink a{ /* top toggle bar */
	background:#054b81;
}

#topBarLink a{
	font-size: 1.1em;
}

.outsidecontent{
	color:white;
}

#site-title,
#site-slogan{
	font-weight: bold;		
}

#site-title{
	font-size: 3em;
	line-height:0.8em;
}

#site-slogan {
	font-size: 2em;
	text-indent: 0.5em;
}

#pageBorder{ /* border of the whole site */ 
	border:3px solid #CCC;
}
	
#pageBorder.noborder{ /* when we don't have the advertise region */ 
	border-top:0px;
}

#contentWrapper{
	background: white;
}

.breadcrumb { /* breadcrumb */
	font-weight: bold;
}

.utility{ /* utility menu */
	font-size:0.9em;
	text-transform:uppercase;
}

.mandv{background-color:#FF0000;}

#whatsnew{}

#menu-main-title-396{color:#FF6600; size:80px;}

#footertest{position: fixed; bottom:0; height:250px; width:100%; background-color:#8B8B60; z-index:-1;}

#custom-search1{background-image:url(http://auditorgeneral.gov.tt/sites/all/themes/marinelli/img/header/header4.jpg);
line-height:88px;
background-position:bottom;


}

#custom-search2{background-image:url(http://auditorgeneral.gov.tt/sites/all/themes/marinelli/img/header/header4.jpg);
line-height:88px;
padding-top:95px;
background-position:bottom;
background-repeat:no-repeat;


}


#search-block-form{ float:right;}






