@charset "UTF-8";
body  {
	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;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(images/bkgndMargin.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
}

#mainContent #editPage_form  img {
	border: none;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#mainContent img {
	border: #15276F thin solid;
	margin: 0 15px 15px 0;
}

#homepageMedia {
	background-color: #FFFFFF;
	text-align: center;
	margin: 5px 370px 5px 10px;
	padding: 3px 0 0 0;
	border: 1px solid #000000;
}
#homepageNews {
	background-color: #FFFFFF;
	text-align: center;
	margin: 5px 10px 5px 0;
	padding: 3px 0 0 0;

	border: 1px solid #000000;
	float: right;
}
.homepagenewsPhoto {
	float: left;
	margin: 3px 0;
}
.homepagenewsTitle {

	font-weight: bold;
	margin: 0 0 5px 0px;
	padding: 4px 0 2px 0;
}
.homepagenewsBlurb {
	text-align: justify;
	margin: 2px 0 0 0px;
	padding: 0 2px;
}
.homepagenewsItem {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

	margin: 2px auto;
}
.homepagenewsItemLast {

	margin: 2px 10px;
}

.imgBlog img {
    float:left;
}

#adminUsersImgTd a img{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border:0;
    display:inline;
}

#adminIcon {
	width: 896px;
	margin: 0px auto 0px;
	padding: 0;
}

#adminIcon a img {
    border:0;
}
#cmsIcon a img {
    border:0;
}

h1 {
	margin:0 0 10px 0;
}
.twoColFixLtHdr #container {
	width: 896px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bkgnd.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	color: #15276F;
} 
.twoColFixLtHdr #header {
        height: 50px;
	padding: 0 10px 70px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.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 */
	text-align: right;
}
.twoColFixLtHdr #sidebar1 {
        width: 155px;
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 0 12px !important;
        padding: 0 10px 0 -12px;
	margin: 0 !important;
        margin: 0 0 0 -40px;
}

#navbar {
        float: left;
        padding: 0 0 0 0;
}

#navbar ul {
        clear:both;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #15276F;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 153px;
        padding: 130px 0 20px 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#navbar li{
	width:123px;
	border-bottom-color: #DF088D;
	border-bottom-width: 4px;
	display: block;
	border-bottom-style: solid;
	margin: 0 auto 15px 10px;
}
#navbar a {
	color:#fff;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent {
       float:right;
        width:700px;
	padding: 50px 10px 0 0 !important; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 50px 10px 0 -40px !important; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	background-image: url(images/bkgrndFooter.gif);
	margin: 0 auto;
	width: 896px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer p {
	margin: 0 0 0 170px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 30px 35px 40px;
	font-size: 18px;
}
.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: 0 0 0 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;
}
.twoColFixLtHdr #header img {
    margin-top: 10px;
    float: right;
}
#footer img{
	margin: 5px 110px 0 20px;
	float: left;
}
#homeCoolers {
	float: left;
}
#homeContent {
	padding: 100px 0 0 20px;
	margin-left: 206px;
}
#contentMain p {
	margin: 0 0 10px 0;
}
#accordian {
	background-image: url(images/bkgndTile.jpg);
	background-repeat: repeat-y;
	width: 896px;
	margin: 20px auto 20px;
	padding: 0;
}
.submenu {
	list-style:none;
}
.submenu li {
}
.submenu li a {
	text-decoration: none;
	border-bottom: solid #DF088D thin;
}
.productRow {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
    padding: 0 5% 0 5%;
    width:90%;
}
.productRow img {
	float:left;
}
.productRow hr {
	clear:both;
}

.twoColFixLtHdr #accordian #container #mainContent #videobutton {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #15276F;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #DF088D;
	padding: 3px 0;
	width: 650px;
	font-style: italic;
	font-weight: bold;
	border-bottom: solid thin #fff;
}
.twoColFixLtHdr #accordian #container #mainContent #videobutton a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.twoColFixLtHdr #accordian #container #mainContent #MenuBar1 .lastVideoNav {
	margin: 0px;
	width: 110px;
}
.buttonVideo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #15276F;
	text-align: center;
	vertical-align: baseline;
	display: block;
	padding: 2px;
	width: 200px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DF088D;
	margin: 0 0 5px 0;
}
