@charset "UTF-8";
/* CSS Document */
body {
	width:844px;
	margin:0 auto;
	margin-top:0px;
	background-image: url(/img/bg.gif);
	font-family: "Lucida Grande", "Lucida Sans", Arial, Verdana;
	font-size:12px;
}
img, div { behavior: url(/iepngfix.htc) }
a:link { color: #ff99cc;}
a:visited {	color: #FFF; }
a:hover { color: #333; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.clearing {
	width: 844px;
	height: 0;
	clear: both;
}

/* ----- HEADER ----- */

#header {
	width:844px;
}
#header .logo {
	width: 429px;
	float: left;
}
#header .navbar {
	width: 415px;
	float: right;
	background-image: url(/img/bg_navbar.png);
	height: 120px;
}

/* ----- MAIN CONTENT ----- */

#contentTOP {
	background-image:url(/img/bg_top.png);
	width: 844px;
	height:16px;
}
#contentTOPsub {
	background-image: url(/img/bg_top_sub.png);
	width: 844px;
	height:26px;
}
#content {
	width:844px;
}
#contentSub {
	width:844px;
	background-image:url(/img/main_bg.png);
}
#contentBTM {
	background-image:url(/img/bg_btm.png);
	width: 844px;
	height: 11px;
}
#contentBTMsub {
	background-image:url(/img/bg_btm_sub.png);
	width: 844px;
	height: 35px;
}
#content .leftCol {
	width: 429px;
	height: 481px;
	background-image:url(/img/bg_vid.png);
	float: left;
}
#contentSub .leftColSub {
	width: 631px;
	min-height: 640px;
	background:url(/img/bg_bodytop.png) no-repeat;
	float: left;
}
#contentSub .leftColSub .copy {
	width: 518px;
	float: left;
	margin: 10px 0 0 55px;
}
#contentSub .leftColSub .header {
	float: right;
	width: 631px;
	margin: 28px 0 0 0;
	padding: 0 30px 0 0;
	font-size:2em;
	text-align:right;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Verdana;
	letter-spacing: -1px;
	font-weight: bold;
}
#content .leftCol .copy {
	float: left;
	width: 362px;
	margin: 80px 0 0 38px;
	font-size:9px;
}
#content .leftCol .copy a { color:#FFF; text-decoration:none}
#content .leftCol .copy a:hover { color:#000; text-decoration:underline}

#content .leftCol .social {
	float: right;
	width: 16px;
	height: 140px;
	margin: 100px 2px 0 0;
}
#contentSub .leftColSub .socialSub {
	float: right;
	width: 16px;
	height: 140px;
	margin: 5px 6px 0 0;
}
#content .rightCol {
	width: 403px;
	background-image:url(/img/main_bg.png);
	background-repeat:repeat-y;
	float: right;
	height: 481px;
	padding: 0 0 0 12px;
}
#content .rightCol td {
	color:#FFFFFF;
	font-size:9px;
}
#contentSub .rightColSub {
	width: 200px;
	float: right;
	height: auto;
	min-height:inherit;
	padding: 0 0 0 12px;
}
#content .rightCol .flickr {
	float: left;
	width: 190px;
	margin: 10px 0 0 0;
}
#content .rightCol .tweet {
	float: right;
	width: 190px;
	margin: 10px 15px 0 0;
}

/* ----- FOOTER ----- */

#footer {
	width:844px;
	margin-top:10px;
	height: 137px;
	background-image: url(/img/bg_footer.png);
}
#footer .copyrights {
	width: 600px;
	float: left;
	margin: 25px 0 0 10px;
}
#footer .beats {
	width: 300px;
	float: left;
	margin: 25px 0 0 10px;
}
#footer .logos {
	width: 200px;
	float: right;
	margin: 30px 15px 0 0;
	text-align: right;
}

/* ----- TRUMPIA ----- */

#oSinguUP__page {
	font-family:arial;
	color:#000000;
}

#oSinguUP__body {
	width:600px;
	text-align:left;
}

table {
	color:#000000;
}

label {
	font-family:arial;
	background-color:#ffffff;
	color:#000000;
}

.small {
	font-family:arial;
	color:#000000;
}

label {font-size:14pt;font-weight:bold}
div,table {font-size:9pt}
.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

.small
{
	font-size:8pt;
}

/* ----- JQUERY EXPANDER ----- */


p {
	padding: 0 0 1em;
}
.msg_list {
	margin: 0px;
	padding: 0px;
	width: 518px;
}
.msg_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	background-color:#FFCCCC;
	margin:1px;
}
.msg_body {
	padding: 5px 10px 15px;
}