img, div, a, input { behavior: url(iepngfix.htc) }
/* ------------------------------------------------------------------------------------ */
/*                                          style                                       */
/* ------------------------------------------------------------------------------------ */
h1 {
	color: #84b5e9;
	font-size:197%;
	font-weight:normal;
}
h2 {
	color: #84b5e9;
	font-size:167%;
	font-weight:normal;
}
h3 {
	color: #84b5e9;
	font-size:147%;
	font-weight:normal;
}

strong{
	font-weight:blod;
	color:#f1592a;
}

a, a:visited{
	color:#59f;
}
h1, h2, h3, h4, h5{
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}

/* ------------------------------------------------------------------------------------ */
/*                                          structure                                   */
/* ------------------------------------------------------------------------------------ */

html {
	height: 100%;
}

body {
	color:#777;
	font-family:Helvetica, Arial;
	height: 100%;
	background-color: #fff;
	text-align: center;
	
	background-image: url("../assets/page_wide_bkgr.gif");
	background-repeat: repeat-x;
	background-position:left top;
}

#wrapper {
	min-height: 100%;
	min-width:760px;
	position: relative;
	height: auto !important;
	height: 100%;
}

/*workaround for IE*/
* html #wrapper {
	height: 100%;
	min-width:760px;
}

#page_wrapper{
	width:760px;
	background-color:transparent;
	margin:auto;
	zoom:1;
}

#content_wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* ------------------------------------------------------------------------------------ */
/*                                       main columns                                   */
/* ------------------------------------------------------------------------------------ */
#left{
	width:510px;
	float:left;
	text-align:left;
}

#sidebar{
	width:250px;
	float:right;
	text-align:left;
}
/* ------------------------------------------------------------------------------------ */
/*                                          left                                        */
/* ------------------------------------------------------------------------------------ */
#left #logo{
	display:block;
	width:510px;
	height:70px;
	background-color:transparent;
	background-image: url("../assets/page_wide_bkgr.gif");
	background-repeat: repeat-x;
	background-position:left top;
}

#left #logo img{
	width:130px;
	height:70px;
}
#left #signature{
	height:50px;
	background-color:#7cb6e1;
	color:white;
}
#left #signature p{
	padding-left:100px;
	padding-top:20px;
}

#left #content{
	
	font-size:95%;
	clear:both;
	width:100%;
}

#left #content #content_padder{
	clear:both;
	height:30px;
}


#left #content img#content_image{
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}

#left #content p{
	width:auto;
	padding-left:100px;
	padding-right:20px;
	text-align:justify;
}




/* ------------------------------------------------------------------------------------ */
/*                                        sidebar                                       */
/* ------------------------------------------------------------------------------------ */
#sidebar #top_image{
	float:left;
	height:130px;
	width:248px;
	background-color:#777777;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	
}

#sidebar #navigation{
	width:250px;
	margin-top:30px;
	float:left;
}

#sidebar #navigation ul{
	margin:0px;
	padding:0px;
}

#sidebar #navigation ul li{
	border-bottom:1px solid #888;
	padding-bottom:3px;
	padding-top:3px;
}

#sidebar #navigation ul li.current_page_item, #sidebar #navigation ul li.current_page_ancestor{
	background-color:#eee;
}

#sidebar #navigation ul li.current_page_item ul li{
	background-color:#fff;
}

#sidebar #navigation ul li.current_page_ancestor ul li{
	background-color:#fff;
}

#sidebar #navigation ul li ul li.current_page_item a{
	color:#000;
}

#sidebar #navigation ul li a{
	color:#796a61;
	font-weight:normal;
}


/*sub navigation*/
#sidebar #navigation ul li ul li{
	border-bottom:none;
	padding-bottom:3px;
	padding-top:3px;
}
#sidebar #navigation ul li ul li a{
	font-size:85%;
	padding-left:0px;
	color:#59f;
	font-weight:normal;
}



















