@import "defaults.css";
@import "header.css";
@import "nav.css";
@import "newsletter.css";


#container {
	width: 960px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	line-height: 17px;
}

/**
 * Main content
 * ------------------------------------------------
 */
#main {
	position: relative;
	padding: 15px;
	float: left;
	background-color: #FFF;
	width: 930px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0 1px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.398438) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.398438) 0 1px 3px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=2);
	margin-bottom: 15px;
}

#main .content {
	margin: 10px;
	float: left;
	width: 910px;
}
#crumb {
	width: 200px;
}
#quickSearch {
	height: 258px;
	width: 258px;
}
#quickSearch span

{
  position: absolute;
  top: -999em;
}
#quickSearch img{
	height: 220px;
	width: 220px;
	float: right;
}

#slides {
	width: 570px;
	height: 139px;
	padding: 0;
	margin: 0;
	overflow:hidden;
}

/** Slideshow **/

#slideshow {
	margin-bottom: 15px;
	width: 570px;
	height: 139px;
	padding: 0;
	position: relative;
}

#slideshow #next {
	position:absolute;
	right:0;
	top:0px;
	z-index:15;
	background-color:#E3DDDD;
	height:139px;
	width:13px;
	display:none;
}

#slideshow #prev {
	position:absolute;
	left:0;
	top:0px;
	z-index:15;
	background-color:#E3DDDD;
	height:139px;
	width:13px;
	display:none;
}

#slideshow img {
	opacity:0.75;
	filter:alpha(opacity=75);
	padding-top:54px;
}
/**
 * Sidebar content
 * ------------------------------------------------
 */
#sidebar {
	float: right;
	position: relative;
}
#tabHolder {
	width: 45px;
	vertical-align: top;
	text-align: right;
	position: absolute;
	left: 825px;
	top: 0px;
}


#central
{
	border:solid 0px blue;
}
#quickLinks {
	font-size: 12px;
	line-height: 18px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#quickLinks h2 {
	font-size: 14px;
	color: #666;
	font-weight: bold;
}

#quickLinks a {
	text-decoration: none;
	color: #006699;
}
#quickLinks a:hover {
	text-decoration: underline;
}


#quickLinks .quickLinks-col {
	float: left;
	text-align: left;
	margin-bottom: 15px;
}
#quickLinks .quickLinks-col ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
}
/**
 * Footer
 * ------------------------------------------------
 */
#footer {
	text-align: center;
	clear: both;
	background-color: #FFF;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0 1px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.398438) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.398438) 0 1px 3px;



	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=45, Strength=2);
	color: #999;
	padding-bottom: 15px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


#footer .links {
	padding-top: 30px;
	font-size: 12px;
	padding-bottom: 10px;
}

#footer .links li {
    margin: 0;
    padding: 6px 0;
    display: inline;
}

#footer .links li a {
	color: #999;
	text-decoration: none;
	border-right: 1px solid #999;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}

#footer .links li.last a {
    border-right: 0;
}

#footer .links li a:hover {
    color: #069;
    text-decoration: underline;
}

#footer #copy {
	line-height: 18px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#footer .logoBar    {
	height: 75px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	margin-bottom: 15px;
}
#footer .logoBar img {
	float: left;
	margin-right: 25px;
}

.button {
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
}

.hide-heading {
    display:none;
}

.errorText 
{
	color:Red;
}

#ErrorMsgDiv {
	margin-left: 65px; 
}
#ErrorMsgDiv .ErrorMsg {
	color: #F00;
	font-weight: bold; 
}

.emphasize {
    font-weight: bold;
    font-size: 1.15em;
    color: #069;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}

