/* CSS Document */

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #60A5D7;
	}
	
li{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:2px;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; }

.style1 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #60A5D7;
}



#logo {
	position: relative; top:-10px; left:18px; margin:0px
}
#banner{
	background-image:url(images/3.jpg); 
	background-repeat:repeat-x;
	margin:0px;
}

#banner2 {
	background-image:url(images/3.jpg);
	background-repeat:no-repeat;
	margin:0px;
	background-attachment: fixed;
	background-position: left;
}

#footer_banner{
	background-image: url(images/11.jpg); 
	background-repeat:repeat-x;
}

#lf_sidebar{
	background-image: url(images/lf-bar.jpg);
	background-repeat:repeat-y;
	background-position: left;
}
#rt_sidebar{
	background-image: url(images/rt-bar.jpg);
	background-repeat:repeat-y;
	right: -4px;
	background-position: center;
}

/* All Items refer to the blog box*/
#blog {
	margin-left:11px; 
	margin-top:0px;
	vertical-align:top;
 	background-color:#fffef2;
	font-family:Trebuchet MS, Arial, helvetica; 
	font-size: 8pt; 
	color:#666666;
}

#blog h1 {
	font-weight:bold; 
	font-size: 8pt;	
}

#blog_shadow {
	filter:shadow(color=#D6D6D6, direction=135, strength=5) filter:glow(color=#D6d6d6, strength=8);
	z-index:10;
	position:relative;
	left:0;
	top:0;
	width:156px;
	height: 100%;

}

#blog_container { 
margin-bottom:4px; margin-right:4px;
background:url(assets/images/pg_layout/blog_bks_05.jpg); background-repeat:repeat-y;
}

#blog_content {
	padding:2px;
	background: url(assets/images/pg_layout/blog_back_06.jpg); background-repeat: repeat-x; background-position:bottom;
}
/* All Items refer to the training Schedule box*/
#training {
	margin-left:11px; 
	margin-top:0px;
	vertical-align:top;
 	font-family:Trebuchet MS, Arial, helvetica; 
	font-size: 8pt; 
	color:#666666;
}

#training h1 {
	font-weight:bold; font-size: 8pt;	
}

#training_shadow {
	filter:shadow(color=#D6D6D6, direction=135, strength=5) filter:glow(color=#D6d6d6, strength=8);
	z-index:10;
	position:relative;
	left:0px;
	top:0px;
	width:158px;
	margin-top: 8px;
	vertical-align:top;
	margin-bottom: 0px;
	padding-bottom: 0px;
	overflow: auto;
}

#training_container {
	margin-bottom:5px;
	margin-right:4px;
	background-repeat:repeat-y;
	vertical-align:top;
	background-image: url(images/blog_bks_05.jpg);
}

#training_content{
	padding:2px;
	background-repeat: repeat-x;
	background-position:bottom;
	background-image: url(images/blog_bks_08.jpg);
}

/*All items pertaining to the content area*/

#content_container {
	position:relative;
	left:2px;
	top:0;
	margin:0;
	visibility: visible;
	
	}

#content_header {
	margin:0px;
	width:9px;
	height:48px;
	vertical-align:top;
	background-repeat: repeat-x;
}

#content {
	font-family:Trebuchet MS, helvetica, arial;
	vertical-align:top;
	position:relative;
	left:5px;
	top:0;
	width:98%;
	margin-bottom:6px;
	
	
	}
#title {
	font-family:Georgia, helvetica, arial;
	font-size:16pt;
	color:#000;
}
#sub_title {
	font-family:Georgia, helvetica, arial;
	font-size:14pt;
	color:#000;
}
#content p {
	font-family:"Trebuchet MS", helvetica, arial; 
	color:#000000;
	font-size:10pt;
}

