/* CSS Document */
/* Show only to IE PC \*/
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */


/*CSS FOR LARGE QUOTE BOX IN CENTRE COLUMN*/
#quote_box {
	margin: 0 auto 10;
	width: 100%;
	background: #FF6600 url(../images/bottom_right.gif) no-repeat right bottom;
	font-size: 100%;
	margin-bottom: 10px;
}
#quote_box .boxhead {
        background: url(../images/top_right.gif) no-repeat top right;
		height: 8px;
        margin: 0;
        padding: 0;
        text-align: center;
}
#quote_box .boxhead p {
        background: url(../images/top_left.gif) no-repeat top left;
        margin: 0;
        padding: 0px 0px 0px;
        color: white; 
		height: 5px;
        /*font-weight: bold; 
        //font-size: 1.2em; 
        line-height: 1em;
        text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
#quote_box .boxbody {
	background: url(../images/bottom_left.gif) no-repeat bottom left;
	margin: 0;
	padding: 0px 20px;
	margin-top: 5px;
}

/*CSS FOR SMALL QUOTE BOX IN SIDE COLUMN*/
#side_quote_box {
	margin: 0 auto 10;
	width: 100%;
	background: #0166C9 url(../images/bottom_right_sm.gif) no-repeat right bottom;
	font-size: 100%;
	margin-bottom: 5px;
}
#side_quote_box .head {
        background: url(../images/top_right_sm.gif) no-repeat top right;
		height: 8px;
        margin: 0;
        padding: 0;
        text-align: center;
}
#side_quote_box .head p {
        background: url(../images/top_left_sm.gif) no-repeat top left;
        margin: 0;
        padding: 0px 0px 0px;
        color: white; 
		height: 5px;
        /*font-weight: bold; 
        //font-size: 1.2em; 
        line-height: 1em;
        text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
#side_quote_box .body {
	background: url(../images/bottom_left_sm.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px;
	margin-top: 0px;
}
.side_quote {
	color: #FFFFFF;
	padding-left: 10px;
}


/*CSS FOR ALTERNATIVE SMALL QUOTE BOX IN SIDE COLUMN*/
#side_quote_box_b {
	margin: 0 auto 10;
	width: 100%;
	background: url(../images/bottom_right_sm_b.gif) no-repeat right bottom;
	font-size: 100%;
	margin-bottom: 5px;
	background-color: #8DBD00;
}
#side_quote_box_b .head {
        background: url(../images/top_right_sm_b.gif) no-repeat top right;
		height: 8px;
        margin: 0;
        padding: 0;
        text-align: center;
}
#side_quote_box_b .head p {
        background: url(../images/top_left_sm_b.gif) no-repeat top left;
        margin: 0;
        padding: 0px 0px 0px;
        color: #FFFFFF; 
		height: 5px;
        /*font-weight: bold; 
        //font-size: 1.2em; 
        line-height: 1em;
        text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
#side_quote_box_b .body {
	background: url(../images/bottom_left_sm_b.gif) no-repeat bottom left;
	margin: 0;
	padding: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
}
.side_quote_b {
	color: #FFFFFF;
	font-size: 1.2em;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 10px;
}
.img_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.question {
	color: #FF9900;
	font-weight: bold;
	font-size: larger;
}
