﻿/*=== Setup ===*/
body{
       background: url(icey/bgr.jpg) #FFFFFF repeat-x top;
	color: #555555;
}
a{
	color:#003366;
}
input,select,textarea{
	border: #e6e6e6 1px solid;
}
h2{
	color: #262625;
}
h2 a{
	color: #262625
}
h3{
	color: #262625;
}
h4{
	color: #444444;
}

/*=== Intro ===*/
p.intro a {
	color:#FFFFFF;
}
p.intro a:hover {
	color:#222222;
}

/*=== Buttons ===*/

.btn-rounded a{
	color: #ffffff;
}
.btn-rounded a span{
}
.btn {
	background:url(icey/btn.gif) repeat-x;
	border:1px solid #2b4869;
 	color:#FFF;
}

/*=== Navigation ===*/
/*- Nav1 -*/
#nav1 li a{
	color: #003366;
	font-weight:bold
}
#nav1 li a:hover,
#nav1 li.active a, #nav1 li.current_page_item a{
	color:#666666
	
	
}
#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li a:hover span{
	
	cursor: pointer;
    color: #4483a4;
	text-decoration: underline;
	font-weight:bold
}

/*- Nav2 -*/
.nav2 li a, .widget li a{
	color: #555555;
}
.nav2 li a:hover, .widget li a:hover{
	color: #304b6e;
}

/*=== Right Column ===*/
#rightcol h3, #rightcol h3 a{
	color: #333333;
}
#rightcol h3 span{
	background: #FFF;
}
#rightcol .widget ul, #rightcol .textwidget 
{
	background: #FFF;
}

/*=== Sub Columns ===*/
.col1 a{
	color: #555555;
}
.col3 h2{
	color: #464646;
}
.col5 img{
	border: 10px solid #f6f5ed;
}

/*=== Styling Boxes ===*/
/*- Box1 -*/
.box {
}

.box .top,.box .bot{
	background-color:#FFFFFF;
}
.box .bot{
	background-color:#FFFFFF;
}
.box .spacer{
	background: ##E1E1E8;
}
/*- Box2 -*/
/*.box2 .top{
	/*background: url(icey/box2-top.gif) no-repeat top;	*/
	/*border-top: 1px solid #DDE4EA;*/
/*}
.box2 .bot{
	/*background: url(icey/box2-bot.gif) no-repeat top */
	/*border-top: 1px solid #DDE4EA;*/
/*}*/
.box2 .spacer{
	background: #FFF;  /* Changed Background Color to white was //DDE4EA */
	border: 1px solid #DDE4EA;

}
/*- Box3 -*/
.box3 .top,.box3 .bot{

}
.box3 .bot{
}
.box3 .spcr{
	background: #FFF;
	border: 1px solid #DDE4EA;
}
/*- Box4 -*/
.box4{
	color: #ffffff;
}
.box4 .top,.box4 .bot{

}
.box4 .bot{

}
.box4 .spacer{
	background: transparent;
}
/*- Box5 -*/
.box5 .top,.box5 .bot{
}
.box5 .bot{

}
.box5 .spacer{

}
/*- Box6 -*/
.box6 .top,.box6 .bot{

}
.box6 .bot{

}
.box6 .spacer{
	background: #FFFFFF;
}

/*- Date -*/
.date{
	color: #898989;
}

/*=== Styling Forms ===*/
/*- Search -*/
#search input.keyword{
	background: #FFFFFF;
	border-bottom: 1px solid #fcfcfa;
	border-top: 1px solid #c4c2b5;
	border-left: 1px solid #c4c2b5;
	
}

/*- Form1 Setup -*/
.btn-general{
	background: #87A7C0;
	color: #ffffff;	
}
.btn-general a { 
	color: #ffffff;
}
.btn-arr a{
	background: #d0d0cd;
	color: #ffffff;
}

/*=== Footer ===*/
#footer a{
	color: #949387;
}

/*=== Posts ===*/
.post img {	

}

.post li a:hover{
	color: #5A7FB9;
}
.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#e3efff url(icey/ico-quote.gif) no-repeat 10px 10px;
	border-top:1px solid #6593cf;
	border-bottom:1px solid #6593cf;		
}
.entry {
	background-color:#FFFFFF;
}

/*=== Widget styling ===*/
.widget #recentcomments li a{
	color: #304b6e;
}
.widget #recentcomments li a:hover{
	color: #304b6e;
}
.widget #searchform, .widget #calendar_wrap{
	background: #FFFFFF;
}
.widget #wp-calendar caption {
	color:#333333;
}
.widget #wp-calendar thead th {
	color:#333333;
}
.widget #wp-calendar tfoot td a {
	color:#333333;	
}
.quote {
	background:url(icey/ico-quote.gif) no-repeat top left;
}

.highlightit img{
/*border: 1px solid #ccc;*/

}

.highlightit:hover img{
border: 1px solid #81acce;


}

.highlightit:hover{
color: #81acce; /* Dummy definition to overcome IE bug */
}

#basic-accordian{
	
	
	
	
	
	
}

.accordion_headings{
	padding:10px;
	background:#fff;
	color:#173150;
	border-top:1px solid #dde4ea;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	
        text-decoration:underline
}

.accordion_child{
	padding:15px;
	background:#fafbfd;
}

.header_highlight{
	background:#d8e5ee;
        
}
