﻿/* 
	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/wood11.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 */
.colorCamoDark {
	background-color: #5C583D;
}
.colorCamoKhaki {
	background-color: #6A7A52;
}
.colorCamoTan {
	background-color: #B8B37A;
}
.colorCamoLight {
	background-color: #D6D68F;
}
.colorGreenDeep {
	background-color: #183C0E;
}
.colorGreenForest {
	background-color: #345132;
}
.colorGreenKhaki {
	background-color: #767F6A;
}
.colorGreyDark {
	background-color: #464646;
}
.colorGreyLight {
	background-color: #E1E1E1;
}
.colorNavGoldDark {
	background-color: #9E7232;
	color: #FFFFFF;
}
.colorNavGoldLight {
	background-color: #DABB72;
	color: #FFFFFF;
}
.colorTan {
	background-color: #9C8A76;
	color: #FFFFFF;
}
.colorAmbPutty {
	background-color: #DED7C7;
}
h1 {
	font: 19px Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	color: #666666;
}
h2 {
	font: medium Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	color: #132543;
}
h3 {
	font: small Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #666666;
}
h5{
	font: 20px Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #333333;
	margin-top: 15px;
}
h6 {
	font: medium Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #666666;
}
.clear { clear: both; }
.accordion-holder {
	color: #000000;
	width: 100%;
	height: 100%;
}
#banner {
	border-width: medium;
	border-color: #C0C0C0;
	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: #FFFFFF;
}
.cols3middle ul li {
	list-style-image: url('../myicons/GreyDiamond.gif');
	margin-top: 5px;
	padding-left: 10px;
	color: #FFFFFF;
}
.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: #FEC974;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.footerlist p a:hover{
	list-style-type: square;
	color: #FFFF00;
	text-decoration: underline;
}
.footerlist p span{
	font-size: 13px;
	list-style-type: square;
	color: #FFFFFF;
}
.footerlist a{
	color: #FFFFFF;
	text-decoration: underline;
}
.footerlist ul {
	font-size: 10px;
	margin-left: 20px;
}
.footerlist li {
	font-size: 12px;
	list-style-type: square;
	color: #CCCCCC;
	text-decoration: underline;
	margin-bottom: 8px;
}
.footerlist li a{
	font-size: 12px;
	list-style-type: square;
	color: #FFFFFF;
	text-decoration: underline;
}
.footerlist li a:hover{
	font-size: 12px;
	list-style-type: square;
	color: #FFFF00;
	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;
}

.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-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;
}
.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: #DABB72;
	color: #37251E;
	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: #543729;
}
.text-box-shadowed {
	background-color: #DABB72;
	box-shadow: 2px 2px 10px #DFDFDF;
	color: #333333;
	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: #808080;
}
.transluscentBackBlue {
	background-color: rgba(47,109,154,0.4);
	color: #FFFFFF;
}
.transluscentBackPurple {
	background-color: rgba(93,47,154,0.9);
	color: #FFFFFF;
}
.transluscentBackDustyBlue {
	background-color: rgba(94,106,135,0.9);
	color: #FFFFFF;
}
.transluscentBackTurquoise {
    background-color: rgba(68,137,134,0.7);
}
.transluscentBackTurquoiseBright {
    background-color: rgba(10,255,252,0.9);
}
.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.7);
}
.transluscentBlackCols4 {
	background-color: rgba(0,0,0,0.7);
	padding: 20px;
	border-radius: 10px;
	margin-right: 0px;
	width: 70px;
}
