@charset "utf-8";
/* CSS Document */

.box, .boxPlain, .buttonLink, .filterbox {
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px	
}

.box {
	background-color: #F8F7EF;
	background-repeat: no-repeat;
	float: left;
	/*   font-family: Arial,Verdana,sans-serif;
    font-size: 0.75em;
    margin: 0 8px 10px 0;*/
	margin-bottom: 10px;
	overflow: visible;
	border: 1px solid #C2C3C4;
	padding: 5px;
	position: relative
	display:inline-block;
}

.shadow {
	-moz-box-shadow: 2px 1px 2px #88;
	-webkit-box-shadow: 2px 1px 2px #88; 
	box-shadow: 2px 1px 2px #888;	
}

.boxSmall {
	padding: 5px;
	/*width: 30%;*/
	font-size: 0.75em;
	display:inline-block;
	position: relative;
	/*margin-right: 10px;
	
	z-index:10; fixes flash caused by hq scroller */
}
.box100 {
	width: 100%;
}
.box50 {
	width: 49%;
}

.boxSmall p.More {
	float: right;
	position:absolute;
	bottom:0;
	right: 0;
	
}

h2.BoxButton {
	/*font-size: 1.3em;*/
	color: #386199 !important;
	font-weight: bolder !important;
	font-size: 1.6em !important;
	font-style: normal !important;
	font-weight: normal !important;
	margin: 0 !important;
	clear: left !important;
	/*overflow: auto !important;*/
	line-height: 1.2em !important;
	padding: 0  !important;
	border:none  !important;
	background: none  !important;
}
h2.BoxButton img{
	float: left;
	margin-right: 5px;
}
h2.BoxButton a{
	color: #386199;
	text-decoration: none;
}

h2.BoxButton a:hover{
	color: #386199;
	text-decoration: underline;
}

.box h1 {
    border-bottom-style: solid;
    border-bottom-width: 6px;
    color: #30302E;
    font-weight: bold !important;
    margin-bottom: 14px !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 6px !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
	font-size: 1.25em !important;
}

.boxSmall p {
    color: #30302E;
    /*font-size: 1.1em !important;*/
	font-size: 14px !important;
    line-height: 1.3em !important;
    margin: 5px 10px;
    padding: 0;
}

.box div {
    color: #30302E;
    /*font-size: 1.1em !important;*/
	display:block;
    line-height: 1.2em !important;
    margin: 5px 10px;
    padding: 0;
}

#content .buttonLink {
    background-position: right bottom;
    border: 1px solid #E7E6D6;
    clear: both;
    color: #304498;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin: 1.5em 0;
    min-height: 4em;
    padding: 7px 35% 15px 7px;
    text-decoration: none;
}
#content .buttonLink strong {
    font-weight: normal;
}
.buttonLink {
	background-image: url(/images/bg-tan.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	border: 1px solid #E7E6D6;
	clear: both;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 1.5em 0;
	min-height: 4em;
	padding: 7px 35% 15px 7px;
	text-decoration: none;
}
.buttonLink:hover {
    border: 1px solid #D0CFB9;
}
titleBox .buttonLink {
    margin-left: 7px;
    margin-right: 7px;
}
body.main #col-b .buttonLink {
    margin-left: 7px;
}
#col-a .buttonLink {
    padding-right: 30%;
}

.filterbox {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	color: #555555;
	float: left;
 /* 	 font-family: Arial,Verdana,sans-serif;
    font-size: 0.75em;
    margin: 0 8px 10px 0;*/
	width: 900px;
	margin-bottom: 10px;
	overflow: visible;
	background: #F8F7F3;
	border: 1px solid #C2C3C4;
	display:block;
}

.row {
    clear: both;
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
}

.floatLeft {
    float: left;
    margin: 0 0.5em 0.5em 0;
}
.floatRight {
    float: right;
    margin: 0 0 5px 5px;
}
.width48 {
    width: 48% !important;
}