/*<----------------------------------------------------------Reset------------------------------------------------------>*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, select, 
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; text-decoration:none; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: top; font-size: 14px; font-weight: normal; font-family: Verdana;}

p{line-height: 21px;}
em{font-style: italic;}
strong{font-weight: bold;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1; color: black; padding-top: 0px;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a span {display:none;}
input {margin:0; padding:0;}

/*<----------------------------------------------------------Full Screen Background------------------------------------------------------>*/
/*--CSS-Tricks Example--by Chris Coyier--http://css-tricks.com--*/

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

.box { 
    margin: 0 auto; 
    width: 400px;
    padding: 50px;
    background: white; 
    padding-bottom:100px;
    font: 14px/2.8 Georgia, Serif;
}

#focus-stealer      { position: absolute; left: -9999px; }

/*<----------------------------------------------------------Main Site Style------------------------------------------------------>*/

#banner{
	width:100%;
	height:200px;
	}

#logo1 {
	margin-top:25px;
	margin-left:25px;
    width: 300px;
	height:150;
	float:left;
}

.pic1 {
    width: 100%;
	height: 300px;
	float:right;
    background: #121212;
	background-image:url(../images/fullScreenBackground/bg3.jpg); 
	}

.content1 {
	margin: auto;
    width: 95%;
    padding: 25px;
    background: #ffffff; 
    padding-bottom:100px;
	font-family:11px/2.8 Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	behavior: url(../assets/borderradius/border-radius.htc);
	border-radius: 11px;
}

.content1bg {
	margin: auto; 
	margin-top:50px;
    width: 60%;
    padding: 1px;
    background: #121212;
	/* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	behavior: url(../assets/borderradius/border-radius.htc);
	border-radius: 11px;
}

.contentTest {
	background: #ffffff;
	width: 800px;
	height:350px;
	color:#121212;
	opacity:0.6;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	margin:auto;
	margin-top:75px;
    padding: 25px;
    padding-bottom:100px;
	font-family:"Baskerville Old Face";
	font-size:16px;
	overflow:auto;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	behavior: url(../assets/borderradius/border-radius.htc);
	border-radius: 11px;
}

.contentTest1 {
	background: #3F3F3F;
	width: 800px;
	height:350px;
	color:#ffffff;
	margin:auto;
	margin-top:75px;
    padding: 25px;
    padding-bottom:100px;
	font-family:"Baskerville Old Face";
	font-size:16px;
}

.content2 {
	width: 800px;
	color:#ffffff;
	margin:auto;
	margin-top:75px;
    padding: 25px;
    padding-bottom:100px;
	font-family:"Baskerville Old Face";
	font-size:16px;
}

.content3 {
	margin: auto;
	margin-top:220px;
    width: 750px;
    padding: 25px;
    background: #ffffff; 
    padding-bottom:100px;
	font-family:11px/2.8 Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
}

.content4 {
	background-color:#707070;
	width: 800px;
	color:#ffffff;
	margin:auto;
	margin-top:75px;
    padding: 25px;
    padding-bottom:100px;
	font-family:"Baskerville Old Face";
	font-size:16px;
}

.headerText {
    margin-right:50px;
    width: 425px;
	height: 150px;
	float:right;
	text-align:right;
	color:#ffffff;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.pic1 {
    margin-right:25px;
    width: 425px;
	height: 150px;
	float:right; 
	}
	
.pic2 {
	margin-right:10px;
	margin-top:-25px;
    width: 213px;
	height: 421px;
	float:right; 
	}

.bannerShade {
    width: 100%;
	height: 11px;
	background-image:url(../images/bannerShade.png); 
	}
	
.footerImage1 {
    width: 250px;
	height: 171px;
	margin-top:10px;
	background-image:url(../images/footerHome.jpg);
	border-style:solid;
	border-width:1px;
	}

#links {padding-top:1px; padding-left:0px; font-size:14px; color:#ffffff; text-align: left;}
#links a {color:#ffffff; text-decoration:none; font-weight:bold;}
#links a:hover {color:#555755;}



/*<----------------------------------------------------------Navigation------------------------------------------------------>*/

/* menu::base */
div#menu {
    height:41px;
    background:url(../images/buttonImages/main-bg.png) repeat-x;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 30px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: normal 12px Trebuchet MS;
}
div#menu a:hover, div#menu a:hover span { color: #fff; }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(../images/buttonImages/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(../images/buttonImages/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #e5e5e5;
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/
div#menu li { background: url(../images/buttonImages/main-delimiter.png) 98% 4px no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 163px;
    padding: 5px 0 0 0;
    background: rgb(45,45,45);
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu li.back {
    background: url(../images/buttonImages/lava.png) no-repeat right -44px                !important;
    background-image: url(../images/buttonImages/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(../images/buttonImages/lava.png) no-repeat top left                !important;
    background-image: url(../images/buttonImages/lava.gif);
    height: 44px;
    margin-right: 8px;
}
