/*
CSS for JT Productions  Copyright 2007
*/

body, html {
	margin: 0;
	padding: 0;
}

body {
	
	
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	background: #000000;
	
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	color: #FFFFFC;
	font: bold 100% Tohoma;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

p {
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style: none;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #A03D3D;
}

a:hover {
	text-decoration: underline;
	color: #5A82D4;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1.5em;
	background: url(images/img05.gif) no-repeat right bottom;
}

.boxed .title {
	padding-left: 10px;
}

.boxed .content {
	padding: 20px;
	background: url(images/img04.gif) no-repeat;
}



/* Splash 

*/

#splash {
	width: 100%;
	height: 210px;
	padding: 0;
	margin: 0;
	
	

}



/* Content of Page */

#content  {
	text-align: left;
	margin-left: 7em;
	margin-right: 7em;
	margin-top: 5em;
	margin-bottom: 10em;

}



/* Footer */

#footer {
	clear: both;
	width: 580px;
	margin: 0 auto;
	padding: 20px;
	
	
}



#footer p {
	margin: 0;
	font-size: x-small;
}




#copyright{
	font-size: x-small;
	text-align: right;
	color: #FFFFFF;
}

/*  
Menu bar
*/


#vdividermenu ul{

	
	padding: 0;
	font: bold 100% Tohoma;
	width: 700px;
	border: 1px solid #625e00;
	background-color: #E0E0E0;
	height: 20px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 2em;
}
#vdividermenu ul li{
display: inline;

}
/*

*/
#vdividermenu ul li a{
float: left;
color: black;
padding: 2px 12px;
text-decoration: none;
background: transparent url(images/vertical2.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: black;
}


#vdividermenu ul li a:hover{
color: white;
background-color: #777777;
;
}

