/*************************************************************
 * author: Frontenders.com
 * contact: support at frontenders dot com
 * description: css for all media types
 *************************************************************/
@media screen,projection {
    /* reset
     * based on Eric Meyer's reset.css
     * http://meyerweb.com/
     *************************************************************/
    body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, font, img, ins, kbd, q, s, samp,
    small, strike, sub, sup, tt, var,
    u, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend, button,
    caption, tbody, tfoot, thead {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        font-weight: normal;
        vertical-align: baseline;
        background: transparent;
    }
    body { line-height: 1; }
    strong {font-weight:bold}
    ol, ul { list-style: none; }
    blockquote, q { quotes: none; }
    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }
    
    :focus { outline: 0; }
    
    ins { text-decoration: none; }
    del { text-decoration: line-through; }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    /* /reset
     *****************************************************/
    
    /* global elements
     *****************************************************/
    html {  }
    body {
        background: #fff;
        color: #3d4851;
        font: 62.5%/1 Verdana, sans-serif;
        margin-bottom: 10px;
        text-align: center;
    }
    a {
        color: #005ba4;
        text-decoration: none;
    }
    a:hover { color: #00957d; }
    /* /global elements
     *****************************************************/
    
    /* common classes
     *****************************************************/
    .cols { float: left; }
    .col {
        display: inline;
        float: left;
    }
    .l { float: left; }
    .r { float: right; }
    .print { display: none; }
    .ir {
        display: block;
        overflow: hidden;
        position: relative;
    }
    .ir span {
        cursor: pointer;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .clear { clear: both; }
    /* /common classes
     *****************************************************/
    
    /* base layout
     *****************************************************/
    #container {
        margin: 0 auto;
        text-align: left;
        width: 942px;
    }
    #branding { height: 111px; }
    #content {
        clear: left;
        font-size: 1.2em;
        line-height: 1.5em;
        margin: 0 0 40px;
        overflow: hidden;
    }
    #primary {
        float: right;
        padding: 0 15px 0 0;
        width: 665px;
    }
    .noSecondary #primary {
        float: none;
        padding: 0;
        width: 100%;
    }
    #secondary {
        float: left;
        width: 215px;
    }
    /* /base layout
     *****************************************************/
    
    /* branding elements
     *****************************************************/
    #siteName {
        display: inline;
        float: left;
        height: 79px;
        margin: 17px 0 0 2px;
        width: 295px;
    }
    #siteName a { height: 79px; }
    #siteName span { background: transparent url( ../images/sprite_main.png ) no-repeat 0 0; }
    
    #miniProfile {
        color: #3d4851;
        float: right;
        line-height: 1.4em;
        margin: 11px 0 0 0;
        text-align: right;
    }
    .author {
        float: right;
        margin: 0 20px 0 0;
        white-space: nowrap;
    }
    #miniProfile a {
        color: #3d4851;
        text-decoration: underline;
    }
    #miniProfile a:hover { text-decoration: none; }
    #miniProfile img {
        background: transparent;
        float: right;
        margin: 0;
        /*min-width: 66px;*/
        padding: 1px;
    }
    #miniProfile .report {
        background: #cbcbcb;
        color: #3f3f3f;
        float: right;
        height: 22px;
        line-height: 22px;
        margin: 0 0 30px;
        padding: 0 0 0 7px;
        text-decoration: none;
        text-transform: uppercase;
        width: 103px;
    }
    .report span {
        background: transparent url( ../images/bg_report.png ) no-repeat 0 0;
        width: 110px;
    }
    /* /branding elements
     *****************************************************/
    
    /* navigation elements
     *****************************************************/

#mainMenu { 
	background: transparent url( ../images/bg_top_flash.jpg ) no-repeat 0 100%; 
	float: left; 
	overflow: visible; 
	padding: 0 0 38px; 
	position: relative; 
	width: 100%; 
	/*z-index: 200; */
	} 
#home #mainMenu { padding: 0; } 
#mainMenu ul { 
	background: #2275b9; 
	display: none; 
	left: 0; 
	position: absolute; 
	top: 100%; 
	z-index: 50; 
	} 
#mainMenu ul ul { 
	border-left: 1px solid #6593ba; 
	left: 90%; 
	top: -1px; 
	} 
#mainMenu li { 
	background: #5798c8; 
	font-size: 1.2em; 
	float: left; 
	overflow: visible; 
	text-transform: uppercase; 
	} 
#mainMenu li:hover { position: relative; } 
#mainMenu li li { 
	background: #2275b9; 
	border-bottom: 1px solid #1168ae; 
	border-top: 1px solid #6593ba; 
	font-size: 0.834em; 
	width: 100%; 
	} 


    #mainMenu li li li { font-size: 1em; }
	#mHome { width: 95px; }
    #mOpportunity { width: 176px; }
    #mProducts { width: 174px; }
    #mCompany { width: 176px; }
    #mJoin { width: 159px; }
    #mLearnMore { width: 162px; }
    
    #mainMenu a {
        color: #fff;
        display: block;
        height: 51px;
        line-height: 51px;
        text-align: center;
    }
    #mainMenu li li a {
        height: auto;
        line-height: 1em;
        padding: 13px 20px;
        text-align: left;
        white-space: nowrap;
    }
    #mainMenu li li a:hover { background: #075492; }
    #mainMenu a:hover { text-decoration: none; }
    #mainMenu a span { background-image: url( ../images/sprite_main_menu.png ); }
    #mainMenu a span.subind {
        background: none;
        float: right;
    }
    
    #mHome  span { background-position: 0 0; }
    #mOpportunity  span { background-position: -95px 0; }
    #mProducts  span { background-position: -271px 0; }
    #mCompany  span { background-position: -445px 0; }
    #mJoin  span { background-position: -621px 0; }
    #mLearnMore span { background-position: -780px 0; }
    
    #bodyhome #mHome a span, #mHome.active a span { background-position: 0 -102px; }
    #bodyopp #mOpportunity a span, #mOpportunity.active a span { background-position: -95px -102px; }
    #bodyproducts #mProducts a span, #mProducts.active a span { background-position: -271px -102px; }
    #bodycompany #mCompany span, #mCompany.active span { background-position: -445px -102px; }
    #bodyjoin #mJoin span, #mJoin.active span { background-position: -621px -102px; }
    #bodylearnmore #mLearnMore a span, #mLearnMore.active a span { background-position: -780px -102px; }
    
    #mHome a:hover span, #mHome:hover a span { background-position: 0 -51px; }
    #mOpportunity a:hover span, #mOpportunity:hover a span { background-position: -95px -51px; }
    #mProducts a:hover span, #mProducts:hover a span { background-position: -271px -51px; }
    #mCompany a:hover span, #mCompany:hover a span { background-position: -445px -51px; }
    #mJoin a:hover span, #mJoin:hover a span { background-position: -621px -51px; }
    #mLearnMore a:hover span, #mLearnMore:hover a span { background-position: -780px -51px; }
    
    .subMenu { margin: 0 0 30px; }
    .subMenu h2 {
        background: #bfbfbf url( ../images/sprite_subpage.png ) no-repeat -858px 0;
        border: 1px solid #b6b6b6;
        line-height: 1em;
        margin: 0 0 2px;
        padding: 15px 25px;
    }
    .subMenu ul {
        background: #e0e0e0;
        padding: 0 1px;
    }
    .subMenu ul ul {
        background: #dfdfdf url( ../images/bg_submenu_ul.png ) repeat-x 0 0;
        border-bottom: 1px solid #e9e9e9;
        padding: 0;
    }
    .subMenu li {
        border-top: 1px solid #b5b5b5;
    }
    .subMenu li li { border: none; margin-top: 1px; }
    .subMenu li a {
        background: #dfdfdf;
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #d5d5d5;
        display: block;
        padding: 7px 25px;
    }
    .subMenu li.active li a {
        background: transparent url( ../images/bg_submenu_item.png ) no-repeat 38px 0.65em;
        border: none;
        padding: 2px 50px;
    }
    .subMenu li.active a {
        background-color: #b6b6b6;
        border-bottom: none;
    }
    .subMenu li li.active a {
        background-color: #b6b6b6;
    }
    .subMenu li.active li a:hover,
    .subMenu li a:hover {
        background-color: #f1f1f1;
        color: #005ba4;
    }
    /* /navigation elements
     *****************************************************/
    
    /* content elements
     *****************************************************/
    #cube {
        float: left;
        margin: -1px 0 0;
    }
    #rotatingBanner { float: right; }
    #topFlash {
        background: transparent url( ../images/bg_top_flash.jpg ) no-repeat 0 100%;
        overflow: hidden;
        padding: 0 0 37px;
    }
    #about {
        background: transparent url( ../images/bg_about.png ) no-repeat 0 0;
        margin: 0 auto;
        padding: 0 0 0 250px;
        width: 530px;
    }

    #testimonials {
        display: block;
        height: 150px;
        margin: 15px auto 0;
        width: 900px;
    }
	
	.profile_pict{
		float: right;
		padding: 0 0 10px 10px;
	}
    
    h2, h3, h4 {
        color: #005ba4;
        font-family: Arial, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
    }
    h2 { font-size: 1.167em; }
    h3, h4 {
        border-bottom: 1px solid #b0b0b0;
        margin: 18px 0 12px;
        overflow: hidden;
    }
    h3 span, h4 span {
        background: #b6b6b6 url( ../images/sprite_subpage.png ) no-repeat -1071px 0;
        float: left;
        font-weight: bold;
        line-height: 1em;
        padding: 10px;
        width: 150px;
    }
	h3 span.long, h4 span.long {
        background: #b6b6b6 url( ../images/sprite_subpage.png ) no-repeat -1241px 0;
        float: left;
        font-weight: bold;
        line-height: 1em;
        padding: 10px;
        width: 300px;
    }
	h3.bluebutton
	{
		border-bottom: 0;
	}
    #primary h2, p { margin: 0 0 1em; }
    
    #primary ul, .inner ul { margin: 0 0 1em 10px; }
    #primary li {
        background: transparent url( ../images/sprite_subpage.png ) no-repeat -1234px -151px;
        padding: 0 0 0 10px;
    }
	
	.inner li {
		background: transparent url( ../images/bg_submenu_item.png ) no-repeat 0px 8px;
        border: none;
        padding: 2px 10px;
    }
	
	.inner li a {
		color: #ffffff;
    }
	.inner li a:hover {
		color: #005ba4;
    }
	
	.datatable td, .datatable th {text-align:left}
	
	.button {
        background: #005294 url( ../images/bg_input_submit.png ) repeat-x 0 0;
        border: 1px solid #abcbe3;
        color: #fff;
        font-size: 10px;
        height: 18px;
        line-height: 1em;
        padding: 0 5px;
        text-transform: uppercase;
    }
    .button:hover { background-position: 0 -100px; }
    
    .block {
        background: #468dc6;
        border: 1px solid #bcbcbc;
        color: #fff;
        position: relative;
    }
    .block h2 {
        background: #438bc4 url( ../images/sprite_subpage.png ) no-repeat 0 0;
        border-bottom: 1px solid #2273b4;
        color: #fff;
        line-height: 1em;
        padding: 15px 25px;
    }
    .block .content {
        background: transparent url( ../images/sprite_subpage.png ) no-repeat -213px 100%;
        bottom: -1px;
        left: -1px;
        margin: -1px 0 0;
        padding: 0 1px;
        position: relative;
        width: 213px;
    }
    .block .content .inner {
        border-top: 1px solid #769fbf;
        padding: 15px 25px;
    }
    /* /content elements
     *****************************************************/
    
    /* footer elements
     *****************************************************/
    #siteInfo {
        background: #cecece url( ../images/sprite_main.png ) no-repeat 0 -79px;
        color: #005ba4;
        height: 52px;
        line-height: 1.5em;
        padding: 25px 0 0 25px;
        position: relative;
    }
    #copyright {
        bottom: 15px;
        left: 25px;
        margin: 0;
        position: absolute;
    }
    #motto {
        display: block;
        text-indent: -1000em;
    }
    #siteInfo li { display: inline; }
    /* /footer elements
     *****************************************************/
}


/* Popup Settings */
div.sample_popup { z-index: 99; }

div.sample_popup div.menu_form_header
{
  border: 1px solid #cecece;
  border-bottom: none;
  padding: 5px;

  width: 375px;

  height:      20px;
  line-height: 19px;
  vertical-align: middle;
  
  background-image: url(../images/popup_header_bg.jpg);

  text-decoration: none;
  font-weight: 900;
  font-size:  14px;
  color:   #404040;
  cursor:  default;
}

div.sample_popup div.menu_form_body
{
  width: 375px;
   padding: 5px;
  border: 1px solid #cecece;
  background-color: #ffffff;
}

div.sample_popup img.menu_form_exit
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

/* End Popup Settings */

@media print {
    body { font: 12px/140% Verdana,sans-serif; }
    #mainMenu, #secondary { display: none; }
    .print { display: block; }
}