/*** Special classes for LANmain***/

body  {
	background-color : #1C501D;
	border : 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 720px;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 720px;
}

#header {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	width: 720px;
}
#header img {
	border: 0px;
	height: 100px;
	width: 700px;
}

#topLeftBorder {
	background-color: #1C501D;
	border: 0;
	margin: 0;
	padding: 0;
	width: 10px;
}
#topRightShadow {
	background: #1C501D url(/images/index_03.jpg) no-repeat;
	border: 0;
	margin: 0px;
	padding: 0px;
	width: 10px;
}

/**************** Beginning of Menu Styles ****************/
#menuTable {
	background: #b6b6b6;
	border-collapse: collapse;
	font-size: 11px;
	height: 34px;
	left: 0; 
	margin: 0px;
	padding: 0px;
	position: relative; 
	top: 0; 
	text-align: center;
	width: 700px;
	z-index: 1;
}

/* hack to fix IE 7 menus */
#menuTable .menu ul ul .over {
	visibility: visible;
}

/*** style initial DIV CONTAINER ***/
#menuTable .menu {
	background-color: #b6b6b6;
	font-size: 11px;
	height: 34px;
	width: 138px;
	position: relative;
	text-align: center;
	z-index: 1;
}
/* hack to correct IE5.5 faulty box model */
* html #menuTable .menu {
	width: 138px;
	w\idth: 138px;
}

/*** REMOVE all the BULLETES, BORDERS and PADDING from the default list styling ***/
#menuTable .menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/*** style the TABLE so that it takes no part in the layout - required for IE to work ***/
#menuTable .menu table {
	position: absolute; 
	top: 0; 
	left: 0; 
	border-collapse: collapse;
	z-index: 1;
}

/*** FLOAT the LIST to make it horizontal and a relative positon so that you can control the dropdown menu positon ***/
#menuTable .menu li {
	float: left;
	width: 140px;
	position: relative;
}

/*** style the HORIZONTAL MENU (1st LVL) LINKS ***/
#menuTable .menu a, #menuTable .menu a:visited {
	background: #758279 url(../images/drop-down-menu.jpg) no-repeat;
	border-top: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #999;
	color:#000000;
	display:block;
	font-size:12px;
	font-weight: bold;
	height:34px;
	line-height:34px;
	padding-left:0px;
	text-decoration:none;
	width:138px;
}
/* hack to correct IE5.5 faulty box model */
* html #menuTable .menu a, * html #menuTable .menu a:visited {
	width:140px;
	w\idth:138px;
}

/*** style the HORIZONTAL MENU (1st LVL) HOVER ***/
#menuTable .menu a:hover, #menuTable .menu ul ul a:hover{
	background: #b6b6b6 url(../images/drop-down-menu.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
}
#menuTable .menu :hover > a, #menuTable .menu ul ul :hover > a {
	background: #b6b6b6 url(../images/drop-down-menu.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
}

/*** HIDE the SUB MENUS and give them a positon absolute so that they take up no room ***/
#menuTable .menu ul ul {
	border-top: 1px solid #000;
	height: 0;
	left: 0; 
	position: absolute;
	text-align: left;
	top: 35px;
	visibility: hidden;
	width: 138px;
}
/* hack to correct IE5.5 faulty box model */
* html #menuTable .menu ul ul {
	top: 34px;
	t\op: 35px;
}

/*** style the DROP MENU (2nd LVL) LINKS ***/
#menuTable .menu ul ul a, #menuTable .menu ul ul a:visited {
	background: #d4d8bd;
	color: #000000;
	height: auto;
	line-height: 14px;
	padding: 5px 10px;
	width: 118px;
	border-width: 0 1px 1px 1px;
	font-size: 11px;
	font-weight: normal;
}
/* hack to correct IE5.5 faulty box model */
* html #menuTable .menu ul ul a, * html #menuTable .menu ul ul a:visited {
	width: 118px;
	w\idth: 123px;
}

/*** style the DROP MENU (2nd LVL) HOVER ***/
#menuTable .menu ul ul a:hover{ 
	background: #949e7c;
	color: #fff;
	font-weight: normal;
	visibility: visible;
}
#menuTable .menu ul ul :hover > a.drop { 
	background: #949e7c;
	color: #fff;
	font-weight: normal;
	visibility: visible;
}

/*** make the DROP MENU VISIBLE when HOVER on HORIZONTAL MENU list or link ***/
#menuTable .menu ul li:hover ul, #menuTable .menu ul a:hover ul { visibility: visible; }

/*** make the DROP MENU VISIBLE when HOVER on DROP MENU list or link (IE 7 hack) ***/
* html #menuTable .menu ul ul a:hover, * html #menuTable .menu ul ul li:hover { 
	visibility: inherit; 
	v\isibility: visible
}

/**************** End of Menu Styles ****************/

#tblPageContent {
	background-color: #BCBCBC;
	font-size: 10pt;
	color: #000;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	z-index: -1;
}

#leftMenu {
	background-color: #BCBCBC;
	border: 0px;
	color: #1C501D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	text-align: right;
	z-index: 1;
}
#leftMenu ul {
}
#leftMenu li {
	display: block;
	border-bottom: 1px solid #1C501D;
	padding: 10px 3px;
	line-height: 14px;
}
#leftMenu li a {
	color: #1C501D;
	text-decoration: none;
	margin: 0px;
	display: block;
}
#leftMenu li a:hover {
	color: #fff;
	text-decoration: none;
}

td #leftMenuContainer {
	width: 125px;
	vertical-align: top;
}
td #mainContentContainer {
	text-align: left;
	width: 575px;
	vertical-align: top;
}

#mainContent {
	background-color: #BCBCBC;
	text-align: left;
	margin: 0px;
	padding: 10px;
	border: 0px;
}

#mainContent a, #mainContent a:visited {
	color: #1C501D;
	font-weight: bold;
	text-decoration: none;
}

#mainContent a:hover {
	color: #1C501D;
	font-weight: bold;
	text-decoration: underline;
}

#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 10px 0px 0px;
	text-transform: uppercase;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px;
	text-transform: uppercase;
}

#mainContent p {
	line-height: 12pt;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#mainContent .frontImg {
	border: 0px;
	float: right;
	margin: 10px 0px 10px 10px;
	padding: 0px;
	width: 300px;
}
#mainContent .singleRightPhoto {
	border: 1px solid #1C501D;
	float: right;
	margin: 10px 0px 10px 10px;
	padding: 0px;
	width: 235px;
}

#mainContent #photoSizeAdj {
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#mainContent .onePhoto img {
	border: 1px solid #1C501D;
	margin: 5px auto;
	padding: 0px;
	width: 400px;
}
#mainContent .twoPhotos img {
	border: 1px solid #1C501D;
	margin: 5px auto;
	padding: 0px;
	width: 270px;
}
#mainContent .threePhotos img {
	border: 1px solid #1C501D;
	margin: 5px auto;
	padding: 0px;
	width: 175px;
}
#mainContent .fourPhotos img {
	border: 1px solid #1C501D;
	margin: 5px auto;
	padding: 0px;
	width: 125px;
}

#footer {
	color: #928050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 5px 5px 10px;
	text-align:center;
}
#footer a, #footer a:visited {
	color:#928050;
	text-decoration: underline;
}
#footer a:hover {
	color:#c9ba65;
	text-decoration: underline;
}

/******************** ContactUs Page Styles *****************/
#contactus fieldset {
	border: 1px solid #666;
	width: 375px;
	padding: 7px;
	margin: 0px 3px 3px;
}
#contactus legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 3px;
	margin: 0px;
}
#contactus #required legend {
	color: #FF0000;
}
#contactus #required label, #contactus #address label {
	clear: left;
	width: 75px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
#contactus #message label {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
#contactus #message textarea {
	width: 350px; 
	height:15em; 
	padding:0.5em; 
	overflow:auto; 
}
#contactus #submit {
	background-color: #1C501D;
	color: #fff;
}
#contactus #submit:hover {
	background-color: #d4d8bd;
	color: #000;
}
/**************** End Contact Us Page Styles *****************/

.leftBorder {
	background: #1C501D;
	border: 0;
	margin: 0;
	padding: 0;
	width: 10px;
}
.rightShadow {
	background: #1C501D url(/images/rightside.gif) repeat-y;
	border: 0;
	margin: 0;
	padding: 0;
	width: 10px;
}

.titletext  {
	font-size : x-large;
	font-weight : normal;
	font-family : "Courier New", Courier, monospace;
	background-color : #FFFFCC;
	color : #996633;
}

.browntext  {
	background-color : #FFFFCC;
	color : #996633;
}

.greentext  {
	background-color : #FFFFCC;
	color : #666633;
}

.biggreentext  {
	background-color : #FFFFCC;
	color : #666633;
	font-size : larger;
	font-weight : bold;
}

.blacktext  {
	background-color : #669966;
	color : Black;
}


.whitetext  {
	background-color : #669966;
	color : White;
}

.footertext  {
	font-size : xx-small;
	font-weight : bold;
	text-align : center;
	color : Black;
}

.greenbg  {
	background-color : #669966;
}

.yellowbg  {
	background-color : #FFFFCC;
}


/*** font families ***/
.cursive  {
	font-family : cursive;
}

.fantasy  {
	font-family : fantasy;
}

.monospace  {
	font-family : monospace;
}

.sansserif  {
	font-family : sans-serif;
}

.serif  {
	font-family : serif;
}

.arial  {
	font-family : Arial, Helvetica, sans-serif;
}

.comic  {
	font-family : "Comic Sans MS", "Trebuchet MS", Verdana, Arial, sans-serif;
}

.courier  {
	font-family : "Courier New", Courier, monospace;
}

.impact  {
	font-family : Impact;
}

.times  {
	font-family : "Times New Roman", Times, serif;
}

.verdana  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*** This set of classes sets left and right margins at an increasing distance.  Like the attribute <cite>, but six levels deep.***/
.first  {
	margin-left : 1em;
	margin-right : 1em;
}

.second  {
	margin-left : 2em;
	margin-right : 2em;
}

.third  {
	margin-left : 3em;
	margin-right : 3em;
}

.fourth  {
	margin-left : 4em;
	margin-right : 4em;
}

.fifth  {
	margin-left : 5em;
	margin-right : 5em;
}

.sixth  {
	margin-left : 6em;
	margin-right : 6em;
}

/*** This set of classes set the absolute font size.***/
.xxs  {
	font-size : xx-small;
}

.xs  {
	font-size : x-small;
}

.s  {
	font-size : small;
}

.m  {
	font-size : medium;
}

.l  {
	font-size : large;
}

.xl  {
	font-size : x-large;
}

.xxl  {
	font-size : xx-large;
}

/*** This set of classes set color.***/
.red  {
	color : Red;
}

.black  {
	color : Black;
}

.white  {
	color : White;
}

.black  {
	color : Black;
}

/*** This set of classes set text alignment.***/
.left  {
	text-align : left;
}

.right  {
	text-align : right;
}

.center  {
	text-align : center;
}

.justify  {
	text-align : justify;
}

.firstjustify  {
	text-align : justify;
	margin-left : 1em;
	margin-right : 1em;
}

.secondjustify  {
	text-align : justify;
	margin-left : 2em;
	margin-right : 2em;
}

/*** This set of classes set text decoration.***/
.underline  {
	text-decoration : underline;
}

.blink  {
	text-decoration : blink;
}

.linethrough  {
	text-decoration : line-through;
}

.overline  {
	text-decoration : overline;
}

/*** This set of classes are for text vertical alignment.***/
.sub  {
	vertical-align : sub;
	font-size : .83em;
}

.super  {
	vertical-align : super;
	font-size : .83em;
}

/*** This set is for font style.***/
.ital  {
	font-style : italic;
}

.smallital  {
	font-style : italic;
	font-size : .83em;
}

.oblique  {
	font-style : italic;
}

/*** This set is for relative font size***/
.small  {
	font-size : .83em;
}

.smaller  {
	font-size : .69em;
}

.smallest  {
	font-size : .57em;
}

.big  {
	font-size : 1.2em;
}

.bigger  {
	font-size : 1.44em;
}

.biggest  {
	font-size : 1.73em;
}

/*** These sets are for combination attributes***/
.bold  {
	font-weight : bold;
}

.boldul  {
	font-weight : bold;
	text-decoration : underline;
}

.boldital  {
	font-weight : bold;
	font-style : italic;
}

.boldctr  {
	font-weight : bold;
	text-align : center;
}

.boldctrul  {
	font-weight : bold;
	text-align : center;
	text-decoration : underline;
}

.boldctrital  {
	font-weight : bold;
	text-align : center;
	font-style : italic;
}

.bigbold  {
	font-size : 1.2em;
	font-weight : bold;
}

.bigboldul  {
	font-size : 1.2em;
	font-weight : bold;
	text-decoration : underline;
}

.bigboldital  {
	font-weight : bold;
	font-size : 1.2em;
	font-style : italic;
}

.biggerbold  {
	font-size : 1.44em;
	font-weight : bold;
}

.biggerboldul  {
	font-size : 1.44em;
	font-weight : bold;
	text-decoration : underline;
}

.biggerboldital  {
	font-weight : bold;
	font-size : 1.44em;
	font-style : italic;
}

.smallbold  {
	font-size : .83em;
	font-weight : bold;
}

.smallboldul  {
	font-size : .83em;
	font-weight : bold;
	text-decoration : underline;
}

.smallboldital  {
	font-weight : bold;
	font-size : .83em;
	font-style : italic;
}

.warning  {
	font-size : 1.2em;
	font-weight : bold;
	color : Red;
	text-align : center;
}

.caution  {
	font-size : 1.2em;
	font-weight : bold;
	color : Yellow;
	text-align : center;
}

.bigboldctr  {
	font-size : 1.2em;
	font-weight : bold;
	text-align : center;
}

.bigboldctrul  {
	font-size : 1.2em;
	font-weight : bold;
	text-decoration : underline;
	text-align : center;
}

.bigboldctrital  {
	font-size : 1.2em;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}

.biggerboldctr  {
	font-size : 1.44em;
	font-weight : bold;
	text-align : center;
}

.biggerboldctrul  {
	font-size : 1.44em;
	font-weight : bold;
	text-decoration : underline;
	text-align : center;
}

.biggerboldctrital  {
	font-size : 1.44em;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}

.smallboldctr  {
	font-size : .83em;
	font-weight : bold;
	text-align : center;
}

.smallboldctrul  {
	font-size : .83em;
	font-weight : bold;
	text-decoration : underline;
	text-align : center;
}

.smallboldctrital  {
	font-size : .83em;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}