/* CubriconStyles.css ©2006 Anthony Stewart Dias */
/* In the spirit of css design, please feel free to implement any useful code in your own designs */


/*----------------------------------------*/
/* Thanks and acknowledgments ------------*/
/*----- Audrey Blumeneau - Interactivity Fundamentals Instructor at Cogswell College http://www.aboutaudrey.com */
/*----- Dave Shea - "CSS Sprites: Image Slicing’s Kiss of Death" http://alistapart.com/articles/sprites */
/*----------------------------------------*/


body {
	
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.bigbox {
	width: 800px;
	background-color: #200307;
	margin: 0px auto;
	padding: 10px 30px 10px 30px;
	
}

.inbox {
	background-color:#FFFFFF;
	width: 720px;
	border: solid #b81d13 10px;
	margin: 24px 30px 10px 30px;
}

.header {
	height: 150px;
	width: 700px;
	background-image:url(CubriconHeader.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px 10px 0px 10px;
	padding: 0px;
	border: none;
}

.header a{
border:none;}

.header img{
border: none;

}


a {
	color: #3366CC;
	text-decoration: none;
}


.nav {
	width: 700px;
	height: 30px;
	margin: 0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	background-color: #CCCCCC;
	padding-bottom: 0px;
	
}
	


#navbar {
    width: 700px;
	height: 30px;
    background: url(CubriconNavBarMO.jpg) no-repeat;/* Force Load the Hover image at the beginning so the hidden text doesn't appear */
    margin: 0px; padding: 0px;
    position: relative;
	z-index: 2;}
	
#navbar li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0; vertical-align: baseline;}

#navbar li, #navbar a {height: 30px; display: block;}


#panel1b {left: 0; width: 100px;}
#panel2b {left: 100px; width: 100px;}
#panel3b {left: 200px; width: 100px;}
#panel4b {left: 300px; width: 100px;}
#panel5b {left: 400px; width: 100px;}
#panel6b {left: 500px; width: 200px;}

#span1b {background: url(CubriconNavBar.jpg) -000px no-repeat; position: absolute; width: 100px; height: 30px; left: 0px;}
#span2b {background: url(CubriconNavBar.jpg) -100px no-repeat; position: absolute; width: 100px; height: 30px; left: 0px;}
#span3b {background: url(CubriconNavBar.jpg) -200px no-repeat; position: absolute; width: 100px; height: 30px; left: 0px;}
#span4b {background: url(CubriconNavBar.jpg) -300px no-repeat; position: absolute; width: 100px; height: 30px; left: 0px;}
#span5b {background: url(CubriconNavBar.jpg) -400px no-repeat; position: absolute; width: 100px; height: 30px; left: 0px;}
#span6b {background: url(CubriconNavBar.jpg) -500px no-repeat; position: absolute; width: 200px; height: 30px; left: 0px;}


#span1b:hover {background: transparent url(CubriconNavBarMO.jpg) no-repeat;}
#span2b:hover {background: url(CubriconNavBarMO.jpg) -100px no-repeat;}
#span3b:hover {background: url(CubriconNavBarMO.jpg) -200px no-repeat; display: block;}
#span4b:hover {background: transparent url(CubriconNavBarMO.jpg) -300px no-repeat;}
#span5b:hover {background: transparent url(CubriconNavBarMO.jpg) -400px no-repeat;}
#span6b:hover {background: transparent url(CubriconNavBarMO.jpg) -500px no-repeat;}


.contentbox{
	width: 680px;
	background: #eeeef8;
	border-width: 13px 10px 12px 10px;
	border-style: solid; border-color: #182436;
	margin: 10px 10px 10px 10px;
	padding: 0px;
}

.contentH1{
	text-align:right;
	margin:  0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color:#ffffff;
	background: #bbbbbb;
	padding: 0px;
	line-height: 28px;
	height:13px;
	z-index: 3;

}
.contentH2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 8px;
}

.newsdate{
	text-align:left;
	color:#365265;
	width: auto;
	height: 30px;
	margin: 4px 30px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	background-color: #CCCCCC;
	padding-bottom: 0px;
	padding-left: 6px;
}

.content{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#365265;
	text-align:left;
	margin: 20px 40px 30px 40px;
	padding-bottom: 10px;
	min-height:420px;
  	height:auto !important;
  	height:420px;
}

.contentimage{
	float:right;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom:10px;
	margin-left: 10px;
	text-align:right;
	font-size:10px;
	line-height: 10px;
	
}

.mediaholder{
	color: #dddddd;
	font-size: 16px;
	text-align: center;
	width: 500px;
	height: 30px;
	background-color:#666666;
	border-style:solid;
	border-color:#999999;
	margin: auto;
	padding:16px;
	margin-bottom: 10px;
	}
	
.mediaholder a{
	color: #ffCCCC;
	
}

.tail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	padding: 0px;
	line-height: 16px;
	}
	
.tail a:link {text-decoration: none; color:#996666;}
.tail a:active {text-decoration: none; color:#CC6600; background-color:#FFFF66;}
.tail a:visited {text-decoration: none; color:#885555;}
.tail a:hover {text-decoration: underline; color: red;}


.raepassid{
display:none;	
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
	
	
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

a:hover {
	text-decoration: underline;
}
