/*subpages left bar*/
#left_sub_side {
	background : #dddddd;
	float : left;
	margin : 0 10px 10px 10px;
	width : 240px;
	height : 75%		;
	padding : 0;
	border-right : 4px solid #5980bf;
	border-bottom : 4px solid #5980bf;
	color : #000000;
}
/* application links styles */
#left_sub_side p.apps {
	background : #5980bf;
	color : #ffffff;
	margin :  0 0;
	padding : 0 10px;
	font-size : 12px;
	font-weight : bold;
}
#left_sub_side ul.apps, #left_sub_side li.apps {
	margin : 2px 0;
	padding-left : 0;
	font-size : 9px;
	font-weight : bold;
}
#left_sub_side li.apps {
	list-style : none;
	padding-left : 2px;
}
#left_sub_side li.apps a.apps {
	display : inline;
	padding : 0;
	font-size : 9px;
	font-weight : bold;
}
#left_sub_side li.apps a.apps:hover {
	background : none;
	font-weight : bold;
	text-decoration : underline;
	color : #333333;
}
#left_sub_side #title {
	font-size : 1.1em;
	width : 100%;
	margin : 0;
	padding : 5px 10px 5px 15px;
	color : #5980bf;
	font-weight : bold;
	text-decoration : underline;
	border-bottom : 1px solid #ffffff;
}
#left_sub_side a {
	display : block;
	padding-left : 5px;
	padding-bottom : 1em;
	font-size : 12px;
	font-weight : bold;
        color: #5980bf;
}
#left_sub_side a.current:link, #left_sub_side a.current:visited {
	color : #ffffff;
	text-decoration : underline;
}
#left_sub_side a:link, #left_sub_side a:visited {
	color : #5980bf;
	text-decoration : none;
}
#left_sub_side a:hover {
	color : #333333;
	text-decoration : underline;
}
/* service locations and service areas left info bar formatting */
#left_sub_side .locations {
	margin : 5px 5px 10px 5px;
	padding-bottom : 10px;
	font-size : 10px;
	font-weight : bold;
	border-bottom : 1px solid #ffff99;
}
#left_sub_side h3 {
	background : transparent;
	text-align : center;
	font-size : 1.2em;
}
#left_sub_side .locations .locale {
	background : transparent;
	width : 100%;
	margin-left : -5px;
	margin-right : -5px;
	text-align : center;
	font-size : 16px;
	color : #006633;
}
#left_sub_side .locations .parent_company {
	background : #006633;
	width : 100%;
	margin-left : -5px;
	margin-right : -5px;
	padding : 5px;
	font-size : 13px;
	color : #ffff00;
	margin-bottom : 5px;
	border-top : 1px solid #ffffff;
	border-bottom : 1px solid #ffffff;
}
#left_sub_side .locations .company {
	background : #ffffcc;
	width : 100%;
	margin-left : -5px;
	margin-right : -5px;
	padding : 5px;
	font-size : 11px;
	color : #006633;
}
#left_sub_side .locations a {
	display : inline;
	font-size : 9px;
	padding : 0;
}
#left_sub_side .locations a:hover{
	background : transparent;
	color : #ffff00;
	text-decoration : underline;
}


/*main content area*/
#content {
	background : transparent;
	margin-left : 290px;
	padding : 0;
	height : auto;
	border : none;
	color : #000000;
}
#content a:link, #content a:visited {
	color : #990000;
	text-decoration : none;
}
#content a:hover {
	background : #990000;
	color : #ffffff;
}
h1 {
	font-size : 17px;
	color : #006633;
}
h1.maps {
	font-size : 14px;
	color : #006633;
}
h2 {
	font-size : 14px;
	color : #006633;
}
h3 {
	font-size : 12px;
	color : #006633;
	font-weight : bold;
}


/*applciation page application sections */
.application {
	border : 1px dashed #333333;
	margin : 10px 10px 10px 0;
	
	font-size : 12px;
	height : 225px;
	vertical-align : top;
	clear : right;
}
.application h2 {
	background : #ffffcc;
	margin : 0;
	padding-left : 5px;
	text-align : left;
	border-bottom : 1px solid #333333;
}
.application p {
	padding : 10px;
}
.application .app_image {
	background : trasnparent;
	float : right;
	margin : 2px
}
