@charset "UTF-8";
/* CSS Document */

body{

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#e8e9e9;
	background-image:url(../images/template/page-repeat.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	
}

ul{
    list-style-type:none;
	float:left;
	display:inline;
	padding:0px;
	margin:0px;
	
}


a:link {

	text-decoration:none;
	
}
a:hover {

	text-decoration:underline;
	
}

#page{

	position:relative;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	float:none;
	
}


#content{

	position:relative;
	width:950px;
	height:auto;
	background-image:url(../images/template/page-shadow.png);
	background-repeat:repeat-y;
	background-position:center;
	float:left;

}

#page_content{

	position:relative;
	width:930px;
	left:12px;
	height:auto;
	background-color:#FFFFFF;
	float:left;

}

/* HEADER */

#header{

	position:relative;
	width:930px;
	height:120px;
	float:left;
	background-image:url(../images/template/header_back.jpg);
	background-repeat:repeat-x;


}

#header_right{

	position:relative;
	width:45%;
	padding-right:5%;
	padding-top:20px;
	text-align:right;
	height:auto;
	float:left;


}

/* NAVIGATION */

#nav_left{

	position:relative;
	width:569px;
	height:24px;
	padding-left:40px;
	padding-top:5px;
	background-image:url(../images/template/nav_left.jpg);
	background-repeat:repeat-y;
	float:left;

}

#nav_right{

	position:relative;
	width:291px;
	height:24px;
	padding-left:30px;
	padding-top:5px;
	float:left;
	background-color:#FFFFFF;
	background-image:url(../images/template/nav-right.jpg);
	background-repeat:no-repeat;
	background-position:left;

}

/* COLS */

#main_content{

	position:relative;
	width:890px;
	float:left;
	padding-left:40px;

}


#footer{

	position:relative;
	width:900px;
	height:70px;
	padding-top:10px;
	float:left;
	padding-left:30px;
	background-color:#FFFFFF;
	background-image:url(../images/template/gallery-repeat.gif);
	background-repeat:repeat-x;


}

#col_10{

	position:relative;
	width:9%;
	height:auto;
	float:left;

}

#col_20{

	position:relative;
	width:15%;
	height:auto;
	float:left;

}

#col_30{

	position:relative;
	width:25%;
	height:auto;
	float:left;

}

#col_35{

	position:relative;
	width:35%;
	height:auto;
	float:left;

}

#col_40{

	position:relative;
	width:35%;
	height:auto;
	float:left;


}

#col_50{

	position:relative;
	width:50%;
	height:auto;
	float:left;


}

#col_60{

	position:relative;
	width:60%;
	height:auto;
	float:left;


}

#col_70{

	position:relative;
	width:70%;
	height:auto;
	float:left;

}

#col_80{

	position:relative;
	width:85%;
	height:auto;
	float:left;

}


#col_90{

	position:relative;
	width:90%;
	height:auto;
	float:left;

}

#col_100{

	position:relative;
	width:100%;
	float:left;

}

/* GALLERY */

#gallery_holder{

	position:relative;
	width:930px;
	height:440px;
	float:left;
	overflow:hidden;
	background-image:url(../images/template/HomeBacks.jpg);
	background-repeat:no-repeat;

}

#home_gallery_home{

	position:relative;
	width:930px;
	height:440px;
	overflow:hidden;
	float:left;
	
}

#home_gallery{

	position:absolute;
	width:930px;
	height:440px;
	left:930px;
	overflow:hidden;
	float:left;
	
}

#home_gallery_text{

	position:absolute;
	width:460px;
	top:90px;
	left:70px;
	height:190px;
	z-index:3;
	background-image:url(../images/template/gallery-text-back.png);
	background-repeat:no-repeat;

}

#gallery_text{

	position:relative;
	width:280px;
	left:65px;
	padding-top:5px;
	padding-right:200px;
	height:185px;
	float:left;
	z-index:3;
	background-color:#003399;

}

#home_gallery_image{

	position:absolute;
	left:450px;
	width:500px;
	height:400px;
	z-index:3;

}

#gallery_navigation{

	position:relative;
	width:910px;
	height:30px;
	/*margin-left:80px;*/
	padding-left:20px;
	background-image:url(../images/template/gallery-repeat.gif);
	background-repeat:repeat-x;
	text-align:center;


}


/* BANNERS */

#home_banner{

	position:relative;
	width:258px;
	margin-right:37px;
	padding-bottom:10px;
	float:left;
	background-color:#003399;

}

#banner_text{

	position:relative;
	width:228px;
	padding-left:10px;
	padding-bottom:10px;
	float:left;

}

/* SUBPAGES */

#col_left{

	position:relative;
	width:340px;
	padding-left:40px;
	padding-right:60px;
	float:left;
	z-index:3;

}

#col_right{

	position:absolute;
	width:930px;
	text-align:right;
	background-image:url(../images/template/HomeBacks.jpg);
	background-repeat:no-repeat;
	z-index:1;

}


