/* CSS Document */

/****** UNIVERSAL STYLES ************/

html, body, div, table, tr, td, ul, li, a, img, p {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:14px;
	border:none;
}

body {
	background-color:#FFF;
}

a, a:visited {
	cursor:pointer;
	color:#014375;
	text-decoration:none;
	font-size: 12px;
}

a:hover {
	cursor:pointer;
	color:#014375;
	text-decoration:underline;
	font-size: 12px;
}

h2 {
	margin:0;
	padding:0;
	font-size:2em;
	line-height:normal;
	font-weight:bold;
	text-align:center;
	color:#004274;
}


h3 {
	float:left;
	margin:0;
	padding:0 0 20px;
	font-size:1.7em;
	line-height:normal;
	font-weight:normal;
	color:#AECB5D;
}


/****** WRAPPERS AND BG DIVS STYLES ***********/

#centerWrapper {
	margin:0 auto;
	width:900px;	
}

#contentRepeatBG {
	float:left;
	width:930px;
	background-image:url(../newamc2/images/horizontalBG.gif);
	background-repeat:repeat-y;
}

#contentBG {
	float:left;
	width:900px;
	padding:0 15px;
	background-image:url(../newamc2/images/contentBG.gif);
	background-repeat:no-repeat;
	background-position:top;
}

/******* HEADERS AND TOP NAV *************/

#topNav {
	float:left;
	width:900px;
	height:38px;
	background-image:url(../newamc2/images/wood.gif);
	background-repeat:no-repeat;
	text-align:right;
	font-size:12px;
}

#topNav_links {
	margin:20px 0 0;
}

#topNav_links a {
	text-align:right;
	font-size:12px;
}

#header {
	float:left;
	width:900px;
	height:200px;
}
#header_bar { 
	width:900px;
	height:54px;
	padding:11px 11px 0 752px ;
	background-image:url(../../trends/header_bar%20copy.jpg);
	background-repeat:no-repeat;
}

/******* LEFT COLUMN ***********/

#leftColumn {
	float:left;
	width:180px;
	margin-top:20px;
	text-align:center;
	height:515px;
	position:relative;
}
#leftColumn img {
	margin:5px;
}

ul#sideNav {
	float:left;
	list-style:none;
	padding:0 0 10px 10px;
	background-color:#fff;
}

ul#sideNav li {
	display:block;
	float:left;
	clear:left;
}

ul#sideNav li a {
	display:block;
	text-align:justify;
	font-size:13px !important;
	line-height:25px;
	width:170px;
	height:25px;
}

#nama_logo {
	position:relative;
	z-index:5;
}

/******* CENTER COLUMN *************/

a.more, a.more:visited {
	color:#336699;
	text-decoration:none;
	font-size: 12px;
}

a.more:hover {
	color:#336699;
	text-decoration:underline;
	font-size: 12px;
}

#centerColumn {
	float:left;
	display:inline;
	width:450px;
	margin-top:20px;
}

#centerColumn div.headline {
	float:left;
}

#centerColumn div.section {
	float:left;
	padding:20px 0;
}

#centerColumn div.dottedSection {
	float:left;
	padding:20px 0;
	border-top:1px dotted #584205;
	border-bottom:1px dotted #584205;
}

#centerColumn p.subHead {
	margin:0;
	padding:10px 0 0;
	color:#a9332f;
}

#centerColumn p {
	margin:0;
	padding:0 0 10px;
}

/********** RIGHT COLUMN **********/

#rightColumn {
	float:right;
	margin-top:15px;
	width:245px;
	text-align:right;
	color:#918f8f;
}

#rightColumn img { 
	margin:5px 0 10px;
}

#keynote {
	padding-top:20px;
	background-image:url(../images/keynote_bg_mid.jpg);
	background-repeat:repeat-y;
}
#keynote p{
	text-align:center;
	color:#000;
	margin:20px 10px 10px;
}

#keynote_wrapper img{
	margin:20px -7px 10px;
}

#keynote_topper {
	background-image:url(../images/keynote_bg_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	line-height:9px;
}

#keynote_wrapper {
	float:right;
	width:238px;
	background-image:url(../images/keynote_bg_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:10px;
}

#keynote_header {
	color:#004274;
	font-size:1.8em;
	text-align:justify;
	margin:0 10px 10px;
}

#keynote_subheader {
	color:#a9332f;
	text-align:justify;
	margin:0 10px 10px;
}



/*********** FOOTER ***************/

#footer {
	clear:both;
	width:900px;
	height:103px;
	background-image:url(../../trends/images/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#footer p {
	text-align:center;
	color:#666;
}

