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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 15px;
	margin-bottom: 20px;
	background-color: #151925;
	margin-right: 0;
	margin-left: 0;
}
#container  {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container #headerLogo {
}
#container #headerImage {
	background-image: url(../images/headerImage_01.jpg);
	height: 236px;
}
#container #navBar {
	background-image: url(../images/navBg_01.jpg);
	height: 60px;
	background-repeat: no-repeat;
}
#container   #navBar   div  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #003366;
	text-decoration: none;
	padding-top: 10px;
}
#container    #navBar    .dir a:link,  #navBar .dir a:visited {
	color: #003366;
	text-decoration: none;
}
#container   #navBar   .dir a:hover,  #navBar .dir a:active {
	color: #AD2918;
	text-decoration: none;
}
#container #navBar .noDrop {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
}
#container  #navBar  .noDrop a:link, #navBar .noDrop a:visited {
	color: #FFFF99;
	text-decoration: none;
}
#container #navBar .noDrop a:hover, #navBar .noDrop a:active {
	color: #AD2918;
	text-decoration: none;
}
#container #mainContent table {
	text-align: center;
	margin: auto;
	padding: 0px;
}
#container  #mainContent .floatLeft {
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 10px;
}

#container  #body  h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-image: url(../images/h1_01.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 25px;
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
	color: #171926;
	padding-bottom: 18px;
	margin-bottom: 10px;
	text-align: left;
}
#container  #body  h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 2px;
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
	color: #993333;
	border-left-width: 18px;
	border-left-style: solid;
	border-left-color: #AD2918;
	margin-left: 10px;
	text-align: left;
}
#container #body h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	font-style: oblique;
	font-weight: bold;
	text-transform: capitalize;
	color: #1B2234;
}

#container  #body  p {
	padding-left: 12px;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
#container #body img {
	padding: 6px;
}

#container   .mainfont   {
	color: #333333;
	font-size: 12px;
	text-align: justify;
	vertical-align: text-top;
}
#container .mainfontTitle {
	color: #000033;
	font-size: 16px;
	text-align: center;
	vertical-align: text-top;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
}




#container   #body {
	background-image: url(../images/contentBg_01.gif);
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	background-repeat: repeat-y;
}

#container  #body  .mainfontSmall {
	color: #333333;
	font-size: 11px;
	text-align: justify;
}
#container  #body  .mainFontRed {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform: capitalize;
	color: #990000;
	line-height: 1.4em;
	text-decoration: none;
	font-weight: bold;
}
#container  #body  .contact {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #171926;
	line-height: 1.2em;
	text-decoration: none;
	text-align: center;
}


#container  #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
#container #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
	text-decoration: none;
	color: #FFFFCC;
	background-color: #0F1521;
	text-align: center;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 15px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#container   #copyright p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	color: #E1CEBD;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: 1.5em;
}
#container      #copyright a:link,    #copyright a:visited {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	color: #FFCC00;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-decoration: none;
}
#container     #copyright a:hover,   #copyright a:active {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	color: #993300;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#WesternSkiesSEO   {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D2AE6C;
	text-decoration: none;
	background-color: #000000;
	text-align: center;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	border: 1px solid #666666;
	margin-top: 10px;
	line-height: 1.2em;
	font-weight: bold;
}
#WesternSkiesSEO  a:link, #WesternSkiesSEO a:visited {
	color: #FFFFCC;
	text-decoration: none;
	font-size: 9px;
	text-transform: capitalize;
	font-weight: normal;
}
#WesternSkiesSEO a:hover, #WesternSkiesSEO a:active {
	color: #CC6600;
	text-decoration: none;
	font-size: 9px;
	text-transform: capitalize;
	font-weight: normal;
}

