/*Each page can have only one element with that ID
You can use multiple classes on the same element.*/

@charset "utf-8";

#head-top {
	background-color:#0170b8;
	height:7px;
	}
#head-bottom {
	margin-top:110px;
	background-color:#0170b8;
	height:24px;
	}
	
#head-left {
	float:left;
	width: 400px;
	height:110px;
	margin-left:10px;
	margin-top:8px;
	margin-bottom:-9px;
	}
#head-right {
	float:right;
	width:290px;
	height:110px;
	background-image:url(images/Header-Image-1.jpg);
	}
#header ul
{
float:left;
width:100%;
padding-left: 0px;
margin:0;
list-style-type:none;
}
#header ul a
{
float:left;
text-decoration:none;
color:white;
background-color:#0170b8;
padding-left: 22px;
padding-right: 22px;
padding-top:2px;
padding-bottom:2px;

border-right:0px solid white;
}
#header ul a:hover {
	background-color:#F0F;
	}


.head_bar td a {
	display:block;
	background-color: #0170B8;
	padding: 3px;
	
}
.head_bar td a:hover {
	display:block;
	background-color: #FF00FF;	
}
.rounded-corners {
    behavior: url(/css/border-radius.htc);
    border-radius: 15px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none ;
	color: #000099;
	
}
a:active {
	text-decoration: none;
	color: #000;
}

#blog-box a:link {
	text-decoration: none ;
	border-bottom: 1px blue dotted;
	color: #000099;
	
}
#blog-box a:hover {
	text-decoration: none ;
	color: #000099;
	border-bottom: 1px blue dotted;
	
}
#blog-box a:visited {
	text-decoration: none;
	color: #000099;
}


#Footer {
	color: #000000;
	text-align:centre;
	font-size: 75%;	
}

body  {
	font: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background: #DFECFD;
	margin: 0; /* 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;
}
.sig{
	font-size:12px;
	color:#0170B8;
	margin-left:3px;
	}
p.first:first-letter {
	font-size: 150%;
	font-weight: bold;
	}
p.first:first-line {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.twoColElsLt #container { 
	/*width: 970px;*/  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	max-width: 970px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsLt #container #sidebar1 p {
	font-size:12px;
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar1 {
	float: left;
	width: 12em; /* since this element is floated, a width must be given */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	font-family: Verdana, Geneva, sans-serif;
	color:#0170B8;
}
#sidebar1 ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	list-style-image: url(url((URL)));
	list-style-type: none;
	line-height: 1.5;
	margin-left: -15px;

}

#sidebar1 ul li {
	/*need to be 15px to fix ie7 alinment*/
	margin-left: 15px;
	}
#sidebar1 ul li a {
	display:block;
	border:none;
	}
#sidebar1 ul li a:hover {
	background-color:#DFECFD;
	color:#000;
	}



/* Used for Blog Pages */
.twoColElsLt #sidebar2 {
	float: Right;
	width: 230px; /* since this element is floated, a width must be given */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 0px; /* top and bottom padding create visual space within this div */
	font-family: Verdana, Geneva, sans-serif;
	color:#0170B8;
	/*background-color:#F9F;*/
}
.twoColElsLt #sidebar2 ul li a {
	display:block;
	border:none;
}
.twoColElsLt #sidebar2 ul li a:hover {
	background-color:#DFECFD;
}


/* Used for Blog Pages */
.twoColElsLt #sidebar2 h3, .twoColElsLt #sidebar2 p {
	margin-left: 0px; 
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Used for Blog Pages */
.twoColElsLt #container #sidebar2 ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	list-style-image: url(url((URL)));
	list-style-type: none;
	line-height: 1.5;
	margin-left: -18px;
}
.twoColElsLt #container #sidebar2 ul li {
	margin-left: -20px;
}

.twoColElsLt #mainContent {
 	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

/* Used for Blog Pages */
.twoColElsLt #mainContent2 {
	float: left;
	width: 680px;
 	margin: 1.5em 1.5em 0 1.5em;
} 
.twoColElsLt #container #sidebar2 p {
	font-size:12px;
}
.twoColElsLt .img-box-right {
	padding: 10px;
	float: right;	
}

.twoColElsLt #blog-box {
	behavior: url(/css/border-radius.htc);
	border-radius: 15px;
	background-color: #DFECFD;
	padding: 5px;
	height:auto;
	
}
.twoColElsLt .blog-box2 {
	behavior: url(/css/border-radius.htc);
	border-radius: 15px;
	background-color: #DFECFD;
	padding: 5px;
	height:auto;
	
}


/* Miscellaneous classes for reuse */
.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;
}

#H1_Page {
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 0px;
	margin-top: 15px;
	margin-left: 0px;
	font-size: 24px;
	color:#0170B8;
}

.H2_Merchant {
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
	font-size: 18px;
}

.H2_Index {
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
	font-size: 14px;
}
#H2_Blog {
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 3px;
	margin-top: 5px;
	font-size: 14px;
	color:#0170B8;
}
	
/* The following two rules put the more info banner over the swimsuit image */
.img_container {
    position:relative;
}
.img2 {
    position: absolute;
    left: 1px;
    bottom: 1px;
}


table.mytable {
border:1px dashed #CC0099;
}




/* tablet layout must be at bottom */
@media screen and (max-width: 800px) {

}


/* small tablet layout must be at bottom */
@media screen and (max-width: 700px) {
/* resizes image / media */
img, object, embed {
	/*margin-bottom: 1em;*/
	max-width: 100%;  /*resizes down only */
	max-height: 100%;
	/* width: 100%; */  /* width rises up and down small/larger  */
}

}

/*mobile layout */
@media screen and (max-width: 480px){

}


