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

 
body  {
	background: #666666; /* 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;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.twoColFixLtHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	clip: rect(auto,auto,auto,auto);
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/suissevale_logo.jpg);
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #354E71;
}
.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 229px;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top: 13px;
} 
.twoColFixLtHdr #footer {
	background-color: #354E71;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 235px;
	font-size: x-small;
	color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 


.Normal_White {
	color: #FFF;
}
.table_header_red {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/media/table_background.jpg);
}
.container_top {
	color: #660000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F0F3F9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #660000;
	border-bottom-color: #660000;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 675px;
	font-size: large;
}
.container_body {
	height: auto;
	width: 674px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	font-size: small;
	border: thin none #C1C1C1;
	}
.headline_top {
	height: 20px;
	color: #600;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #660000;
	border-bottom-color: #660000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: medium;
	width: 675px;
}
.headline_body {
	height: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: small;
	background-color: #F0F3F9;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #660000;
	}
	
	.box {
	height: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: small;
	background-color: #F0F3F9;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #660000;
	width: 672px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #660000;
	}
.Red_X_Large {
	font-size: x-large;
	color: #FF0000;
}
.small_white {
	color: #FFFFFF;
	font-size: small;
}
.xsmall_white {
	font-size: x-small;
	color: #FFFFFF;
}

.StoryTitle {
	font-weight: bold;
	color: #012B5D;
}
.largeStory {
	font-size: small;
}

.Normal_bold_m {
	font-weight: bold;
	color: #600;
}
.xxbold_white {
	font-weight: bold;
	color: #FFFFFF;
	font-size: x-large;
}
.bold_white {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.text_small_black {
	font-size: small;
}
.xsmall {
	font-size: x-small;
	text-decoration: none;
}

.xsmall a:link {
	color: #000000;
	text-decoration: none;
	text-decoration: none;
 
}

.xsmall a:visited {
	color: #000000;
	text-decoration: none;
	 
}
.xsmall a:hover {
	text-decoration: underline;
	color: #FF0000;
	 
}

.normal_small {
	font-size: small;
}
.normal_small a:link {
	text-decoration: none;
	font-weight: normal;
	color: #660000;
}

.normal_small a:visited {
	color: #660000;
	text-decoration: none;
	font-weight: normal;
}

.normal_small a:hover {
	text-decoration: underline;
	color: #660000;
	font-weight: normal;
}

.normal_bold {
	font-size: small;
	font-weight: bold;
}
.normal_bold a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.normal_bold a:visited {
	color: #660000;
	text-decoration: none;
	font-weight: normal;
}

.normal_bold a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

.xxsmall_normal {
	font-size: xx-small;
}
.xxsmall_normal_red {
	font-size: xx-small;
	color: red;
	color: #FF0000;
	font-size: x-small;
}
.normal_white {
	color: #FFFFFF;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.commentbox{
background-color: #ececec;
width: 450px;
padding: 10px;
}

.commentfooter{
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #4A4A4A;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px 0;
}
.normal_red_bold {
	font-weight: bold;
	color: #F00;
}
.checkout {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;}
  .checkoutinput {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;}   
  .nopcart {
	border: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #364E72;
}
  .nopheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #364E72;
}
  .nopentry {background: #FFFFFF;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;}
  .noptotal {background: #FFFFFF;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;}
  .nopbutton {background: #FFFFFF;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;} 

.accent_color_background_table {
	font-weight: bold;
	background-color: #FBFBE6;
	border: 1px dashed #354E71;
	color: #000;	
}
.table_background_red {
	background-image: url(../images/media/table_background.jpg);
	font-weight: bold;
	color: #FFF;
}
.Alert_box {
	background-color: #FFEBE8;
	padding: 10px;
	border: 1px solid #F00;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 1px;
	margin-left: 30px;
}
.blue_accent_color_background_table {
	font-weight: bold;
	background-color: #F0F3F9;
	border: 1px dashed #600;
	color: #600;
}

.blue_accent_color_background_table a:link {
	text-decoration: none;
	font-weight: normal;
	color: #660000;
}


.blue_accent_color_background_table a:visited {
	color: #660000;
	text-decoration: none;
	font-weight: normal;
}

.blue_accent_color_background_table a:hover {
	text-decoration: underline;
	color: #660000;
	font-weight: normal;
}
