﻿/***************************************************************
 *
 * IceHouse NJ Wide fluid Layout
 * CSS Style version 8.0
 * Last Modified:  04-01-2009
 * By Robret G. Dickson  robert@xencoprs.com
 *
 * Fixed sidebar - Fluid Main Content
 *
 ****************************************************************/
 
/* Clear */

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

/* HTML Tags */

body {
	background-color:#FFFFFF;
	color:#333333;
	margin:0;
	padding:0;
	border:0;    /* Removes Viewport in older versionsIE */
	width:100%;
	min-width:750px;
	font-size:90%;
	font-family:"trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
}

.content p, .sidebar p, .footer-container p, table {
	margin:10px 0px 10px 0px;
	}

.sidebar img {
	border:none;
	}

/* Header styles */

#header-container {
	clear:both;
	float:left;
	width:100%;
	background: #332ED7 url(images/bg-main.jpg) repeat-x;
	height:80px;
	font-size:2em;
	font-weight:bold;
	}

#header-container a {
	text-decoration:none;
	color:#FFFFFF;
	}
	
#header-left {
	float:left;
	width:50%;
	color:#FFFFFF;
	height:65px;
	padding:8px 10px 0px 10px;
	background: url(images/bg-curve-top-left.gif) no-repeat;
	}

#header-right {
	margin:0px 15px 0px 50%;
	color:#FFFFFF;
	padding:6px 10px 0px 0px;
	height:55px;
	font-size:.45em;
	text-align:right;
	background-position: bottom;
	}

#header address { font-variant:normal; }
#header address.br { line-height:.50em; }

#posterphoto {
	clear:both;
	height:70px;
	margin:0px;
	padding:0px;
	}

#breadcrumb-container{
	color:#FFFFFF;
	height:30px;
	padding:5px 0px 0px 200px;
	margin:0px ;
	background: url(images/bg-breadcrumb.jpg) repeat-x;
	}

/* Column Styles */

.colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}

.leftmenu {
	color:#333333;
	background:#332ED7 url(images/bg-main.jpg) repeat;
	text-align:center;
}

.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff;
	border:1px solid #ccc;
}

.leftmenu .colwrap {
	float:right;
	width:50%;
	position:relative;
	right:200px;
	padding-bottom:1em;
}

.leftmenu .content {
	margin:0 15px 0 215px;
	position:relative;
	right:100%;
	overflow:hidden;
	text-align:left;
}

.leftmenu .sidebar {
	float:left;
	width:170px;
	position:relative;
	right:185px;
}

/* Text Stuff */
#content p,h1,h2,h3,h4,h5,h6 { margin-left:10px; }

#70-30-container {
    width:100%;
    margin:5px 0px;
    padding:5px 0px;
    }
#70-30-left {
    float:left;
    width:55%;
    }
#70-30-right {
    float:right;
    width:40%;
    }
#two-column-container {
    width:98%;
	margin:10px 0px;
	padding: 10px 0px;
	}
#two-column-left {
    float:left;
	width:45%;
    }
#two-column-right {
    float:right;
	width:45%;
	}
	
#three-column-container {
	width:100%;
	margin:10px 0px;
	padding:10px 0px
	}

#three-column-left {
	float:left;
	width:30%;
	}

#three-column-right {
	float:right;
	width:30%;
	}

#three-column-middle {
	width:30%;
	margin:0px 31% 0px 35%;
	}



/* Footer */
#footer-container {
	background: #332ED7 url(images/bg-main.jpg);
	height:68px;
	color:#FFFFFF;
	margin:0px;
	clear:both;
	}

#footer-left {
	width:566px;
	height:56px;
	padding:1px 0px 0px 10px;
	margin:0px;
	}
#footer-left p { margin-top:5px }

#footer-right {
	float:right;
	color:#FFFFFF;
	padding:0px;
	width:75px;
	height:68px;
	margin:0px;
	background: url(images/bg-curve-bottom-right.gif) no-repeat right bottom;
	}

/******************
FORM STYLES
******************/

#colmask form {
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#colmask fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 10px 10px 20px;
	}

/* a nested fieldset */
#colmask fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#colmask legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#colmaskfieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}

#colmask label {
	display:block;
	padding-top:8px;
	}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#017CBC;
	text-decoration:underline;
	}

a:visited {
	color:#660099;
	}

a:hover {
	color:#41C457;
	text-decoration:none
	}

a:active {
	color:#FF9900;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#breadcrumbs a:link {
	color:yellow;
	text-decoration:underline;
	}

#breadcrumbs a:visited {
	color:#000000;
	}

#breadcrumbs a:hover {
	color:#0000ff;
	text-decoration:none
	}

#breadcrumbs a:active {
	color:red;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#sidebar a:link {
	color:#FFF6AE;
	text-decoration:none;
	}

#sidebar a:visited {
	color:#ECE4B0;
	}

#sidebar a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}

#sidebar a:active {
	color:#F0FF4A;
	}

/******************
HEADINGS
******************/

h1 {
	font-size:1.4em;
	padding:10px 0 6px 0;
	}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:1.4em;
	}
	
h4 {
	font-size:1.1em;
	}
	
h5 {
	font-size:.9em;
	}
	
h6 {
	font-size:.8em;
	}
	
#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}

/* General Lists */
ul.list, ul.link-list-vertical, ul.link-list-horizontal {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

ul.list li {
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background: url(images/bullet.gif) no-repeat;
	background-position: 0 .6em;
	}

ul.link-list-horizontal {
    text-align:center;
    }

ul.link-list-horizontal li
{
    padding-right:10px;
    list-style: none;
    display:inline;
}

ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	}

ul.link-list-vertical li a:link {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link.gif) no-repeat;
	background-position: 0 .6em;
	}

ul.link-list-vertical li a:visited {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-visited.gif) no-repeat;
	background-position: 0 .6em;
	}

ul.link-list-vertical li a:hover {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-hover.gif) no-repeat;
	background-position: 0 .6em;
	}

ul.link-list-vertical li a:active {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-active.gif) no-repeat;
	background-position: 0 .6em;
	}

/* Definition Lists */
dl { margin: 10px 15px 10px 45px; }
dt { font-weight: bold; }
dd { margin: 5px 5px 5px 20px; }

/* Table Styles */
table.table {
	width:98%;
	border:1px solid #D0D0BF;
	border-collapse:collapse;
	}
table caption {
    font-weight:bolder;
    font-size:1.4em;
}

tr th {
	border-bottom:2px solid #D0D0BF;
	padding:6px;
}

tfoot th {
	border-top:2px solid #D0D0BF;
	padding:6px;
}

.table-row-1 td, .table-row-1 th,.table-row-2 td, .table-row-2 th, th {
	padding:2px 6px;
	border:1px solid #D0D0BF;
}

.table-row-1 td, .table-row-1 th {
	background: url(images/bg-table-row-alternate.jpg);
}

/* Utility Classes */
.cap {
    float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 80px;
    line-height: 55px;
	color: #343656;
	padding-top: 2px;
    font-weight: bold;
}

img.photobig, img.photocenter, img.photoright, img.photoleft {
	border:1px solid #CCCCCC;
	background: #E0E0E0 url(images/bg-table-row-alternate.jpg);
	padding:10px;
	}

img.photocenter {
    text-align:center;
    }

img.photoleft {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	}

img.photoright {
	margin-left:10px;
	margin-bottom:2px;
	float: right;
	}

.footnote { text-align:center; font-size:x-small; }
.red { color:red; }
.button-big { margin-top:8px; }
.small-text { font-size:.8em; }
.center { text-align:center; }
.left { text-align:left;}
.fleft { float:left;}
.right { text-align:right;}
.fright { float:right;}
.none { display:none; }
.clear { clear:both; }
