/*
.nav_top_left, .nav_top_right
{
  width: 4px;
  height: 4px;
  
  background-repeat: no-repeat;
}

.nav_top_left
{
  background-image: url(assets/images/main_menu/main_menu_butt_top_left.png);
  
  float: left;
}

.nav_top_right
{
  background-image: url(assets/images/main_menu/main_menu_butt_top_right.png);
  
  float: right;
}
*/

.nav
{
  background-color: #E8E6E2;
  
  padding: 0px;
  margin: auto;
  
  list-style: none;
  
  letter-spacing: 0px;
}

.main_menu_bg, .nav > li
{
  background-image: url(assets/images/main_menu/main_menu_butt_bg.png);
  background-repeat: repeat-x;
}

.nav > li
{
  z-index: 999;
  
  float: left;
  position: relative;
  
  margin: 0px;
  padding: 0px;
}

.nav > li > a
{
  height: 24px;
  
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  
  z-index: 999;
  
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
}

.nav > li > a/*, .nav_top_left*/
{
  border-left: 1px solid #FFFFFF;
}

.nav > li:hover > a
{
  background-image: url(assets/images/main_menu/main_menu_butt_bg_hover.png);
}

.nav > li:hover > .nav_top_left
{
  background-image: url(assets/images/main_menu/main_menu_butt_top_left_hover.png);
}

.nav > li:hover > .nav_top_right
{
  background-image: url(assets/images/main_menu/main_menu_butt_top_right_hover.png);
}

/*drop list*/
.nav > li > ul
{
  background-color: #E9F4F8;
  border: 1px solid #B4D6E0;
  
  width: 198px;
  
  margin: 0px;
  padding: 0px;
  
  display: none;
  
  position: absolute;
  top: 27px;
  left: 0px;
  
  list-style: none;
}

.nav > li > ul > li:hover
{
  background-color: #9CC8D5;
}

.nav > li > ul > li:hover > a
{
  color: #091251;
}

.nav > li:hover > ul
{
  display: block;
}

.nav > li > ul > li
{
  background-image: url(assets/images/main_menu/main_menu_butt_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom;
  
  text-align: left;
  
  padding: 6px;
}

.nav > li > ul > li > a
{
  color: #015D76;
  
  text-decoration: none;
}

.survey_question_title
{
	font-weight: bold;
	font-size: 14px;
}

*
{
	font-family: "Trebuchet MS",Helvetica, sans-serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D6F0F5;
	
	font-weight: normal;
}

.tableInvis tr{
	border:none !important;
}

.tableInvis td{
	border:none !important;
	padding:2px !important;
}

.product_roll_over
{
	display: none;
	
	position: absolute;
	
	border: 1px #015D76 solid;
	
	background-color: #FFFFFF;
	
	min-width: 250px;
	min-height: 50px;
	
	padding: 5px;
}

.blockStyle {
	display: block;
}
.noneStyle {
	display: none;
}

a:link
{
	font-size:small;  color: #4A4F79; text-decoration: underline; font-size: 12px;
}

a:visited {font-size:small;  color: #4A4F79; text-decoration: underline; font-size: 12px;}
a:hover {font-size:small;color: #7C84CA;  text-decoration: underline; font-size: 12px;}
a:active {font-size:small;  color: #7C84CA; text-decoration: underline; font-size: 12px;}

.blue_heading{
	background-color: #fff; 
	margin-left: -10px; 
	padding: 2px; 
	padding-left: 10px; 
	width: 100%; 
	background-repeat: repeat-y; 
	background-position: left; 
	background-image: url(assets/images/template/blue_heading_bg.gif);
	margin-bottom:5px;
	margin-top:5px;
	font-size:14pt !important;
	font-weight:bold;
	}

.grey_container{
	background-image: url(assets/images/template/grey_container_bg.gif); 
	position: relative; 
	text-align: justify; 
	border-left: #ededed 1px solid; 
	background-color: #fff; 
	background-repeat: repeat-x; 
	background-position: 50% bottom; 
	float: left; 
	margin-right: 5px; 
	border-right: #ededed 1px solid; 
	padding: 20px;
	}

.inaboxButton a{
	position:relative;
	float:right;
	margin-top:60px;;
	margin-right:25px;
	z-index:999;
	display:block;
	width:164px;
	height:109px;
	cursor:pointer;
	background-image:URL(assets/images/template/inabox_button.png);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
	}
.inaboxButton a:hover{
	background-position:top right;
}
.neat_content
{
	color: #015D76;
	font-size: 12px;
}

.neat_content_bold
{
	color: #015D76;
	font-weight: bold;
	font-size: small;
	
}

.leftShadow{
	background-image: url(assets/images/template/left_shadow.png);
}

.rightShadow{
	background-image: url(assets/images/template/right_shadow.png);
}

.footerStyle, .calendarStyle, .largeHeading, .mediumHeading, .main, .subMenuHeading
{
	font-family: Tahoma, Helvetica, sans-serif;
}

.footerStyle{
	font-size: 11px;
	color: #FFFFFF;
	padding: 7px;
	background-color: #003366;
	margin: 7px;
}

.calendarStyle{
	color: #000000;
	font-size: 11px;
}
.largeHeading{
	color: #133253;
	font-size: 30px;
}
.mediumHeading{
	color: #015D76;
	font-size: 20px;
}
.main{
	font-size: 12px;
	color: #015D76;
	margin: 10px;
	padding: 10px;
}
.subMenuHeading {
	padding: 15px;
	margin: 15px;
}
.rightMenuBorder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7BB7C6;
	border-left-color: #7BB7C6;
}
.contentRightBorder {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #D6F0F5;
	background-repeat: repeat-y;
	background-position: right;
}
.guyBg {
	background-image: url(assets/images/template/man_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.subMenuStyle {
	background-color: #CCE7ED;
	padding: 3px;
	font-size: 9px;
	border: 1px solid #FFFFFF;
}
.bodyMainStandard{
	font-weight: normal;
	background-color: #ffffff;
}
#bodyMain table{
	font-weight: normal;
	background-color: #ffffff;
}
#bodyMain tr{
	font-weight: normal;
	background-color: #F6F7F8;
}

#bodyMain td{
	font-weight: normal;
	padding:12px;
	background-color: #ffffff;
	font-size: 12px;
	color: #015D76;
}

#bodyMain{
	font-weight: normal;
	padding:15px;
	border: 1px solid #D6F0F5;
	background-color: #ffffff;
	font-size: 12px;
	color: #015D76;
	display: table;
	float: left;
	width: 95%;
}

#home_page_calendar {
	display: table-cell;
}
#sub_page_calendar {
	display:none;
}

.mainTableSpacing {
	margin-top: 5px;
	padding-top: 5px;
}

.registration {
color: #4181A7
}

.packageOptions
{
	color: #4181A7;
	border:thin #B7DDE6;
	padding: 1px;
}

.buttonStyle {
	background-image: url(assets/images/template/button_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #B7DDE6;
	background-color: #BADFE7;
}

.menu {
	line-height: 1px;
}
.borderCell {
	background-color: #F6F7F8;
	border: 1px solid #D6F0F5;
}
.solidCell {
	background-color: #A8B7C4;
	padding: 2px;
}
.largeBoldText {
	font-weight: bold;	
	color:#474D76;
}
.largeBoldTextWhite {
	font-weight: bold;	
	font-size:14px;
	color:#ffffff;
}
.normalSmallText {
	font-size:12px;
	color:#474D76;
}
.downloadText {
	font-size:17px;
	font-weight: bold;	
	color:#006600;
}
.titleStyle{
	font-size:17px;
	font-weight: bold;	
	color:#FF9900;
}
.searchResults {
	color:#6381A7;
}
.tableBorders{
	border:5px;
}
a:link.build_site, a:active.build_site, a:visited.build_site {
	background-image:url('images/inabox/start_green.jpg');
	display:block;
	width:270px;
	height:42px;
}
a:hover.build_site {
	background-image:url('images/inabox/start_green_o.jpg');
}
a:link.tutorials, a:active.tutorials, a:visited.tutorials {
	background-image:url('images/inabox/click_blue.png');
	display:block;
	width:270px;
	height:42px;
}
a:hover.tutorials {
	background-image:url('images/inabox/click_blue_o.png');
}
