/*
 
	  
*/

* { padding: 0; margin: 0; }

body {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px; 
	background-image: url();
	background-repeat: repeat-x;
}

p {margin:0 0 .8em;}
#Content p {line-height:1.8; /* ~20px */}
#Content blockquote p {line-height:1.5;}
#Content p+p {margin-top:-1em; text-indent:2.7em;}

a {	color:#3c698a;
	text-decoration:none;	
	margin:.0;	
}

a:link {color:#3c698a;}

a:visited {color:#3c698a;}

a:hover {
color: #3c698a;
text-decoration:underline;
}

a img {
	border: 0px;
	margin: 0px;
	background-color: none;
	color: none;
}

h1 {
	color:#333333;
	font-size:12px; 
	line-height:12px;
	font-weight:800;
	font-family:arial, helvetica, sans-serif; 
	margin:0;
	padding:0;
}
	
h2 {
	font-size: 20px;
	font-weight:500;
	color: #c69c6d;
}
	
h3 {
	color:#333;
	font-size:1em;
	font-weight:bold;
	margin:1.63em 0 .27em; /* ~18px 0 ~3px */
}	

#leftcolumn {
	position: absolute;
	color: #333;
	border-left: 0px dotted #ececec;
	background: #ffffff;
	margin: 0px 5px 5px 0px;
	padding: 15px;
	height: 300px;
	width: 175px;
	float: left;
	left: 10px;
	top: 234px;
	font-size:.8em;
}

#leftmiddle {
	position: absolute;
	color: #333;
	border-left: 2px dotted #ececec;
	background: #ffffff;
	margin: 0px 5px 5px 0px;
	padding: 15px;
	height: 300px;
	width: 175px;
	float: left;
	left: 240px;
	top: 233px;
	font-size:.8em;
}

#rightmiddle {
	position: absolute;
	color: #333;
	border-left: 2px dotted #ececec;
	background: #ffffff;
	margin: 0px 5px 5px 0px;
	padding: 15px;
	height: 300px;
	width: 175px;
	float: left;
	left: 471px;
	top: 233px;
	font-size:.8em;
}

#rightcolumn {
	position: absolute;
	color: #333;
	border-left: 2px dotted #ececec;
	background: #ffffff;
	margin: 0px 5px 5px 0px;
	padding: 15px;
	height: 300px;
	width: 175px;
	float: left;
	left: 700px;
	top: 233px;
	font-size:.8em;
}

#right {
	position: absolute;
	color: #333;
	border-left: 2px dotted #ececec;
	background: #ffffff;
	margin: 0px 0px 5px 0px;
	padding: 15px;
	height: 100%;
	width: 175px;
	font-size:.8em;
	left: 715px;
	top: 230px;
}

#content {
	position: absolute;
	color: #333;	
	background: #ffffff;
	margin: 0px 0px 5px 0px;
	padding: 15px;	
	width: 658px;
	left: 10px;
	top: 221px;
}

#content2 { 
 color: #333;
 border-left: 0px dotted #ffffff;
 background: #ffffff;
 margin: 0px 0px 5px 0px;
 padding: 0px;
 height: 100%;
 width: 840px;
 float: left;
}

/*highslide styles*/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid #fbfbfb;
}
.highslide:hover img {
	border: 1px solid #fbfbfb;
}

.highslide-wrapper {
	background: white;
}

.highslide-image {
    border: 1px solid gray;
}

.highslide-image-blur {
}

.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Arial, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}

.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid grey;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}

.highslide-display-none {
    display: none;
}
	

/* Controlbar  */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}

.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}

.controlbar .previous {
	width: 50px;
}

.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}

.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}

.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/*- Menu Tabs B--------------------------- */
    
#tabsB {
	float:left;
	position:absolute;
	width:350px;
	font-size:.85em;
	font-weight:bold;
	margin-top:16px;
	border-bottom: 0px solid #fbfbfb; /*Add border strip to bottom of menu*/
	line-height:normal;
	top: 68px;
	height: 47px;
	left: 585px;
}  

#tabsB ul {
	margin-top:0;	
	padding:21px 20px 0 50px;	
	list-style:none;
}

#tabsB li {
	display:inline;     
	margin:0;     
	padding:20;
}

#tabsB a {
	float:left;    
	background:url("images/tableftB1.gif") no-repeat left top;
	margin-top:0;      
	padding:0 0 0 4px;     
	text-decoration:none;
}

#tabsB a span {
	float:left;      
	display:block;      
	background:url("images/tabrightB1.gif") no-repeat right top;
	padding:5px 12px 3px 3px;
	color:#555555;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
   
#tabsB a span {float:none;}
    
/* End IE5-Mac hack */
    

#tabsB a:hover span {
	color:#3091d5;
}

#tabsB a:hover {
	background-position:0% -50px;
}

#tabsB a:hover span {
	background-position:100% -50px;
}

#tabsB #current a {
	background-position:0 -50px;
	border-width:0;
}

#tabsB #current a span {
	background-position:100% -50px;
	color:#c69c69;
}

.comments{
	position:absolute;
	left:247px;
	top:500px;
	width:712;
	/*padding:1.5em;*/
	/*margin-bottom:1.5em;*/
	background:#ffffff;
}

.box1{
	position:absolute;
	color: #333;
	float: left;
	width: 900px;
	padding: 10px;
	border: 1px solid #ececec;
	height: 96px;
	margin: 10px 0px 0px 0px;
	background: #ececec;
	/*padding:1.5em;*/
	/*margin-bottom:1.5em;*/
	top: -1px;
	left: 11px;
}

.box2{
	position:absolute;
	left:26px;
	top:13px;
	width:225px;
	height:105px;	/*padding:1.5em;*//*margin-bottom:1.5em;*/
	
}

.box3{
	position:absolute;
	left:19px;
	top:100px;
	width:218px;
	height:21px;
	/*padding:1.5em;*/
	/*margin-bottom:1.5em;*/
}

.box4{
	position:absolute;
	color: #999;
	float: left;
	width: 911px;
	padding: 5px;
	border: 1px solid #fbfbfb;
	margin: 0px 0px 15px 0px;
	background: #fbfbfb;	/*padding:1.5em;*//*margin-bottom:1.5em;*/
	left: 11px;
	top: 126px;
	height: 73px;
}

.box5{
	position:absolute;
	left:828px;
	top:15px;
	width:87px;
	height:21px;	/*padding:1.5em;*//*margin-bottom:1.5em;*/
}
.box6{
	position:absolute;
	left:973px;
	top:141px;
	width:100px;
	height:100px;
	/*padding:1.5em;*/
	/*margin-bottom:1.5em;*/
	background:#e1e1e1;
}

.box7{
	position:absolute;
	left:1022px;
	top:232px;
	width:100px;
	height:100px;
	/*padding:1.5em;*/
	/*margin-bottom:1.5em;*/
	background:#e1e1e1;
}

.box8{
	position:absolute;
	left:22px;
	top:1263px;
	width:300px;
	height:25px;	/*padding:1.5em;*//*margin-bottom:1.5em;*/
}

.box9{
	position:absolute;
	left:73px;
	top:221px;
	width:854px;
	/*padding:1.5em;*//*margin-bottom:1.5em;*/
	background:#ffffff;
}

.box10{
	position:absolute;
	left:888px;
	top:65px;
	width:41px;	/*padding:1.5em;*//*margin-bottom:1.5em;*/
}

.style1 {
	position: absolute;
	left: 55px;
	top: 68px;
	width: 542px;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style2 {
	font-size: 32px;
	color: #ffffff;
}

.style2 a{
	color: #666666;
}

.style3 {
	font-size: 11px;
	color: #666666;
}

.style4 {
	position: relative;
	left: 55px;
	top: 68px;
	width: 542px;
	height: 40px;
	background-color:#f0942b;
	opacity:0.4;
}

.style8 {font-size: 11px}

.style17 {
	font-size: 20px;
	color: #c69c6d;
}

.style20 {color: #666666}

.style25 {color: #e7e7e7}

.style26 {
	font-size: 16px;
	color: #666666;
}

.handcursor{
	cursor:hand;
	cursor:pointer;
}

.handcursor1 {
	cursor:hand;
	cursor:pointer;
}

#footerHome { 
	position: absolute;
 	width: 820px;
	color:333;
	border: 0px solid #ccc;
	background: #ececec;
	margin: 10px 10px 10px 10px;
	padding: 10px;
	font-size:.8em;
}
