/* ----------Common to whole site--------------*/
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;

}
a img {
	border: White;
}






body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 2em;
	min-width: 800px;
















}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;


}
h2 {
	font-size: 1em;
	font-weight: bold;








}
/*--------Header Page------------------*/
.masthead {
	background-image: url(images/masthead_backgrnd.jpg);
	background-repeat: repeat;
	position: relative;
	background-color: #999999;
	width: 100%;
	white-space: nowrap;
	background-position: 300px 0px;







}
.mastheadsearch {
	position: absolute;
	top: 40px;
	right: 10px;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 12px;


}
.mastheadphone {
	position: absolute;
	top: 0px;
	left: 140px;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	display: block;
	background-color: #999999;
	padding: 5px 15px;
	background-image: url(images/masthead_phone_backgrnd.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;







}
.nav-buttons {
	position: absolute;
	left: 0px;
	top: 61px;
	background-color: #000000;
	padding: 3px 0px;
	width: 100%;
	font-size: 12px;















}
.nav-buttons a{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;

























}
.nav-buttons a:link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	padding: 3px 8px;











}
.nav-buttons a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	padding: 3px 8px;



}
.nav-buttons a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
	padding: 3px 8px;










}

.bread-crumbs {
	font-size: .75em;
	margin-top: 2.5em;
	margin-left: 8px;
	margin-bottom: 0.2em;





}

/*----------------contents---------------------*/
.contents {
	position: relative;
	top: 1em;
	height: 100%;
	width: 980px;















}
.sidebar-left {
	width: 14%;
	font-size: 0.85em;
	line-height: 1.7em;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;


































}
.main-body {
	position: relative;
	top: 0px;
	width: 77%;
	border-left: 1px solid #000000;
	padding-left: 5%;
	clear: none;
	left: 16%;










	}
table {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;

}
.bigbold {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}
.shaded {
	background-color: #CCCCCC;
}
.bold-shaded {
	font-weight: bold;
	background-color: #CCCCCC;
}
.smallitalic {
	font-size: .85em;
	font-style: italic;
}
.small {
	font-size: .85em;
}
.list {
	position: relative;



}
.list div img{
	position: absolute;
	left: 0px;
	top: 0.35em;

}
.list div div{
	margin-left: 8px;


}
.list div{
	position: relative;

}

.indent1 {
	margin-left: 2em;
}
ul {
	position: relative;
	left: -1.8em;







}
.inline-h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #999999;
	font-weight: bold;
}
.bold-centered {
	font-weight: bold;
	text-align: center;
}
.centered {
	text-align: center;
}
.bold-italic {
	font-style: italic;
	font-weight: bold;
}
