@charset "utf-8";
body {
	background-color: #b20000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 10px 0px 0px;
	line-height: 22px;
}

.page_fill {
	background-image: url(../images/page_v_fill.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #dbdbdb;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 40px;
	padding-top: 10px;
	overflow: auto;
}

#top {
	background-image: url(../images/top_bg.jpg);
	height: 219px;
	width: 770px;
}

#nav {
	padding-top: 195px;
	padding-left: 25px;
}

.nav_item a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 30px;
	display: inline;
	float: left;
	width: auto;
}
.nav_item a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 30px;
	display: inline;
	float: left;
	width: auto;
}
.nav_item a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 30px;
	display: inline;
	float: left;
	width: auto;
}

.nav_item a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	margin-right: 30px;
	display: inline;
	float: left;
	width: auto;
}

.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#page_bottom img { float: left; }

.box a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFF33;
	text-decoration: underline;
}

.box a:visited {
	color: #FFFF33;
	text-decoration: underline;
}

.box a:active {
	color: #FFFF33;
	text-decoration: underline;
}
.box a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#quick_quote_box {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 210px;
}

#quick_top {
	background-image: url(../images/quick_box_head.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 210px;
}

#quick_fill {
	background-image: url(../images/quick_box_fill.gif);
	background-repeat: repeat-y;
	height: 310px;
	width: 200px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#qform_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 60px;
	height: auto;
	display: block;
	clear: none;
	line-height: 26px;
}
#qform_inputs {
	clear: right;
	float: right;
	width: 135px;
}

.qform_input {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #272727;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 17px;
	width: 130px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.qform_input_multiline {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #272727;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 50px;
	width: 130px;
	margin-bottom: 3px;
	margin-top: 3px;
}

#quick_bottom {
	background-image: url(../images/quick_box_bottom.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 210px;
}

#news_box {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 210px;
}

#news_top {
	background-image: url(../images/news_box_head.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 210px;
}

#news_fill {
	background-image: url(../images/news_box_fill.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 198px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 7px;
}

#news_bottom {
	background-image: url(../images/news_box_bottom.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 210px;
}


#contact_box {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 210px;
}

#contact_top {
	background-image: url(../images/contact_box_head.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 210px;
}

#contact_fill {
	background-image: url(../images/contact_box_fill.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 200px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#contact_fill a:link, a:visited, a:active { color: #FFFF33; text-decoration: underline; }
#contact_fill a:hover { color: #FFFFFF; text-decoration: none; }

#contact_bottom {
	background-image: url(../images/contact_box_bottom.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 210px;
}



.footer {
	background-image: url(../images/page_v_fill.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #dbdbdb;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 9px;
	float: none;
	clear: both;

}
.footer_sep {
	background-color: #666666;
	height: 1px;
	width: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFF33;
	text-decoration: none;
}
.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFF33;
	text-decoration: none;
}
.footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFF33;
	text-decoration: none;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.news_date {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #FFFF33;
	text-decoration: none;
	background-image: url(../images/yellow_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}
.news_item { margin-bottom: 15px; }

.news_body {
	line-height: 14px;
	margin-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.news_desc {
padding-left: 10px;
}

.news_body a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.news_body a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.news_body a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.news_body a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
/*----------------------Added for image centering
*/
.con span{
	display:block;
	width:110px; height:110px;
	text-align:center;
	line-height:106px;
	background:#333;
	float:left;
	margin:0 10px 10px 1px;
}
*+ html .con span{
	line-height:108px; 
}
html:first-child .con span {
	line-height:110px; 
}
.con span img {
	margin-top: expression(( 110 - this.height ) / 2);
}
html>body .con span img { 
	margin-top: 0; 
	vertical-align: middle;
}
.con a{
	color:#FFFFFF;
	margin-left:20px;
}
/*---------------------End style for image centering
*/
/*---------------------------------------- */
/* General form styles
----------------------------------------*/
fieldset {
	margin: 15px 0;
	padding: 10px;
	border-top: 1px solid #D7D7D7;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #D7D7D7;
	background-color: #000000;
	position: relative;
}
fieldset.all0{
	margin: 0;
	padding: 10px;
}
.rtl fieldset {
	border-top: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
* html fieldset {
	padding: 0 10px 5px 10px;
}
fieldset p {
	font-size: 0.85em;
}
legend {
	padding: 1px 0;
	font-family: Tahoma,arial,Verdana,Sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #fffff;
	margin-top: -.4em;
	position: relative;
	text-transform: none;
	line-height: 1.2em;
	top: 0;
	vertical-align: middle;
	cursor:pointer;
}
/* Hide from macIE \*/
legend { top: -1.2em; }
/* end */
* html legend {
	margin: 0 0 -10px -7px;
	line-height: 1em;
	font-size: .85em;
}
/* Holly hack, .rtl comes after html */
* html .rtl legend {
	margin: 0;
	margin-right: -7px;
}
input, textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.90em;
	font-weight: normal;
	cursor: text;
	vertical-align: middle;
	padding: 2px;
	color: #111111;
	border-left: 1px solid #AFAEAA;
	border-top: 1px solid #AFAEAA;
	border-right: 1px solid #D5D5C8;
	border-bottom: 1px solid #D5D5C8;
	background-color: #E9EBF2;
}
.rtl input, .rtl textarea {
	border-left: 1px solid #D5D5C8;
	border-top: 1px solid #AFAEAA;
	border-right: 1px solid #AFAEAA;
	border-bottom: 1px solid #D5D5C8;
}
input:hover, textarea:hover {
	border-left: 1px solid #AFAEAA;
	border-top: 1px solid #AFAEAA;
	border-right: 1px solid #AFAEAA;
	border-bottom: 1px solid #AFAEAA;
	background-color: #E9E9E2;
}
input.langvalue, textarea.langvalue {
	width: 90%;
}
optgroup, select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	font-style: normal;
	cursor: pointer;
	vertical-align: middle;
	width: auto;
	color: #000;
	height:19px;
}
dd .checkbox{
 cursor:pointer;
}
optgroup {
	font-size: 1.00em;
	font-weight: bold;
}
optgroup.disabled-options {
	display: none;
	background-color: gray;
}
option {
	padding: 0 1em 0 0;
	color: #000;
}
option.disabled-option {
	color: graytext;
}
.rtl option {
	padding: 0 0 0 1em;
}
.sep {
	font-weight: bold;
}
.username-coloured {
	font-weight: bold;
}
textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	width: 60%;
	padding: 2px;
}
label {
	cursor: pointer;
	font-size: 0.85em;
	padding: 0 5px 0 0;
}
.rtl label {
	padding: 0 0 0 5px;
}
label input {
	font-size: 1.00em;
	vertical-align: middle;
}
label img {
	vertical-align: middle;
}
fieldset.quick, p.quick {
	margin: 0 0 5px;
	padding: 5px 0 0; 
	border: none;
	background-color: transparent;
	text-align: right;
}
.rtl fieldset.quick, .rtl p.quick {
	text-align: left;
}
fieldset.quick legend {
	display: none;
}
fieldset.tabulated {
	background: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	border: 0;
}
fieldset.tabulated legend {
	display: none;
}
fieldset.nobg {
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
	background-color: transparent;
}
fieldset.display-options {
	margin: 15px 0 2px 0;
	padding: 0 0 4px 0;
	border: none;
	background-color: transparent;
	text-align: center;
	font-size: 0.75em;
}
fieldset.display-options select, fieldset.display-options input, fieldset.display-options label {
	font-size: 1.00em;
	vertical-align: middle;
}
select option.disabled {
	background-color: #bbb;
	color: #fff;
}

/* Definition list layout for forms
	Other general def. list properties defined in prosilver_main.css
---------------------------------------- */
dl {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.00em;
	line-height:normal;
}
dt {
	float: left;
	width: auto;
}
.rtl dt {
	float: right;
}
dd { color: #ffffff;}
dd + dd { padding-top: 5px;}
dt span { padding: 0 5px 0 0;}
.rtl dt span { padding: 0 0 0 5px;}
dt .explain { font-style: italic;}
dt label {
	font-size: 1.01em;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
}
.rtl dt label {
	text-align: right;
}
dd label {
	font-size: 1.00em;
	white-space: nowrap;
	margin: 0 10px 0 0;
	color: #ffffff;
}
.rtl dd label {
	margin: 0 0 0 10px;
}
html>body dd label input { vertical-align: text-bottom;}	/* Tweak for Moz to align checkboxes/radio buttons nicely */
dd input {
	font-size: 1.00em;
	max-width: 100%;
}
dd select {
	font-size: 100%;
	width: auto;
	max-width: 100%;
}
dd textarea {
	font-size: 0.90em;
	width: 90%;
}
dd select {
	width: auto;
	font-size: 1.00em;
}
fieldset dl {
	margin-bottom: 15px;
	font-size: 0.85em;
	line-height:normal;
	display:block;
	clear:both;
}
fieldset dt {
	width: 30%;
	text-align: left;
	border: none;
	border-right: 1px solid #CCCCCC;
	padding-top: 3px;
}
.rtl fieldset dt {
	text-align: right;
	border: none;
	border-left: 1px solid #CCCCCC;
}
fieldset dd {
	margin: 0 0 0 30%;
	padding: 0 0 0 5px;
	border: none;
	border-left: 1px solid #CCCCCC;
	vertical-align: top;
	font-size: 1.00em;
}
.rtl fieldset dd {
	margin: 0 45% 0 0;
	padding: 0 5px 0 0;
	border: none;
	border-right: 1px solid #CCCCCC;
}
dd.full, .rtl dd.full {
	margin: 0;
	border: 0;
	padding: 0;
	padding-top: 3px;
	text-align: center;
	width: 95%;
}
/* Hover highlights for form rows */
fieldset dl:hover dt, fieldset dl:hover dd {
	border-color: #666666;
}
fieldset dl:hover dt label {
	color: #f1f2f3;
}
fieldset dl dd label:hover {
	color: #f1f2f3;
}
input:focus, textarea:focus {
	border: 1px solid #01162E;
	background-color: #E9E9E2;
	color: #003A7D;
}
/* Submit button fieldset or paragraph
---------------------------------------- */
fieldset.submit-buttons {
	text-align: center;
	border: none;
	background-color: transparent;
	margin: 0;
	padding: 4px;
	margin-top: -1px;
}
p.submit-buttons {
	text-align: center;
	margin: 0;
	padding: 4px;
	margin-top: 10px;
}
fieldset.submit-buttons input, p.submit-buttons input {
	padding: 3px 2px;
}
fieldset.submit-buttons legend {
	display: none;
}


#main_column a{
    color:#FFFF33;
    text-decoration: none;
}
#main_column a:hover{
    
    color:#FFF;
}