/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~  Battlefield Terrain Concepts            ~
~  Stylesheet For Use With SCREEN          ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* -----------------------------------------
|  HTML Tag Overrides - Global             |
------------------------------------------*/

a:link {
	color: #933;
	text-decoration: underline;
}

a:visited {
	color: #933;
	text-decoration: underline;
}

a:hover {
	color: #933;
	text-decoration: underline;
}

a:active {
	color: #933;
	text-decoration: underline;
}

img { 
	border: 0px;
}

body {
	background-color: #ddd;
	background-image:  url("/images/backgrounds/body_bg.gif");
	background-position: 50% 0%;
	background-repeat: repeat-y;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 76%; 
}

img {
	border: 0px;
}

/* -----------------------------------------
|  CONTAINER                               |
------------------------------------------*/

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 770px;
}

#container .clear {
	clear: both;
}

/* -----------------------------------------
|  COLUMN ONE                              |
------------------------------------------*/

#columnone {
	float: left;
	font-size: 0.9em;
	width: 157px;
}

/* -----------------------------------------
|  Column One Logo                         |
------------------------------------------*/

#columnone #logo {
	height: 95px;
	padding: 0px 0px 0px 2px;
}

/* -----------------------------------------
|  Column One Category Navigation          |
------------------------------------------*/

#columnone #category_navigation {
	margin: 0px 0px 0px 2px;
	padding: 10px 0px 15px 0px;
}

#columnone #category_navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#columnone #category_navigation ul li {
	padding: 4px 0px 4px 0px;
}

#columnone #category_navigation ul li a {
	color: #fff;
	display: block;
	font-size: .9em;
	font-weight: bold;
	margin: 0px;
	padding: 2px 3px 2px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#columnone #category_navigation ul li a:hover {
	background-color: #fff;
	color: #933;
}

/* -----------------------------------------
|  COLUMN TWO                              |
------------------------------------------*/

#columntwo {
    float:right;	
	font-size: 0.9em;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	width: 613px;
}

#columntwo h1 {
	font-size: 1.6em;
	margin: 5px 0px 10px 10px;
	padding: 0px;
}

#columntwo h2 {
	color: #346a54;
	font-size: 1.6em;
	margin: 5px 0px 10px 10px;
	padding: 0px;
}

#columntwo p {
	font-size: 1.1em;
	margin: 5px 0px 10px 10px;
	padding: 0px;
}

/* -----------------------------------------
|  Column Two Utility Navigation           |
------------------------------------------*/

#columntwo #utility_navigation {
	background-color: #821;
	clear: both;
	height: 25px;
	margin: 0px;
	width: 100%;
}

#columntwo #utility_navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 1px;
}

#columntwo #utility_navigation ul li {
	float: left;
	text-align: center;
	width: 122px;
}

#columntwo #utility_navigation ul li a {
	background-color: #821;
	border-top: 1px solid #c66;
	border-right: 1px solid #600;
	border-bottom: 1px solid #600;
	border-left: 1px solid #c66;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 20px;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	vertical-align: bottom;
}

#columntwo #utility_navigation ul li a:hover {
	background-color: #836e34;
	border-top: 1px solid #c93;
	border-right: 1px solid #630;
	border-bottom: 1px solid #630;
	border-left: 1px solid #c93;
}

/* -----------------------------------------
|  Column Two Photo Text                   |
------------------------------------------*/

#columntwo .phototextcombo {
	clear: both;
	margin: 0px 0px 20px 10px;
	padding: 0px 5px 0px 3px;
	
}

#columntwo .phototextcombo .photo {
	float: left;
	width: 160px;
}

#columntwo .phototextcombo .text {
	margin: 0px 0px 0px 165px;
}

#columntwo .phototextcombo .text h2 {
	font-size: 1.2em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#columntwo .phototextcombo .text p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

/* -----------------------------------------
|  Column Two Thumbnail                    |
------------------------------------------*/

#columntwo .thumbnail {
	float: left;
	margin: 0px 10px 15px 5px;
	text-align: center;
}

#columntwo .thumbnail p {
	font-size: 1em;
}

/* -----------------------------------------
|  Column Two Detail                       |
------------------------------------------*/

#columntwo .detail {
	float: left;
	margin: 0px 10px 15px 5px;
}

#columntwo .detail h2 {
	font-size: 1.2em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#columntwo .detail p {
	font-size: 1em;
	margin: 0px;
}

/* -----------------------------------------
|  Column Two Table                        |
------------------------------------------*/

#columntwo table {	
	border-collapse: collapse;
	border: 1px solid #821;
	color: #333;
	font-size: 12px;
	margin: 5px 10px 10px 10px;
	width: 95%;
}

#columntwo caption {
	text-align: left;
	font-weight: bold;
}

#columntwo tr.altrow1 {
	background-color: #fff;
}

#columntwo tr.altrow2 {
	background-color: #eee;
}

#columntwo th {
	background-color: #821;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 3px 5px;
	text-align: left;
}

#columntwo td {
	padding: 3px 10px 3px 5px;
	text-align: left;
}

/* -----------------------------------------
|  Column Two Form Elements                |
------------------------------------------*/

#columntwo form {	
	margin: 0px 0px 0px 10px;
}

#columntwo div.element {
	clear: both;
	margin: 0px 0px 5px 0px;
}

#columntwo div.element div.label {	
	font-weight: bold;
	padding: 0px 10px 0px 0px;
}

#columntwo div.element div.data {	
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}

#columntwo div.element div.data input {	
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
}

#columntwo div.element div.data input.readonly {
	border: 0px;
}

#columntwo div.element div.data select {	
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
}

#columntwo div.element div.data textarea {	
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
}

/* -----------------------------------------
|  Column Two Buttons                      |
------------------------------------------*/

#columntwo div.buttons {	
	clear: both;
	margin: 15px 0px 15px 0px;
}

#columntwo div.buttons input {	
	background-color: #821;
	border: 0px;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
	margin: 0px 10px 0px 0px;
	padding: 3px 3px 3px 3px;
	width: 5em;
}

/* -----------------------------------------
|  Column Two Footer                       |
------------------------------------------*/

#columntwo #footer {
	clear: both;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	
}