.img_padding {
	margin-right: 15px;
	margin-bottom: 6px;
	border: 4px solid #191919;
}
#vert{

}
#vert ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#vert li {
	display: block;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 20px;
	
}

#vert ul li a {
	color: #F8F8F8;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#vert ul li a:hover {
	color: #C2C2C2;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: c2c2c2;
}
	
#horz {
	padding: 0px;
	/*position: absolute;*/
	top: 0px;
	left:0px;
	height:53px;
	
}

#horz ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
	height:53px;

}
 
#horz li {
	display: inline;
	margin: 0px;
	padding: 0px;
	
}
 
#horz ul li a {
	
}
#horz ul li a:hover {
	color: #FFFFFF;
	background-image: url(../images/master_layout/$img_path/menu_over.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.last_item{
	background-image:none;
}
/* Fix IE. Hide from IE Mac \
* html #horz ul li { float: left;height: 1%; }
* html #horz ul li a { height: 1%; }
/* End */


#side a {
	color: #efb402;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EFB402;
	text-decoration: none;
}
#side a:hover {
	color: #F8F8F8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#procedure {
	color:#909090;
	padding-left:25px;
	padding-right:25px;
	padding-top:8px;
	padding-bottom:8px;
	text-align:justify;
	font-size:11px;
}
#procedure strong {
	/*color:#666;*/
	font-size:12px;
	letter-spacing:1px;
}
#procedure a {
	color: #efb402;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EFB402;
	text-decoration: none;
}
#procedure a:hover {
	color: #F8F8F8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#msg a {
	color: #efb402;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EFB402;
	text-decoration: none;
}
#msg a:hover {
	color: #F8F8F8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#footer {
	color: #000000;
}
#footer a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;

}
#footer a:hover {
	color: #DF5C02;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DF5C02;

}
.msg_padding {
	margin: 0px;
	padding-top: 18px;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.msg_more{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.msg_copy{
	text-align: left;
	line-height: 16px;
}

body {
	background-image: url(../images/site_back.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.menu_block {
	background-color: #404040;
	vertical-align: middle;
}
.side_col {
	background-color: #414141;
	background-image: url(../images/side_col_slither.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 14px;
}
.mid_col {
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 24px;
	background-color: #191919;
}
.main_col {
	background-color: #474747;
	margin: 0px;
	padding: 0px;
}
.main_head {
	font-size: 13px;
	text-transform: uppercase;
	color: #FBF316;
	font-weight: bold;
}

.release_timestamp {
	font-size: 10px;
	color: #EFEFEF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EFEFEF;
	text-align: right;
	height: 15px;
	padding-bottom: 15px;
	padding-top: 1px;
	padding-right: 5px;
}
h2 {
	font-size: 13px;
	color: #FBF316;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #EFB402;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#overlay_container{
	position:relative;
}

#text-box{
	position:absolute;
	width:200px;
	left:175px;
	top:70px;
	text-align:center;
}
ol.withroman { list-style-type: lower-roman; }
ol.withalpha { list-style-type: upper-alpha; }