/* $Id: v 1.1.2.16 2007/10/15 08:24:10 johnalbin Exp $ */
/* coml2010.css by omp 10/2008 */
/*
 * FONT STYLES
 * Standardize font sizes and line-height across browsers
 */

body {
  font: 13px Arial, sans-serif;
}
/* IE 5 and 6 can't resize text that is specified in pixels. */
* html body {
  font-size: x-small; /* IE5 will get this value */
  f\ont-size: small; /* IE6 will get this value */
}

table {
  font-size: 100%; /* Forces font size inheritance in IE5 */
  f\ont-size: inherit;
}
select, input, textarea {
  font: 99% Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}
pre, code {
  font: 115% "Bitstream Vera Sans Mono", "Courier New", monospace;
}

table tr.odd {
  background: #ddd;
}

tr, td {
  padding: .25em;
}

td.icon {
  text-align: center;
}

/*
 * LAYOUT STYLES
 *
 * Styles pertaining to minor layout adjustments, such as
 * changing from fluid width to fixed width.
 * See layout.css for major adjustments.
 */
body {
  margin: 0;
  padding: 0;
  min-width: 900px;
  /* 2x (left-side fullwidth + main padding) + right-side fullwidth */
}

#page {
  /*width: 900px;  */             /* page width - optional */
  /*margin: 0 auto;   */          /* center the page - optional */
  /*border-left: 2px solid #AAA;*/
  /*border-right: 2px solid #AAA;*/
}

/*
 * OTHER STYLES
 *
 * Styles that are specific to this theme.
 */

/* Common styles */
body {
  /*background: #fff;*/
  background-image: url(images/bkgrd_7.gif);
}

body.front {
  /*background: #fff;*/
  background-image: url(images/bkgrd_7.gif);
}

#page {
  font-family: Helvetica, Verdana, sans-serif;
  color: #111;
  line-height: 1.5em;
  background-color: #fff;
}

#container {
  margin: 0 10px 10px 10px;
}
#containerfront {
  margin: 0px 0px 0px 0px;
}

/*  Block of CoML stuff
*
*   Other coml styles thoughout
*/
/*OMP front parts*/

/* CoML full width bar with color behind Name & search*/
#bar100 {
	position: absolute;
	top: 75px;
	width: 100%;
	height: 80px;
	background-color: #5a87c5;
	z-index: 1;
	left: -2px; /*keeps it to the left of the main body in firefox*/
}
#bar100.higher {
	top: 70px;
}

#comltopmenu {  /* !! Holds SimpleMenu !! - here to keep it centered*/
	width: 100%;
}

#header-region {  /*Contains breadcrumbs*/
	padding-top: 25px;
}

div#comltitlelogo {
	width: 100%;
	height: 50px;
	margin-left: 20px;
	margin-right: 20px;
}

/*Mod from below + title style*/
#site-slogan { 
  color: white;
  margin: 0;
  font-size: 200%;
  margin-left: 20px;
  font-style: italic;
}

/*Front section layout*/
div#frontcomlnewsdiv {
	background-color: black;
	width: 900px;
	/*margin-right: auto;
	margin-left: auto;*/
	height: 170px;
	margin-top: -2px;
	position: relative;
}
div#frontnews { 	/*Holds news headlines*/
	position: absolute;
	width: 800px;
	height: 170px;
	z-index: 6;
	top: 0;
	left: 0;
}
div#frontimage {	/*Moon Jelly*/
	position: absolute;
	left: 573px;
	top: 0;
	width: 327px;
	height:  170px;
	z-index: 1;
	padding-top: 0px;
}
ul.newslist {
	text-decoration: none;
	/*font: Arial, Helvetica, sans-serif;*/
	padding-top: 7px;
}
li.newsitem {
	list-style-type: none;
	font: 1.2em Arial, Helvetica, sans-serif;
	color: white;
	padding-left: 15px;
	padding-top: 5px;
}
li.newstitle  {
	font: 1.5em Arial, Helvetica, sans-serif;
	color: white;
	list-style-type: none;
	padding-bottom: 5px;
}
/*Make separate link actions from page*/
.newstitle > a, .newstitle > a:link, .newstitle > a:visited, .newstitle > a:focus, .newstitle > a:active {  
	text-decoration: none;
	color: white;
}
.newsitem > a,  .newsitem > a:link, .newsitem > a:visited, .newsitem > a:focus, .newsitem > a:active {
	text-decoration: none;
	color: white;
}
.newstitle > a:hover, .newsitem > a:hover {  /*get the same color on hover*/
	color: #5a87c5;
}
/*Second block with highlighted sections*/
div#frontcomldiv2 {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 610px;
	position: relative;
	text-decoration: none;
}
.img-shadow {
  /*background: url(shadowAlpha.png) no-repeat bottom right !important;*/
  background: url(images/front/shadow.gif) no-repeat bottom right;
  /*margin: 10px 0 0 10px !important;*/
  /*margin: 10px 0 0 5px;*/
  }
.img-shadow img {
  display: block;
  /*position: relative;*/
  /*background-color: #fff;*/
  /*border: 1px solid #a9a9a9;*/
  margin: -6px 6px 6px -6px;
  /*padding: 4px;*/
}
.img-shadow .shadowspan {
  display: block;
  margin: -6px 6px 6px -6px;
}
.shadowspan img.in_gallery {
	width:  384px;
	height:  251px;
	position: absolute;
	padding-left: 6px;
	top: 50px;
	display: none;
}
.shadowspan img.display_me{
	display: inline;
}
.front-titles {
	color: white;
	text-align: center;
	margin-left: -6px;
	font-size: 1.4em;
	text-decoration: none;
}
.front-titles > a,  .front-titles > a:link, .front-titles > a:visited,  front-titles > a:hover .front-titles > a:focus, .front-titles > a:active {
	text-decoration: none;
	color: white;
}
div#frontphotogallery {
	position: absolute;
	width:  384px;
	height:  300px;
	top: 15px;
	left: 263px;
	z-index: 2;
}
#phototitle {
	width: 384px;
	padding-top: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
div#frontart {
	position: absolute;
	top: 340px;
	left: 18px;
	width:229px;
	height: 200px;
	z-index: 2;
}
#arttitle {
	width: 229px;
	padding-top: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
div#frontmap {
	position: absolute;
	top: 340px;
	left: 663px;
	width:229px;
	height: 200px;
	z-index: 2;
}
#maptitle {
	width: 229px;
	/*padding-top: 10px;*/
	position: absolute;
	top: 0;
	left: 0;
}
div#frontvideo {
	position: absolute;
	top: 340px;
	left: 263px;
	width: 384px;
	height: 266px;
	z-index: 2;
}
#videotitle {
	width: 384px;
	padding-top: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
}
div#frontessays {
	position: absolute;
	top: 15px;
	left: 663px;
	width:229px;
	height: 200px;
	z-index: 2;
}
#essaytitle {
	width: 229px;
	padding-top: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
div#frontfeature {
	position: absolute;
	top: 15px;
	left: 18px;
	width:229px;
	height: 200px;
}
#featuretitle {
	width: 229px;
	/*padding-top: 10px;*/
	position: absolute;
	top: 0;
	left: 0;
}
div#frontdecoration1 {
	position: absolute;
	top: 540px;
	left: 12px;
	width: 213px;
	height: 80px;
}
div#frontdecoration2 {
	position: absolute;
	top: 214px;
	left: 634px;
	width: 259px;
	height: 120px;
}
div#frontdecoration3 {
	position: absolute;
	top: 215px;
	left: 0px;
	width: 292px;
	height: 120px;
}
div#frontdecoration4 {
	position: absolute;
	top: 539px;
	left: 670px;
	width: 236px;
	height: 100px;
}
div#frontcomldiv3 {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 340px;
	position: relative;
}
div#frontcleardiv{
	clear: both;
}
div#frontcleardiv2{
	clear: both;
}
div#frontcleardiv3{
	clear: both;
}
/* OMP Footer styles */

#footer-front {
  background-color: white;
  color: black;
  margin: 0;
  font-size: 85%;
  padding: 1em 1em 0;
  border-top: 1.5px solid black;
  position: relative;
  height: 80px;
}
#partner-front {
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 500px;
	/*padding-top: 10px;*/
}
#partnership {
	padding: 5px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	margin-left: 10px;
	text-align: left;
	font-size: 1.0em;
}
.partnerlist {
	padding: 5px 0 0 5px;
}
/*.partnerlist img {
	top: 0;
}*/
#partneritem1 {
	display: inline;
	padding-right: 15px;
	top: 25px;
	position: absolute;
	/*left: 10px;*/
}
#partneritem2 {
	display: inline;
	padding-right: 15px;
	position: absolute;
	left: 120px;
	top: 20px;
}
#partneritem3 {
	display: inline;
	padding-right: 15px;
	top: 0;
	position: absolute;
	left: 340px;
}
#footer-info-front {
	position: absolute;
	top: 0;
	left: 500px;
	width: 400px;
	height: 80px;
	text-align: center;
}
.copyrightfront {
	margin-top: 5px;
}
#footer-front a {
  color: black;
  text-decoration: none;
}

#footer-front a:hover {
	color: #5a87c5;
}

ul.footerlist {
	text-decoration: none;
	font-size: 1.2em;
	padding: 5px 0 2px;
	margin: 0;
}
li.footeritem {
	display: inline;
	list-style-type: none;
	color: white;
	padding: 0 20px 0 0;
	margin: 0;
}
#footer-front li.footeritem {
	color:  black;
}
ul.maintained {
	list-style-type: none;
	padding: 2px 0 0;
	margin: 0;
}
.footeromplink > a,  .footeromplink > a:link, .footeromplink > a:visited {
	text-decoration: none;
	color: white;
}
/* OMP text mods */

.cap1 {
	font-size: 10px;
}

#syncaltitle {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}



/*Node specific formatting*/
#user-login {
	
}

.titlemap a {
  color: #555;
  font-size: 1.4em;
  font-weight: normal;
  font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  line-height: 1.4em;
}

/*Press formats*/

div.pr{
padding-bottom: 10px
}

div.title1{    
text-align: center;
font-style: italic;
font-weight: bold;
font-size: x-large; 
line-height: 90%;
padding: 6px 6px 10px 6px;
}
div.subtitle1{
font-style: italic;
font-weight: bold;
font-size: medium;
text-align: center;
padding: 0px 6px 12px 6px;
}
div.pretitle{
font-style: italic;
font-weight: bold;
font-size: large;
text-align: left;
padding: 0px 6px 3px 6px;
}
div.downloadpr h1{
font-weight: bold;
font-size: large;
text-align: left;
padding: 6px 6px 0px 6px;
margin: 0px;
}
div.downloadpr li{
padding: 3px 0px 3px 0px;
}


/*  OMP Photo alignment on content pages*/
/*For all photo sets - 2,3,4*/
#bigdiv {
 position:relative;
 height:100%;
}

#cleardiv{
	clear: both;
}

.space4div {
	width:25%;
	float:left;
	text-align: center;
	padding-bottom: 15px;
}

#photo1div {
 width:50%;
 float:left;
 text-align: center;
}

#photo2div {
 width:50%;
 float:left;
 text-align: center;
}

#previous1 {
	width:33%;
	float:left;
	text-align: left;
	font-weight: bold;
}

#calhome {
	width:33%;
	float:left;
	text-align: center;
	font-weight: bold;

}

#next1 {
	width:33%;
	float:left;
	text-align: right;
	font-weight: bold;
}

#next0 {
	width:100%;
	text-align: right;
	font-weight: bold;
}

.calupdate {
	width:100%;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	padding-top: 15px;
}

.newspan {
	padding-bottom: 10px;
	padding-top: 5px;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 2.2em;
	text-align: center;
}

/* END CoML stuff for content pages --------------- */

#main .node .content{
  color: #333;
}

div.content, div.links {
  font-size: 100%;
}

a, a:link, a:visited {
  color: #2763A5;
  text-decoration: none;
}

a:hover, a:focus {
  color: #6191C5;
  text-decoration: underline;
}

a:active, a.active {
  color: #89A3E4;
}

h1.title {
  font-size: 200%;
}

h1.title, h1.title a, h1.title a:hover {
  font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #6191C5;
  margin: 0;
  margin-bottom: 0;
  line-height: normal;
}

h1 {
  font-size: 140%;
}

h1, h1 a, h1 a:hover {
  color: #444;
  font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  margin: .5em 0 .5em 0;
}

h2, .block h3 {
  font-size: 122%;
}

h2, h2 a, h2 a:hover, .block h3, .block h3 a {
  color: #444;
  font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  margin: .5em 0 .5em 0;
}

h3 {
  font-size: 107%;
  font-weight: bold;
  font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

h4, h5, h6 {
  font-weight: bold;
  font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

p, .book .body {
  padding: 0 0 0.5em 0;
  margin: 0;
}

pre {
  background: #ddd;
  border: 1px solid #aaa;
  padding: 0.75em 1.5em;
}

blockquote {
  border: 1px #ccc solid;
  margin: 0.5em 1em;
  padding: 0.3em;
  font-style: italic;
}

img {
  border: 0;
}

ol, ul, dl {
  position: relative;
}

abbr.created {
  border-bottom: none;
  text-decoration: none;
}

/* Header styles */

#logo-title {
  position: relative;
  z-index: 5; /* CoML added to keep on top */
  padding-top: 25px;
	padding-left: 5px;
	padding-right: 20px;
	margin: 5px 10px 10px;
}

#logo{
  vertical-align: baseline;
}

#name-and-slogan {
  display: inline;
}

#site-name {
  margin: 0;
  display: inline;
  font-size: 246%;
}

#site-name a, #site-name a:hover {
  font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: white;
  margin: 0;
  padding: 0;
}

/*done by coml mod above*/
/*#site-slogan { 
  color: #aaa;
  margin: 0;
  font-size: 85%;
  margin-left: 20px;
}*/


#search {
  position: absolute;
  padding: 0 25px 0 0;  /*Position search box*/
  top: 25px;
  right: 0;
}

#mission {
  color: #666;
  font-weight: bold;
  padding: 2em;
  background: #D7E3F0 url(images/background.png);
  margin-bottom: 20px;
  font-size: 85%;
  border: solid 1px #B5C9D8;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 85%;
  margin-left: 20px;
}

/* "Skip to Main Content" link
 *
 * This link useful for both blind people and people with mobility impairments
 * who cannot use a mouse.
 */

#skip-nav {
  margin: 0 !important;
  padding-left: 20px;
  font-size: 0.8em;
  line-height: 1;
}
#skip-nav a {
  padding: 1px 10px;
}
#skip-nav a:link, #skip-nav a:visited {
  color: #ffffff; /* same as background color */
}
#skip-nav a:hover, #skip-nav a:active, #skip-nav a:focus {
  color: #ffffff;
  background: #2763A5;
  text-decoration: none;
}
/* Alternatively, the skip-nav link can be completely hidden until a user tabs
   to the link. Un-comment the following CSS to use this technique. */
/*
#skip-nav a, #skip-nav a:hover, #skip-nav a:visited {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#skip-nav a:active, #skip-nav a:focus {
  position: static;
  width: auto;
  height: auto;
}
#logo-title {
  margin: 10px 20px 0 20px;
}
*/

/* Menu styles */
div.menu {
  margin-top: 15px;
}

#primary {
  font-size: 90%;
  line-height: normal;
  padding: 0 30px;
  /*border-bottom: 4px solid #2763A5;*/
}

#primary ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#primary ul.links li,
#secondary ul.links li {
  display: inline;
  border-left: none;
  margin: 0;
  padding: 0;
}

#primary a {
  /*background: #6DA6E2 url(images/tabs.png) repeat-x;*/
  background: black;
  color: #FFF;
  font-weight: bold;
  display: block;
  float: left;
  padding: 5px 14px 5px 14px;
  margin: 0 1px 0 0;
  /*border: solid #6191C5 1px;*/
  border: groove white 1px;
  border-width: 0px 2px 0 0px;
}

#primary a {
  background-position: 0% 0;
}

#primary a:hover {
  background-position: 0% -42px;
  text-decoration: none;
}

#primary a.active {
  background-position: 0% -84px;
}

#secondary {
  padding-left: 20px;
  background: #6DA6E2; /*#347FD2;*/
  border-bottom: solid #2763A5 4px;
}
#secondary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#secondary li a {
  float: left;
  display: block;
  color: #fff;
  font-size: 85%;
  text-decoration: none;
  padding: 0 5px 0 5px;
}

#secondary a:hover {
  background: #2763A5;
}

#secondary a.active {
  font-weight: bold;
}

/* Link styles */
ul.links {
  text-align: left;
}

ul.links li {
  border-left: 1px solid #9cf;
}

.taxonomy {
  margin: 0;
  padding: 0;
  display: inline;
}

.taxonomy ul.links li {
  border: none;
  padding: 0 .1em 0 .2em;
}

.taxonomy ul.links li:after {
  content: ",";
}

.taxonomy ul.links li.last:after {
  content: "";
}

ul.links li.first {
  padding-left: 0;
  border: none;
}

.links {
  color: #999;
}
.links a {
  padding: 0 .1em 0 .1em;
}

.submitted, .taxonomy {
  font-size: 85%;
  color: #999;
}

/* Form styles */
input, textarea, textfield {
  margin: 0;
  color: #000;
  font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  padding: 1px;
  font-size: 100%;
}

fieldset {
  border: solid #ccc 1px;
}

input.form-checkbox, input.form-radio {
  border: none;
}

#search .form-text, #user-login-form .form-text {
  color: #444;
  border: 1px solid #6191C5;
  padding: 2px;
}

.form-submit, .button {
  padding: 1px;
}

#search .button,
#search .form-submit,
#user-login-form .button,
#user-login-form .form-submit {
  background-color: white;	/*#5a87c5*/
  color: black /*#fff*/;
  font-weight: bold;
  border: 1px solid #4070A1;
}

#user-login-form {
  text-align: left;
}

#user-login-form .item-list ul {
  margin-top: 10px;
}
#user-pass {
	display: none;
}
#user-login-form ul.tabs li {
	display: none;
}
#user-login-form ul.tabs li:first-child {
	display: inline;
}

/* Alerts, Status, Help Messages  */
.messages {
  min-height: 32px;                 /* icon height */
  padding: 1.3em 1em .3em 52px;
  border: 2px solid #ddd;
  background: #eee;
  margin: 10px 0;
}

div.error {
  border: 2px solid #F00;
}

.messages ul {
  padding: 0 0 0 20px;
  margin: 0;
}

/* Footer styles */
#footer-wrapper {
  margin-top: 10px;
}

#footer {
  background-color: #5a87c5;
  /*border: solid 1px #004969;*/
  color: #FFFFFF;
  text-align: center;
  font-size: 85%;
  margin: 0;
	padding-top: 2px;
	padding-bottom: 5px;
}

#footer a {
  color: white;
}

#footer a:hover {
	color: white;
}

/* Administration styles */
.admin-panel {
  margin: 0;
  padding: 0;
}

.admin-panel .body {
  background-color: #eee;
  border: solid #6191C5 1px;
}

.admin-panel .body dl, .admin-panel .body p {
  padding: 10px;
}

.admin-panel h3 {
  margin-bottom: 0;
  padding: 5px 5px 5px 30px;
  font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
  font-size: 122%;
  color: #fff;
  border-width: 0 2px 2px 2px;
}

/* Comment styles */
.comment {
  margin: 0 0 10px 0;
  padding: 10px;
  background: #EBF2F8;
}

.comment-unpublished {
  background-color: #FFF;
  background-image: url(themes/coml2010/images/unpublished.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.comment-by-author {
  background: none;
  border: 1px solid #6191C5;
}

.comment  h3.title {
  font-size: 122%;
}

.comment  h3.title, .comment  h3.title a {
  color: #2266AB;
  font-weight: normal;
  font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 3px;
  margin-top: 0;
}

.comment .picture, .node .picture {
  float: left;
  margin-right: 15px;
}

.comment .new {
  color: #FFC600;
  font-weight: bold;
  font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
}

.comment .links {
  text-align: right;
}

/* Poll styles */
.poll .bar .foreground {
  background: #2763A5;
}

.poll .bar {
  padding: 2px;
  background: #BDCBDD;
}

/* Book styles */
div.node div.content .book-navigation {
  background: #eee;
  margin: 0;
  padding: 0;
}

div.node div.content .book-navigation ul.menu {
  border: 0;
  border-top: 1px solid #2763A5;
  margin: 0;
  padding-bottom: 10px;
}

div.node div.content .book-navigation .page-links {
  background: #C1D4EA; /*#347FD2;*/
  border: 1px solid #2763A5;
  border-width: 1px 0 1px 0;
  padding: 5px;
  margin: 0;
}

/* Forum styles */
#forum table {
  width: 100%;
}

/* Pager styles */
.pager {
  text-align: center;
  margin-top: 30px;
}

.pager  a, .pager-current {
  padding: 3px 8px 3px 8px;
  margin: 0 2px 0 2px;
  color: #2763A5;
  font-weight: bold;
  border: solid 1px #eee;
}
.node .content {
/*	display:-moz-inline-stack;*/
	display:inline-block;
/*	zoom:1;*/
	/*display:inline;*/
}

.pager-current {
  color: #fff;
  background-color: #2763A5;
}

/* Node, Block, Content styles */
.node {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.node-unpublished {
  background-image: url(themes/coml2010/images/unpublished.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.node h2.title {
  margin-bottom: .1em;
}

.node h2.title a {
  color: #555;
  font-size: 129%;
  font-weight: normal;
  font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  line-height: 1.4em;
}

.node .content {
  padding-top: 10px;
  padding-bottom: 5px;
}

.sticky {
  border-bottom: solid 3px #ddd;
}

#sidebar-left .block, #sidebar-right .block {
  border-bottom: solid #ddd 1px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.block .item-list ul {
  padding-left: 0;
}

/*
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/* COML 2010 STUFF */

/* Some Compensation for the coml main is messing this up, I'm unhacking the hack */
.coml2010 { 
	margin-left: auto;
	margin-right: auto;
}

.coml2010container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

div.front_tns_slots {
	display: block;
	float: left;
	margin: 1px;
	padding: 0px;
	height: 34px;
	width: 34px;
	position: relative;
	left: 0px;
	top: 0px;
}

#whitespace{
	display: block;
	float: left;
	margin: 0;
	height: 36px;
}
#whitespace.one {width: 36px;}
#whitespace.two {width: 72px;}
#whitespace.thr {width: 108px;}
#whitespace.fou {width: 144px;}
#whitespace.fiv {width: 180px;}
#whitespace.six {width: 216px;}

.coml2010top, .coml2010bot {
	position: relative;
	margin-top: 1px;
	margin-bottom: 1px;
}

/* classes for the colored blocks */
.front_features {position: absolute; border: solid 1px #fff;}
.thrByThr {width: 106px; height: 106px; font-size: 100%;}
.fouByFou {width: 142px; height: 142px; font-size: 115%;}
.fivByFiv {width: 178px; height: 178px; font-size: 130%;}

/* ids for the colored blocks */
#orangeBlock {left:  72px; top: 108px; background-color: #aa4322;}
#yellowBlock {left: 252px; top:  36px; background-color: #cc7622;}
#redBlock    {left: 612px; top:  36px; background-color: #762222;}
#blueBlock   {left: 324px; top:   0px; background-color: #002243;}
#greenBlock  {left: 504px; top:  36px; background-color: #224444;}

p.multiLine {
	line-height: 100%
}
p.onBottom {
	position: absolute;
	bottom: 0px;
}
b.onTop {
	position: absolute;
	top: 5px;
}
.front_features a p {
	position: absolute;
	color: #fff;
	line-height: 100%;
	text-align: center;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	font-weight: bold;
}
#blueBlock a p, #greenBlock a p {
	top: 7px;
} 
#orangeBlock a p, #redBlock a p, #yellowBlock a p {
	bottom: 0px;
	padding-bottom: 5%;
	font-weight: bold;
} 

.front_features a img{
	display: none;
	margin-left: auto;
	margin-right: auto;
}
.thrByThr a img{width: 106px;}
.thrByThr a.twoLines img{height: 67px; }
.thrByThr a.oneLine img{height: 80px;}
#orangeBlock a p{padding-bottom: 7px;}

.fouByFou a img{width: 142px;}
.fouByFou a.twoLines img{height: 100px;}
/*.fouByFou a.oneLine img{height: 80px;} I should fill this in when needed */

.fivByFiv a img{width: 178px;}
.fivByFiv a.twoLines img{height: 125px; }
/*.fivByFiv a.oneLine img{height: 80px;} I should fill this in when needed */


#blueBlock a img, #greenBlock a img{position: absolute; bottom: 0;}
#orangeBlock a img, #redBlock a img, #yellowBlock a img{position:absolute; top: 0;}

img.front_tns {
	width: 34px;
	height: 34px;
	padding: 0px;
	display: none;
	z-index: 10;
	position: absolute;
	left: 0px;
	top: 0px;
}

img.front_tns_back {
	width: 34px;
	height: 34px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 5;
}

div.coml2010top {
	display: block;
	width: 100%;
	height: 216px;
}
div.coml2010mid {
	width: 100%;
	display: block;
	background-color: #000;
}
div.coml2010mid p {
	padding: 1em 5em;
	color: #fff;
	font-size: large;
	text-align: center;
}

.coml2010logo {
	position: relative;
}

.coml2010decade {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	float: right;
	font-size: 94%;
	font-weight: bold;
	
}

.coml2010dimmer {
	display: none; 	
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	
	z-index: 199;
	
	background-color: #000;
	

/*	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;

	MozOpacity: 0;

	KhtmlOpacity: 0;
	*/
}



.coml2010onTop {
	z-index: 100;
}

#site-slogan.big {
	font-size: 225%;
	font-weight: bold;
}

.width100perc{
	display: block;
	width: 100%;
	height: 170px;
}
.width100perc p{
	float: left;
	display: block;
	height: 175px;
	width: 70%;
}

/*END*/