/* ---------------------------
Maggio Solutions
Official Color Scheme:
#999999: (GREY, image borders)
--------------------------- */

/* ===================================================================== */
/* Redefine standard HTML tags */

* {		/* Set margin & padding of all elements to 0 */
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0px;
	background-color: #3d5b66;
/*	cursor:default; */ /* Prevent "text" cursor */
}

a {text-decoration: none; font-size:13px; font-weight:bold;}	/* All links */
a:link,
a:visited {color: #000000}	/* Default */
a:hover,
a:active  {color: #d1202a}	/* Hover */

h1, h2, h3, 4h 
{font-family: Verdana, Arial, Helvetica, sans-serif}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0 5px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0 3px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 0px 5px;
	color:#ffe063;
}

hr {
	border: 0;
	color: #999999;
	background-color: #999999;
	height: 2px;
	width: 100%;
	text-align: left;
}


/* ===================================================================== */
/* Set styles for browser consistency */

p {margin: 0 0 12px}		/* Set paragraph margin               */
a img {border-width: 0}		/* Remove border from image links     */
ul {list-style-type: disc}	/* Set bullet type for unordered list */
li {margin-left: 20px}		/* Set left margin for list elements  */


/* ===================================================================== */
/* Absolutely positioned elements */

.position {							/* AP container */
	position: relative;
	top: 0px;
	left: 0px;
}
.position * {position: absolute}	/* AP elements */
.position * * {position: relative}	/* AP nested elements */


/* ===================================================================== */
/* Set up basic table form structure */
table td.value span.zip,
table td.field {
	font-weight: bold;
	text-align: right;
}
table td.value {
	text-align: left;
}
table td.value span.zip {
	display: inline-block;
	width: 75px;
	margin-right: 5px;
}
b.req {color: #D1202A}	/* Required form fields color */

td.submit input,
div.submit input {
	width: 100px;
	font-size: 11px;
}


/* ===================================================================== */
/* Define all global styles */

table#main {			/* Main table (contains header, content, and footer) */
	margin: 0 auto;
	text-align: left;
}

td#header {				/* Header table cell */
	height: 87px;
	background-color: #3d5b66;
}
td#content {			/* Content table cell */
	height: 632px;
	background-color: #3d5b66;
	background-image: url(images/body_background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
td#footer {				/* Footer table cell */
	height: 27px;
	font-weight: bold;
	text-transform: uppercase;
    background-image: url(images/footer.jpg);
	background-position: left top;
    background-repeat: no-repeat;
}

div#header-login,
div#header-admin {
	top: 23px;
	width: 222px;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
}
div#header-login {left: 733px}
div#header-admin {left: 485px}

div#header-login a:link,
div#header-login a:visited,
div#header-admin a:link,
div#header-admin a:visited {color: #fcd332}

div#header-login a:hover,
div#header-login a:active,
div#header-admin a:hover,
div#header-admin a:active  {color: #ffffff}

div#side_nav {margin-top:26px; margin-left:36px; font-weight:bold; line-height:28px;}

div#side_nav a:link,
div#side_nav a:visited {color: #ffffff}	/* Nav Default */
div#side_nav a:hover,
div#side_nav a:active  {color: #fcd332}	/* Nav Hover   */

div#inside_nav {
	margin-top: 18px;
	margin-left: 30px;
	margin-bottom: 12px;
	font-weight: bold;
	line-height: 20px;
}

div#nav_top {			/* Nav in header */
	font-size: 15px;
	margin: 90px 30px 0 0;
}

#logolink {
	position:absolute;
	height:33px;
	width:211px;
	background-color:transparent;
	top:20px;
	right:40px;
	z-index:15
}

#question {
	position:absolute;
	height:50px;
	width:36px;
	background-color:transparent;
	top:2px;
	right:-22px;
	z-index:15
}

#savingschart {
	position:absolute;
	height:146px;
	width:195px;
	background-color:transparent;
	top:18px;
	right:55px;
	z-index:15
}

#savingscharttext {
	position:absolute;
	height:75px;
	width:400px;
	background-color:transparent;
	top:80px;
	right:270px;
	text-align:right; 
	font-size: 17px;
	font-weight: bold;
	z-index:15
}

#footer span,
#footer a {
	font-size: 14px;
	font-weight: bold;
}

#footer span,
#footer a:link,
#footer a:visited {color: #000000}
#footer a:hover,
#footer a:active {color: #fcd332}

td#copyright {			/* Copyright table cell */
	height: 30px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}
td#copyright,
a.applebox:link,
a.applebox:visited,
a.applebox:hover,
a.applebox:active,
a.applebox:link    span,
a.applebox:visited span {color: #000000}	/* Copyright line default color  */
a.applebox:hover   span,
a.applebox:active  span {color: #D1202A}	/* Rollover color for "applebox" */

a.alternate:link,
a.alternate:visited {color:#FFFFFF; font-size:18px;}
a.alternate:hover,
a.alternate:active {color:#FFFF00; font-size:18px;}

a.yellow:link,
a.yellow:visited {color:#ffe063; font-size:18px;}
a.yellow:hover,
a.yellow:active {color:#FFFFFF; font-size:18px;}
