/* CSS Document */
#Container { width: 1460px; margin: 20px auto; background-color:#FFF; box-shadow: 5px 5px 10px #444;}
#LeftColumn { float: left; width: 240px; padding: 5px; height: 100%; background-color: #62962E;}
#CenterColumn { float: left; width: 970px; padding: 5px; min-height: 600px;}
#RightColumn {position: relative; float: left; width: 230px;}
#innerLeft {float: left; width: 50%;}
#innerRight {float: left; width: 50%;}

#Footer { clear: both; padding: 20px; color: #FFF; background-color:#383838;}

th {font-size: 20px; font-weight: bold;}
td, th { border: 1px solid #ddd; text-align: left; padding: 8px;}
tr:nth-child(even) { background-color: #ddd;}
strong{ font-weight:bold;}
body { background-image:url(../Images/green-paper-texture.jpg); background-repeat: repeat; }

.fadelinks {
	width: 100%;
	height: 100%;
}

.fadelinks img {
display: block;
position: absolute;
left: 0;
top: 36px;
}

/* Talents page classes */

.talentTier {
	height: 100px;
	padding: 5px 0px;
}

.talentInner{
	float: left;
	margin: 0px 5px 10px 5px;
}
.talentInner p {
	font-size:18px;
	text-align: center;
}
.talentTier img {
	display: block;
	width: 60px;
	height: 60px;
	margin: auto;
}

.talentInner input {
	width: 40px;
}

/*  END Talent page classes */

#CenterColumn ul{
	list-style-type:disc;
	margin-left: 20px;
	padding-left: 20px;
	font-size:18px;
	margin-bottom: 10px;
}

.table table{ margin: 10px; float: left;}

/* horizontal nav bar */

#Nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #587f31;
}

#Nav li {
    float: left;
}

#Nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
#Nav li a:hover {
    background-color: #111;
}

#LeftColumn ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #62962E;
}

#LeftColumn li a {
    display: block;
    color: white;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
}

#RightColumn ul {
	margin: 0px 0px 8px 0px;
	font-weight: bold;
}
/* Change the link color to #111 (black) on hover */
#LeftColumn li a:hover {
    background-color: #111;
}

#Clients img {
	width: 1460px;
	display: block;
	position: absolute;
}
#Clients{
	width: 1460px;
	height: 150px;
}

.title {
	margin: 10px 0px;
	font-size:40px;
	font-weight: bolder;
}

.desc {
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-style:italic;
	color: #666;
}

.mydesc {
	font-size: 18px;
	margin: 10px 0px;	
}

hr {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	border-width: 2px;
}

.troopHeader {
	font-size: 20px;
	margin: 20px 0px 5px 0px; 
	font-weight: bold;
}

.inputSmall {
	width: 36px;
	margin-left: 3px;
}

h1 {
	font-size:24px;
	font-weight: bold;
	margin: 10px 0px;	
}

h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px;
}