/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */
#tlc, #trc { zoom: 1 }

/* ---=== border code follows ===--- */
#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
}
	
#rb
	{
	background-image:url(images/rb.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(images/lb.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	background-color: #cccccc;
}
	/* ---end border code --- */

#body	{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	
}

#wrapper {
	
	
	
	margin: 10px auto;
	width: 918px;				/* <-- use this to tie width to viewport size */
	background-color: transparent;
	
	overflow: hidden;
	min-width: 600px;
	text-align: left;
}					/* <-- use this to tie width to viewport size */
#content	{
	margin:0 auto;
   width: 960px;   /* you can use px, em or % */
   text-align:left;
   	
	
}
		
	
#header {
	clear: both;
	float:left;
	margin: 30px 10px 5px 13px;
	
	
	
}
.headerLogo {
	float: left;
	margin: 40px 0 10px 0;
	
	
}
#headerPano	{
	clear: both;
	float: left;
	margin: 10px 0 10px 0;
	border: 2px solid #000;
	
}
.headerLogotext {
	float: right;
	margin-right: 0;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: 0;
}
.colmask	{
	position: relative;		/* this fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%;		/* width of whole page */
	overflow: hidden;		/* this chops off any overhanging divs */
	
	margin: 5px auto;
}


/* 2 column left menu settings */
.leftmenu {
	 background:#3dacd1;
}
.leftmenu .colright {
	 float:left;
 	width:200%;
 	position:relative;
 	left:200px;
 	background:#fff;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
 	position:relative;
 	right:200px;
 	padding-bottom:1em;
}
.leftmenu .col1 {
 	margin:0 15px 0 215px;
 	position:relative;
 	right:100%;
 	overflow:hidden;
}
.leftmenu .col2 {
 	float:left;
 	width:170px;
 	position:relative;
 	right:185px;
} 
/* column settings */
.colright,
.colmid,
.colleft	{
	float: left;
	position: relative;
	width: 100%;
}
.col1,
.col2,
.col3	{
	float: left;
	postiion: relative;
	padding:  0 0 1em 0;
	overflow: hidden;
}



	
	
/*3 column settings */
.threecol	{
	
	background: #eee;			/* blue right column background color */
}
.threecol .colmid	{
	
	right: 18%;
	background: #fff;			/* center columnn background color */
}
.threecol .colleft	{
	right: 60%;			/* width of middle column */
	background: #fdc064;		/* left column background color */
}
.threecol .col1	{
	width: 46%;				/*width of center column content (column width minus padding on either side) */
	left: 102%;
	border: 1px solid #000;				/* 100% plus left padding of center column */
}
.threecol .col2	{
	width: 21%;			/*width of left column content (column width minus padding on either side) */
	left: 31%;
	border: 1px solid #000;			/* width of  (right column) plus  (center column left and right padding) plus (left column and left padding)*/
}
.threecol .col3	{
	
	width:21%;			/*width of right column content (column width minus padding on either side) */
	left: 85%;
	border: 1px solid #000;			/* (100% - left column sidth) plus (center column left and right padding) plus (left columnn left and right padding) */
}
/* top navigation styles */
#navbar {
	
	clear: both;
	text-align: center;
	background-color: none;
	border-top: 2px groove #88a7e0;
	border-bottom: 2px groove #88a7e0;
	margin: 0 auto;
	padding: .75em;
	width: 53em;
}
#navbar h1	{
	text-align: center;
	font-size: 1.5em;
	font-style: bold;
	color: #ff9900;
	margin: 0;
}

.navLink {
	font-style:bold;
	font-size: 1em;
	
}
.navLink .youhere {
	font-size: 1.2em;
	font-style: bold;
	color: #f67623;
}
.navLink a:link, a:visited	{
	font-style: normal;
	text-decoration: none;
	color: #000000;
}
.navLink a:hover, .navLink a:active	{	
	font-style: bold;
	color: #ffffff;
	text-decoration: none;
}

/* main content styles */
.maintext 	{
	padding: 5px 20px;
	font-size: .9em;
	text-align: left;
}
.maintext h1	{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
}
.maintext h2	{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}
.maintext h3	{
	color:#000000;
	font-size:0.8em;
	padding:0.5em 4em;
	text-align:left;
	font-weight: bold;
}
.maintext  .splash	{
	font-size: 14px;
	font-weight: bold;
	color: red;
}
.maintext .i	{
	font-style: italic;
}
.maintext img	{
	text-align: center;
	
	padding: 10px;
	margin: 0 30px 0 70px;
}
.maintext img .right	{
	float: right;
}
.maintext iframe	{
	margin: 1em 0 0 3em;
	padding: 5px;
	border: 1px solid #000;
	background-color: #3DACD1;
}
	
.boldtext	{
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
	text-align: left;
	margin: 0 1em;
	padding: 10px 0 0 0;
}


.boldhighlight	{
	color: #ff9900;
	font-style: italic;
}
.maintext a:link, .maintext a:visited	{
	color: blue;
	display: inline;
}
.maintext a:hover	{
	color: purple;
}
.samplepagetext	{
	clear: both;
	padding: 10px 20px;
	font-size: .8em;
	
}
.thinline	{
	margin: 2em auto;
	text-align: center;
}

.samplepagetext a:link, .samplepagetext a:visited	{
font-size: .8em;
	color: blue;
}
.samplepagetext a:hover, .samplepagetext a:active	{
	color: purple;
}
.samplepagetext h1	{
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
}
#touricons	{
	margin: 2em;
	padding: .5em;
}
.icon	{
	float: left;
	margin: 2em;
	background-color: #000;
	width: 150px;
	border: none;
	padding: 0 0 4px 0;
}
.icon p	{
	font-size: .7em;
	text-align: center;
	padding: 2px;
	margin: 0 0 4px 0;
}
.icon p a:link, .icon a:visited	{
	outline: none;
	text-decoration: none;
	color: #ff9900;
	border-color:#CCFFFF #FFFFFF #FFFFFF #CCFFFF;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	padding: 2px 7px;
}
.icon p a:hover, .icon a:active	{
	outline: none;
	text-decoration: none;
	color: #fff;
	border-color:#ffffff #ccFFFF #ccFFFF #ffFFFF;
	border-style:solid;
	border-width:2px 1px 1px 2px;
}
table.prices {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: blue blue blue blue;
	border-collapse: separate;
	background-color: white;
}
table.prices td {
	text-align: center;
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: blue blue blue blue;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}

table.prices img{
	margin: 1em auto;
}
table.prices td a:link, a:visited	{
	padding:  0 5px;
	display: block;
}
	

	
	
	

/* left column navigation */
 #columnnavbox	{
	float: left;
	background-color:none;
	padding: 5px 5px;
	width: 96%;
	margin: 3px auto;
}
.navbox ul	{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top:1em;
}
.navbox li	{
	background-color: #ff9900;
	border-bottom: 1px solid #fff;
	margin: 0 0 2px 0;
}
.navbox li a:link, .navbox li a:visited	{
	font-size: 90%;
	display: block;
	padding: 0.2em 0.6em 0.2em 0.6em;
	color: #000000;
	background-color:#66000;
	border-top: 1px solid #666;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 1px solid #666;
	text-decoration: none;
	text-align: center;
}
.navbox li a:hover	{
	background: #369;
	color: #fff;
	border-top: 2px solid #333;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 2px solid #333;
}
.navbox li a:active, .avbox li a:focus	{
	outline: 0;
}
.navbox .location	{
	background: #4AD2FF;
	color: #fff;
	border-top: 2px solid #333;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 2px solid #333;
	margin: 0 -10px 2px 10px;
	font-weight: bold;
}
#columnLeft	{
	float: left;
	width: 90%;
	margin: 3px auto;
	border: 1px solid #000;
	background-color: #e3f2f9;
}
.columnleftText  	{
	margin: 0;
	background-color: #e3f2f9;
	padding: 5px 5px;
	text-align: left;
	font-size: .8em;
	color: #000000;
	font-style: bold;
}
#columnLeft a:link, #columnLeft a:visited	{
	text-decoration: underline;
	color: #0066ff;
}
#columnLeft  a:hover, #columnLeft a:active	{
	text-decoration: none;
	color:#66ccff;
}
#columnLeft h4	{
	text-align: center;
	background-color: #e3f2f9;
	color: #FF9900;
	font-size: .9em;
	margin: 0;
	font-style: italic;
}
#columnLeft img	{
	margin: .5em .8em;
}
.contacthead	{
	text-align: left;
	color: #000;
	font-style: italic;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
}
.contactinfo	{
	color:#333333;
	font-size:0.9em;
	font-weight:bold;
	text-indent:20px;
	margin: 0 0 1em 0;
}
.leftpic	{
	
	margin: 5px;
}
.leftpic p	{
	margin: 0 1em;
	font-size: .7em;
	color: #000;
	font-style: italic;
}
.leftpic a:link	{
	border: none;
}
.rightpic	{
	margin: 0;
	float: right;
}
.rightpic p	{
	margin .5em 1em;
	font-size: .7em;
	color: #000;
}

/* Video styles */

.video	{
	text-align: center;
	border:none;
	margin:2em auto;
	width:480px;
}
.mainpic	{
	margin: 1em;
	border: none;
	width: 500px;
	text-align: center;
}

/*footer styles */
#footer	{
	clear: both;
	float: left;
	width: 100%;
	border-top: 2px groove #FF9900;
	margin: 5px auto;
	
}

#footer .footerText {
	text-align: center;
	font-size: .6em;
	color: #000;
	padding: .1em 0 2em 0;
}
.footerLink 	{
	text-align: center;
	font-size: .8em;
	color: #000;
	padding: 2em 0 .5em 0;
}
	
#footer a:link, #footer a:visited {
	font-style: normal;
	text-decoration: none;
	color: #666666;
	display: inline;
}

#footer a:hover,	#footer a:active	{
	font-style: normal;
	text-decoration: underline;
	color: #ffffff;
}
.copywriteText {
	clear:both;
	backgrouund-color: none;
	text-align: center;
	font-size: .75em;
	color: #fff;
	font-style: italic;
	padding: .5em;
	margin: .5em;
}
#feedburner	{
	margin: -10px;
	width: 180px;
	font-size: .75em;
	padding: 16px 0;
	}
	
