/*Main*/

body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background:#FFF url(../image/bground/sidebg.png) left repeat-y;
  	font:small/1.4em Verdana,Sans-serif;
  	text-align:left;
  	position: relative;
	height: 100%;
	}

  
#container {
	width:765px;
 
	}
	
#picture {
	float: left;
	width:240px;
	height: 150px;
	}
	
#banner {
	float: right;
	width:525px;
	height: 150px;
	
	}

#nav { 
	float: left;
	width: 505px;
	height: 80px;
	background-color:#FFF;
}

#navTxt {
text-align:left;
	padding: 45px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}

#nav ul{
	padding : 5px;
	margin : 0px 0px 0px 10px;
	white-space : nowrap;

}
#nav ul li{
	display : inline;
}
#nav ul li a{
	padding: 5px;
	font-weight : normal;
	font-size:12px;
	text-decoration : none;
}
#nav ul li a:hover{
	background-color : #9CF;
	color : #006;
}

	
#logo {
	float: right;
	width: 240px;
	height: 80px;
	}

.box { border: 1px solid black;
margin: 20px 150px 20px 30px;
padding: 5px 5px 5px 5px;
}


/*Content*/

.content {
	float:right;
	width: 525px;
	}
	
#contentTxt	{padding: 30px 0px 20px 0px;
}

#contentTxt ul	{
	margin: 0px 30px 0px 30px;
	font-size: 13px;
	font-weight: normal;
	line-height:18px;
	} 

/*Sidebar*/
#sidebar {

	float:left;
  	width:240px;
	height:inherit;
	}

#sidebarTxt	{padding: 30px 0px 30px 0px;
}

#sidebar ul {
	font-size:12px;
	padding: 5px 0px 5px 0px;
	margin: 0px 30px 0px 30px;
	}
	
#sidebar li { padding-bottom: 2px;}
	
#sidebar a {text-decoration : none; padding: 5px;}
#sidebar a:hover {padding: 5px;}

.strip {
	float:left;
	width: 260px;
	}

/*Heading*/
h1 {
	font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	color: #000;
	}


h2 {
	font-size: 16px;
	padding-left: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333;
	line-height: 1.4em;
	margin-bottom: 0px;
	}
	
h3 a:link  {text-decoration:none; color: #000;} 
h3 a:visited  {text-decoration:none; color: #000;} 
h3 a:hover  {text-decoration:none; color: #000;} 
	
h3 {
	font-size: 16px;
	padding: 10px 20px 0px 0px;
	text-align:right;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	color: #000;
	}
	
h4 {
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	color: #000;
	}


/*Paragraph*/
p {
	padding: 0px 30px 0px 30px;
	font-size: 12px;
	font-weight: normal;
	line-height:18px;
	}

p.blurb {
	padding: 0px 30px 10px 30px;
	font-size: 11px;
	font-weight: normal;
	line-height:16px;
	} 
	
p.copy {
	padding: 50px 0px 0px 30px;
	font-size: 11px;
	font-weight: normal;
	line-height:12px;
	}
	

/*List*/
ul {
	margin-left: 0; 
	padding-left: 0;
   list-style: none;
	}

/*Image*/
img.screenshot { margin: 0px 30px 0px 30px;}
img {border:none;}

/*Link*/
a:link {color: #469; text-decoration : underline; }
a:visited { color: #777; }
a:hover { color: #000; background-color:#9CF; }

/* Standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* "Decoy" sIFR styles...  */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;

}

.sIFR-hasFlash h3 {
	visibility: hidden;

}
