/* Special layout hacks courtesy of bluerobot.com */
/* margin: top right bottom left */

.cb_icon {
	height:150;
	width:150;
	padding: 10px;
	float: left;
}


/* spacer inside each col */
.innercol {
	padding: 10px;
	margin-top: 0;
}

/* Storybook paragraphs */
.storycol {
	position:relative;
	margin-top: 0;
	padding: 10px;
	vertical-align: top;
}

/* Storybook char */
.storychar {
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
	z-index:7;
}


/* center item inside the container div */
.div_center {
	display:block;
	margin:auto;
}

/* Create a div with blue background for pics to display against */
.div_pic {
	position:static;
	background-color:#000096;
	margin: 5px;
}

.div_map {
	position:static;
	background-color:#deccf4;
	margin: 5px;
	margin-top: 10px;
}


/* Rounded Edges code based on Alessandro Fulciniti article */
/* Do not use on items with padding or fixed heights */
.rtop, .rbottom{display:block; background: #000096;}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background: #deccf4;}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}


/* NAV menu */
.menu a:hover {
	border: thin grey solid;
	background-color: #eee;
}



body {
	margin-left:0px;
	margin-right:0px;
	background-color:#000096;
	color:#0000a6;
	padding:0px; 
	font-family: arial, helvetica, sans-serif, arial;
	}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px; 
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:18px;}

a {
	color:#09c;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}


/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 244px 0px 244px; /* bottom should be 20 pixel */
	background-color:#deccf4;
	padding:0px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.contenttop {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 244px 0px 244px;
	background-color:#deccf4;
	padding:0px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#leftborder {
	position:fixed;
	width:244px;
	top:0px;
	left:0px;
	background-color:#000096;
	z-index:2;
	padding-left: 2px;
	padding-top: 244px;

	min-height: 750px;
	height: auto !important;
	height: 750px;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:244px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#leftborder {width:244px;}
		
#rightborder {
	position:fixed;
	min-height: 750px;
	height: auto !important;
	height: 750px;
	padding-top: 244px;

	width:244px;
	top:0px;
	right:0px;
	background-color:#000096;
	padding-right:2px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:244px;
	}
/* Again, "be nice to Opera 5". */
body>#rightborder {width:244px;}



#topborder {
	position:fixed;
	height: 145px;
	width: 100%;
	left:0px;
	right:0px;
	top:0px;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	background-color:#000096;
	color:#000096;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
/* Again, "be nice to Opera 5". */
body>#topborder {padding-bottom:0px;}

