/*///////////////////////////////////////////////////////////////
 This layout allows the central content to feature above the  
side columns and the footer to sit across the bottom without the 
use if Java Scrit. .

The other advantage of this layout is that it can easily be adapted to 
include a secong side column or be liquid.

IMPORTANT: The Central Content does need to be deeper than than the side bar to avoid the Footer (Note this also happens on the origonal http://alistapart.com/d/negativemargins/ex4.htm/ template.
///////////////////////////////////////////////////////////////*/

body { 
margin: 0 0 0 0 ;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif; 
color: #666;
font-size: 62.5%; 
background-color: #fff;
}

a:link {   
text-decoration: underline; 
font-weight: bold; 
color:  #999;  
}

a:visited {   
text-decoration: underline;  
font-weight: bold; 
color:  #999; 
}

a:hover { 
text-decoration: none;  
font-weight: bold; 
color: #999;
}

h1{
font-family: verdana, arial, helvetica, sans-serif; 
margin: 10px 0 0 0; 
font-size: 1.2em;
color: #333;
}

h2 {
font-family: verdana, arial, helvetica, sans-serif; 
margin: 5px 0 4px 0px; 
font-size: 1.0em;
color: #333;
}

h3 {
font-family: verdana, arial, helvetica, sans-serif; 
margin: 5px 0 4px 0px; 
font-size: 0.9em;
color: #333;
}

p { font-size: 1.2em;}

/*///////////////////////////////////////////////////////////////*/
/* Layout CSS ///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

/*  The point of this wrapper div & addition of background image to container div is to allow us to introduce the side_bar_menu.gif which fills the bottom of the left side bar column*/
#wrapper {
	background: #fff url(ims/side_bar_menu.gif) repeat-y left; 
	width: 755px;
	margin-left: auto;
    margin-right: auto;
}

#header { 
background-color: #fff;
height: 175px;
width: 755px;
margin-left: auto;
margin-right: auto;
}

/*  The inclusion of the background style along with the wrapper div above fills the top of the left side bar column*/
#container {
	width: 100%;
	background: #fff url(ims/side_bar_menu.gif) repeat-y left;
	float: right;
	margin-left: -200px;
}
#content {
	background: #fff;
	margin-left: 200px;
}
#sidebar_menu {
	width: 179px;
	float: left;
}
#footer {
	background: #040335;
	margin-left: auto;
    margin-right: auto;
	clear: both;
	width: 746px;
	text-align:center;
	color:#efefef;
	padding: 5px;
height: 100px;
}

/*footer*/
ul.footernav {
/*///////// I added the width in the line below to fix the IE/Firefox problem ////////////*/
list-style: none; width: 100%; 
margin: 0; 
padding: 0 0 0 0; 
font-family: verdana, arial, helvetica, sans-serif; 
font-weight: bold; 
background: #040335;
text-align: center;
}

ul.footernav li a:link, ul.footernav li a:visited, ul.footernav li a:hover {
text-decoration: none;
/*///////// width subtracts padding from left div width ////////////*/
padding: 2px 5px 2px;
	color:#efefef;
float: left;
}


.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}


/*///////////////////////////////////////////////////////////////*/
/*Main navigation////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

ul.mainnav {
/*///////// I added the width in the line below to fix the IE/Firefox problem ////////////*/
list-style: none; width: 170px; 
margin: 0; 
padding: 0 0 0 0; 
background-color: #efefef;
font-family: verdana, arial, helvetica, sans-serif; 
font-weight: bold; 
}

ul.mainnav li a:link, ul.mainnav li a:visited {
display: block;
text-decoration: none;
/*///////// width subtracts padding from left div width ////////////*/
width: 166px;
padding: 2px 0 2px 2px;
color: #333;
}
ul.mainnav li {
border-bottom: 1px solid #999;
border-left: 1px solid #999;
border-right: 1px solid #999;
}
ul.mainnav li a:hover {
background-color: #ccc;
color: #333;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/ Form /////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/

table.form{
vertical-align:top;
width:100%;
}


table.form_party_details{
vertical-align:top;
width:100%;
}


tr.order_form_1 td{ 
padding: 4px 4px 4px 10px; 
font-weight: normal; 
vertical-align: top;
font-size: 1.0em;/
border-bottom:1px solid #040335; 
}

tr.order_form_2 td{ 
padding: 4px 4px 4px 10px; 
font-weight: normal; 
vertical-align: top;
font-size: 1.0em;
}

input.input_box{
margin: 1px 1px 1px 1px;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 1.0em; 
background-color: #efefef;
color: #000; 
border:1px solid #ccc;
}

textarea { 
font-size: 1.1em;
width: 350px; 
background-color: #efefef; 
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-left: 3px;
border:1px solid #ccc;
}

option.dropdown {
background-color: #efefef; 
font-weight: bold; 
font-size: 1.0em;;
border:1px solid #fff;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/






