@charset "utf-8";
.std_copy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
.dots_r {
	border-right-width: 1pt;
	border-right-style: dotted;
	border-right-color: #670001;
}
.dots_rb {
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #670001;
	border-bottom-color: #670001;
}
.dots_b {
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
	border-bottom-color: #670001;
}
.dots_rt {
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-top-style: dotted;
	border-right-style: dotted;
	border-top-color: #670001;
	border-right-color: #670001;
}
.dots_l {
	border-left-width: 1pt;
	border-left-style: dotted;
	border-left-color: #670001;
}
.dots_lb {
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #670001;
	border-left-color: #670001;
}
.dots_lt {
	border-top-width: 1pt;
	border-left-width: 1pt;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #670001;
	border-left-color: #670001;
}
.std_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	/*font-weight: normal;*/
	font-variant: small-caps;
	/*text-transform: none;*/
	color: #670001;
}
.std_tf {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 150px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
}
.std_tf_wide {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 250px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
}
.std_lb {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 156px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
}
.std_lb_wide {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 406px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
}
.std_button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FDC437;
	background-color: #000;
	border: 1px solid #000;
}
.bord_lr {
	border-right-width: 1pt;
	border-left-width: 1pt;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
.std_footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	color: #000;
}
.bord_lrb {
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.std_alert {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: italic;
	font-variant: small-caps;
	color: #F00;
	text-decoration: underline;
}
.top_nav {
	background-image: url(../images/top_nav_bg_w_gradient.jpg);
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FAC52B;
	width: 965px;
}
.top_nav a {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FAC52B;
	text-decoration: none;
	
}
.top_nav a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #CCC;
	text-decoration: none;
}
.top_nav a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #09C;
	text-decoration: none;
}
.berts_top {
	background-image: url(../images/top_berts_w_gradient.jpg);
	position: relative;
	height: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFD952;
	background-repeat: no-repeat;
	background-color: #670001;
}
body {
	background-color: #CCC;
}
.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000;
	background-color: #FFF;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	color: #D39B14;
	background-image: url(../images/top_berts_w_gradient.jpg);
	height: 51px;
}
.pop_footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	color: #D39B14;
	height: 51px;
}
.light_shading {
	color: #666;
	background-color: #efefef;
}
.light_line {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #efefe1;
}
.side_nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000;
	background-color: #000;
	border: 1px solid #660000;
}
.dots_y_b {
	border: 1pt dotted #FFCB4A;
}
.side_nav a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000;
	text-decoration: none;	
}
.side_nav a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #999;
	text-decoration: none;
}
.side_nav a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #09C;
	text-decoration: none;
}.dots_rtb {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #660000;
	border-bottom-color: #660000;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #660000;
}
.dots_ltb {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}
.std_req {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #F00;
	padding-bottom: 8px;
}
.browheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFD43E;
	background-color: #2D2C2A;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.browheader_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #FFD43E;
	font-variant: small-caps;
	font-style: italic;
	
}
.bord_b {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.z_bord_rb {
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
}
.z_bord_b {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.std_form_deco_open {
	border: 1pt solid #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #333;
}
.std_form_ta_700 {
	border: 1pt solid #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #333;
	width: 700px;
}
.phone_list {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
}
.bord_r {
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color: #000;
}

