/* Inside Out stylesheet */

body {
	behavior: url(functions/csshover.htc);
	margin: 0;
	padding: 0;
	background: url(static_images/bg_grad.gif) repeat-x #C5CFD0;
	color: #333;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	text-align: center;
	}

/* Main tag configs */

h1, h2, p {
	margin: 6px 0px 0px 6px;
	padding: 0px;
	}

h1 {
	font-size: 1.4em;
	color: #C3C3C3;
	}
	
h2 {
	font-size: 1em;
	color: #C3C3C3;
	font-weight: 100;
	}
	
h3 {
	font-size: 1em;
	font-weight: 700;
	}
	
p	{
	line-height: 1.2em;
	}
	
form {
	display: inline;
	}
	
input, textarea {
	border: 1px solid black;
	font-size: 1em;
	margin: 0px;
	padding: 3px;
	color: #333;
	display: inline;
	}
	
a img {
	border: 0px;
	}
	
a:link, a:visited {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed;
	}
	
a:hover {
	border-bottom: 1px solid;
	}

/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */

#wrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: left;
	}

#header {
	position: absolute;
	left: 0px;
	top: 8px;
	width: 760px;
	height: 24px;
	padding: 24px 0px 0px 0px;
	margin: 0px;
	background: url(static_images/header.gif) no-repeat top left;
	text-align: right;
	color: white;
	}
	
#navigation {
	position: absolute;
	left: 0px;
	top: 56px;
	width: 750px;
	height: 32px;
	margin: 0px 5px 0px 5px;
	background: url(static_images/glbnav_background.gif) white;
	}
	
#body {
	padding: 104px 196px 8px 8px;
	margin: 0px;
	background: transparent url(static_images/body.gif);
	z-index: 9;
	border-bottom: 1px solid #C3C3C3;
	}
	
#info {
	position: absolute;
	left: 560px;
	top: 100px;
	width: 190px;
	padding: 4px 4px 0px 4px;
	border-left: 1px solid #C3C3C3;
	}
	
#footer {
	position: relative;
	width: 760px;
	height: 24px;
	background: transparent url(static_images/footer.gif) no-repeat;
	color: gray;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	}
	
/* Add curved edges to items */

#navigation .leftbg {
	position: absolute;
	left: -5px;
	top: 0px;
	background: url(static_images/gblnav_left.gif) no-repeat;
	width: 5px;
	height: 32px;
	display: block;
	}
	
#navigation .rightbg {
	position: absolute;
	right: -5px;
	top: 0px;
	background: url(static_images/glbnav_right.gif) no-repeat;
	width: 5px;
	height: 32px;
	display: block;
	}
	
/* Navigation lists */

#navigation ul {
	margin: 7px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	}
	
#navigation ul li {
	border-right: 1px solid #72828A;
	float: left;
	}
	
#navigation ul li a:link, #navigation ul li a:visited {
	padding: 0px 12px 0px 12px;
	font-weight: 800;
	color: #72828A;
	font-size: 1.2em;
	border: 0px;
	}

#navigation ul li a:hover {
	font-weight: 800;
	color: black;
	background: url(static_images/glbnav_background_hover.gif);
	}
	
/* Header configs */

#header h1 {
	color: white;
	font-size: 1.1em;
	font-weight: 100;
	}
		
/* Body container and boxes */

#body .container {
	height: 280px;
	}
	
#body .container .box {
	position: relative;
	width: 268px;
	height: 248px;
	float: left;
	padding: 36px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
	background: url(static_images/box_bg.gif) no-repeat;
	display: block;
	}
	
#body .container .spacer {
	position: relative;
	width: 8px;
	height: 280px;
	float: left;
	padding: 0px;
	margin: 0px;
	}
	
#body ul {
	position: relative;
	margin: 3px 0px 0px 3px;
	padding: 0px;
	list-style: none;
	}
	
#body ul li {
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 12px;
	font-size: 1.1em;
	font-weight: 600;
	background: url(static_images/bullet.gif) no-repeat left center;
	}
	
#body .container .box h1.head {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 268px;
	height: 22px;
	margin: 0px;
	padding: 3px;
	background: url(static_images/box_head.gif) no-repeat;
	color: white;
	}
	
#body .container .box .panel {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 268px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background: url(static_images/box_panel.gif) no-repeat;
	color: white;
	}
	
#body .container .box .panel h1, #body .container .box .panel p {
	color: white;
	}
	
#info .status {
	width: 183px;
	height: 100px;
	background: url(static_images/service_status.gif) no-repeat;
	}
	
#info .status h1, #info .status p {
	color: white;
	}
	
#info h1 {
	color: #38648A;
	}
	
#info ul {
	position: relative;
	margin: 3px 0px 0px 3px;
	padding: 0px;
	list-style: none;
	}
	
#info ul li {
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 12px;
	font-size: 1.1em;
	font-weight: 600;
	background: url(static_images/bullet.gif) no-repeat left center;
	}
	
#info ul li a:link, #info ul li a:visited {
	border: 0px;
	color: #333333;
	}
	
#info ul li a:hover {
	color: #777777;
	}
	
#body h1.main_head {
	width: 532px;
	height: 22px;
	margin: 6px;
	padding: 3px;
	background: url(static_images/main_head.gif) no-repeat;
	color: white;
	}
	
	