﻿body 
{
    padding: 0 0 10px 0; /* 10px padding to bottom of page */
    font-family:Arial;
    text-align: center;
    background:#c9d7f1;
}

#container {/*This is content container inside the window */
    border: solid 1px #27408b;
    margin:auto;
    /*width: 99%; prevents vorizontal scroll bar */
    width:850px;
    background:#FFF;
    text-align: left;   /** This resets the text alignment to left ***/
}

#header 
{ 
    padding:0 0 10px 0;
    background: #fff;
    text-align: center;
}

#content 
{ 
float: right; /* Our content is going to be right aligned. */ 
width: 630px;  /*And it's going to have a 500px width */ 
background: #fff;
font-size:small;
padding:0px 20px 0px 10px;
}

#column { 
float: left; /* Our column is going to be left aligned. */ 
width: 170px; /* Our total width - content width is 170px */ 
padding:0 10px;
text-align:center;
background: #fff;
}

#footer { 
clear: both; /* We have to clear our floats */ 
width: 850px; /* We need to set the width on the footer since it's outside the mainContainer, and therefor isn't controlled by it */ 
margin: 0 auto; /* We need to center the footer also */ 
padding-top:10px;
font-size:x-small;
background: #fff;
text-align:center;
} 

/*************  #navcontainer - Navigator bar  *********************/

#navcontainer
{   width: 100%;
    height: 25px;
    background:#27408B;
    border: 1px solid #fff; 
    padding:0; 
    margin:  0;
} 


#navcontainer ul  /*navigator bar across top*/
{
    clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}

#navcontainer ul li /*displays nav text along same line*/
{ 
    display: inline; 
    list-style:none;
    margin: 0 auto;
    padding:0;
} 

#navcontainer ul li a /*nav menu items*/
{   display:block;
    float: left;  /*keeps nav items left aligned*/
    background: #27408B; /*dark blue*/
    color: White;
    padding:3px 15px 3px 15px;
    text-align:center;
    text-decoration: none;
    border-right: 1px solid #fff;
    margin: 0 auto; 
    font-family: arial, helvetica, sans-serif;
    left:15px;
}

#navcontainer li a:hover /*mouse over link*/
{
    background-color: #369;
    color: #fff;
}

#navcontainer ul li a.active,
#navcontainer ul li a.active:hover 
{
	color:#fff;
	font-weight:bold;
}

#navcontainer ul li a span 
{
	display:block;
}

/*****************  holderdiv (Bordered Boxes) **********************/

#column div /*Body of bordered boxes on left*/
{
    margin-bottom: 15px;   /*** This vertical margining is held inside the div by the borders ***/
}

#column .box /*Body of bordered boxes on left*/
{
    color:#27408B; /*dark blue*/
    background-color: #C1CDCD; /*grey*/
    border: 1px solid black;
}

#column .head /*Title of bordered boxes on left*/
{
    margin: 0;
    background-color: #27408B; /*dark blue*/
    color: white;
    font-size: 16px;
    font-weight:bold;
    padding: 5px;
    text-align: left;
}

#column p /*Body of bordered boxes on left*/
{  
    margin:5px 0;
    padding: 0 5px;
}

.subtitle{ 
    padding: 0px 0 0px 5px; /* 10px padding to left of page */
    font-size: 15px;
    font-weight:bold;
    color: #27408b; /*bark blue*/
}

.center 
{
    text-align:center;
    border:1px;
}

.iconlist
{
list-style: none;
margin: .5em;
padding: 0;
}

li.bullet
{
background-image: url("Images/bullets/bullet04.gif");
background-repeat: no-repeat;
background-position: 0 .4em;
padding: 3px 3px 3px 20px;
margin:  0.4px;
}

li.subbullet
{
font-weight:bold;
background-image: url("Images/bullets/check10.gif");
background-repeat: no-repeat;
background-position: 0 .3em;
padding: 0px 3px 0px 20px;
margin: .2em 0;
}  

li.subbullet2
{
background-image: url("Images/bullets/diamond.gif");
background-repeat: no-repeat;
background-position: 0 .3em;
padding: 0px 3px 0px 20px;
margin: .2em 0;
}

table.result
{
    width:630px
}

table.result td
{
}

table.result td.thumbnail
{
    width:170px;
}

table.result td.col1
{
    width:300px;
    text-align:left;
}

table.result td.col2
{
    width:160px;
    text-align:right;
}

table.sample
{
    border:none;
    width:600px;
}

table.sample td
{
    width:190px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

table.sampleNew
{
    border:none;
    width:600px;
}

table.sampleNew td
{
    width:250px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}


table.service 
{
    border-width: 1px;
	border-style: solid;
	border-color: #ACA899;
    width:585px;
}

table.service td
{
    border-width: 1px;
    border-style:inset;
    border-color: #ECE9D8;
	padding-top:15px; 
}

table.service td.col2
{  
    width:150px;
    padding:0px 0px 0px 15px;
}


table.service td.col1
{  
    width:435px;
}

table.service li
{
    margin-bottom:10px;
}

table.vohPrice 
{
    border-width: 1px;
	border-style: solid;
	border-color: #ACA899;
    width:585px;
}

table.vohPrice td
{
    border-width: 1px;
    border-style:inset;
    border-color: #ECE9D8;
	/*padding: 15px 0px 15px 0px;*/
}

table.vohPrice td.col1H
{
    width:435px;
    font-weight:normal;
    font-size: 15px;
    color: #27408b; /*bark blue*/
    padding: 15px 0px 15px 10px;
}

table.vohPrice td.col2H
{
    width:150px;
    font-weight:normal;
    font-size: 15px;
    color: #27408b; /*bark blue*/
    padding: 15px 0px 15px 10px;
}

table.vohPrice td.col1
{  
    width:585px;
    padding: 15px 0px 0px 5px;
}

table.vohPrice td.col2
{  
    width:150px;
    padding:padding: 15px 0px 15px 10px;
}

table.vohPrice li
{
    margin-bottom:10px;
}

table.flyerPricing 
{
    border-width: 1px;
	border-style: solid;
	border-color: #ACA899;
    width:500px;
}

table.flyerPricing td
{
    border-width: 1px;
    border-style:inset;
    border-color: #ECE9D8;
	padding-top:5px; 
	
}

table.flyerPricing td.col2
{  
    width:100px;
    padding:10px 10px 10px 10px;
}

table.flyerPricing td.col1
{  
    width:400px;
    padding:0px 0px 0px 10px;
}

table.flyerPricing 
{
    border-width: 1px;
	border-style: solid;
	border-color: #ACA899;
    width:500px;
}

table.flyerPricing td
{
    border-width: 1px;
    border-style:inset;
    border-color: #ECE9D8;
	padding-top:5px; 
}

table.flyers
{
    border:none;
    width:600px;
    text-align:center;
}

table.flyers td
{
    width:190px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    vertical-align:top;
    border-style:none;
}

table.contactus
{
    border:none;
    width:600px;
}

table.contactus tr
{
    height:30px;
}

table.contactus td.col1
{
    width:90px;
}

table.contactus td.col2
{
    width:510px;
}

p
{
    padding-left:15px;
}

ol li
{
    margin-bottom:10px;
} 

h1 /*Title of page*/
{ 
    padding: 0 0 5px 0; /* 10px padding to bottom of page */
    color: #27408b; /*bark blue*/
    font-size: 20px;
}

h2 /*sub-titles on page black*/
{
    font-size: small;
    font-weight:bold;
    padding: 0;
	margin: 0;
}

h3 /*same as h1 but black*/
{ 
    font-size: 17px;
}

h4 /*Sub-titles on page*/
{ 
    padding: 0 0 0 5px; /* 10px padding to left of page */
    font-size: 15px;
    color: #27408b; /*bark blue*/
}

hr {
  border: 0;
  width: 99%;
  color: #27408b;
  background-color: #27408b;
  height: 5px;
}