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

body{
	margin: 0;
	padding: 1%;
	background: #969ea2;
	height: 100%;
	color: #677880;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #5d5d5d;
	line-height: 16px;
}

h1, h2, h3, h4 {
	color: #5d6a71;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	border-bottom: 1px dotted #b2bec4;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-variant:small-caps;
}

h2{
	font-size:16px;
}

h3{
	font-size:12px;
	border-bottom: none;
}

h4{
	font-size:10px;
	border-bottom: none;
	font-variant:small-caps;
}


li{
	list-style-image:url(/Images/Template/Bullet_Arrow.png);
	padding-bottom: 3px;
}

a{
	color: #565a87;
}



.NoBorder{
	border: none;
}

/*----- MAIN TABLE -----*/
.Main_Table{
	border: 1px solid #737e85;
	z-index: 0;
	position:relative;
}

/*----- LEFT COLUMN -----*/
.LeftColumn{
	border-top: 1px solid #585858;
	border-bottom: 1px solid #585858;
	background: url(/Images/Template/LeftColumn_Background.png) left top repeat-y;
	width: 257px;
}

.LeftColumn_Title{
	padding: 9px 0 5px 0;
	margin: 40px 0;
	text-align:center;
	background: url(/Images/Template/LeftColumn_Title.png) left no-repeat;
}

.LeftColumn_Truck{
	margin: 25% 0;
	border-bottom: 1px dotted #5a5a5a;
}


.LeftColumn_Footer{
	background: url(/Images/Template/LeftColumn_Title.png) left no-repeat;
	padding: 5px 0;
	margin-bottom: 10px;
	text-align:center;
	font-size:9px;
	color:#bebfc0;
}



/*----- MENU TOP -----*/
.Menu_Top{
	margin-top: 10px;
	border-top: 1px dotted #808d95;
	border-bottom: 1px dotted #808d95;
	color: #58656e;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom: 30px;
}


.Menu_Top a{
	color: #58656e;
	text-decoration:none;
}

.Menu_Top a:hover{
	color: #790b0b;
	text-decoration:none;
}

.Menu_Top div{
	border-right: 1px dotted #b5c7ce;
	margin: 5px;
}


.Menu_Top td{
	padding: 6px;
}

.Menu_Top img{
	border:none;
}

/*----- CENTRE COLUMN -----*/
.CentreColumn{
	border-top: 2px solid #c4c4c4;
	border-right: 2px solid #c4c4c4;
	border-left: 2px solid #c4c4c4;
	background: #FFFFFF;
	padding: 20px;	
}

.CentreColumn img{
	border: 1px solid #c1c9cf;
	padding: 1px;
	margin: 5px;
}

.CentreColumn_Footer{
	border-bottom: 2px solid #c4c4c4;
	border-left: 2px solid #c4c4c4;
	border-right: 2px solid #c4c4c4;
	background: #FFFFFF;
	
}

.CentreColumn_Table {
	margin: 5px;
	border-bottom: 1px dotted #b2bec4;	
	border-top: 1px dotted #b2bec4;	
	padding: 2px 0;
	margin-bottom: 10px;
	text-align:center;
	font-size:9px;
	color:#72787d;

}



.CentreColumn_Table div{
	border-right: 1px solid #dadada;
	margin: 2px;
}	


.CentreColumn_Table a{
	color: #72787d;
	text-decoration:none;
}

/*.CentreColumn img {
	border: 1px solid #4f4f50;
}
*/

/* end center */
/*----- PicPopUP -----*/
#PicPopUp{
	position:absolute;
	display:none;
	z-index: 10;
	padding: 10px;
	background-color:#f0ece5;

	border-top: 1px solid #715a46;
	border-left: 1px solid #715a46;
	border-bottom: 2px solid #3d2e25;
	border-right: 2px solid #3d2e25;
	
	color: #5d6a71;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-variant:small-caps;

}

#PicPopUp a{
	text-decoration:none;
	color: #3d2e25;
}
/* end center */

/*----- MENU TOP -----*/
.RightColumn{
	background: url(/Images/Template/RightColumn_BkGr.png) top right repeat-y;
	width: 209px;
	height: 100%;
	border: 1px solid #d7c6a9;
	padding: 10px;
	
	font-family: font-family:Georgia, "Times New Roman", Times, serif;;
	text-transform:uppercase;
	font-size: 12px;
	font-weight:bold;
}

.RightColumn h2{
	color: #616161;
	border-top: 1px dotted #616161;
	border-bottom: 1px dotted #616161;
	margin-bottom: 10px;

}


.RightColumn img {
	border: 1px solid #7b6a44;
}


.RightColumn p{
	background: url(/Images/Template/Gold_Bullet_Arrow.png) 0px 3px no-repeat;
	text-align:left;
	padding-left: 10px;
	margin-left: 5px;
	padding-top: 0px;
	margin-top:0;
}


.RightColumn a{
	color: #3c4950;
	text-decoration:none;
}

	
	
.BottomNav a{
	text-decoration:none;
}	