/**

 * ----------------------------------------------

 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:arial,sans-serif;
	font-size:11.5px;
	color:#666;
	background-image: url(images/main/background.jpg);
	background-repeat:repeat;
}
#shadow {
	margin:0;
	padding:0;
	background-image: url(images/main/shadow.png);
	background-position: center;
	background-repeat: repeat-y;	
		
}
#shadowlong {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(images/main/shadow.png);
	background-position: center;
	background-repeat: repeat-y;
	width:100%;
}


h1 { 
	font:1.3em Tahoma; 
	margin:0 0 5px 0;
	padding:0;
	color: #666;
}

h2 {
	font:13px Tahoma; 
	margin-bottom:2px;
	padding:0;
	color: #0b7187;
}
	h1, h2, a {
	
		
	}

p { 
	line-height:1.5; 
	margin:5px 0 10px ;
	padding:0;
	letter-spacing:.2px;
}
div#wrapper{
	height:100%;
	overflow:hidden;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:794px;
	background-color:#FFFFFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	
	min-height:100%; /* real browsers */
}
{
	overflow-y:hidden;
}
div#rightColumn{
    float:right; 
	width:65%;
	margin-top:25px;
	margin-right:4%;
	margin-bottom:50px;
	
}
div#leftColumn{
    float:left;
	margin-top:13px; 
	width:30%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
}
img{
	border:0px;
}

form{
  width:300px;

}
#launch  a:link,  a:active, a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:normal;
color: #5d5d5d;
text-decoration:none;
margin-bottom:14px;
line-height: 180%;		
}
#launch a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:normal;
color: #5d5d5d;
text-decoration:underline;
line-height: 180%;
}


input.txt{
	color:#666666;
	width:210px;
	margin:0;	
}
input.txt2{
	color:#666666;
	width:210px;
	margin-left:27px;
}
textarea{
	color:#666666;
	width:297px;
	height:150px;
	border:1px solid #999;
		
}
p label{
	text-align:left;
	padding:0;
	margin:0px 10px 0px 0;
	border:0px solid #999;
	
}
.btn a{
	width:100px;
	margin-left:200px;
	background-color:#999999;
	border: solid 1px gray;
	text-decoration:none;
}

#webframe{
	text-align:left;
}
div#header {
	
	background:#FFF url(images/main/banner.png) no-repeat;
	height: 84px;
	
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#navigation{
	width:794px;
	height:20px;
}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}
	

div#footer {
	position:absolute;
	width:794px;
	bottom:0px; /* stick to bottom */
	background:#d46d27;
	height: 25px;
	color:#FFFFFF;
	clear:both;
}
	div#footer p {
		margin-left:600px;
	}
	
#sideNav ul{
	list-style:none;
	margin-left:20px;
	
	margin-bottom:.1em;
	/*border-bottom:dotted 1px;
	font-weight:bold;*/
	margin-right:30px;
	text-align:left;
	color:#127189;
	font-size:14px;
	margin-bottom:5px;
	
	
}
#sideNav li{
	
	list-style:none;
	font-size:10px;
	letter-spacing:.2px;
	color: #666;
	
}
#sideNav li a {
	text-decoration:none;
	color: #666;
}
#sideNav li a:hover{
	color: #A81E47;	
}
#sideNav li .selected {
	color: #A81E47;	
}
