/* GLOBAL SCREEN CSS */ 


/* #####################################################################
   REQUIRED STYLE VARIABLES - DEFINED AT BEGINNING OF PROJECT
   ##################################################################### */

/* THE BASIC ELEMENTS */

	body	{margin: 0; padding: 0px 0px 15px; font-size: 16px; font-family: Arial, Helvetica, sans-serif; background-color: #231A69; background-image: url(images/background.jpg); background-repeat: repeat-x;}
	p	{font-size: 14px; line-height: 16px; color: #000000; font-family: Arial, Helvetica, sans-serif; margin: 0 1.5em 1.5em 0;}
	pre	{font-size: 12px; color: #000000; font-family: monospace;}

	li	{} 
	ul	{list-style-type: square; font-size: 16px; color: #000000; font-family: Arial, Helvetica, sans-serif; margin-right: 1.5em;}
	ol	{font-size: 16px; color: #000000; font-family: Arial, Helvetica, sans-serif; margin-right: 1.5em;}

	hr	{height: 1px; color: #000;  background-color: #000; border: 0px;}

	h1	{font-size: 16px; margin: 0 5px 10px 0;}

/* NORMAL LINK CLASS */	
	
	a:link		{color: #36f; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; padding-left: 0px;}
	a:active 	{color: #000; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; padding-left: 0px;}
	a:visited	{color: #666; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; padding-left: 0px;}
	a:hover 	{color: #000; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; padding-left: 0px;}

	a.nav-link:link, a.nav-link:visited {color: #000; font-size: 14px; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
	a.nav-link:hover, a.nav-link:active {color: #f00;}
	
	

/* TABLE STYLES */

	table	{font-size: 14px;}
	th	{font-size: 14px; text-align: left;}
	
	
	.ul-table {}
	.ul-table td {border: 0px; border-bottom: 1px #ccf solid; padding-bottom: 2px; padding-top: 2px; margin: 0px;}
		
	.l-table {}
	.l-table td {vertical-align: top; padding-left: 4px; padding-right: 4px; border: 1px #ccc solid;}

/* #####################################################################
   POJECT SPECIFIC STYLE VARIABLES - ADD PROJECT STYLES HERE
   ##################################################################### */

/* CONTAINER OBJECTS */	


	#layout-table {width: 750px; background-color: #fff; margin: 8px auto 0 auto;}
	#header {height: 95px; position: relative; background-image: url(images/dakota_cruisers_text.jpg); background-repeat: no-repeat; background-position: center;}
		.top-rounded {position: absolute; top: 0px; left: 0px;}
		.ph {display: none;}
	#nav {text-align: center}
	#body {padding: 25px 20px 20px;}
	#footer {height: 20px; text-align: center; position: relative; background-image: url(images/corner_bottom.jpg); background-repeat: no-repeat; background-position: right bottom;}
		.no-print {}
		 
	#nav-table {margin: 0 auto 0 auto;}
	#-nav-table td {text-align: center;}
	.nav-spacer {width: 15px; text-align: center;}
	

	#splash-link {z-index: 50; position: absolute; top: 0px; left: 0px;}

	/* RED & BLUE BOXES */
	#right-box {float: right; width: 180px; border: 0px solid #69f; margin: 0 0 7px 15px;}
	#right-box-red {border: 1px solid #f00; position: relative;}
	#right-box-blue {border: 1px solid #69f; position: relative;}
	.box-margin {margin-top: 5px}
	.box-margin p {padding: 10px; margin: 0;}



/* MENU VARIABLES */	
	#menu-box	{width: 116px; padding: 0 7px 5px 0; margin: 0 10px 0 0; border-right: 1px solid #cdc; text-align: right; line-height: 24px;} 
	a.mlink:link, a.mlink:visited	{color: #000; font-size: 13px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; border-right: 15px solid #cdc; padding: 0 5px 0 0;}
	a.mlink:active, a.mlink:hover	{text-decoration: none; border-right: 15px solid #063;}
	
	#sub-menu-block {position: relative; margin: 20px 0 30px 0; height: 100px; width: 116px;}
	#seed-link {position: absolute; top: 0px; left: 7px; z-index: 50;}



		
		
/* #####################################################################
   UNIVERSAL STYLE VARIABLES - DO NOT CHANGE THESE
   ##################################################################### */

/* POSITIONING VARIABLES */
	.pos-relative 		{position: relative;}
	.center-margin		{margin: 0 auto;}
	.center-textalign	{textalign: center;}
	.float-left		{float: left;}
	.float-right		{float: right;}
	.float-clear		{clear: both;}

/* DISPLAY VARIABLES */	
	.block	{display: block;}
	.hide	{display: hidden:}	

