﻿/*----------------------------------------------------------
Sample client override stylesheet.  Adds:
 - a background image;
 - a border around the main content section
 - changes font;
----------------------------------------------------------*/
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    min-width: 1000px;
}

p
{
	margin-top: 0px;
}

.page 
{
   /* DS change width: 900px;
    min-width: 900px;*/
    
    width: 1000px;
    min-width: 1000px;    
}

h1
{
	margin-top:0px;
	margin-bottom:10px;
}

h2
{
	margin: 0;
}

ol
{
    padding-bottom: 10px;
    line-height: 1.6em;
}

#oneOne
{
	width:850px;
}


#headerspacer
{
	display:block;
    background-image: url(/WebsiteMedia/DisplayImage/122);
    background-repeat:no-repeat;
    background-position:bottom;
	width:100%;
	min-height:45px;
}

#menucontainer {
	width:900px;
	background-color:#2686ED;
}

#header {
	width:900px;
}


ul#menu {
	padding:5px;
}

ul#menu li a
{
    color:#A4CCF7;
}

ul#menu li a:hover, ul#menu li.selected a {
	color:#FFFFFF;
}

#main {
	/* DS change */
	margin: 0 auto;
	padding:30px 75px 0px 75px;
	width:850px;
	
    background-image: url(/WebsiteMedia/DisplayImage/121);
    background-repeat: repeat-y;
}

#headercontainer {
    background-image: url(/WebsiteMedia/DisplayImage/121);
    background-repeat: repeat-y;
    padding:0px 50px 0px 50px;
	width:900px;
}

#contentfooter
{
    display: block;
    background-image: url(/WebsiteMedia/DisplayImage/123);
    background-repeat:no-repeat;
    text-align: center;
    width: 1000px;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    background-color:#484848;

}

#pagefooter 
{
    display: none;
}

.actionbutton {
	width:50%;
	margin-left: 20%; 
	text-align: center;
	font-size: x-large;
}

.actionbutton a 
{
    padding: 10px;
	font-size: x-large;
	line-height: 3em;
    text-decoration: none;   
    background-color: #2686ED;
	color: White; 
}

.actionbutton a:hover 
{
    color: White;
    background-color: #484848;
}

.orangehighlight 
{
    background-color: #FFBA00; 
    color: White;    
    padding: 10px; 
    margin-left: 20%;
    text-align: center;
}

.highlight
{
	margin-left: 10%;
	margin-right: 10%;
	background-color: #d8eafc;
	padding: 10px;
}

.highlight p
{
	padding: 0px;
	margin: 0px;
}

.priceleft
{
	float:left;
	margin-left:5%;
	width:62%;
	background-color: #d8eafc;
	padding:2%;
	font-size: large;
	color: #2686ED;
}

.priceright
{
	float:right;
	width:20%;
	background-color: #FFBA00; 
    color: White;    
    padding: 2%; 
    text-align: center;
    font-size: large;
    margin-right:5%;

}

.narrowlist 
{
	list-style:none;
    width: 75%;
}

.narrowlist li
{
    background-image:url(/WebsiteMedia/DisplayImage/147);
    background-repeat:no-repeat;
    padding-left:20px;
}

.ticklist 
{
    list-style-image:url("/WebsiteMedia/DisplayImage/147");
}
