/* CSS *********************/
/* Globals for entire page */
/***************************/

* {
	/*** Font ***/
	font-family: Garamond, serif;
}

html, body {
	/*** Background ***/
	background-color: white;

	/*** Margin ***/
	margin: 0;

	/*** Padding ***/
	padding: 0;

}

/* IDS ************************/
/* Layout is determined by id */
/******************************/

#container {
	/*** Background ***/
	background-image: url("ICGLogo4.jpg");
	background-position: top center;
	background-repeat: no-repeat;

	/*** Dimension ***/
	min-width: 800px;
	width: 800px;

	/*** Margin ***/
	margin-left: auto;
	margin-right: auto;
	padding-top: 250px;

}

#navigation {
	/*** Background ***/
	background-color: #cccccc;

	/*** Dimension ***/
	width: 600px;
	height: 18px;

	/*** Margin ***/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;

	/*** Padding ***/
	padding: 0;

margin-left: auto;
margin-right: auto;
border-top: 1px solid #999;
z-index: 1;
}

#navigation ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navigation li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navigation li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

#navigation li a:hover
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#navigation li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#primaryContent {
	clear: both;

	/*** Background ***/
	background-image: url(divider.gif);
	background-position: top center;
	background-repeat: no-repeat;

	/*** Border ***/
	border-color: #cccccc;
	border-style: solid;
	border-top: [border-top-width]/[border-style]/[border-color];
	border-top-color: [border-color];
	border-top-style: [border-style];
	border-top-width: thin/medium/thick/[length];
	border-width: 3px;

	/*** Padding ***/
	padding-top: 20px;
	padding-bottom: 0px;

	/*** Margin ***/
	margin-left: auto;
	margin-right: auto;

	width: 594px;
}

#secondaryContent {
	clear: both;

	/*** Background ***/
	background-image: url(divider.gif);
	background-position: top center;
	background-repeat: no-repeat;

	/*** Padding ***/
	padding-top: 20px;
	padding-bottom: 0px;

	/*** Margin ***/
	margin-left: auto;
	margin-right: auto;

	width: 600px;
}

#footer {
	clear: both;

	/*** Background ***/
	background-image: url(divider.gif);
	background-position: top center;
	background-repeat: no-repeat;

	/*** Padding ***/
	padding-top: 20px;
	padding-bottom: 0px;

	/*** Margin ***/
	margin-left: auto;
	margin-right: auto;

	width: 600px;
}

/* ----- CLASSES ----- */
/* Common Styles */

.hide {
	display:none;
}

.show {
	display:block;
}

/* ----- PARAGRAPHS ----- */
/* Paragraph Styles */

p {
	/*** None ***/
}

/* ----- LISTS ----- */
/* List Styles */

li {
	/*** None ***/
}

/* ----- LINKS ----- */
/* Anchor Styles */

a {
	/*** None ***/
}

a:hover {
	/*** None ***/
}

a:visited, a:active, a:focus {
	/*** None ***/
}
