/* 
this file should contain ONLY css declarations that are EXCEPTIONS to those 
layed out in global-layout.css

Additionally, this file can contain classes that are unique to the 3 column layout.

*/
div#lowerHalf{
	background-repeat: repeat-y;
}

div#content div#column1{
	width: 547px;		/* override full width from global-layout */
}



/* 
these are overrides of general classes in 'general-classes.css'  these parameters
are specific to this page layout.  Additional parameters are specified elsewhere.
*/

div.orangeBox{
	margin: 0;
	border: 1px solid #F47B20;
	padding: 3px;
}


div.blueBox{
	margin: 0;
	border: 1px solid #6D7A8D;
	padding: 3px;
}

div.blueBox h2{
	margin: 0;
}

div.rightAd{
	padding: 6px 0;
	border-top: 1px solid #F47B20;
	border-bottom: 1px solid #F47B20;
}
div#navigation ul li a:hover {
	margin: 2px 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	height: 17px;
	display: block;
	background-image: url(button_blue4.gif);
	background-repeat: no-repeat;
}
ul#headerNav li a:hover {

	text-decoration: none;
	font-size: 11px;
	color: #0059C2;
}
ul#headerNav li#hnavDomov {
	background: none;
	background-color: #FFFFFF;
}
.stColum{
	width: 600px;
	float: left;
	margin-right: 14px;
	color: #666666;
	padding-left: 15px;
}

.stColum p,
.stColum ul
{
	margin: 0;
	margin-bottom: 6px;
}

.stColum ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.stColum ul li{
	background-image: url(../common/dot_sm.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
	padding: 0;
	padding-left: 11px;
	padding-bottom: 2px;
	margin: 0;
}

.stColum a{
	text-decoration: underline;
	color: #555555;
}

.stColum a:hover{
	color: #0059C2;
	font-size: 12px;
	text-decoration: none;
	/*border-bottom: none;  This line screws up grid layout pages.*/
}
.link {
	text-decoration: underline;
	color: #555555;
}
.link ul {
	text-decoration: underline;
}
.link ul li {
	text-decoration: underline;
	background-image: url(dot_sm.gif);
}
.link a {
	text-decoration: underline;
	color: #333333;
}
.link a:hover {
	text-decoration: none;
	color: #076EB7;
}
.stColum ul li:hover {

	background-repeat:no-repeat;
	background-position: 0px 4px;
	padding: 0;
	padding-left: 11px;
	padding-bottom: 2px;
	margin: 0;
	background-image: url(Gray_dot.gif);
}
