 /*nav*/
#navcontainer ul 
{
	float: left;
	position: relative;
	margin: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	padding: 0;
	left: 130px;
}

#navcontainer li {
	float: left;
	text-align: center;
	width: 92px;

	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 15px;	
}



#navcontainer a
{
	color: #333333;
	text-decoration: none;
	display: block;
	width: 92px;
	
	
}

#navcontainer li#Home { background: url("images/tp2_banner_04.jpg");  }
#navcontainer li#About { background: url("images/tp2_banner_05.jpg");  }
#navcontainer li#Quote { background: url("images/tp2_banner_06.jpg"); }
#navcontainer li#Contact { background: url("images/tp2_banner_07.jpg");  }



#navcontainer a:hover { background: url("images/rollover_04.jpg");
color: #ffffff; text-decoration: underline; 
}







 
    /* Default Body Styles */
    body {
	font-size: 62.5%;
	font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
	color:#333333;
	background-color: #1F160E;
    }

	p {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left: 5px;
	padding-right: 5px;
	}
	

    h1 {
	font-size: 1.5em;
	font:Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #666;
	border-bottom: 1px dotted #dddddd;
	padding-right: 5px;
	padding-left: 5px;
    }


    h2 {
    font-size: 1.2em;
    line-height: 1.5em;
    color: #666;
	text-decoration: none;
    border-bottom: 1px dotted #dddddd;
    }
	

	
	
	h2 a:link
	{
	font-size: 1.2em;
    line-height: 1.5em;
    color: #666;
	text-decoration: none;
	
	}
	
	
	h2 a:visited
	{
	font-size: 1.2em;
    line-height: 1.5em;
    color: #666;
	text-decoration: none;
	
	}
	
	h2 a:hover
	{
	color: #CC9933;
		
	}
	

	
	
	h3
	{
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    }
	

    /*Container - contains the whole website*/
    #container {
    background: #000000;
    width: 780px;
    margin: 1px auto 1px auto;
    font-size: 1em;
    border: 1px solid #dddddd;
    }
	
	#top
	{
	width: 100%;
	background: #000000;
	height: 18px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	background-color: #EDF73C;
	background-image: url(images/tp_top2_01.jpg);
    }

    /*Header - Header details go in here*/
    #header {
	width: 100%;
	background: #000000;
	height: 184px;
	background-image: url(images/tp2_banner_02.jpg);
    }
	
	#nav {
	width: 780px;
	background: #000000;
	height: 46px;
	background-image: url(images/nav_bg_03.jpg);
	

}

	#header_bottom
	{
	width: 780px;
	background: #ffffffff;
	height: 20px;
	background-image: url(images/tp2_banner_10.jpg);
	

}

    /*Leftbox - This box appears on the left side of the website*/
	
    #leftbox {
	line-height: 1.5em;
	float: left;
	border: 2px solid #CC9933;
	width: 200px;
	padding: 5px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-right: 4px;
	margin-left: 5px;
	margin-top: 5px;
    }
	
    #leftbbox {
	line-height: 1.5em;
	float: left;
	border: 2px solid #CC9933;
	width: 200px;
	padding: 5px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-right: 1px;
	margin-left: 5px;
	margin-top: 2px;
    }
	
	/*Leftnav - This box appears on the left side of the website*/
	
		ul#lefttext 
{
	list-style: none;
	margin: 0;
	padding: 0;


}
	
	ul#lefttext li a
{
	list-style: none;
	color: #333333;
	font:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	line-height: 1.5em;
	font-size: 12px;
	text-decoration:underline;
	padding-left: .6em;
		
}

	ul#lefttext  li a:hover
{	list-style: none; 
	color: #1F160E;
	font-size: 12px;
	font:Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .6em;
}

	
    /*rightbox - this box appears on the right side of the website*/
	
	
    #rightbox {
	width: 540px;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	border: 2px solid #CC9933;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-right: 3px;
	margin-top: 5px;
	

    }



#footer
{

	clear: both;
	color: #000000;
	text-align: center;
	width: 100%;
	height: 25px;
	background-color: #f4f462;
	
	}


#footer_text
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-align: center;
	padding-top: 1px;

	
	}

/* Text for your Forums*/

label{
float: left;
width: 120px;
font-weight: bold;
padding-left: 5px;
}

input, textarea{
	width: 200px;
	margin-bottom: 5px;
	background-color: #f4f462;
	border:1px solid #1F160E;
	color: #000000;
}

textarea{
width: 250px;
height: 100px;
}

.boxes{
width: 30px;


}

#submitbutton{
float: left;
margin-left: 120px;
margin-top: 5px;
width: 90px;
}


#submitbutton a:hover{
	background-color: #CC9933;
	border:1px solid #1F160E;
}



#resetbutton{
float: right;
margin-right: 200px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

#container #rightbox img {
	background-color: #FFCC66;
	border: thin dashed #FF9933;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
}
