/*

	TITLE: Expanded Solutions
	DATE: 8-24-06
	
	-------------------------------------------

*/
/* 
 RESET
-----------------------------------------------*/
h1, h2, h3, h4, h5, h6,
ul, li,
p, br,
img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*
 MAIN 
-----------------------------------------------*/
body{
	font-family:  Verdana;
	font-size: 11px;
	color: #666;
	margin: 0px;
	z-index: -1;
	background: #cacaca url('images/bg-i.gif') repeat-x;
}
body#home{
	background: #e2e2e2 url('images/main-bg.gif') repeat-y;	
}
	
a{
	color: #92242b;	
}
a:hover{
	text-decoration: none;
}

/* heading */
h1{
	font-size: 1.8em;	
	margin: 2px 0px;
	padding: 5px 0px;
}
h2{
	font-size: 1.6em;	
	margin: 2px 0px;
	padding: 2px 0px;
}
h3{
	font-size: 1.4em;	
	margin: 2px 0px;
	padding: 3px 0px;
}
h4{
	font-size: 1.2em;	
	margin: 2px 0px;
	padding: 3px 0px;
}
h5{
	font-size: 1.0em;	
	margin: 2px 0px;
	padding: 3px 0px;
}
h6{
	font-size: .9em;	
	margin: 2px 0px;
	padding: 1px 0px;
	font-weight: normal;
}

/* para-list */
p{
	margin: 5px 0px;
	padding: 3px 0px;	
	line-height: 14px;
}
br{
	margin: 0px 0px 0px 0px;
}

/*
 LAYOUT.
-----------------------------------------------*/
#wrap{
	width: 100%;
	background: url('images/bg-h.gif') repeat-x;	
}
#frame{
	width: 100%;	
}
#header{
	width: 100%;
	float: left;	
}
body#home #header{
	float: none;
	height: 280px;
	background: url('images/home-header.gif') no-repeat;	
}
#container{
	width: 100%;
	padding: 0px 0px 5px 0px;
	float: left;
	background: #fff url('images/container.gif') repeat-y;	
}
body#home #container{
	width: 550px;
	float: left;
	padding: 0;
	background: #fff url('images/conatiner-h.gif') repeat-y;
}
#mainCol{
	float: none !important;
	float: left;
	margin-left: 192px !important;
	margin-left: 0;
	margin-top: 0;
	padding: 50px 15px 10px 15px;
	background: #fff url('images/page-title.gif') repeat-x;	
	position: static;
} 
	#mainCol ul{
		padding: 10px 20px;
	}                 
body#home #mainCol{
	width: 300px;
	float: none;
	margin: 0 0 0 220px !important;
	margin: 0 0 0 211px;	
	padding-top: 10px;
	background: none;
	position: relative;
}                   
#subCol{
	width: 192px;
	padding: 0px;
	float: left;	
	background: #e2e2e2;	
}
body#home #subCol{
	width: 211px;
}
#extraCol{
	margin-left: 550px;
	padding: 20px 5px;
	position: static;
	background: url('images/subCol.gif') repeat-x;
}
#footer{
	width: 100%;
	padding: 15px 0 0 0;
	float: left !important;
	float: none;
	text-align: right;
	font-family: verdana;
}

/*
 NAVIGATION.
-----------------------------------------------*/
/* side */
#side_nav ul{
	text-align: right;
	font-size: 1.1em;
}
#side_nav li{
	height: 21px;
	list-style: none;
	font-family: Arial;
	font-weight: bold;
	border-bottom: 1px solid #7b7b7b;	
	border-top: 1px solid #c5c5c5;
}
#side_nav li a {
	height: 19px;
	padding: 4px 25px 0 0;
	display: block;
	color: #fff;
	text-decoration: none;	
	background: #b5b5b5 url('images/list-style-1.gif') right no-repeat;
}
#side_nav li a:hover{
	 padding: 4px 25px 0 0; 
	background: #92242b url('images/list-style-2.gif') right no-repeat;	
}

/* maiCol */
#mainCol #fnav{
	width: 310px;
	position: absolute;
	margin-top: 15px;
	margin-left: 5px !important;
	margin-left: 0;
}
#mainCol #fnav li{
	float: left;
	list-style: none;	
	padding: 2px 4px 0px 2px;
}

/* footer */
#footer ul, #footer p{
	padding: 5px 10px;
}
#footer li{
	padding: 0px 2px;
	display: inline;
	list-style: none;
}
#footer li a{
	color: #92242b;	
	font-weight: normal;	
}


/*
 CONTENT.
-----------------------------------------------*/
/* header */
#logo{
	width: 355px;
	height: 103px;
	float: left;
	background: url('images/logo-i.gif') no-repeat;
}
#logo_clk{ /* transparent image */
	width: 355px;
	height: 103px;
	position: absolute;	
	left: 0;
}
#logo_clk img{
	width: 355px;
	height: 103px;	
}
#contact{
	width: 177px;
	height: 82px;
	margin-top: 19px;
	float: right;
}
#page_title{
	position: absolute;
	width: 250px;
	height: 28px;
	background: #000;
	top: 118px;
	left: 200px;
}

/* mainCol */
#mainCol h1.title{
	/* position: absolute; 
	margin-top: -35px;	*/
	font-size: 1.4em;
	/* color: #fff; 
	margin-bottom: 18px;*/
}
body#home #mainCol h1.title{
	position: static;
	margin: 5px 0px 5px 0px;	
	color: #fff;
	font-family: Arial;
	font-size: 1.2em;
	padding: 2px 5px;
	width: 294px;
	background: #999;
}
#print{
	padding: 10px;
	float: right;
	margin-right: -15px;
	display: inline;
	background: #fff;	
	margin-top: -35px;	
}

/* extraCol */
#extraCol h1.title{
	color: #fff;
	font-size: 1.3em;
	font-family: Arial;
	margin-top: -21px;
	margin-left: 2px;
	letter-spacing: -0.05em;
}



/* subCol */
#side_nav{
	width: 190px;
	background: #000;
	margin-top: -3px;
	float: left;	
}
.side_section{
	width: 170px;
	padding: 5px 10px;
	float: left;
	margin-top: 5px;	
}
body#home #side_nav{
	width: 213px;	
}

/*
 MISC.
-----------------------------------------------*/
.left{
	float: left;	
}
.right{
	float: right;	
}
.black{
	color: #000;	
}
.white{
	color: #fff;	
}
.hide{
	display: none;
}
#p_logo{
	display: none;
}
.regionBoundary h1, .MainContentBoundary h1.title{
	margin: 0;
	color: #000;
}
/*
.MainContentBoundary div, .mainContentBoundary div{
	display: none;
}
.element{
	display: block;
}
.regionName{
	display: block;
}
.actions{
	display: block;	
}
.textElement{
	display: block;
	float: none;
	padding: 0;
	margin: 0px 0 0 0;
}*/

/* clearing */
#container:after,
#mainCol:after,
#wrap:after{
	content: '.';
	height: 0px;
	visibility: hidden;
	display: block;
	clear: both;	
}
#formHeader{
	width: 100%;
}

