@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	color: #FFF;
	background-image: url(../images/bg2.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-repeat: repeat;
}


.container #logo_slide_box {
	margin-top: 99px;
	height: 370px;
	width: 1182px;
	position: relative;
	margin-left: -5%;
	clip: rect(auto,auto,auto,auto);
}


.container #logo_box {
	height: 369px;
	width: 488px;
	background-image: url(../images/logo-setup2.png);
	margin-top: auto;
	margin-right: auto;
	float: left;
	margin-left: auto;
	background-repeat: no-repeat;
	position: absolute;
}

.container #logo_slide_box .cycle-slideshow,
.container #logo_slide_box .cycle-slideshow img {
	width: 680px;
	height: 369px;
	float: right;
	visibility: visible;
	position: absolute;
	clear: left;
	margin-left: 233px;
}



.container #top_nav {
	background-color: #000000;
	height: 22px;
	width: 200%;
	position: fixed;
	display: block;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-right: 60%;
	color: #FFF;
	float: right;
	left: -10px;
	z-index: 1000;
}

.container #top_nav #topn-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	height: auto;
	position: relative;
	float: right;
	margin-right: 50%;
}
.container #top-tag {
	background-image: url(../images/top-tag1.jpg);
	height: 39px;
	width: 200px;
	position: fixed;
	top: 68%;
	right: -133px;
}

.container #top-tag:hover {
	background-image: url(../images/top-tag.jpg);
	background-repeat: no-repeat;
}



.container #main_nav_box {
	display: block;
	height: 39px;
	width: 200%;
	position: fixed;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	margin-left: -20%;
	margin-top: 0px;
	top: 22px;
	background-color: #ff6418;
	background-image: none;
	margin-right: auto;
	float: left;
	padding-left: 15%;
	z-index: 1000;
}

.container #main_nav_box #inner-nav {
	height: auto;
	position: relative;
	left: auto;
	right: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.container #s-fb {
	height: 39px;
	width: 200px;
	position: fixed;
	left: -166px;
	top: 200px;
	background-image: url(../images/fb-o.jpg);
	background-repeat: no-repeat;
	text-indent:-9999;
	display: block;
}


.container #s-fb:hover {
	background-image: url(../images/fb-2.jpg);
	background-repeat: no-repeat;
}


.container #s-goog {
	background-color: #000;
	height: 39px;
	width: 200px;
	left: -166px;
	top: 244px;
	position: fixed;
	background-image: url(../images/g+-o.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
	display: block;
}

.container #s-goog:hover {
	background-image: url(../images/g+-2.jpg);
	background-repeat: no-repeat;
}

.container #s-pint {
	height: 39px;
	width: 200px;
	position: fixed;
	left: -166px;
	top: 288px;
	background-color: #000;
	background-image: url(../images/pint-o.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
	display: block;
}

.container #s-pint:hover {
	background-image: url(../images/pint-2.jpg);
	background-repeat: no-repeat;
}

.container #s-in {
	background-color: #000;
	height: 39px;
	width: 200px;
	position: fixed;
	left: -166px;
	top: 332px;
	background-image: url(../images/in-o.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
	display: block;
}

.container #s-in:hover {
	background-image: url(../images/in-2.jpg);
	background-repeat: no-repeat;
}

.container #s-tw {
	background-color: #000;
	height: 39px;
	width: 200px;
	position: fixed;
	left: -166px;
	top: 376px;
	background-image: url(../images/tw-o.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
	display: block;
}

.container #s-tw:hover {
	background-image: url(../images/tw-2.jpg);
	background-repeat: no-repeat;
}

.container #footer {
	background-color: #000000;
	height: 200px;
	width: 2000px;
	margin-right: auto;
	margin-left: -25%;
	margin-bottom: -1px;
}
.container #footer #footercopy {
	background-color: #ff6418;
	height: 177px;
	width: 800px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 20%;
}



/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {

}

a:visited {

}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}


.container {
	width: 80%;
	max-width: 1260px;
	min-width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.content {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 55px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear:both;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}


.inner-nav ul {list-style:none; margin:0; padding:0}

/* ~~ top buttons ~~ */
.inner-nav li {float:left; width:122px; background-color: #ff6418; text-align:center;
         border-right:1px solid white; position:relative;
         height:39px; line-height:38px;}

/* ~~ flyout 1 ~~ */

.inner-nav li ul li {float:none; width:150px; text-align:left; padding-left:5px;
         border-top:1px solid white; background-color: #000;}

/* ~~ added-for flyout 2 -- list items ~~ */

.inner-nav li ul li ul li {float:none; width:150px; text-align:left; padding-left:5px;
         border-top:1px solid white; background-color: #ff6418;}

.inner-nav a {
	text-decoration:none;
	color:white;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}

/* ~~ flyout 1 ~~ */
.inner-nav li ul {position:absolute; top:39px; left:0; visibility:hidden;}

/* ~~ added-for flyout 2 ~~ */
.inner-nav li ul li ul {position:absolute;  top:4px; left:156px; visibility:hidden;}

.inner-nav ul ul {visibility:hidden;}

.inner-nav ul ul ul {visibility:hidden;}


/* ~~ concerning flyout 2 ~~ */

.inner-nav ul li:hover > ul,
.inner-nav ul a:hover ul,
.inner-nav ul ul li:hover ul { visibility:visible; }

/* ~~ concerning flyout 1 ~~ */

.inner-nav li:hover {background-color: #000;}
