/* --- Code Snippets ***
------------------------
min-height: 525px;
height: auto !important;
height: 525px;
------------------------
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/full/path/to/image.png', sizingMethod='crop');
------------------------
*:first-child+html
------------------------
* html 
------------------------
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Opera 9 rules here */
/*#subNav {border:1px solid red;}*/
------------------------
/*--- End Code Snippets ***/



* {padding:0; margin:0;}

body
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color:#000000;
	margin:0;
	padding:0;
	background: url(images/body-bgd.jpg); 
    background-repeat:repeat-x;
    background-color:#888888;
}
img 
{
    border:0;
}

a:link, a:visited
{
    color:#0a3061;
    text-decoration:none;
}
a:hover
{
    color:#000000;
    text-decoration:none;
}

h1
{
    color:#525252;
    font-family: Arial;
    font-size:24px;
    font-weight:normal;
    margin:20px 0px 15px 0px;
    line-height:100%;
    border-bottom:1px dotted #888888;
}

h1.home
{
    color:#5280ac;
    font-family: Arial;
    font-size:24px;
    font-weight:normal;
    margin:20px 0px 15px 0px;
    line-height:100%;
}

h2
{
    color:#5280ac;
    font-family: Arial;
    font-size:18px;
    font-weight:normal;
    margin:20px 0 10px 0;
    line-height:115%;
}

h3
{
    color:#5280ac;
    font-family: Arial;
    font-size:18px;
    font-weight:normal;
    margin:16px 0 10px 0px;
    line-height:110%;
}


h3
{
    color:#000000;
    font-family: Arial;
    font-size:14px;
    font-weight:bold;
    margin:10px 0 10px 0px;
    line-height:110%;
}

p
{
    padding: 0 0 4pt;
}

ol, ul
{
    margin:6pt 0 10pt 0;
}
li
{
    margin:0 0 3pt 15pt;
}

input 
{
    margin:4px 0 5px 0;
}


.Normal	/* This class is used by DNN when modules are added. */
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	line-height:115%;
	padding:0px 0px 0px 0px;
}


.text-home
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	line-height:115%;
	padding:0px 0px 0px 0px;
    color: #87c4ec;
}
.text-home a:link
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	line-height:115%;
	padding:0px 0px 0px 0px;
    color: #078be1;
}
.text-home a:visited
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	line-height:115%;
	padding:0px 0px 0px 0px;
    color: #078be1;
}
.text-home a:hover
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	line-height:115%;
	padding:0px 0px 0px 0px;
    color: #078be1;
    text-decoration:underline;
}
.CommandButton /* Puts module Edit text to the top layer */
{
    position:relative;
    z-index:150;
    color:#6ea6d2;
}
a.CommandButton:link

{
    color:#6ea6d2;
}
a.CommandButton:visited
{
    color:#6ea6d2;
}
a.CommandButton:hover
{
    color:#6ea6d2;
    text-decoration:underline;
}


.clear
{
    clear:both;
    font-size:1px;
}
.left {float:left; margin:0 6px 6px 0;}
.right {float:right; margin:0 0 6px 6px;}


/**** HEADER ****/

#headerImageLP
{
    height:262px;
    width:900px;
    margin-top:0px;
}
#headerImageLP p {margin:0; padding:0;}
#headerImageHP p {margin:0; padding:0;}
#headerImageHP
{
    height:322px;
    width:900px;
}
* html #headerImage
{
    overflow:hidden;
}
* html #headerImageHP
{
    overflow:hidden;
}

/**** LEFT SIDE NAV ****/


/**** TOP NAV ****/

#navWrapper
{
    height:31px;
    width:900px;
    position:relative;
    text-align:left
    overflow:hidden;
    z-index:70;
}

    #topNav
    {
        position:relative;
        text-align:left;
        font-weight:bold;
    }
		#topNav table
		{
			width:1%;
			margin:0 auto;
		}
        #topNav td
        {
            padding:0px;
			text-align:center;
        }
        #topNav a:link, #topNav a:visited
        {
            color:#ffffff;
        }
        #topNav a:hover
        {   color:#000000;
            text-decoration:none;
        }

/**** Header Image ****/
/**** RIGHT SIDE NAV ****/
#leftColumnHP
{
    float:left;
    width:290px;
    overflow:hidden;
}
#leftColumnLP
{
    float:left;
    width:275px;
    overflow:hidden;
}

#LeftNav img {margin:0; padding:0; border:0;}

#LeftNavHP, #LeftNavLP
{
    position:relative;
    padding-left:30px;
    text-align:left;
    overflow:hidden;
    text-transform:uppercase;
}

.LeftNav
{
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	font-weight: bold;
	line-height:115%;
	padding:0px 0px 0px 0px;
    color: #ffffff;
    text-transform:uppercase;
}
.LeftNav a:link
{
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	line-height:115%;
	padding:0px 0px 0px 0px;
	color: #ffffff;
}
.LeftNav a:visited
{
	line-height:115%;
	padding:0px 0px 0px 0px;
}
.LeftNav a:hover
{
	line-height:115%;
	padding:0px 0px 0px 0px;
    color: #2991de;
    text-decoration:none;
}

    
#LeftNavHP img, #LeftNavLP img {margin:0; padding:0; border:0;}



/**** CONTENT ****/

#wrapperHP
{
   
    position:relative;
    width:900px;
    background-color:#0b3162!important;
    margin:0 auto;
}
#wrapperLP
{
    position:relative;
    width:900px;
    margin:0 auto;
}


#WrapperMainPageHP
{
    width:900px;
    position:relative;
    z-index:90;
    margin-top:0px;
}
#WrapperMainPageLP
{
    width:900px;
    position:relative;
    z-index:90;
    margin-top:0px;
    background: url(images/main-bgd.jpg)!important; 
    background-repeat:repeat-y;
}
#contentWrapperLP
{
    width:900px;
    position:relative;
    margin-top:0px;
    background: url(images/LP_content-bgd.jpg);  
    background-repeat:no-repeat;
}

#contentWrapperHP
{
    width:900px;
    position:relative;
    margin-top:0px;
    background: url(images/HP_content-bgd.jpg);  
    background-repeat:no-repeat;
    background-color:transparent;
}


#MaincontentWrapperHP, #MaincontentWrapperLP
    {
        float:right;
        width:610px;
        background-color:transparent;
    }

#MaincontentWrapperLP
    {
        float:right;
        width:625px;
        background-color:transparent;
    }

    #contentHP
    {
        width:550px;
        z-index:98;
        margin:30px 20px 10px 30px;
        padding:15px 0px 0px 15px;
        min-height: 450px;
        height: auto !important;
        height: 450px;
        color: #87c4ec;  
    }
    
    #contentLP
    {
        width:580px;
        z-index:98;
        margin:30px 10px 10px 10px;
        padding:15px 0px 0px 5px;
        min-height: 450px;
        height: auto !important;
        height: 450px; 
    }


/**** BUTTON WRAPPER ****/
#SubNav
{
    font-weight:normal;
    font-family:Tahoma;
    font-size:12px;
    margin:10px 0px 10px 0px;
    color:#000000;
    text-align:center;
}
    #SubNav ul
    {
        padding:0px;
        margin:0; 
		line-height: 20px;   
    }
        #SubNav li
        {
            margin:0;
            padding:0px 0 0px 0px;
            display: inline;        
        }
    #SubNav a:link, #SubNav a:visited
    {
        color:#000000;
		  font-weight: bold;
    }
    #SubNav a:hover, #SubNav a:selected
    {
        text-decoration:none;
        color:#2993e1;
    }
/*-------------------------------------------*/
#SubNav1
{
    font-weight:normal;
    font-family:Trebuchet MS;
    font-size:12px;
    margin:10px 0px 10px 0px;
    color:#0a3061;
    background-image:url(images/content-nav-bgd.jpg);
    background-repeat:repeat-x;
}
.SubNav1
{
    font-weight:normal;
    font-family:Trebuchet MS;
    font-size:12px;
    margin:10px 0px 10px 0px;
    color:#0a3061;
}
.SubNav1 ul
    {
        padding:0px;
        margin:0; 
		line-height: 20px;   
    }
.SubNav1 li
        {
            margin:0;
            padding:0px 0 0px 0px;
            display: inline;        
        }
.SubNav1 a:link, .SubNav a:visited
    {
        color:#0a3061;
		  font-weight: bold;
    }
.SubNav1 a:hover, .SubNav a:selected
    {
        text-decoration:none;
        color:#000;
    }

/**** FOOTER ****/
#swirl
{
    position:relative;
    width:900px;
    height:5px;
    margin-top:5px;
    margin-bottom:5px;
    background-color:#fff;
}
#footerWrapperHP
{
    position:relative;
    height:130px;
    width:900;
    background-image:url(images/HP_footer-bgd.jpg);
    background-repeat:no-repeat;
    background-color:#878787;
    margin:0px 0 0 0;
    z-index:10;
}


#footerWrapper
{
    position:relative;
    height:130px;
    width:900;
    background-image:url(images/footer-bgd.jpg);
    background-repeat:no-repeat;
    background-color:#878787;
    margin:0px 0 0 0;
    z-index:10;
}
/*---- INNER FOOTER POSITIONS ----*/
#hostingBugs    {top:20px; left:10px;}
#hostingBugsIH  {top:20px; right:10px;}
#SHAREbug       {top:85px; left:10px;}
#footerNav      {top:40px; right:10px;}
#address        {top:60px; left:0px;}
#copyright      {top:85px; left:350px;}
/*---------------------------------*/

/*---- Temp Borders ----*
#footerWrapper, #footerHr, #hostingBugs, #SHAREbug, #footerNav, #address, #copyright {border:0px solid pink;}
/*---- End Temp Borders ---*/

#hostingBugs
{
    width:130px;
    position:absolute;
}
    #PBbug
    {
        float:left;
        width:120px;
        position:relative;
        top:6px;
        margin:0 10px 0 10px;
    }
    
 #hostingBugsIH
{
    width:130px;
    position:absolute;
}
   
    #IHbug
    {
        float:left;
        width:92px;
        position:relative;
    }
#SHAREbug
{
    position:absolute;
}
    #SHAREbug p
    {
        margin:10px;
        padding:0;
    }
/*-------------------------------------------*/
#footerNav
{
    text-align:left;
    font-weight:bold;
    font-size:8pt;
    position:absolute;
    width:130px;
    text-transform:uppercase;
}
    #footerNav ul
    {
        padding:0;
        margin:0;       
    }
        #footerNav li
        {
            margin:0;
            padding:0;      
        }
    #footerNav a:link, #footerNav a:visited, #footerNav
    {
        color:#fff;
    }
    #footerNav a:hover
    {
        text-decoration:none;
        color:#2991de;
    }
/*-------------------------------------------*/
#address
{
    font-size:8pt;
    text-align:center;
    position:absolute;
    width:900px;
    padding:0 0 10px 0;
}

/*-------------------------------------------*/
#copyright
{
    position:absolute;
    font-size:9pt;
    text-align:left;
    width:350px;
    color:#fff;
}
        



/***** Main Menu - Start *****/
.MainMenuBar
{
	color: transparent;
}

.MainMenuItem
{
	color: #ffffff;
	text-transform: none;
	text-align: left;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	/* text-transform: uppercase; */
}

.MainMenuItemSelected
{
	color: #2991de;
	text-align: left;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	cursor: pointer;
	/* text-transform: uppercase; */
}

.MainMenu_SubMenu
{
	color: #ffffff;
	background-color: #2a5198;
	text-align: left;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-decoration: none;
	cursor: pointer;
}

.MainMenu_MenuBreak
{
	border: 0px;
	color: #ed1b2d;
	background-color: Transparent;
	height: 1px;
	width: 1px;
}

/* The next 4 classes are needed to override the default settings and remove all arrows from the dynamic menu. */
.MainMenu_MenuArrow 
{ 
	display:none;
}
.MainMenu_RootMenuArrow 
{ 
	display:none;
}
.ModuleTitle_MenuArrow 
{
	display:none;
}
.ModuleTitle_RootMenuArrow 
{
	display:none;
}
/**********************************/

.SeparatorCSS
{
	color: #ffffff;
/*	background-color: #FFF797;  */
/*	height: 30px; */
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	line-height:10px;
/*  text-transform: uppercase; */
}
/***** Main Menu - End *****/




#buttonPE
{
        width:257px;
        margin:50px 0px 0px 20px;
        z-index:96;
        text-align:center;
        padding: 0px 0px 0px 0px;
   }




#DDESK
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color:#000000;
	text-align:center;
}

#arrowhead { height: 0px; width: 0px; }

/**** FORUM ****/

.afgrouprow /* Table Header Formating */

{

      background-color:#006fb7 !important;

}

.afToolBarPanel /* Forum User Controls */

{

      background-color:#d5e6f0 !important;

}
#dnn_Cont

