/*
MVLS Stylesheet  - Based on Glenn Dellon designs.

2008 Monsterbyte - Dave Demski

*/

/* This controls the width of the fluid width layouts */

div.fluid
{
width: 90% !important;
}

/* This controls the width of the fixed width layouts */

div.fixed
{
width: 700px !important;
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background: #f6d79e url('images/background.jpg') center;
background-repeat: repeat-y;
color: #5c461f;
font-size: 10pt;
font-family: "arial", helvetica, sans-serif;
}


h1
{
font-weight: bold;
font-size: 1.40em;
color: #409739;
letter-spacing: 0px;
margin-bottom: 0.75em;
text-transform: uppercase;
}

h2
{
font-weight: bold;
font-size: 1.30em;
color: #00477f;
letter-spacing: 1px;
margin-bottom: 0.75em;
}

h3,h4,h5,h6
{
font-size: 1.0em;
font-weight: bold;
color: #409739;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 0.75em;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

div#main img
{
padding: 3px;
border: solid 1px #ffffff;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
color: #006699;
}

a:hover
{
font-color: #006699;
text-decoration: none;
}
ul
{
margin-left: 1em;
padding-left: 1em;
text-indent: 0em;
line-height: 1.2em;
letter-spacing: 0.1em;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 1em;
}

ul.links li.first
{
}

p
{
color: #5c461f;
line-height: 1.2em;
letter-spacing: 0.1em;
}

td
{ 
vertical-align: top; 
} 

td.padded 
{
vertical-align: top; 
padding:4px;
} 

/* Header */

#header
{
width: 100%;
height:216px;


}

#header_inner
{
position: relative;
background: url('images/header.jpg') center;
background-repeat: no-repeat;
width: 700px;
height:216px;
margin-left: auto;
margin-right: auto;
}

table.nav {margin-left:auto; margin-right:auto;}

/* Main */

#main
{
}

#main_inner p
{
text-align: left;
margin-bottom: 1.0em;
}

#main_inner ul
{
margin-bottom: 1.0em;
}

#main_inner
{
position: relative;
margin: 0 auto;
padding: 0px;
}

/* Footer */

#footer
{
font-size: 0.85em;
width: 700px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
}

/* Side Bar */

div.sidebar li
{
	list-style: none;
	line-height: 1.5em;
	padding: 5px 2px 4px 0px;
}

div.sidebar ul li a
{
	margin-left: -2em;
	padding-left: -1em;
	font-size: 1.0em;
	list-style: none;
	display: block;
	border-bottom: none;
	text-decoration: none;
	width:9.0em;
}

div.sidebar a:hover
{
	font-color: #00477f;
	font-weight: bold;
	font-size: 1.00em;
	text-decoration: none;
}

div.sidebar a:active
{
	font-color: #00477f;
	font-size: 0.85em;
	text-decoration: none;
}

/* LAYOUT - HOME PAGE 3 Columns */

	/* Primary content */
	
	#primaryContent_homePage
	{
	position: relative;
	margin-right: 20em;
	}
	
	#columnA_homePage
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -20em;
	padding-right: 1em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_homePage
	{
	float: right;
	}
	
	#columnB_homePage
	{
	width: 12.0em;
	float: left;
	padding: 0em 1em 0.5em 1em;
	}
	
	#columnC_homePage
	{
	width: 12.0em;
	float: left;
	padding: 0em 0em 0.5em 1em;
	}

/* LAYOUT - 3 COLUMNS (2 columns plus the Nav Bar)*/

	/* Primary content */
	
	#primaryContent_3columns
	{
	position: relative;
	margin-right: 42em;
	}
	
	#columnA_3columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -24em;
	padding-right: 0em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_3columns
	{
	float: right;
	}
	
	#columnB_3columns
	{
	width: 19.0em;
	float: left;
	padding: 0em 1em 0.5em 1em;
	border-left: dotted 1px #E1E1E1;
	}
	
	#columnC_3columns
	{
	width: 19.0em;
	float: left;
	padding: 0em 1em 0.5em 1em;
	border-left: dotted 1px #E1E1E1;
	}

/* LAYOUT - 2 COLUMNS LEFT */

	/* Primary content */
	
	#primaryContent_2columns_left
	{
	position: relative;
	margin-left: 11em;
	}
	
	#columnA_2columns_left
	{
	position: relative;
	float: right;
	width: 100%;
	margin-left: -13em;
	padding-left: 1em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns_left
	{
	float: left;
	}
	
	#columnC_2columns_left
	{
	width: 9.0em;
	float: left;
	padding: 0em 0em 0.5em 0em;
	border-right: dotted 1px #E1E1E1;
	}


/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	margin-right: 17em;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -17em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns
	{
	float: right;
	}
	
	#columnC_2columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}

/* LAYOUT - COLUMNLESS */

	/* Primary content */
	
	#primaryContent_columnless
	{
	position: relative;
	}
	
	#columnA_columnless
	{
	position: relative;
	width: 100%;
	}