/* ***************************************************************

Template.css - used by every page for the template excluding content area 

  Template Grid (820 total; center float)    
    15px  Left gutter
    770px Content area
    15px  Right gutter
    20px  Shadow
  
  Colors:
    Dark Gray: 343434
  	Med Gray: 7C7C7B
  	Light Gray: B3BABD
  	Turqoise: 16B3C1
	
	
*************************************************************** */

html,body{background-color:#7C7C7B} 

#tmpl_container_outter{
	width:790px;
    margin-left:auto;
    margin-right:auto;
}

#tmpl_container{
	width:790px;
	background-color:#343434;
    margin-left:auto;
    margin-right:auto;
	text-align:center;
}


#tmpl_content{
	background-color:#CFCFCF;
	padding-right:20px;
}


#tmpl_content_region{
	background-color:#CFCFCF;
}


#tmpl_shadow_right{
	background: url(../../assets/images/inf_dropshadow_right.gif);background-repeat:repeat-x;
	clear:both;
}

#tmpl_header{
	width:790px;
	margin-top:40px;
	height:80px;
	background: url(../../assets/images/inf_header.jpg);background-repeat:no-repeat;
	clear:both;
}

#tmpl_navigation{
	font-family:arial;
	text-align:right;
	padding-top:32px;
	padding-right:45px;
	color:#B3BABD;
}

#tmpl_navigation a{
	color:#B3BABD;
	font-size:13px;
	text-decoration:none;
}

#tmpl_navigation a:hover{
	border-bottom:2px solid;
}

#tmpl_navigation .selected{	
	font-weight:bold;
	border-bottom:1px solid #16B3C1;
}

#tmpl_footerlinks{
	font-family:arial;
	font-size:10px;
	padding-top:13px;
	padding-right:45px;
	color:#B3BABD;
	
}

#tmpl_footerlinks a{
	color:#B3BABD;
	text-decoration:none;
}

#tmpl_footerlinks a:hover{
	text-decoration:underline;
}


#tmpl_footerlinks_temp{
	font-family:arial;
	font-size:10px;
	padding-top:13px;
	padding-right:45px;
	color:#7C7C7B;
	float:right;	
}

#tmpl_footerlinks_temp a{
	color:#7C7C7B;
	text-decoration:none;
}



#tmpl_footer{
  	width:790px;
	height:65px;
	text-align:right;
	background: url(../../assets/images/inf_footer.jpg);background-repeat:no-repeat;
	clear:both;
}

#tmpl_copyright{
	margin-top:25px;
  	width:770px;
	text-align:right;
	font-size:9px;
}


/* TABLE LAYOUT *********************************** */

#tmpl_table_grid{}

#tmpl_table_grid #col1 {width:1px;background-color:#343434}

#tmpl_table_grid #col2 {
	width:164px;
	backgound-color:#7C7C7B;
	background: url(../../assets/images/inf_sidebar_bkgnd.jpg);
	background-repeat:repeat-y;
}

#tmpl_table_grid #col3 {width:600px}

#tmpl_table_grid #col4 {width:1px;background-color:#343434}

#tmpl_table_grid #col5 {
	width:24px;
	background: url(../../assets/images/inf_dropshadow_right.jpg);
	background-repeat:repeat-y;
}
