form input, button
{
	padding: 4px;
	color: #000000;
	border: 1px solid #AEAEAE;
}

#pad 
{
	height:140px;
}

body 
{
	font-family: Verdana;
	background-color: White;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu
{
	padding: 0;
	margin: 0;
	left: 2px;
	list-style: none;
	width: 770px;
	height: 30px;
	position: relative;
	z-index: 500;
	font-family: Calibri;
	font-size: large;
}

.menubackground
{
	padding: 0;
	margin: 0;
	width: 20%;
	background: #000000;
}

#menu li 
{
	float:left; 
	margin-right:2px;
}
#menu li a 
{
	display:block; 
	width:140px; 
	float:left; 
	height:30px; 
	line-height:30px; 
	background: #989898; 
	color:#ffffff; 
	text-decoration:none; 
	font-size:12px; 
	font-weight:bold; 
	padding:0 30px 0 20px;
}


#menu table 
{
	border-collapse:collapse; 
	width:0; 
	height:0; 
	position:absolute; 
	top:0; 
	left:0;
}

/* Default link styling */
/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover 
{
	z-index:200; 
	position:relative;
	color:#fff; 
	background-color:#dc1616;
}
#menu li:hover 
{
	position:relative; 
	z-index:200;
}

#menu li:hover > a  
{
	color:#fff; 
	background:#dc1616;
}
#menu li:hover > a.sub  
{
	color:#fff; 
	background-color:#dc1616;
}
/* No Arrow */
#menu li:hover > a.sub2  
{
	color:#fff; 
	background-color:#dc1616;
}

#menu li.current a 
{
	color:#fff; 
	background:#dc1616;
}

#menu li a.sub 
{
	background: #dc1616 url(../images/down-arrow.gif) no-repeat right center;
}
#menu li.current a.sub 
{
	color:#fff; 
	background:#dc1616 url(../images/down-arrow.gif) no-repeat right center;
}

#menu :hover ul 
{
	left:0; 
	top:30px; 
	width:120px; 
	background:#dc1616;
}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul 
{
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}

#menu :hover ul li 
{
	margin:0; 
	border-top:1px solid #fff;
}
/* Sub Menu 2 Width  */
#menu :hover ul li a 
{
	width:190px; 
	left:0px;
	padding:0; 
	text-indent:10px; 
	background:#000000; 
	color:#ccc; 
	height:30px; 
	line-height:30px;
	text-align:left;
}

#menu :hover ul li a.fly  
{
	background:#dc1616 url(../images/right-arrow.gif) no-repeat right center;
}

/* Sub Menu 3 Left Margin  */
#menu :hover ul :hover ul
{
	left:190px; top:-1px; 
	background:#fff; 
	white-space:nowrap; 
	width:100px; 
	z-index:200; 
	height:auto;
}

#menu :hover ul :hover 
{
	background-color:#dc1616; 
	color:#fff;
}
#menu :hover ul :hover a.fly 
{
	background-color:#dc1616; 
	color:#fff;
}

#menu :hover ul li.currentsub a 
{
	background:#dc1616; 
	color:#fff;
}
#menu :hover ul li.currentsub a.fly 
{
	background:#dc1616 url(../images/right-arrow.gif) no-repeat right center; 
	color:#fff;
}

/* Sub Menu 3 Width  */
#menu :hover ul :hover ul li a 
{
	width:190px; 
	padding:0; 
	text-indent:10px; 
	background:#dc1616; 
	color:#ccc;
}
#menu :hover ul :hover ul :hover 
{
	background-color:#dc1616; 
	color:#fff;
}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover 
{
	background:#dc1616; 
	color:#fff;
}

.mainContainer
{
	background-color:#e8e8e8;
}

.accordionHeader
{
    border: 1px solid #bbbbbb;
    color: #666666;
    background-image: url(images/accheader.jpg);
    background-repeat:repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #666666;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #bbbbbb;
    color: white;
    background-image: url(images/accheadersel.jpg);
    background-repeat:repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #f2f2f2;
    border: 1px solid white;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.photoPreview
{
	background-color: #f2f2f2;	
	width: 700px;
}

.center
{
	text-align:center;
	vertical-align:middle;		
}

.sliderText1
{
	text-align:left;
	vertical-align:middle;	
}
.sliderText2
{
	text-align:right;
	vertical-align:middle;	
}


input.btn
{
	color:black;
	font-size:10pt;
	font-weight:bold;
	background-color:#d7d7d7;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#999;
	border-bottom-color:#999;   
}

input.btn2
{
	font-size:14pt;	
}

input.btnhov
{
	background-color:#c4c4c4;
    border-top-color:#666;
    border-left-color:#666;
	border-right-color:#666;
	border-bottom-color:#666;
}

.actionList
{
	color:black;
	font-size:8pt;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#999;
	border-bottom-color:#999;  
	width: 230px; 
	height: 400px;
}


.header
{
	font-family: Helvetica;
	font-size: x-large;
}

.content
{
	width: 100%;
}
