@import "caviar.css";

body
{
	background-color: #646464;
	text-align: center;
	margin-top: 0px;
	color: #58595b;
	font-family: Arial;
}

div#container
{
	position: relative;
	margin: auto;
	width: 1024px;
	padding-top: 0px;
	background-color: #ffffff;
}


/*Header*/

#header
{
	position: relative;
	height: 124px;
	width: 1024px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#search
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 659px;
	background-image: url(../images/search-bg.gif);
	width: 286px;
	height: 32px;
	font-family: Arial;
	color: #fff;
	font-size: 11px;
}

#searchbox
{
	width: 132px;
	height: 14px;
	border: 1px solid #e3e4e5;
	color: #58595b;
	font-size: 10px;
}

#search table tr td
{
	vertical-align: middle;
}

#search table
{
	margin-left: 15px;
}

#logo
{
	margin-left: 38px;	
	margin-top: 12px;
	float: left;
}

#tagline
{
	margin-top: 111px;
	margin-left: 15px;
	float: left;		
}

/*Navigation*/

div#navigation
{
	position: relative;
	margin: auto;
    z-index: 5;
	background-image: url(../images/nav-bg.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	width: 1024px;
	height: 24px;
	font-weight: normal;
}

#navigation a
{
	text-decoration: none;
	color: #fff;
	line-height: 24px;
	vertical-align: middle;
}

.navItem
{
	background: url(../images/nav-bullet.gif) no-repeat top left;
	/*width: 105px;*/
	margin-right: 50px;
	text-align: left;
	padding-top: 0px;
	padding-left: 25px;
	height: 24px;
	
}

.navItem img
{
	vertical-align: middle;
}

ul#nav
{
    position: relative;
    padding: 0;
    margin: 0;
	z-index: 6
}

ul#nav li
{
    list-style: none;
    float: left;
    position: relative;
}

ul.navItemContainer
{
    position: absolute;
    float: left;
    padding: 0;
    margin: 0;
	width: 900px;
    list-style: none;  
    display: none;
	z-index: 9999;
	top: 24px;
	left: 0px
}

.navlinks
{
	float: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0;
    height: auto;
    border-bottom: solid 1px #FFFFFF;  
    background-color: #9e0322;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px !important;
    opacity: .8;
	filter: alpha(opacity=80);
	z-index: 3;
	font-family: arial, sans-serif;
	width: 135px;
	text-transform: capitalize !important;
}

.navlinks A
{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px !important;
}

.header
{
	color: #07517f; 
	text-transform: uppercase; 
	font-size: 18px;
	margin-bottom: 12px;
	margin-top: 0px;
}

.content
{
	font-size: 11px;
}

.subheader
{
	color: #be0f34;
	font-size: 16px;
	font-family: Myriad Pro, Arial;
	margin-bottom: 5px;
	font-weight: bold;
}

.teaserList .subheader a
{
	color: #be0f34;
	text-decoration: none;
}

#footer
{
	position: relative;	
	width: 1024px;
	text-align: center;
	color: #7f8183;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial;
	font-size: 10px;
	padding-bottom: 15px;
	padding-top: 35px;
	background: #ffffff url(../images/footer-bg.gif) no-repeat bottom left;
}

#footer a 
{
	text-decoration: none;
	color: #7f8183;
	text-transform: lowercase;
}

/*Content Pages*/
#main
{
    position: relative;
	width: 1024px;
	background-color: #fff;
    margin-bottom: 30px;
}

#content
{
	width: 440px;
	text-align: left;
	padding-top: 55px;
	padding-left: 40px;
}

/*Sub Navigation*/

#subnav
{
	padding-top: 55px;
	width: 199px;
	text-align: left;
	background: #e6e7e8 url('../images/splash-bg.gif') repeat-x top left;
}

#subnav h3
{
	margin-top: 0px;
	margin-left: 40px;
}

.subnavitem
{
	margin-bottom: 15px;
	margin-left: 40px;
	margin-right: 30px; 
}

.subnavitem a
{
	/*color: #7f8183;*/
	color: #343434;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

#RightAds
{
	padding-top: 55px;
	width: 345px;
}

#RightAds div
{
	margin-left: 35px;
}

#followus
{
	background: transparent url(../images/tweet.png) no-repeat top left;
	width: 269px;
	height: 54px;
}

.contentslideshow a
{
	border: none;
	text-decoration: none;
}

.contentslideshow img
{
	float: left;
	margin: 0px;
	padding: 0px;
}

