@charset "utf-8";
/* CSS Document */

img	{
	border: 0px;
}

body	{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#685040;
	background: url(../images/header_vert.png) 91% 0 no-repeat;
	margin:0;
	min-width: 1000px;
}

td, th, tr	{
	border: 0;
	margin:0;
	padding:0;
}

a	{
	color: #000;
	text-decoration: underline;
}


.main .contactcard h3, h3 a {
	color: white;
	text-decoration: none;
	height: 19px !important;
}
h3 {
	color: #000;
}

a:hover	{
	color: #EA1536;
}

ul, ul li	{
	margin:0;
	padding:0;
	
}

ol {
	margin:0;
	padding:0;
}

ol li	{
	margin-left: 1.4em;
}

ul	{
}

.container	{
	min-width: 800px;
	width: 95%;
	margin: 0 auto 0 auto;
}

.header	{
	background:url(../images/header_bg.png) 0 19px no-repeat;
	overflow:none;
	position: relative;
	width: 100%;
}

.header .usertools	{
	position: absolute;
	top:0;
	right: 14px;
	margin-right: 105px;
	font-size: 1.1em;
	overflow: auto;
	width: 400px;
	text-align: right;
}

.header .usertools a	{
	text-decoration: underline;
	margin-left: 5px;
}

.header .logo	{
	height: 65px;
	width: 350px;
}

.header .logo a	{
	display: block;
	height: 70px;
	text-indent: -1000px;
}

.search	{
	position: absolute;
	left: 66.5%;
	top: 14px;
	height: 23px;
	width: 300px;
}


#ajaxSearch_form    {
    position: absolute;
    left: 0px;
    top: 25px;
}

#ajaxSearch_form fieldset {
    background: #999;
    display: block;
    overflow: hidden;
		border: 0;
		padding:0;
}

#ajaxSearch_form label {
    color: #999;
    display: block;
    overflow: hidden;
    float: left;
}

#ajaxSearch_form #ajaxSearch_input {
    border: 0;
    font-weight: bold;
    padding: 2px 3px;
    color: #999999;
    font-size: 0.95em;
    width: 150px;
    float:left;
    margin: 2px;
}

#ajaxSearch_submit {
    border: 0;
    background: #999999 url(/images/search_go.gif) center center no-repeat;
    text-indent: -1000px;
    margin: 2px 0 0 0;
    padding: 2px;
    cursor: pointer;
    display:inline-block;
    height:18px;
    width:20px;
    border:none;
}

.content #ajaxSearch_form input    {
    display: none;
}
.header .nav {
	font-weight: bold;
	overflow: auto;
	background:#999999;
	list-style: none;
}

.header .nav .external	{
}

.header .nav li	{
	float: left;
	width: 11.1111111111%;
	list-style: none;
}

.header .nav li a, .header .nav li a:visited	{
	border-right: 3px solid white;
	display: block;
}

.header .nav li.last a	{
	border-right:0;
}

.header .nav li a	{
	display: block;
	background:#999999;
	height: 20px;
	text-align: center;
	color:#FFFFFF;
	padding-top: 5px;
	text-decoration: none;
}

.header .nav li.active a	{
	background-color: #ED1839;
	}

.header .nav li a:hover	{
	background: #ED1839;
}

.header #news	{
	clear: both;
	color: #685040;
	font-size: 1.4em;
	line-height: 2.1em;
	height: 2.1em;
	overflow: hidden;
	width: 100%;
	list-style: none;
}

.header #news li	{
	float: left;
	list-style: none;
	background: url(../images/ticker_arrow.png) left .75em no-repeat;
	padding-left: 18px;
}

.header #news a, .header #news a:visited	{
	text-decoration: none;
	color: #685040;
	margin-right: 10px;
}

.header #news a:hover	{
	color: #EA1536;
	text-decoration: underline;
}

.header #news a .arrow	{
	color: #c71b0b;
}

.header .logo	{

}

/********** MAIN **********/
.contentcontainer {
	float: left;
	width: 100%;
}

.contentcolumn {
	margin-right: 400px; /*Set right margin to RightColumnWidth*/
}

.right {
	float: left;
	width: 400px; /*Width of right column in pixels*/
	margin-left: -400px; /*Set left margin to -(RightColumnWidth) */
}

.main	{
	overflow:auto;
	}

.main .col1	{
	margin-right: 2px;
}

.main .col2	{
	width: 196px;
	float: left;
	margin-right: 4px;
}

.main .col3	{
	float: right;
	width: 200px;
}

.main .sectiontabs	{
	font-weight: bold;
	background-color: #479e96;
	font-size: 1.1em;
	overflow:hidden;
}

.main .sectiontabs	ul{
	overflow:hidden;
}

.main .sectiontabs li	{
	background-color: #479e96;
	display: block;
	width: 25%;
	float: left;
	color: white;
	text-decoration:none;
	text-align: center;overflow:hidden;
}

.main .sectiontabs li a, .main .sectiontabs li a:visited	{
	display: block;
	height: 3em;
	color: white;
	text-decoration: none;
	padding: 7px 4px 4px 6px;
	border-right: 3px solid white;
}


.main .sectiontabs li.last	{
	border:0;
	margin:0;
}

.main .sectiontabs li.last a	{
	border: 0px;
}

.main .sectiontabs {
	overflow: auto;
        margin-right: 2px;
}

.main .sectiontabs li.active a	{
	background-color: #ED1839;
}

.main .sectiontabs li a:hover	{
	background: #ED1839;
}

.main .sectiontabs li.last a	{
	margin:0;
}


/************* ARTICLE ****************/

.main .home.article	{
	height: 275px;
	padding-top: 10px;
}

.main .news.article	{
	height: 785px;
	padding-top: 10px;
        margin-right:6px;
}

.main .article	{
	background:#f5f4f4;
	font-size: .85em;
	padding-top: 0px;
        height: 833px;
        margin-right: 3px;
}

.main .article .item {
	clear: both;
}



.main .article .item p	{
}

.main .article .item img	{
	float: right;
}

.main .content h2	{
	margin:0.7em 0 0 0;
	padding:0;
	font-size: 1.4em;
}

.main .content h2 .date	{
	font-size: 0.7em;
	font-weight: normal;
}

.main .article .content a	{
	text-decoration: underline;
}

.main .article .content	{
	overflow: auto;
	padding: 0px 20px 10px 20px;
	margin: 0 15px 10px 0;
	font-size: 1.3em;
}

.main .home.article .content	{
}

.main .news.article .content	{
}

.main .article .links	{
	overflow:auto;
	margin: 0px 20px;
	padding: 5px 0;
}

.main .article .links .email	{
	display: block;
	float: left;
	background: url(../images/icon_email.png) center left no-repeat;
	padding: 4px 0 4px 20px;
	width: 120px;
	margin-top: 1px;
}

.main .article .links .print	{
	display: block;
	background: url(../images/icon_print.png) center left no-repeat;
	padding: 4px 0 4px 20px;
	margin-right: 20px;
	width: 100px;
	float: left;
}

.main .article .links a	{
	color: #000;
}

.main .player	{
	background-color: #479e96;
	padding: 22px 0 15px 20px;
}

/************* /ARTICLE ****************/

.main .searches	{
	height: 236px;
	background: #86bfda;
}

.main .searches a	{
	text-decoration: underline;
}

.main h3	{
/*	margin-left: 5px !important;*/
}

.main .searches h3	{
	color: white;
	text-transform:uppercase;
	font-size: 1.2em;
	margin:0px;
	height: 25px;
	padding: 11px 0 0 7px;
}

.main .searches ol	{
	background: #fff;
	width: 190px;
	height: 192px;
	margin-left: 6px;
	padding-top: 4px;
	overflow:auto;
	color:#685040;
	list-style-position:inside;
}

.main .searches li	{
	list-style-position:inside;
	border-bottom: 1px solid #7d7d7d;
	margin: 4px 15px 4px 15px;
	padding: 3px 0;
}

.main .searches li.last	{

}

.main .social	{
	background: #86bfda;
	margin-top: 5px;
	overflow: auto;
}

.main .social a	{

}

.main .social strong	{
	display: none;
}

.main .social h3	{
	color: white;
	text-transform:uppercase;
	font-size: 1.2em;
	margin:0px;
	height: 25px;
	padding: 11px 0px 0 32px;
	background: url("../images/twitter_icon.png") 8px 8px no-repeat !important;
}

.main .social ul	{
	background: #fff;
	width: 187px;
	height: 194px;
	overflow: auto;
	overflow-x:hidden;
	margin-left: 9px;
	margin-bottom: 8px;
	padding-top: 5px;
	list-style: none;
}

.main .social li	{
	margin:0px 2px 4px 15px;
	list-style: none;
	background: url("../images/twitter_icon.png") 135px 5px no-repeat !important;
	padding: 5px 0;
}

.main .social li a	{
	display: block;
	width: 120px;
	text-decoration: underline;
}


.main .events	{
	background: #86bfda;
	margin-top: 6px;
	clear: both;
	overflow:auto;
}

.main .events a	{
	text-decoration: underline;
	}

.main .events h3	{
	color: white;
	text-transform:uppercase;
	font-size: 1.2em;
	margin:0px;
	height: 25px;
	padding: 11px 0 0 7px;
}

.main .events ul	{
	background: #fff;
	width: 183px;
	height: 300px;
	overflow: auto;
	margin: 0 0 7px 7px;
	padding-top: 5px;
	list-style: none;
}

.main .events li	{
	margin:0 15px;
	list-style: none;
	clear: both;
}

.main .events li.last	{
	border-width: 0px;
}

.main .events .cal, .main .eventlisting .cal	{
	width: 30px;
	color: white;
	display: block;
	margin: 0 0 0 5px;
	float: left;
}

.main .events a	{
	text-decoration: none !important;
}

.main .eventlisting a	{
	font-weight: bold;
}

.main .events a.more, .main .events a.title	{
	text-decoration: underline !important;
}

.main .events p	{
	padding-left: 44px;
	padding-top: 0px;
	margin-bottom:0;
}

.main .events p.summary	{
	margin:0;
	margin-bottom: 10px;
}

.main .eventlisting p	{
	padding-left: 60px;
}

.main .events .cal .month, .main .eventlisting .cal .month	{
	background: #c71b0b;
	display: block;
	text-transform: uppercase;
	text-align: center;
	list-style:circle;
}


.main .events .cal .day, .main .eventlisting .cal .day {
	height: 10px;
	background: #999999;
	display: block;
	font-size: 1.9em;
	text-align: center;
	height: 1.1em;
	line-height: 1em;
}

.main .eventlisting .cal	{
	width: 50px;
}

.main .eventlisting .more, .main .eventlisting .title	{
	display: block;
}

.main .eventlisting .item	{
	margin-bottom: 10px;
	overflow: auto;
}

.main .eventlisting .cal .day	{
	height: 1.4em;
	line-height: 1.4em;
}

.main .eventlisting li	{
	list-style: none;
}

.main .contactcard	{
	background: #479e96;
	clear: both;
	overflow:auto;
}

.main .contactcard object, .main .contactcard embed	{
	background: white;
}

.main .contactcard h3	{
	color: white;
	text-transform:uppercase;
	font-size: 1.2em;
	margin:0px;
	height: 12px;
	padding: 11px 0 0 7px;
}

.main .contactcard .content	{
	margin: 12px 6px 6px 6px;
	padding: 6px;
	background: #fff;
	font-size: 1.1em;
	height: 224px;
}

.main .contactcard .head {
	overflow:auto;
	margin: 10px 10px 0 10px;
	font-size: 0.9em;
}

.main .contactcard .head p	{
	width: 100px;
	float: left;
	margin:0;
	margin-bottom: 15px;
}

.main .contactcard .head .name	{
	color: #333333;
	font-weight: bold;
}

.main .contactcard .head .role	{
	
}

.main .contactcard a	{
	text-decoration: underline;
}

.main .contactcard .head .tel	{
	color: #333333;
	background: url(../images/icon_tel.png) center left no-repeat;
	padding-left: 15px;
}

.main .contactcard .head .email a	{
	background: url(../images/icon_email_sm.png) center left no-repeat;
	padding-left: 15px;
	color:#000;
}

.main .contactcard .head img	{
	float: right;
}

.main .contactcard blockquote	{
	color: #333;
	font-size: 1.2em;
	margin: -5px 10px -2px 10px;
	position: relative;
	border-bottom: 1px solid #666;
}

.main .contactcard .more	{
	padding-left: 10px;
}

.main .contactcard .tools	{
	font-size: 0.8em;
	margin: 10px 10px 10px 10px;
}

.main .contactcard .tools a	{
	color: #000;
	display: block;
	clear: both;
}

.main .contactcard .requestmeeting	{
	padding: 5px 0 4px 22px;
	background:url(../images/icon_request.png) left 3px no-repeat;
}

.main .contactcard .vcard	{
	padding: 5px 0 4px 22px;
	background:url(../images/icon_vcard.png) left 2px no-repeat;
}


.main .contactcard .quotestart	{
	background:url(../images/quote_start.png) top left no-repeat;
	width: 7px;
	height:5px;
	position: absolute;
	margin-top: 1px;
	left: -8px;
}

.main .contactcard .quoteend	{
	background:url(../images/quote_end.png) top left no-repeat;
	margin-top: 1px;
}

.main .contactcard .quote	{
}


.main .contactcard .more	{
	font-size: 0.7em;
	margin:-4px 0;
}


.main .latestarticles	{
	background:none repeat scroll 0 0 #479E96;
	clear:both;
	height:526px;
	margin-top:6px;
}

.main .latestarticles h3	{
	color: white;
	text-transform:uppercase;
	font-size: 1.2em;
	margin:0px;
	height: 12px;
	padding: 11px 0 0 7px;
}

.main .latestarticles .content	{
	background:none repeat scroll 0 0 #FFFFFF;
	height:484px;
	margin:12px 0px 6px 6px;
	overflow:auto;
	padding:6px;
        width: 182px;
}

.main .latestarticles .content li	{
	border-bottom: 1px dotted #7d7d7d;
        list-style: none;
	padding-bottom: 6px;
	margin: 6px 10px 0 10px;
}

.main .latestarticles .content a	{
	text-decoration: underline;
}


/********** / MAIN **********/

.footer	{
	clear: both;
	margin-top: 15px;
	background: url(../images/footer_vert.png) 91% 0px no-repeat;
	font-size: 1.1em;
}

.footer .links {
	clear: both;
	width: 100%;
}

.footer strong	{
	font-size: 1.4em;
}

.footer .fcol	{
	width: 15%;
	margin-right: 4%;
	float: left;
}

.footer p.sectionhead	{
	padding-bottom: 4px;
	border-bottom: 1px solid #999;
	width: 70%;
}

.footer	p	{
	margin: 4px 0 2px 0;
	font-weight: bold;
	color: #685040;
}

.footer .links	{
	margin-bottom: 15px;
}

.footer .links li	{
	margin:0 0 0px 0;
	
	padding:0;
	color: #685040;
}

.footer .links a	{
	color: #000;
	text-decoration: underline;
}

.footer .links a:hover	{
	color: #EA1536;
}

.footer .links a:visited	{
	color: #22409a;
}


#WebLoginLayer0 td    {
    border: 0px !important;
    padding:2px 0;
}

.utils	{
	clear: both;
	color: #685040;
	font-size: 0.85em;
	margin: 10px -5px;
	overflow: auto;
}

.utils li	{
	float: left;
	
}

.utils a	{
	color: #000;
	margin-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #666;
}

.utils a:hover	{
	color: #EA1536;
}

.copy	{
	clear: both;
	margin: 10px 0;
	font-size: 0.7em;
}

.countdown	{
	overflow: hidden;
	margin-bottom: 3px;
	height: 110px;
	background: url(/images/ambition_survey_04.jpg) top right no-repeat #98012e;
        margin-right: 2px;
}

.fraudtrack8	{
	background: url(/images/fraudtrack8_2.jpg) top right #800932;
}

.fraudtrack8 a, .countdown a	{
	display: block;
}

.fraudtrack8 .eyes, .countdown .eyes {
    float: right;
	display: none;
}

.countdown p {
	font-size: 1.5em;
	float: left;
	color: #000;
	margin: 1.5em 0 0.6em 20px;
	width: 10em;
}

.countdown a {
	color: #000;
	text-decoration:underline;
}

.countdown a:hover {
	color: #EA1536;
}

.countdown .clock	{
	width: 320px;
	font-size: 3em;
	margin: 0.35em 0 0.3em 20px;
	line-height: 87px;
	color: #666;
}

.countdown .clock span	{
	font-size: 1.7em;
	display: block;
	width: 75px;
	height: 87px;
	background:url(../images/clock_bg.png) top left no-repeat;
	float: left;
	margin-right: 4px;
	text-align: center;
	color: white;
}

.websignupfrm td	{
	padding: 0 4px;
}

.websignupfrm .inputBox	{
	width: 15em !important;
}

form.emailfriend fieldset	{
	border:0;
	margin:0;
	padding:0;
}

form.emailfriend label 	{
	width: 150px;
	display: block;
	float: left;
}

form.emailfriend p	{

}
form.emailfriend .inputBox	{
	width: 200px;
}

form.emailfriend .textBox	{
	width: 200px;
	height: 100px;
}


/*** COMMENTS FORM ***/
.jot-subject	{
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

.comments .jot-item .jot-title	{
	font-size: 1em;
	margin: 0;
}

.jot-form fieldset	{ margin:0; padding:0; }

.jot-form label	{	display: block; float: left; width: 150px; }

.jot-form .inputbox	{ width: 200px; }
.jot-form .textbox	{ width: 200px; }

/*** COMMENTS FORM ***/


/* liScroll style declarations */
 
.tickercontainer { /* the outer div with the black border */
	width: 100%; 
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	width: 100%;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
}

#ajaxSearch_output #current-search-results  {
	background-color: white;
	position: relative;
	z-index: 10;
}

.content img    { margin: 0 10px 10px 0; }

.article.register    {
    height: 725px;
}

.addthis_button    { line-height: 32px; }

.caldate	{ padding:0 !important; float: left; margin:0; margin-left:-10px;}

.bdoregistration label	{
	display: block;
	float: left;
	width: 90px;
}

.bdoregistration .textinput, .bdoregistration select	{
	width: 180px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1em;	
	line-height: 1em;
}

#ajaxSearch_submit    {
    border: 1px solid #999999;
    background: #999999 url(/images/search_go.gif) center center no-repeat;
    text-indent: -1000px;
    margin:0;
	padding-bottom: 1px;
	cursor: pointer;
}

.content #ajaxSearch_form input	{
	display: none;
}



#ajaxSearch_output	{
	clear: both;
}

.ajaxSearch_resultDescription, .search .ajaxSearch_intro	{
	display: none;
}

.sortmsg	{
	clear: both;
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0 -30px;
}

.content #ajaxSearch_form	{
	float: right;
	margin: -75px 0 0;
}

.article .content img	{
	float: left;
}

.article li    {
	list-style:none;
	padding-left: 0px;
	margin-left: 30px;
}

#subForm    {
    margin-left: 355px;
    width: 405px;
}

#subForm p  {
    position: relative;
}

#subForm label    {
    width: 115px;
    display: block;
    float: left;
}

#subForm label.error {
    float: left;
    padding: 2px 0 0 0;
    color: red;
}

#subForm input  {
    width: 170px;
}

#subForm input.error    {
    border: 1px solid red;
}

