/* CSS Template for [Company/Organization] */

/* all sytles should be structured as follows:
******************************************
call (descriptive element names are required) { / comments for what the call is used for if the call doesnt explain enough (eg. .nav p { \* paragraph style for copy in the nav area *\) /
	position: value;
	flaot: value; / if aplicable /
	width: value; / plese use px if possible only use % if under 100%/
	height: value; / please use px if possible and if height is absolutely neccisary please comment behind with IMPORTANT, otherwise omit /
	background: color image repat position;
	color: value;
	font-family: value;
	font-size: value; / please use pt or em if possible or size types like "small", "larger", "x-small", etc. /
	font-whatever: value; / all other font styles /
	margin: top-value right-value bottom-value left-value;
	padding: top-value right-value bottom-value left-value;
	text-whatever: value;
	display: value;
	border: width style color;
	any other styles...
}	
******************************************
if possible please use #hhh; for colors */

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #4D4D6C url(http://temp.ncc.coop/fileadmin/www.ncc.coop/structure/images/background.jpg) no-repeat center bottom;
} 

#wrap {
	width: 920px;
}

img, div { 
	behavior: url(fileadmin/www.ncc.coop/structure/includes/iepngfix.htc) 
	}
 
#container {
	margin-top: 25px;
	width: 832px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000;
	border: 2px solid #000;
	background: #FFF;
} 
 
#header {
	height: 298px; /* IMPORTANT */
	width: 920px;
	margin-top: 15px;
	background: url(http://temp.ncc.coop/fileadmin/www.ncc.coop/structure/images/top_back_new.png) no-repeat right;
} 

#contact_top {
	margin-top: 10px;
	margin-left: -35px;
}

#nav_top {
	width: 740px;
	z-index: 1;
	margin-right: 45px;
}

#nav_top H2 {
	margin: 5px 0px 5px 0px;
	font-size: 16px;
}	

#nav_top TD {
	text-align: center;
}

#myMenuID {
	text-align: center;
}

#maincol {
	width: 100%;
	border: 2px solid #F80;
}

#content {
	padding : 5px 5px 5px 5px;
	z-index: 1;
}

h1 {
	font-size: 21px;
	color: #3b9d3b;
}

.home {
	width: 595px;
}

.interior {
	width: 805px;
	padding: 5px;
	margin-right: 5px;
}

.right {
	width: 300px;
	background: #000;
}

#buttonback {
	height: 21px;
	width: 220px;
} 

#buttonback a {
	background: url(http://ncc.coop/fileadmin/www.ncc.coop/structure/images/buttonback.gif) no-repeat;
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	font-size: 14px;
	display: block;
} 

#footer_new {
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	width: 748px;
	padding-left: 84px;
}


/*Simple styles for clients to use sizes and colors etc.*/

.smaller {
	font-size: 8px;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 16px;
}

.bigger {
	font-size: 18px;
}

.blue {
	color: #0000a0;
}

.red {
	color: #ff0000;
}

.green {
	color: #008000;
}

.yellow {
	color: #ffff00;
}


/* Other style names that may be used include:

1) horiz-nav - if nav needs to be a horizontile navigation
2) base-nav - if nav needs to be text links near the copyright
3) copyright - if the style needs to be different from other elements in the footer - usually used in a span within the footer div
4) something_something where there would be additional styles for sectioned layouts where the peacies fit togeather but are in seperate divs (eg. nav_top, nav_bottom or header_left, header_right etc.)
5) something_something where there would be user defined changes through either navigation or selection (eg. header_0, header_1, header_2)

*/  

@media print{  /* printer styles */ 
	#nav { /* hide the left column when printing */ 
		display:none;
	} 

	#maincol {
		width:100%;
		float:none;
	}
}