@charset "utf-8";


body  {
	color: #444;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #ace;
	margin:0;
	padding: 0;
}

img {
border:none;
}

p {
  font-size:1.3em;
line-height:1.5em;
  margin-bottom:1em;
  margin-top:.5em;}

h1, h2, h3, h4, h5, h6 {
  margin-top: 2em;
  font-weight: bold;
  margin-bottom: 1em; }

h1 {
	font-size: 1.6em;
	color:#114477;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
}

h2 {
	font-size: 1.4em;
}

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1.2em;
  margin:1em 0 .5em 0;}

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em;
  text-transform: uppercase; }

a:link { color:#4488cc; text-decoration:none; }
a:visited { color:#4488cc; text-decoration:none;}
a:hover { color:#ff8811; text-decoration:underline;}
a:active { color:#ff8811;text-decoration:underline; }
a:focus { color:#ff8811;text-decoration:underline;}


code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea {
  font-size: 1em; }

select {
  font-size: 1em; }

textarea {
  width: 40em;
  height: 10em; }
  
  ul li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

* {
margin:0;
padding:0;
}

ol {
  margin: 1em 0 1em 2em; }
  ol li {
    list-style: decimal outside; }

table {
margin:1em 0 0 0;
  }
  
  table h2{
border:none;
margin:1em 0;
  }
  
  table caption {
    
    text-align: center; }
  table th, table td {
}
  table th {
    font-weight: bold;
    text-align: center; }

	
	

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container { 
	width: 920px;
	background: #FFFFFF;
	margin: 1em auto;
	border: 1px solid #114477;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
} 


#header{
padding:1em 1em 0 0;
-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background:url(images/bannercells.jpg) right no-repeat;
	text-align:right;
	border-bottom:1px solid #114477;


}

#headerleft { 
float:left;
width: 213px;
height:50px;
margin: 0 0 1em 1em;	
}

#headerright {
float: right;
	margin: 0 0;
	text-align:right;
	width:40em;
	height: 50px;
	padding:1em;
} 

#headerright form{
	margin: 0;
} 


  
.logo {
background-image:url(images/logo.gif);
width: 193px;
      height: 50px;

	}
.logo h1 {
      text-decoration: none;
      border: 0;
      margin: 0;
      padding: 0;
	  display:inline-block;}
.logo h1 a {
        display: block;
        height: 43px;
        text-indent: -9999px;
        line-height: 43px;
        overflow: hidden; }
		
		



    #headertabs {
      margin:0;
      width:100%;
      font-size:93%;
      line-height:normal;
	  
      }
    #headertabs ul {
	  margin:0;
	  padding:1em 1em 0 1em;
	  list-style:none;
      }
    #headertabs li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
	  #headertabs a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
	  

    #headertabs a span {
      float:left;
      display:block;
      background: #33aa44 url(images/ui-bg_glass_50_33aa44_1x400.png) 50% 50% repeat-x;
	  border-top: 1px solid #114477;
	  border-left: 1px solid #114477;
	  border-right: 1px solid #114477;
	  -moz-border-radius: 5px 5px 0 0;
	  -webkit-border-radius: 5px 5px 0 0;
      padding:5px 10px 4px 10px;
      color:#FFF;
	  font-weight:bold;
	  font-size:1.1em;
      }
	  
	  
	  
	  
	  
	  
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #headertabs a span {float:none;}
    /* End IE5-Mac hack */
    #headertabs a:hover span {
      color:#FFF;
      }
    #headertabs a:hover {

      }
    #headertabs a:hover span {
      background: #ff8811 url(images/ui-bg_glass_50_ff8811_1x400.png) 50% 50% repeat-x;
	  border-top: 1px solid #114477;
	  border-left: 1px solid #114477;
	  border-right: 1px solid #114477;
      }
	  
.login {
display:block;
	text-align:center;
	color:#114477;
	margin: .5em 254px 0 200px;
	font-size:1.2em;
	}
	
.login a {	font-weight:bold; text-decoration:none;}

.appblock { font-size:1.4em;
font-weight:bold;

	display:block;
	text-align:right;
	color:#ffffff;
	/*
	
	background:url(images/appbutton.gif) no-repeat right;
	color:#ffffff;
	font-size:1.6em;
	font-weight:bold;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:2px solid #ffffff;
	padding:5px;
	
	*/
	
	width:200px;
	height:50px;
	float: right;
	margin: 0 .3em 0 0 ;
	}

.appblock a {color:#FFF; font-weight:bold; text-decoration:none;}
	

#cse-search-box {

}


.search {
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.2em;
	border:1px solid #147;
	margin-right:-1em;
background: #114477 url(images/ui-bg_glass_50_114477_1x400.png) 50% 50% repeat-x;
}


/*GOOGLE SEARCH RESULTS*/

.l {
	color: #444;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #aaccee;
	margin:0;
	padding: 0;
}
	


/*END*/
	
	
#subheader {
background: #ff8811 url(images/ui-bg_glass_50_ff8811_1x400.png) 50% 50% repeat-x;
	font-size:1.1em;
	line-height:20px;
	margin:-1em 0;
		text-align:left;
}

#subheader ul {
margin-left:-2.8em;
}

#subheader ul li {
display:inline;
	color:#ffffff;
	list-style-type: none;
    padding: 0 1em 0 1em;
}

#subheader ul li a {
text-decoration:none;
color:#114477;
}
 
 #subheader ul li a:hover {
 text-decoration:none;
  color:#ffffff;
 }

#temp-banner {
	font-size: 1.6em;
	color:#114477;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:center;
	margin: 20px 0 10px 0;
} 

#splash-first {
 	background:#ded;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        border-radius: 5px;
	margin: 20px 0 1em 0;
	border:solid 1px #147;
	}
	
#splash-first h1{
        display: block;
        padding: 1em 2em;
	text-align:center;
	margin:0;
	font-size:1.5em;
	font-weight:normal;
}

#splash-first p{
	font-size:1.4em;
	line-height:1.6em;
	margin-bottom:0;
}

.splash-news {
	text-align: center;
    border-top: 1px solid #cdc;
	padding: 1em;
	background: #efe;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.splash-news .new-tag {
    background: #8a8;
    padding: 1px 3px 2px;
    font-size: 8px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
}

.splash-news table {
    width: auto;
    margin: 0px auto;
}

.splash-news table td {
    text-align: left;
    vertical-align: top;
}

.splash-news table th {
    text-align: right;
    vertical-align: top;
    padding-right: 1em;
}
 
 #splash {
 	background:#ded;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:2em;
	margin: 20px 0 1em 0;
	}
	
 #splash h1 {
 	margin: 1em 0;
	font-size:1.8em;
 
 }
 
 .splashtop{
 background: #ff8811 url(images/ui-bg_glass_50_ff8811_1x400.png) 50% 50% repeat-x;
 	border: 1px solid #114477;
	text-align: center;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	padding: .5em;
 }
 
  .splashtop h2 {
  color:#ffffff;
  margin:0;
 }
 
 
  .splashtop-blue{
 background: #114477 url(images/ui-bg_glass_50_114477_1x400.png) 50% 50% repeat-x;
 	border: 1px solid #114477;
	text-align: center;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	padding: .5em;
 }
 
   .splashtop-green{
 background: #33aa44 url(images/ui-bg_glass_50_33aa44_1x400.png) 50% 50% repeat-x;
 	border: 1px solid #114477;
	text-align: center;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	padding: .5em;
 }
 
   .splashtop-blue h2 {
  color:#ffffff;
  margin:0;
 }
 
    .splashtop-green h2 {
  color:#ffffff;
  margin:0;
 }
 
  .splashbottom{
 	border-left: 1px solid #114477;
	border-bottom: 1px solid #114477;;
	border-right: 1px solid #114477;;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	padding:1em;
 }
 
 .splashbottom form{
 	line-height:3em; }
 
 .splashspace {
 width:1em;
 }
 
 .center {
 text-align:center:
 }
 
 
 

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColElsHdr #sidebar1 p" rule.
*/
#sidebar1 {
	float: left; 
	width: 210px; /* since this element is floated, a width must be given */
	padding: 0 0 15px 0; /* top and bottom padding create visual space within this div */
}

#sidebar1 img {
	margin: 0px 0 10px 0px;
	}

#sidebar1 h3 {
	color:#114477;
	list-style-type: none;
    padding: .5em 0;
	border-bottom:1px solid #4488cc;
	margin:0;
	font-size:1.2em;
}

#sidebar1 p {
	color:#114477;
	font-size:1em;
}

#sidebar1 ul {
margin:0 10px 0 10px;

}


#sidebar1 ul li {
	color:#114477;
	list-style-type: none;
    padding: 5px 0;
	border-bottom:1px solid #4488cc;
}

#sidebar1 ul ul {
	margin:0 0 0 0px;
    }

#sidebar1 ul ul li{
	background:#dddddd;
	list-style-type: none;
	padding:5px;
	border:none;
	}


#sidebar1 ul li a {
text-decoration:none;
color:#114477;
}
 
 #sidebar1 ul li a:hover {
 text-decoration:none;
  color:#ff8811;
 }
 

#navtable {
	height:20px;
	margin:10px;
	padding: 0 0 0;
	border-bottom:1px solid #4488cc;
 }
 
#navtable2{
	height:20px;
	margin:10px;
	padding: 0  0;
	border-bottom:1px solid #4488cc;
 }

#navtable img{
	vertical-align:middle;
	margin: -5px 5px 0px 0;
 }
 
#navtable2 img{
	vertical-align:middle;
	margin: -5px 5px 0px 0;
 }

#navtable a{
	 text-decoration:none;
	 margin-top:5px;
 }
 
#navtable2 a{
	 text-decoration:none;
 }
 






#sidebar2 {
	float: right; 
	width: 265px;
	padding: 15px 0;
}
#sidebar1 h3, #sidebar1 p, #sidebar2 p, #sidebar2 h3 {
	margin-left: 1em; 
	margin-right: 1em;
}

#sidebar2 h3 {
	color:#114477;
	list-style-type: none;
	padding: .5em 0;
	border-bottom:1px solid #4488cc;
	margin:0 1em;
	font-size:1.2em;
}

#sidebar2 p {
	color:#114477;
	font-size:1em;
}


/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
 	margin: 0 1em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

#mainContent2 {
 	margin: 0 1em 0 210px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

#mainContent3 {
 	margin: 0 265px 0 210px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 


#footer { 
	margin: 1em 0 0 0;
	color:#fff;
	padding: 0;
	text-align:center;
	-moz-border-radius:  0 0 5px 5px; 
	-webkit-border-radius:  0 0 5px 5px;
	border-top:1px solid #114477;
	background: #ff8811 url(images/ui-bg_glass_50_ff8811_1x400.png) 50% 50% repeat-x;


}

#footer a{ color:#ffffff;
font-weight:bold;
}
#footer a:hover{
	color:#114477;
	text-decoration:none;
}


#footer p {
	margin: 0;
	padding: 10px 0;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clear {
  clear: both; }
  
.img-right {
	margin:0 0 5px 5px;}

.img-left {
	margin:0 5px 5px 0;
}

.leadin {
	font-size:1.4em;
	font-variant:small-caps;
	color:#147;
	font-weight:bold;}
	
 #form-right {
 	background:#bdb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:2em;
	margin: 0 0  0 20px;
	}

	
#form-right h1{
	margin-top: 0;
	}
	
#form-left {
 	background:#bdb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:2em;
	margin: 0 20px 0  0;
	}

#form-left h1{
	margin-top: 0;
	}
	
.plainbox{
 	border: 1px solid #114477;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding:2em;
 }
  
#usernav {
	margin:0 2em 0 1em;
}
 
#usernav .line{
	display:block;
	height:25px;
	border-bottom:1px solid #48c;
	padding-bottom:5px;
}

#usernav img{
	display:inline;
}
#usernav a{
	height:25px;
	width:150;
	display:block;
	border:inline;
}

.bullets {
	list-style:disc;
	font-size:1.3em;
	line-height:1.5em;
	margin:.5em .5em 0 95px;
}
.screenshot {
	margin: 10px 0 0 0;
}

.caption {
	font-size:1.2em;
	text-align:center;
	font-weight:bold;
	padding:10px 20px;
	margin:0 0 20px 0;
	border-bottom:1px solid #147;
	border-top:1px solid #147;
}

.matrix {
	font-size:12px;
	line-height:1.5em;
	margin:20px 0;
	font-weight:bold;
}

.matrix td{
	padding:5px;
	margin:0px;
}

.matrix .tabletop{
	font-size:12px;
	line-height:14px;
	color:#FFF;
	background: #114477 url(images/ui-bg_glass_50_114477_1x400.png) 50% 50% repeat-x;
 	border: 1px solid #114477;
	text-align: center;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	padding: 5px;
}

.matrix .columns {
	border-left:1px solid #147;
	border-right:1px solid #147;
}

.matrix .columns-bottom {
	border-left:1px solid #147;
	border-right:1px solid #147;
	border-bottom:1px solid #147;
		-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

.matrix .columns-blue {
	border-left:1px solid #147;
	border-right:1px solid #147;
	background:#d5e6f7;
}

.matrix .columns-blue-bottom {
	border-left:1px solid #147;
	border-right:1px solid #147;
	border-bottom:1px solid #147;
	background:#d5e6f7;
}



.matrix .row {
	background:#d5e6f7;
}

.matrix .rowstart {
	background: #d5e6f7;
	-moz-border-radius: 10px  0 0 10px;
	-webkit-border-radius: 10px  0 0 10px;
	}
	
.matrix p{
	font-weight:normal;
	padding:5px 0;
	margin:0;
	font-size:11px;
}

.matrix-title{
	margin:10px auto 0px auto;
	text-align:center;
	width:800px;
	font-weight:bold;
	border-top:1px solid #147;
	border-bottom:1px solid #147;
	padding:5px 0;
}

#getstarted{
	background: #d5e6f7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;
	width:800px;
	margin:30px auto 10px auto;
}

#smaller{
		margin:20px auto ;
	width:800px;
}

.regbar {
	width:675px;
	margin:0 auto;
	border:1px solid #147;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:12px 10px 8px 10px;
}

.regbar p{
	margin:0;
	font-weight:bold;
}

.regbar img{
	margin:-5px 0 0 10px ;
	font-weight:bold;
}

.partners {
	text-align:right;
	width:300px;
	float:right;
	font-size:10px;
	font-weight:bold;
}

.partners img{
	margin:0 0 -20px 0;
}

.partners a{
	margin:10px 7px 0 0;
}

.top {
	font-size:14px;
	font-weight:bold;
	display:block;
	float:left;
	margin-top:12px;
	color:#FFF;
	background: #f81 url(images/ui-bg_glass_50_ff8811_1x400.png) 50% 50% repeat-x;
 	border: 1px solid #f81;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}

.top a {
	color:#FFF;}

