/*

	orange #dcb54e

	gray Text #909c8e

	gray line #b2beb4

*/	

*{

	padding:0px; margin:0px;

}

h1,h2,h3,h4,h5,h6,p,strong,em,p,a,div{

	font-family:arial, verdana;

	font-size:12px;

	letter-spacing:0.03em;

}

strong{

	color:black;

	font-weight:normal;

}

p, .textBlock div, .textBlock p div, .textBlock p div div{

	color:#909c8e;

}

a{

	color:#dcb54e;

	text-decoration:none;

}

a:hover{

	text-decoration:underline;

}

img{

	border:0px;

	padding:0px;

	margin:0px;

  }

hr{

	border:0;	

	border-top:solid 1px #b2beb4;

	width:843px;

	float:left;

}

/* GLIR */

h1{

	position:relative;

	display:block;

}

h1 span{

	position:absolute;

	display:block;

	width:100%;

	height:100%;

	background-repeat:no-repeat;

}

/* End GLIR */





/* Flow */

body { 

	background:url(../gfx/body.gif) 50% repeat-y #f5f5f5 ;

	width:100%;

   	/*overflow:scroll;*/

}

#wrapper{

	width:100%;

	height:100%;

	margin: 0 auto;

	

}

#main{

	width:880px;

	height:100%;

	margin: 0 auto;

	position:relative;

	padding:0 0 0 30px;

}



	div#header {

		width:880px;

		margin:0px auto;

		padding:80px 0 0 0;

	}

	

		h1 {

			margin:0px;

			height:120px;

			width:405px;

		}

		

			h1 span {

				background:url(../gfx/h1.gif);

			}

		div#navigation {

			width:400px;

			padding:0 0 0 30px;

			position:absolute;

			top:70px;

			left:440px;

		}

			div#navigation p{

				border-bottom:solid 1px #b2beb4;

				padding:3px;

				width:400px;

			}

	div#content{		

		padding:30px 0 0 0;

	}

		div#content h3{

				border-bottom:solid 1px #b2beb4;

				border-top:solid 1px #b2beb4;

				width:843px;

				padding:2px;

				margin-bottom:-2px;

				margin-top:1px;

				cursor : pointer;

				font-weight:normal;

				float:left;

				position:relative;

		}

		h3 .span{

			color:#909c8e;

		}       

				 	div#slideMenu h3 span, #content span{

						color:#909c8e;

						font-weight:normal;

					}

					div#slideMenu p{

						padding:20px 0 0 0;

						float:left;

					}

					div#slideMenu p span{

						padding:0 30px 30px 0;

						float:left;

						width:407px;

						display:block;

						height:200px;

					}

					div#slideMenu img{

						padding:0 30px 30px 0;

						float:left;

					  }

					

		div#content .block{

			padding:13px 0 13px 0;

			width:850px;

			height:auto;

			position:relative;

			float:left;

/*			border-bottom:solid 1px #b2beb4;*/

		}

			div#content .textBlock{

				width:400px;

				height:auto;

				float:left;

				position:relative;

				padding:0 44px 0 0;

			}

				div#content .textBlock p{

					padding:0;

					width:400px;

					padding:5px 0 0 0;

				}

			div#content .image{

				

				width:400px;

				height:auto;

				position:relative;

				float:left;

			}

			div#content .linkBlock{

				width:136px;

				display:block;

				float:left;

				margin:20px 1px 10px 0;

			}

						div#content .linkBlock .imageLink{

							width:136px;

							height:80px;

							overflow:hidden;

						}

						div#content .linkBlock .linkText a{

							color:#909c8e;

							text-decoration:none;

						}

						div#content .linkBlock .linkText a:hover{

							color:#dcb54e;

							text-decoration: underline;

						}

							div#content .linkDevider{

								display:block; 

								width:26px; 

								height:30px; 

								float:left;

							}

					#links hr{

						padding:0 0 0px 0;

					}

			

			

			

			

			

			

			

			

			

			

			
