/* Basic page setup */

body { font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0; }

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
}

h2 {
	font-size: 1.4em;
	letter-spacing:-1px;
}

ul {
}

a {
	text-decoration: none;
	color: #357dce;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

p {
	padding:0 5px;
}



/* Header */

#header {
	width: 960px;
	height: 160px;
	margin: 0 auto;
	border-bottom:2px solid #333333;
}

#header p {
	margin: 0;
	padding: 0;
}

#sponsored {
	float:left;
	margin:16px 0 0 0 ;
	padding:0;
	text-align:left;
	color: #FFFFFF;
}

#sponsored a {
	color: #FFFFFF;
}

#sponsored a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#title {
	width: 960px;
	padding:0;
	border-bottom: none;
	}
	
.big{
	color:#ffffff;
	font-size:2.2em;
	text-decoration:none;
	border: none;
	text-align:center;
}

#goto {
	width: 400px;
	height: 64px;
	float:right;
	padding:0 0 0 25px;
	text-align:right;
	background:url('media/goto.png') top right no-repeat;
}

#goto p {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
	padding:8px 12px 0 0 ;
	text-align:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}

#goto a {
	text-decoration: none;
	color: #434343;
}

#goto a:hover {
	text-decoration: underline;
	color: #434343;
}












/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: url('media/bg2.png') repeat-y left top;
}








/* assets */

#assets {
	width: 100%;
	margin:0;
	padding:0;
	background:#ffffff;
}

#assets_nav_container {
	margin:0 0 0 8px;
	}

#assets_nav, #assets_nav ul {
	padding: 0px;
	margin: 0;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;	
}

#assets_nav a {
	display: block;
	text-decoration: none;
	padding: 6px 5px 0px 5px;
	color: #ffffff;
	font-size: 10px;
}

#assets_nav a.trigger {

/*  this can be found in the microsite-specific CSS  */
	
}

#assets_nav li {
	float: left;
	width: 12em;
}

#assets_nav li ul, #assets_nav ul li  {
	width: 14em;
}

#assets_nav ul li a  {
	color: #777777;
	border-right: 0;
	padding: 0px 0px 0px 0px;
}

#assets_nav li ul {

/*  this can be found in the microsite-specific CSS  */

}

#assets_nav li:hover a, #assets_nav a:focus,
#assets_nav a:active, #assets_nav li.hvr a {

/*  this can be found in the microsite-specific CSS  */

}

#assets_nav li:hover ul, #assets_nav li.hvr ul {
	display: block;
}

#assets_nav li:hover ul a, #assets_nav li.hvr ul a {
	color: #cccccc;
	background-color: transparent;
}

#assets_nav ul a:hover {
	background-color: #ffffff!important;
	color: #cccccc!important;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#assets_nav li {width: auto;}


#assets_display {
min-height:300px;
}



/* Footer */

#footer {
	width: 100%;
	margin: 0 auto;
    background-color:#333333;
	border-top:4px solid #333333;
}

#footer-bg {
	width: 960px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 8px 0 8px 0;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #e7e7e7;
	text-decoration:none;
}

#footer a:hover {
	color: #e7e7e7;
	text-decoration:underline;
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}