﻿/* 
	project:   Teksonix.Info
	author:   Mark Way
*/

*{ margin: 0; padding: 0; }

body {
	font: small Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #333333;
	background-image: url('../backgrounds/PaleRipples.jpg');
	background-repeat: repeat;
}
a {
	color: #186E6A;
	background: inherit;
	text-decoration: none;
}
a:hover { color: #808080; background: inherit; text-decoration: underline; }
a { outline-style: none; } 

p { margin: 0 0 15px 0; }
/* colors */
.colorMyLightGold {
	background-color: #E9DFB3;
}
.colorMyMediumGold {
	background-color: #DABC64;
}
.colorMyPaleGold {
	background-color: #F8F4DF;
}
.colorPMDiversity {
	background-color: #EDCE7C;
}
.colorPMGoldenFall {
	background-color: #FEE274;
}
.colorPMVictorianBrown {
	background-color: #D8C357;
}
.colorShineBlack {
	background-color: #0D0D0D;
}
.colorShineGold {
	background-color: #F5B844;
}

}
.colorGreyDark {
	background-color: #464646;
}
.colorGreyLight {
	background-color: #E1E1E1;
}
.colorNavGoldDark {
	background-color: #9E7232;
	color: #FFFFFF;
}
.colorNavGoldLight {
	background-color: #DABB72;
	color: #FFFFFF;
}
.clear { clear: both; }
.accordion-holder {
	color: #000000;
	width: 100%;
	height: 100%;
}
#banner {
	border-width: medium;
	border-color: #FFFFFF;
	margin: 0;
	width: 100%;
	font-size: large;
	font-weight: bold;
	clear: both;
	border-top-style: ridge;
	border-bottom-style: ridge;
	color: #FFFFFF;
	height: 60px;
	line-height: 60px;
}
.col-golden-content {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 10px 25px 25px 25px;
}
.col-golden-left {
	width: 66%;
	float: left;
	height: 100%;
}
.col-golden-right {
	padding: 0px;
	width: 34%;
	float: left;
	height: 100%;
}
.cols2content {
	width: 980px;
	margin: 5px auto 5px auto;
	line-height: 1.4em;
}
.cols2left {
	padding: 0px;
	margin: 0;
	line-height: 1.4em;
	width: 380px;
	float: left;
}
.cols2left h2{
}
.cols2right {
	width: 600px;
	float: left;
	color: #000000;
	margin-top: 20;
	margin-right: 0;
	margin-left: 0px;
}
.cols2right h2{
}
.cols2right ul {
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #FFFFFF;
}
.cols2right ul li {
	list-style-image: url('../myicons/GreyDiamond.gif');
	margin-top: 5px;
	padding-left: 10px;
	color: #FFFFFF;
}
.cols2right-plain {
	width: 600px;
	float: left;
	color: #000000;
	margin-top: 20;
	margin-right: 0;
	margin-left: 0px;
}

.cols3content {
	width: 980px;
	margin: 5px auto 5px auto;
	line-height: 1.4em;
}
.cols3left {
	padding: 0px 0px 35px 0px;
	margin: 0;
	line-height: 1.4em;
	width: 210px;
	float: left;
}
.cols3left h2{
}
.cols3middle {
	width: 540px;
	float: left;
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-left: 20px;
}
.cols3middle h2{
}
.cols3middle ul {
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #666666;
}
.cols3middle ul li {
	list-style-image: url('../myicons/GreyDiamond.gif');
	margin-top: 5px;
	padding-left: 10px;
	color: #666666;
}
.cols3right {
	width: 210px;
	float: left;
	color: #000000;
	margin-top: 20;
	margin-right: 0;
	margin-left: 20px;
	padding-bottom: 35px;
}
.cols3right h2{
}
.cols3right ul {
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #FFFFFF;
}
.cols3right ul li {
	list-style-image: url('../myicons/GreyDiamond.gif');
	margin-top: 5px;
	padding-left: 10px;
	color: #FFFFFF;
}



.container-fullwidth {
	width: 100%;
}
.container-fullwidth-with-background {
	width: 100%;
	background-image: url('../dcodes/bg_images/light/l113.png');
	background-color: #CCCCCC;
}
.container-width1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.content-rounded {
	padding: 25px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	width: 100%;
}
#disclaimer-container {
	width: 100%;
	height: 40px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #C0C0C0;
}
#disclaimer {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
}
#footer-container {
	width: 100%;
	background-image: url('../backgrounds/gradient-dark-blue-to-black-h100.png');
	height: 100px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #C0C0C0;
	background-repeat: repeat-x;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
.footerlist {
	float: left;
	margin-right: 20px;
}
.footerlist h3{
	font: 16px Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #FEC974;
	padding-bottom: 10px;
}
.footerlist h1{
	padding: 5px;
	border-radius: 10px;
	font: 14px Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	color: #37251E;
	background-color: #FEC974;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 0px;
}
.footerlist p {
	font-size: 13px;
	list-style-type: square;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.footerlist p a:hover{
	list-style-type: square;
	color: #663300;
	text-decoration: underline;
}
.footerlist p span{
	font-size: 13px;
	list-style-type: square;
	color: #663300;
}
.footerlist a{
	color: #000000;
	text-decoration: underline;
}
.footerlist ul {
	font-size: 10px;
	margin-left: 20px;
}
.footerlist li {
	font-size: 12px;
	list-style-type: square;
	color: ##666666;
	text-decoration: underline;
	margin-bottom: 8px;
}
.footerlist li a{
	font-size: 12px;
	list-style-type: square;
	color: ##666666;
	text-decoration: underline;
}
.footerlist li a:hover{
	font-size: 12px;
	list-style-type: square;
	color: #663300;
	text-decoration: underline;
}

.footerlist-light h1{
	padding: 5px;
	border-radius: 10px;
	font: 14px Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	color: #FFFFFF;
	background-color: #666666;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 0px;
}
.footerlist-light p {
	font-size: 13px;
	list-style-type: square;
	color: #666666;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.footerlist-light p a:hover{
	list-style-type: square;
	color: #663300;
	text-decoration: underline;
}
.footerlist-light p span{
	font-size: 13px;
	list-style-type: square;
	color: #666666;
}
.footerlist-light a{
	color: #666666;
	text-decoration: underline;
}
.footerlist-light ul {
	font-size: 10px;
	margin-left: 20px;
}
.footerlist-light li {
	font-size: 12px;
	list-style-type: disc;
	color: #666666;
	text-decoration: underline;
	margin-bottom: 8px;
}
.footerlist-light li a{
	font-size: 12px;
	list-style-type: square;
	color: #666666;
	text-decoration: underline;
}
.footerlist-light li a:hover{
	font-size: 12px;
	list-style-type: square;
	color: #663300;
	text-decoration: underline;
}

.footer-text-dark-back h1{
	padding: 5px;
	border-radius: 10px;
	font: 14px Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	color: #FFFFFF;
	background-color: #666666;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 0px;
}
.footer-text-dark-back p {
	font-size: 13px;
	list-style-type: square;
	color: #0D0D0D;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.footer-text-dark-back p span{
	font-size: 13px;
	list-style-type: square;
	color: #663300;
}
.footer-text-dark-back a{
	color: #663300;
	text-decoration: underline;
}
.footer-text-dark-back p a:hover{
	list-style-type: square;
	color: #FFFFFF;
	text-decoration: underline;
}

.footer-text-light-back h1{
	padding: 5px;
	border-radius: 10px;
	font: 14px Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	color: #FFFFFF;
	background-color: #666666;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 0px;
}
.footer-text-light-back p {
	font-size: 13px;
	list-style-type: square;
	color: #0D0D0D;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.footer-text-light-back p span{
	font-size: 13px;
	list-style-type: square;
	color: #666666;
}
.footer-text-light-back a{
	color: #666666;
	text-decoration: underline;
}
.footer-text-light-back p a:hover{
	list-style-type: square;
	color: #663300;
	text-decoration: underline;
}


.footer-bottom-container {
	width: 100%;
	height: 50px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #C0C0C0;
}
.footer-bottom {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 15px;
}

.footer-bottom ul{
list-style:none;
}

.footer-bottom li{
	padding-right: 8px;
	float: left;
	color: #FFFFFF;
	font-size: 11px;
}
.footer-bottom li a{
	text-decoration: underline;
	color: #FFFFFF;
}
.footer-bottom a:hover{
	text-decoration: none;
	color: #FFFF00;
}
.footer-bottom p{
	color: #FFFFFF;
	font-size: 11px;
}
.footer-bottom p a{
	text-decoration: underline;
	color: #FFFFFF;
}

#header {
	height: 70px;
	padding-top: 10px;
}
#headerlogo {
	float: left;
	width: 500px;
}
#headerlogotext {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: normal;
	color: #000080;
	padding-left: 150px;
	padding-top: 25px;
	float: left;
}
#headermenu {
	color: #000080;
	padding-left: 50px;
	padding-top: 5px;
	float: left;
}

.heading-container {
	border-color: #34587F;
	width: 100%;
	background-image: none;
	background-color: #808080;
	height: 36px;
	border-bottom-style: ridge;
	border-bottom-width: medium;
	line-height: 36px;
	border-top-style: ridge;
	border-top-width: thin;
	color: #FFFFFF;
}
.heading-width1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: medium;
	color: #FFFFFF;
	text-align: center;
}

.footer-line-dark p {
	font-size: medium;
	color: #000000;
}
.footer-line-dark p span {
	font-size: medium;
	color: #FFFFFF;
}
.img-border-grey {
	border: thin solid #C0C0C0;
	padding: 5px;
}
.img-double-border {
	border: medium double #808080;
	padding: 5px;
}
.img-double-border-thick {
	border: thick double #808080;
	padding: 5px;
}
.img-double-border-gold {
	border: medium double #DABB72;
	padding: 5px;
}
.img-double-border-grey {
	border: medium double #C0C0C0;
	padding: 5px;
}
.img-double-border-back-color {
	border: thick double #C0C0C0;
	padding: 5px;
	background-color: #333333;
}
.img-left-double-border {
	border: medium double #C0C0C0;
	padding: 5px;
	margin-left: 25px;
}
.imgLeft {
	border: thin solid #C0C0C0;
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imgLeftNoBorder {
	padding: 4px;
	border: 1px none #E9E4D8;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.imgRight {
	border: thin solid #C0C0C0;
	padding: 5px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.imgRightNoBorder {
	padding: 4px;
	border: 1px none #E9E4D8;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.left-sidebar {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 200px;
}
.list-diamonds {
	margin-left: 20px;
}
.list-diamonds li {
	padding-left: 5px;
	list-style-image: url('../images/GreyDiamond.gif');
	text-align: left;
	margin-bottom: 5px;
	color: #666666;
}
.list-diamonds-tight {
	margin-left: 20px;
}
.list-diamonds-tight li {
	padding-left: 5px;
	list-style-image: url('../images/GreyDiamond.gif');
	text-align: left;
	margin-bottom: 2px;
	color: #666666;
}
.list-diamonds-tight-white {
	margin-left: 20px;
}
.list-diamonds-tight-white li {
	padding-left: 5px;
	list-style-image: url('../images/GreyDiamond.gif');
	text-align: left;
	margin-bottom: 2px;
	color: #FFFFFF;
}

.middlecontent {
	width: 1000px;
	margin: 15px auto 25px auto;
}
.middlecontent-left-justify {
	width: 1000px;
	margin: 15px auto 25px auto;
	height: 80px;
}
.middlecontent-left-justify p {
	float: left;
	margin-right: 10px;
	width: 200px;
}
.middlecontent-rounded {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	width: 1000px;
	margin: 15px auto 25px auto;
}
#my-headermenu {
	padding-left: 10px;
	padding-top: 5px;
	float: right;
	width: 500px;
	margin-top: 20px;
	padding-right: 50px;
}
#my-menu {
	float: left;
	padding: 30px 0 0 0;
	margin: 0 0 0px 0;
}
#my-menu li {
	font-size: 12px;
	display: inline;
	margin-right: 15px;
}
#my-menu li a {
	background-color: #DABC64;
	box-shadow: 2px 2px 10px #DFDFDF;
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}
#my-menu li a.current {
	color: #FFFFFF;
}
#my-menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}

#my-menu-light {
	float: left;
	padding: 30px 0 0 0;
	margin: 0 0 0px 0;
}
#my-menu-light li {
	font-size: 12px;
	display: inline;
	margin-right: 15px;
}
#my-menu-light li a {
	border: thin solid #CCCCCC;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 10px #DFDFDF;
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	background-image: url('../backgrounds/PaleRipples.jpg');
}
#my-menu-light li a.current {
	color: #FFFFFF;
}
#my-menu-light li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	background-image: none;
}


#my-menu-lightest {
	float: left;
	padding: 30px 0 0 0;
	margin: 0 0 0px 0;
}
#my-menu-lightest li {
	font-size: 12px;
	display: inline;
	margin-right: 15px;
}
#my-menu-lightest li a {
	border: thin solid #CCCCCC;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 10px #DFDFDF;
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	background-image: url('../backgrounds/PaleRipples.jpg');
}
#my-menu-lightest li a.current {
	color: #FFFFFF;
}
#my-menu-lightest li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	background-image: none;
}

#my-menu-test {
	float: left;
	padding: 30px 0 0 0;
	margin: 0 0 0px 0;
}
#my-menu-test li {
	font-size: 12px;
	display: inline;
	margin-right: 15px;
}
#my-menu-test li a {
	background-color: #FEE274;
	box-shadow: 2px 2px 10px #DFDFDF;
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}
.my-menu-test-Diversity li a {
	background-color: #EDCE7C;
}
#my-menu-test-GoldenFall li a {
	background-color: #FEE274;
}
#my-menu-test-VictorianBrown li a {
	background-color: #D8C357;
}
#my-menu-test li a.current {
	color: #FFFFFF;
}
#my-menu-test li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	background-image: none;
}

.rounded-corners {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.text-box {
	background-color: #0D0D0D;
	color: #F5B844;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}
.text-box a {
	color: #F8F4DF;
}
.text-box-shadowed {
	background-color: #333333;
	box-shadow: 2px 2px 10px #333333;
	color: #F8F4DF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}
.text-box-shadowed a {
	color: #FFFFFF;
	font-weight: normal;
}
.text-box-dark {
	background-color: #333333;
	box-shadow: 2px 2px 10px #333333;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}
.text-box-dark span {
	color: #F8F4DF;
	font-weight: bold;
}

.text-box-gold {
	background-color: #F5B844;
	box-shadow: 2px 2px 10px #333333;
	color: #666666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}
.text-box-gold span {
	color: #000000;
	font-weight: bold;
}
.text-box-gold-softer {
	background-color: #DABC64;
	box-shadow: 2px 2px 10px #333333;
	color: #666666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}
.text-box-gold-softer span {
	color: #000000;
	font-weight: bold;
}
.text-box-grey {
	background-color: #666666;
	box-shadow: 2px 2px 10px #333333;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}
.text-box-grey span {
	color: #F8F4DF;
	font-weight: bold;
}


.text-box-yellow {
	background-color: #FEE274;
	box-shadow: 2px 2px 10px #333333;
	color: #666666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}
.text-box-yellow span {
	color: #000000;
	font-weight: bold;
}


.transluscentBackWhite {
    background-color: rgba(255,255,255,0.1);
}
.transluscentBackGold {
    background-color: rgba(146,114,50,0.5);
}
.transluscentBackBrown {
    background-color: rgba(55,37,30,0.7);
}
.transluscentBackBlack {
    background-color: rgba(0,0,0,0.5);
}
.transluscentBlackCols4 {
	background-color: rgba(0,0,0,0.7);
	padding: 20px;
	border-radius: 10px;
	margin-right: 0px;
	width: 70px;
}
.transparent-image {
     opacity: 0.5;
     filter: alpha(opacity=10); /* For IE8 and earlier */
 }
.transparent-image-lighter {
     opacity: 0.1;
     filter: alpha(opacity=10); /* For IE8 and earlier */
 }
.transparent-image-darker {
     opacity: 0.7;
     filter: alpha(opacity=10); /* For IE8 and earlier */
 }
.transparent-box {
     margin: 30px;
     background-color: #ffffff;
     border: 1px solid black;
     opacity: 0.4;
     filter: alpha(opacity=40); /* For IE8 and earlier */
 }
.transparent-box p {
     margin: 5%;
     font-weight: bold;
     color: #000000;
 }
