.half_width{width:320px;}
.third_width{width:180px;}
.quarter_width{width:150px;}
.small_col_width{width:180px;}
.med_col_width{width:220px;}
.large_col_width{width:460px;}
.float_left{float:left;}
.float_right{float:right;}
.no_wrap{overflow:hidden;*overflow:visible;*zoom:1;}
.right_gutter{margin-right:20px;}
.left_gutter{margin-left:20px;}
.no_bottom_skip{margin-bottom:0;padding-bottom:0;}
.bottom_skip{margin-bottom:20px;}
.highlight_block{
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
background-color:#fcf4e3;
border:solid 1px #edab23;
padding:20px;
}
.button_menu ul{list-style-type:none;margin:0;padding:0;}
.button_menu ul li a,a.button_menu,
.button_menu ul li a:hover,a.button_menu:hover,
.button_menu ul li a:visited,a.button_menu:visited,
.button_menu ul li a:active,a.button_menu:active,
.button_menu ul li a:link,a.button_menu:link,
.button_menu ul li a:focus,a.button_menu:focus{
color:#fff;
text-decoration:none;
border:none;
}
.button_menu ul li a{
display:block;
padding:7px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
background-color:#0f6fa2; 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f6fa2), color-stop(100%, #0c577f));
background-image: -webkit-linear-gradient(top, #0f6fa2, #0c577f);
background-image: -moz-linear-gradient(top, #0f6fa2, #0c577f);
background-image: -ms-linear-gradient(top, #0f6fa2, #0c577f);
background-image: -o-linear-gradient(top, #0f6fa2, #0c577f);
background-image: linear-gradient(top, #0f6fa2, #0c577f);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0f6fa2, endColorstr=#0c577f);
font-weight:boldd;
text-align:center;
}
.button_menu ul li a:hover{
background-color:#063046;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c577f), color-stop(100%, #063046));
background-image: -webkit-linear-gradient(top, #0c577f, #063046);
background-image: -moz-linear-gradient(top, #0c577f, #063046);
background-image: -ms-linear-gradient(top, #0c577f, #063046);
background-image: -o-linear-gradient(top, #0c577f, #063046);
background-image: linear-gradient(top, #0c577f, #063046);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0c577f, endColorstr=#063046);
}
table.basic_table{
margin:0 auto 20px;
border-collapse:collapse;
border-top-width:1px;
border-top-style:solid;
border-left-width:1px;
border-left-style:solid;
}
.basic_table caption{font-weight:bold;padding-bottom:7px;}
.basic_table td,.basic_table th{
font-size:87.5%;
font-weight:normal;
padding:5px;
border-right-width:1px;
border-right-style:solid;
border-bottom-width:1px;
border-bottom-style:solid;
}
.basic_table td{text-align:right;}
.basic_table th[scope="row"]{text-align:left;}
table.galleries td,table.thumbnails td{padding-left:20px;text-align:center;font-weight:bold;}
table.galleries td{width:320px;vertical-align:top;}
table.thumbnails td{width:150px;}
table.galleries td:first-child,table.thumbnails td:first-child{padding-left:0;}
table.galleries img{margin-top:5px;}
