@charset "utf-8";
body {
	font: 100% Siple Demi Bold, Tahoma, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /*it's good practice to zero the margin and padding of the body element to account for differing browser defaults*/
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	background-image: url(../images/layout/bg_gradient.png);
	background-repeat: repeat-x;

}

a {
	text-decoration:none;
		color:#ffffff;
}
a:hover {
	text-decoration:underline;
	color:#ffffff;
}
a.reverse {
	text-decoration:underline;
		color:#ffffff;
}
a.reverse:hover {
	color:#2585e0;
}

p {
	text-align:justify;	
}


.oneColLiqCtrHdr a img {
	border:none;	
}

.oneColLiqCtrHdr #container {
	width:1024px;
	padding:20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	padding: 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */


}

.oneColLiqCtrHdr #header img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}


/* BEGIN MAINMENU */

#menu {
	position:relative;
}

#menu #mainmenu {
	position: absolute;
	bottom:0;
	left:150px;
	list-style: none;
	/*overflow: hidden;*/
	padding:0;
}


#menu #mainmenu ul {
	list-style-type: none;
	/*overflow: hidden;*/
	line-height: 30px;
}


/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 9em;
	position: absolute;
	left: -1000em;
}

#menu #mainmenu li {
    float: left;
}

#menu #mainmenu li a {
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
/*    background: none;*/
    font-weight: bolder;
    white-space: nowrap;
	width:135px;
	text-align:center;
}

#menu #mainmenu li a:hover {
   /* background: none;*/
}

#menu #mainmenu ul li a {
    z-index: 2;
    display: block;
    position: relative;
}


#menu #mainmenu ul li .currentNotJs, #menu #mainmenu li#background {
    background: url(../images/layout/menu-back.png) repeat-x 0 50%;
    display: block;
    
}



#menu #mainmenu li#background {
    z-index: 1;
    position: absolute;
    visibility: hidden;
}


/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}


ul.MenuBarHorizontal ul.MenuBarSubmenuVisible li a
{
	background-color:#222222;
	/*background: url(../images/layout/bg_gradient.png);*/

}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible li a:hover
{
	background: url(../images/layout/menu-back.png) repeat-x 0 50%;
}


/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
#menu #mainmenu ul.MenuBarHorizontal li a.MenuBarItemSubmenu
{
	background-image: url(../images/icons/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	z-index:3;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
#menu #mainmenu ul.MenuBarHorizontal li a.MenuBarItemSubmenuHover
{
	background-image: url(../images/icons/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* END MAIMENU */


#mainContent {

}

#mainContent #demoContainer{
	margin:auto;
	width:700px; /* videoContent width*/	

}

#mainContent #spotContainer{
	margin:auto;
	width:425px; /* spot video width*/	

}

#mainContent ul {
	list-style-image:url(../images/icons/bulletpoint.png);

}

#mainContent ul li {
	margin-bottom:10px;
	padding-left:5px;
	min-height:30px;
	vertical-align:middle;
}


.oneColLiqCtrHdr #footer {
	margin-top:20px;
	font-size:11px;
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColLiqCtrHdr  #footer a {
	text-decoration:none;
		color:#ffffff;
}
.oneColLiqCtrHdr #footer a:hover {
	text-decoration:underline;
	color:#ffffff;
}


/* Contact Form*/
.oneColLiqCtrHdr #container #mainContent #form1 p label {
	text-align: right;
	width: 150px;
	position: absolute;
}

#form1 p input, #form1 p textarea, #form1 p select  {
	margin-left: 160px;
}
#form1 p select {
	width: 189px;	
}
#form1 p input[type=text] {
	width:185px;	
}
#form1 p textarea {
	width: 560px;	
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Demonstration*/

.videoContent{
	width:700px;
	margin-bottom:20px;
}
.videoContent a {
	font-size:90%;	
	color:#2585E0;
}
.video_thumb {

}

.video_thumb a img{
	border:double 5px #000000;	
}

#demoContainer #questioTest {
	margin:auto;
	width:140px;
}

#demoContainer #questioTest a:hover img {
	border-bottom:1px solid white;
	border-right:3px solid white;
}
	


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.txtjstfy{
	text-align:justify;
}

.txtbold{
	font-weight:bold;
}
.txtgreen{
	color:#92D050;	
}
.font80percent {
	font-size:80%;	
}




.checkDiv{
	/*display:none;	*/
	visibility:hidden;
	
}

.label_required {
	color:#ff0000;
	vertical-align:top;
	font-size:90%;

}



/* FAQ */
#FAQContent .QuestRep {
	margin-bottom:20px;	
}
#FAQContent .QuestRep .Quest {
	color:#92D050;
/*	font-size:16px;*/
}
#FAQContent .QuestRep .Rep {
/*	font-size:13px;*/
	padding:15px;
	text-align:justify;
}

/*rounded corner box*/



/* simple list (without image) */

#mainContent ul.simpleList {
	list-style-type:circle;
	list-style-image:none;
}

#mainContent ul.simpleList li {
	min-height:20px;
	margin-bottom:10px;
}



/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background:none;
	}
}

