@charset "utf-8";
/* CSS Document */
html,body {
	margin:5px 0;
	padding:0;
	color:#000;
	background:#fff;
}
body {
	font:80%/1.5 "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
}
h1 {
	height:116px;
	width:326px;
	position:relative;
	z-index: 1;
	font-size: 1em;
}
h1 img {z-index:1;position:absolute;top:0;left:0}
h2 {font:normal 1em/1.2 Georgia,Times,serif;font-size:2.25em; color:#FFF;}
h3 {font-size:1.75em;}
h4 {font-size:1.2em;}
p {margin:0 0 1em;}
* html .clearfix {height:1px;} /* * html hack for IE pre 7 used for convenience in this demo */
.clearfix {display:inline-block;}
.clearfix {display:block;}
.structural {
	position:absolute;
	left:-9999px;
}
#wrap {
	max-width:125em;
	margin:0 auto;
}
* html #wrap {width:56.5em}
/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#4C597F;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	color:#FFF;
}
/* Normal styling */
.cb {margin:.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(box2.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(box2.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(box2.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(box2.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(borders2.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(borders2.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#4C597F;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */

/* Custom CSS
================================================*/
/* You can use different borders for different boxes on the same page. Just adjust the CSS. Here are a few examples, one of which uses the GIF images instead of the PNG images. Note that you can also adjust borders, heights and paddings this way. Remember to adjust the IE CSS as well. */

.one {
	position:absolute;
	top:0;
	right:0;
}
.two {
	float:left;
	width:45%;
}
.two .i1,
.two .i2 { background-image:url(borders2.gif); }
.two .bt,
.two .bt div,
.two .bb,
.two .bb div { background-image:url(box2.gif); }
#three {
	float:left;
	clear:both;
	width:80%;
}
#three .cb {
	float:left;
	width:40%;
}
/* Just a bit of styling for this demo page. Adjust as you wish. */
#absolute-wrapper {
	position:relative;
	height:9em;
}
.cb li {margin-left:1em;}
.whitecbb {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
	width:700px;
}
.whitecbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#FFF;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	color:#FFF;
}
.whitecb {margin:.5em 0;}
	/* Top corners and border */
.whitebt {
	margin:0 0 0 18px;
	background:url(box.png) no-repeat 100% 0;
}
.whitebt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}
	/* Bottom corners and border */
.whitebb {
	height:14px;
	margin:0 0 0 12px;
	background:url(box.png) no-repeat 100% 100%;
}
.whitebb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}
	/* Left border */
.whitei1 {
	padding:0 0 0 12px;
	background:url(borders.png) repeat-y 0 0;
}
	/* Right border */
.whitei2 {
	padding:0 12px 0 0;
	background:url(borders.png) repeat-y 100% 0;
}
.whitei3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#FFF;
}
.whitei3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.whitei3 {display:inline-block;}
.whitei3 {display:block;}
.whiteone {
	width:750px;
	margin:0px auto;
}
.whiteonesmall {
	width:520px;
	margin-left:0px;
}
.whiteonetiny {
	width:540px;
	margin-left:0px;
	height:75px;
}
.whitetwo {
	width:750px;
	margin:0px auto;
}
.whitetwo .whitei1,
.whitetwo .whitei2 { background-image:url(borders.gif); }
.whitetwo .whitebt,
.whitetwo .whitebt div,
.whitetwo .whitebb,
.whitetwo .whitebb div { background-image:url(box.gif); }
#whitethree {
	width:315px;
}
#whiteabsolute-wrapper {
	position:relative;
	height:9em;
}
.whitecb whiteli {margin-left:1em;}
