@charset "utf-8";
/* CSS Document */

html, body,
a, img,
p,h1,h2,h3,h4,h5,h6,
ul,ol,li,
div,span,
fieldset, form, label, legend, textarea,
table, tbody, tfoot, thead, tr, th, td,
object, iframe
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style:none;
	font-family: inherit;
	font-size: 100%;
	color: inherit;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

:focus {
	outline: 0;
}


/* --------------  reset list end ------------ */

body
{
	text-align: center;
	background: url(/Content/Core/images/body-bg.png) top center repeat #93d3e8;
}

.container
{
	width: 980px;
	margin: 0 auto;
	text-align: left;
	}
	
#headerBox
{

	}
#headerBox .container
{
    background: url(/Content/Core/images/header-bg.jpg) top left no-repeat;
    height: 199px;
	}		
#contentBox .container
{
    background: url(/Content/Core/images/content-bg-rpt.png) top left repeat-y;
	}	
#contentBox .contentBgTop
{
    background: url(/Content/Core/images/content-bg-top.png) top left no-repeat;
	}
#contentBox .contentBgBtm
{
    background: url(/Content/Core/images/content-bg-btm.png) bottom left no-repeat;
	padding: 30px 80px;
	height: auto !important;
	height: 300px; 
	min-height: 300px; 
	}
		
#footerBox
{
	}
#footerBox .container
{
    text-align: center;
    background: url(/Content/Core/images/decor-btm.png) bottom right no-repeat;
    height: 360px;
    }
#footerBox a
{
    color: #368ca8;
    border-bottom: 1px dotted #5caac4;
    margin: 0 3px;
    } 
#footerBox a:hover
	{
		text-decoration: underline;
		}
#footerBox .footerMenuBox
{
    width:  480px;  
    text-align: center;  
    color: #368ca8;
    margin-left: 45px;
    padding-top: 5px;
    }	
		
#headerBox .logoBox
{
    width:  400px;
    padding-top: 50px;
    float: left;

    }		
#headerBox .logoBox h1 a
{
    width:  250px;
    height: 150px;
    display: block;
    margin-left: 100px;
}
#headerBox .logoBox h1 a span
{display: none;
}




#headerBox .mainMenuBox 
{
    width: 250px;  
    overflow: hidden; 
    float: right;
    position: relative;
    right: 100px;
    padding-top: 12px;
  
    }    
    
#headerBox .mainMenuBox li
{    
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0;
	line-height: 120%;
	color: #1a404c;
	font-family:Georgia, "Times New Roman", Times, serif;
     
     }
#headerBox .mainMenuBox li a
{
    color: #1a404c;
    text-decoration: none;  
    } 
   
#headerBox .mainMenuBox li a:hover
{
    text-decoration: none;
    color: #659307;    
      }
#headerBox .mainMenuBox li a.active  
{
    color: #b80070;}
    

/*---------- PageContent ------------*/

#contentBox .leftContentBox
{
    float: left;
    width: 560px; 
        overflow: hidden;   
    }
#contentBox .rightContentBox
{
    float: right;
    width: 220px;  
    text-align: center; 
    overflow: hidden;
    }
#contentBox .rightContentBox img
{
    margin: 10px;
    }
#contentBox .leftContentBox img
{
    float: left;
    margin: 0 15px 5px 0;
    border: 5px solid #d6f1fa;   
    }
#contentBox .leftContentBox table
{
    margin-bottom: 20px;   
    }
#contentBox .leftContentBox td,
#contentBox .leftContentBox th
{
    padding: 5px 5px; 
    line-height: 140%;
	color: #364246;  
	vertical-align: top;
	border-bottom: 1px dashed #ddd;
	text-align: left;
    }
#contentBox .leftContentBox th
{
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #aaa;  
    }
#contentBox .leftContentBox .groupOne td
{
    background: #DFF7FF;}
#contentBox .leftContentBox .groupTwo td
{
    background: #E0FFAF;}
#contentBox .leftContentBox .groupThree td
{
    background: #FFDFF3;}
#contentBox .leftContentBox .groupOne strong
{
    color: #1A738F;}
#contentBox .leftContentBox .groupTwo strong
{
    color: #657F07;}
#contentBox .leftContentBox .groupThree strong
{
    color: #A60065;}   
#contentBox .leftContentBox ul,
#contentBox .leftContentBox ol
{
    padding-left: 30px;
    list-style: circle;   
    }
#contentBox .leftContentBox ul li
{    
    list-style: circle;
    padding-bottom: 5px; 
     }
#contentBox .leftContentBox ol li
{    
    list-style: decimal;
    padding-bottom: 5px; 
     }
#indexPageContent h2
{
    }
/*---------------------newsPage-----------*/

#newsPage table.dateBox
{
    width:560px;
    margin: 15px 0 10px 0;
    border: none;
    }
#newsPage table.dateBox td,
#newsPage .dateBox
{
    font-family: Verdana, Geneva, sans-serif; 
    font-size: 10px; 
    font-weight: bold; 
    color:  #aac3cb;
    text-align: center;  
    padding: 0 5px;
    white-space: nowrap;
    border: none;
    }
#newsPage table.dateBox td.dateTd
{
    width: 20%;    
    }
#newsPage .dateBox .border
{
    border-bottom: 1px dashed #aac3cb;
    height: 8px;
    line-height: 1px;
    display: block;    
}
#newsPage h3
{
    padding-top: 0;}

#newsPage .leadP
{
    font-size: 12px;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
        }
     
#newsPage .socialLinks 
{
    text-align: right;    
    }
#newsPage .socialLinks a img
{   
    float: none;
    border: none;
    margin: 0 3px;
    } 
 
 
        
#registerForm
{
    width: 100%;
    border: none;
    }
      
        

/*----------  fonts -------------*/
body, p, blockquote, ul, ol
{
    font-family: Verdana, Geneva, sans-serif; 
    font-size: 11px;
    }

p, blockquote
{
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 140%;
	color: #364246;
	}
.rightContentBox p
{
    font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;   
    }	
ul, ol
{
	font-weight: normal;
	line-height: 140%;
	padding-bottom: 5px;
	color: #364246;	
	}
blockquote
{
    font-style:italic;
    padding: 10px 35px;
    margin: 0;
    }
a, #contentBox a
{
	color: #db0085;
	}
a img
{}
a:hover
	{
		text-decoration: underline;
		}
		
h1
{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	color: #DC007E;
	}
	
h2
{
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 0px 0 20px 0;
	line-height: 120%;
	color: #5fabc4;
	font-family:Georgia, "Times New Roman", Times, serif;
	}	
	

h3
{
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 10px 0 10px 0;
	line-height: 120%;
	color: #a60065;
	font-family:Georgia, "Times New Roman", Times, serif;
	clear: both;
	}
#contentBox h3 a
{	color: #a60065;}
#contentBox h3 a:hover
{
    color: #DB0085;
    }

	
	
h4
{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 5px 0 10px 0;
	line-height: 120%;
	color: #7c9b0e;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#contentBox .rightContentBox h4
{
    border-bottom: 1px solid #7c9b0e;
    margin-bottom: 15px;    
    padding-bottom: 5px;
    padding-top: 25px;
    }
h5
{
	font-size: 14px;
	font-weight: normal;
	padding: 0px 0 5px 0;
	line-height: 120%;
	color: #5fabc4;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
h6
{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px 0 5px 0;
	line-height: 120%;
	color: #a60065;
	font-family: Arial, Helvetica, sans-serif;
	}
	


/*----------  fonts end-------------*/	




/*-------- fix -----*/	
.clearFix
{
	font-size: 1px;
	line-height: 1px;
	display: block;
	margin: 0;
	padding: 0;
	height: 1px;
	clear: both;
	}
