@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 18px;
	margin: 8px 0;
	padding: 0;
	color: #333333;
}
p {
	font-size: 12px;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 18px;
}
a:link {
	color: #ff9900;
}
a:visited {
	color: #ff9900;
}
a:hover {
	color: #000000;
}
ul {
	font-size: 12px;
	font-style: italic;
	color: #333333;
	margin: 0 0 10px 20px;
	padding: 0;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
}
#container {
	position: relative;
	width: 1008px;
	height: auto;
	background: #333333;
	margin: 0 auto;
	text-align: left;
} 
/* header container */
#header {
	float: left;
	width: 1008px;
	height: 72px;
	padding: 0;
	margin: 0;
	background: url(../images/bg_top.jpg) no-repeat;
}
#logo {
	float: left;
	width: 445px;
	height: 72px;
}
#logo a {
	float: left;
	width: 445px;
	height: 72px;
	background: url(../images/logo.jpg) no-repeat;
}
#menu_container {
	float: left;
	width: 557px;
	height: 72px;
	padding: 0;
	margin: 0;
}
#mainmenu {
	float: right;
	width: 557px;
	margin-top: 35px;
}
#mainmenu p {
	margin: 0;
	padding: 0 40px 0 0;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	color: #82a262;
}
#mainmenu a:link {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	color: #82a262;
}
#mainmenu a:visited {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	color: #82a262;
}
#mainmenu a:hover {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	color: #FF9900;
}
#mainmenu span {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	color: #ff9900;
}
#submenu {
	float: right;
	width: 557px;
	margin: 0;
	background: url(../images/icon_sub.png) no-repeat;
	/*::======= IE6 PNG transparency fix =======::*/
	behavior: url(../resources/css/iepngfix.htc);
	/*::========================================::*/
}
#submenu p {
	margin: 0;
	padding: 0 0 0 34px;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color: #666666;
}
#submenu a:link {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color: #666666;
}
#submenu a:visited {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color: #666666;
}
#submenu a:hover {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color: #ff9900;
}
#submenu span {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color: #ff9900;
}

/*
#panel {
	float: left;
	width: 1008px;
	height: 522px;
	padding: 0;
	margin: 0;
}
*/

#main_header {
	width: 1008px;
	height: 72px;
}
#sub_header {
	width: 1008px;
	height: 30px;
}

#content_white {
	float: left;
	width: 1008px;
	background: #ffffff;
}
#content_white p {
	font-size: 12px;
	margin: 8px 0;
	padding: 0;
	line-height: 18px;
	color: #333333;
}
#content-white p {
	text-align: left;
	margin: 0;
	padding: 0;
}
#content_white .title {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 2px 0;
	color: #333333;
}
#content_white .subtitle {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#content_white p.quote {
	margin: 10px;
	font-style: italic;
	font-size: 13px;
	color: #333333;
}
#content_white div.bodytext {
	float: left;
	margin-top: 0;
	margin-left: 70px;
	display: inline;
}
#content_white div.bodytext li.emphasis {
	margin: 8px 0 0 30px;
	padding: 0;
	color: #333333;
	list-style-type: circle;
}
#content_white div.bodytext p.aag_text {
	border-bottom: 1px solid #cccccc;
}
#content_white div.bodytext p.aag_features {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
#content_white div.bodytext p.aag_benefits {
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}
#content_white div.bodytext a:link {
	color: #ff9900;
}
#content_white div.bodytext a:visited {
	color: #ff9900;
}
#content_white div.bodytext a:hover {
	color: #000099;
}
#content_white div.bodytext ul {
	text-align: left;
	font-style: italic;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 16px;
}
#content_white div.bodytext ul.nobullet {
	list-style-type: none;
}
#content_white div.bodytext li {
	margin: 3px 0 0 30px;
	padding: 0;
}
#content_white div.bodytext img {
	/*::======= IE6 PNG transparency fix =======::*/
	behavior: url(../resources/css/iepngfix.htc);
	/*::========================================::*/
}
#content_white div.bodytext ol {
	text-align: left;
	font-style: italic;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

#content_white div.callouts {
	float: right;
	width: 370px;
	margin-right: 45px;
	background: #E6E6E6;
	padding: 10px;
	font-size: 12px;
	font-style: italic;
	text-align: left;
}
#content_white div.callouts p {
	color: #333333;
	margin: 0;
	padding: 0;
}
#content_white div.callouts ul {
	color: #333333;
	margin: 5px 0;
	padding: 0;
}
#content_white div.callouts li {
	margin: 3px 0 0 20px;
	padding: 0;
}
#content_white div.quotes {
	float: right;
	margin-right: 45px;
	background: url(../images/quote_l.jpg) no-repeat;
	display: inline;
}
#content_white div.quotes p.quote {
	text-align: left;
	padding: 25px 25px 5px 25px;
	font-style: italic;
	font-size: 12px;
	color: #333333;
	line-height: 21px;
}
#content_white div.quotes p.quote_v2 {
	text-align: left;
	padding: 5px 25px;
	font-style: italic;
	font-size: 12px;
	color: #333333;
	}
#content_white div.quotes p.name {
	height: 40px;
	text-align: right;
	font-style: italic;
	font-size: 10px;
	color: #333333;
	background: url(../images/quote_r.jpg) no-repeat right;
}
#content_white div.buttons {
	float: left;
	width: auto;
}
#content_white div.links_big {
	float: left;
	width: auto;
	height: 30px;
	padding: 0 20px 0 0;
}
#content_white div.links_big a:link {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}
#content_white div.links_big a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}
#content_white div.links_big a:hover {
	color: #ff9900;
	text-decoration: none;
	font-size: 14px;
}
#content_white div.links {
	float: left;
	width: auto;
	text-align: left;
	height: 30px;
	padding: 0;
}
#content_white div.links a:link {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
#content_white div.links a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
#content_white div.links a:hover {
	color: #ff9900;
	text-decoration: none;
	font-size: 11px;
}

/* white background images */
.bg_aag {
	width: 1008px;
	height: 385px;
	background: url(../images/white_aag.jpg) no-repeat;
}
.bg_bnd {
	width: 1008px;
	height: 385px;
	background: url(../images/white_bnd.jpg) no-repeat;
}
.bg_btm {
	width: 1008px;
	height: 385px;
	background: url(../images/white_btm.jpg) no-repeat;
}
.bg_careers {
	width: 1008px;
	height: 385px;
	background: url(../images/white_careers.jpg) no-repeat;
}
.bg_company {
	width: 1008px;
	height: 385px;
	background: url(../images/white_company.gif) no-repeat;
	margin-bottom: 10px;
}
.bg_fp {
	width: 1008px;
	height: 385px;
	background: url(../images/white_fp.jpg) no-repeat;
}
.bg_industry {
	width: 1008px;
	height: 385px;
	background: url(../images/white_industry.jpg) no-repeat;
}
.bg_mis {
	/* background: url(../images/mis.gif) no-repeat center; */
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
}
.bg_plastics {
	width: 1008px;
	height: 385px;
	background: url(../images/white_plastics.jpg) no-repeat;
}
.bg_qna {
	width: 1008px;
	height: 385px;
	background: url(../images/white_qna.jpg) no-repeat;
}
#bg_white {
	float: left;
	width: 1008px;
	height: 385px;
}
/* contact list */
#contactlist {
	width: 840px;
	height: auto;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #cccccc;
}
#contactlist p {
	color: #333333;
	font-size: 11px;
	margin: 0;
	padding: 2px;
}
#contactlist p.header {
	font-weight: bold;
	text-align: center;
}
#contactlist p.name {
	text-align: right;
}
#contactlist p.short {
	padding: 0;
}
#contactlist a:link {
	font-size: 11px;
	color: #ff9900;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px;
}
#contactlist a:visited {
	color: #ff9900;
	text-decoration: none;
}
#contactlist a:hover {
	color: #000099;
	text-decoration: underline;
}

/* METRO map (managing information situations) */
/* home panels */
/*
#panel_left {
	float: left;
	width: 62px;
	height: 522px;
	background: url(../images/pnl_left.jpg) no-repeat;
}
#col1 {
	float: left;
	width: 190px;
	height: 522px;
}
#btn1_top {
	float: left;
	width: 190px;
	height: 51px;
	background: url(../images/pnl1_top.jpg) no-repeat;
}
#btn1 {
	float: left;
	width: 190px;
	height: 456px;
}
#btn1 a:link {
	float: left;
	width: 190px;
	height: 456px;
	background: url(../images/pnl1.jpg) no-repeat;
}
#btn1 a:visited {
	float: left;
	width: 190px;
	height: 456px;
	background: url(../images/pnl1.jpg) no-repeat;
}
#btn1 a:hover {
	float: left;
	width: 190px;
	height: 456px;
	background: url(../images/pnl1_r.jpg) no-repeat;
}
#btn1_bottom {
	float: left;
	width: 190px;
	height: 15px;
	background: url(../images/pnl1_btm.jpg) no-repeat;
}
#col2 {
	float: left;
	width: 173px;
}
#btn2_top {
	float: left;
	width: 173px;
	height: 37px;
	background: url(../images/pnl2_top.jpg) no-repeat;
}
#btn2 {
	float: left;
	width: 173px;
	height: 410px;
}
#btn2 a:link {
	float: left;
	width: 173px;
	height: 410px;
	background: url(../images/pnl2.jpg) no-repeat;
}
#btn2 a:visited {
	float: left;
	width: 173px;
	height: 410px;
	background: url(../images/pnl2.jpg) no-repeat;
}
#btn2 a:hover {
	float: left;
	width: 173px;
	height: 410px;
	background: url(../images/pnl2_r.jpg) no-repeat;
}
#btn2_bottom {
	float: left;
	width: 173px;
	height: 75px;
	background: url(../images/pnl2_btm.jpg) no-repeat;
}
#col3 {
	float: left;
	width: 158px;
}
#btn3_top {
	float: left;
	width: 158px;
	height: 27px;
	background: url(../images/pnl3_top.jpg) no-repeat;
}
#btn3 {
	float: left;
	width: 158px;
	height: 372px;
}
#btn3 a:link {
	float: left;
	width: 158px;
	height: 372px;
	background: url(../images/pnl3.jpg) no-repeat;
}
#btn3 a:visited {
	float: left;
	width: 158px;
	height: 372px;
	background: url(../images/pnl3.jpg) no-repeat;
}
#btn3 a:hover {
	float: left;
	width: 158px;
	height: 372px;
	background: url(../images/pnl3_r.jpg) no-repeat;
}
#btn3_bottom {
	float: left;
	width: 158px;
	height: 123px;
	background: url(../images/pnl3_btm.jpg) no-repeat;
}
#col4 {
	float: left;
	width: 138px;
}
#btn4_top {
	float: left;
	width: 138px;
	height: 21px;
	background: url(../images/pnl4_top.jpg) no-repeat;
}
#btn4 {
	float: left;
	width: 138px;
	height: 326px;
}
#btn4 a:link {
	float: left;
	width: 138px;
	height: 326px;
	background: url(../images/pnl4.jpg) no-repeat;
}
#btn4 a:visited{
	float: left;
	width: 138px;
	height: 326px;
	background: url(../images/pnl4.jpg) no-repeat;
}
#btn4 a:hover {
	float: left;
	width: 138px;
	height: 326px;
	background: url(../images/pnl4_r.jpg) no-repeat;
}
#btn4_bottom {
	float: left;
	width: 138px;
	height: 175px;
	background: url(../images/pnl4_btm.jpg) no-repeat;
}
#btn4_bottom2 {
	float: left;
	width: 98px;
	height: 175px;
	background: url(../images/pnl4_btm2.jpg) no-repeat;
}
#col5 {
	float: left;
	width: 122px;
}
#btn5_top {
	float: left;
	width: 122px;
	height: 18px;
	background: url(../images/pnl5_top.jpg) no-repeat;
}
#btn5 {
	float: left;
	width: 122px;
	height: 288px;
}
#btn5 a:link {
	float: left;
	width: 122px;
	height: 288px;
	background: url(../images/pnl5.jpg) no-repeat;
}
#btn5 a:visited{
	float: left;
	width: 122px;
	height: 288px;
	background: url(../images/pnl5.jpg) no-repeat;
}
#btn5 a:hover {
	float: left;
	width: 122px;
	height: 288px;
	background: url(../images/pnl5_r.jpg) no-repeat;
}
#btn5_bottom {
	float: left;
	width: 122px;
	height: 216px;
	background: url(../images/pnl5_btm.jpg) no-repeat;
}
#btn5_bottom2 {
	float: left;
	width: 122px;
	height: 41px;
	background: url(../images/pnl5_btm2.jpg) no-repeat;
}
#panel_right {
	float: left;
	width: 165px;
	height: 522px;
	background: url(../images/pnl_right.jpg) no-repeat;
}
#panel_right2 {
	float: left;
	width: 165px;
	height: 347px;
	background: url(../images/pnl_right2.jpg) no-repeat;
}

#home_header {
	width: 1008px;
	height: 36px;
	background: url(../images/hdr_home.jpg) no-repeat;
}

#panel1 a:link {
	float: left; width: 195px; height: 450px; background: url(../images/pnl1.gif) no-repeat; margin: 0 0 0 90px; padding: 0;
}
#panel1 a:visited {
	float: left; width: 195px; height: 450px; background: url(../images/pnl1.gif) no-repeat; margin: 0 0 0 90px; padding: 0;
}
#panel1 a:hover {
	float: left; width: 195px; height: 450px; background: url(../images/pnl1_r.gif) no-repeat; margin: 0 0 0 90px; padding: 0;
}
#panel2 a:link {
	float: left; width: 173px; height: 395px; background: url(../images/pnl2.gif) no-repeat; margin: 0 0 55px 0; padding: 0;
}
#panel2 a:visited {
	float: left; width: 173px; height: 395px; background: url(../images/pnl2.gif) no-repeat; margin: 0 0 55px 0; padding: 0;
}
#panel2 a:hover {
	float: left; width: 173px; height: 395px; background: url(../images/pnl2_r.gif) no-repeat; margin: 0 0 55px 0; padding: 0;
}
#panel3 a:link {
	float: left; width: 158px; height: 352px; background: url(../images/pnl3.gif) no-repeat; margin: 0 0 98px 0; padding: 0;
}
#panel3 a:visited {
	float: left; width: 158px; height: 352px; background: url(../images/pnl3.gif) no-repeat; margin: 0 0 98px 0; padding: 0;
}
#panel3 a:hover {
	float: left; width: 158px; height: 352px; background: url(../images/pnl3_r.gif) no-repeat; margin: 0 0 98px 0; padding: 0;
}
#panel4 a:link {
	float: left; width: 138px; height: 305px; background: url(../images/pnl4.gif) no-repeat; margin: 0 0 145px; padding: 0;
}
#panel4 a:visited {
	float: left; width: 138px; height: 305px; background: url(../images/pnl4.gif) no-repeat; margin: 0 0 145px; padding: 0;
}
#panel4 a:hover {
	float: left; width: 138px; height: 305px; background: url(../images/pnl4_r.gif) no-repeat; margin: 0 0 145px; padding: 0;
}
#panel5 a:link {
	float: left; width: 122px; height: 269px; background: url(../images/pnl5.gif) no-repeat; margin: 0 0 181px 0; padding: 0;
}
#panel5 a:visited {
	float: left; width: 122px; height: 269px; background: url(../images/pnl5.gif) no-repeat; margin: 0 0 181px 0; padding: 0;
}
#panel5 a:hover {
	float: left; width: 122px; height: 269px; background: url(../images/pnl5_r.gif) no-repeat; margin: 0 0 181px 0; padding: 0;
}

*/


/* news panel */
#content_container {
	float: left;
	width: 1008px;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

#panel_news {
	position: relative;
	top: 648px;
	/* left: 672px; */
	width: 336px;
	height: 260px;
	background: url(../images/pnl_news.png) no-repeat right;
	margin-left: 672px;
	margin-top: -260px;
	/*::======= IE6 PNG transparency fix =======::*/
	behavior: url(../resources/css/iepngfix.htc);
	/*::========================================::*/
}

#newsbox {
	float: left;
	width: 255px;
	height: 175px;
	padding: 0px;
	margin-top: 16px;
	margin-left: 14px;
}
#newsbox p {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px;
	padding: 0;
}
#newsbox p.bolded {
	font-weight: bold;
}
#newsbox p.quotes {
	font-size: 12px;
	font-style: italic;
	margin: 15px;
}
#newsbox p.name {
	text-align: right;
	font-size: 10px;
}
#newsbox ul {
	font-size: 11px;
	font-style: italic;
	color: #333333;
	padding: 0;
}
#newsbox ul li {
	margin: 2px 5px 0 25px;
	padding: 0;
}
#newsbox ol {
	font-size: 11px;
	font-style: italic;
	color: #333333;
	padding: 0;
}
#newsbox ol li {
	margin: 1px 5px 0 30px;
	padding: 0;
}
#newsbox a:link {
	color: #ff9900;
	font-size: 11px;
}
#newsbox a:visited {
	color: #ff9900;
	font-size: 11px;
}
#newsbox a:hover {
	color: #000000;
	font-size: 11px;
}
#newsbox div.quotes {
	float: right;
	margin-top: 20px;
	background: url(../images/quote_l.jpg) no-repeat;
	display: inline;
}
#newsbox div.quotes p.quote {
	text-align: left;
	padding: 25px 25px 5px 25px;
	font-style: italic;
	font-size: 14px;
	color: #333333;
	/* line-height: 18px; */
}
#newsbox div.quotes p.name {
	height: 40px;
	text-align: right;
	font-style: italic;
	font-size: 10px;
	color: #333333;
	background: url(../images/quote_r.jpg) no-repeat right;
}


/* main container */
#body_container {
	float: left;
	width: 1008px;
	height: 385px;
	padding: 0;
	margin: 0;
	background: #ffffff;
}

/* contact forms */
.form_container {
	float: right;
	width: auto;
	margin: 30px 50px 0 30px;
	padding: 0;
}
.form_container p {
	color: #0000000;
	text-align: left;
	font-size: 11px;
}
.form_container table {
	border: 1px solid #cccccc;
	margin: 0;
}
.form_container table td {
	margin: 0;
	padding: 5px;
	color: #333333;
	font-size: 11px;
}

/* footers */
#foot_top {
	float: left;
	width: 1008px;
	height: 18px;
	margin: 0;
	padding: 0;
	background: url(../images/ftr_home.gif) repeat-x;
/*
	float: left;
	width: 1008px;
	height: 36px;
	margin: 0;
	padding: 0;
	background: url(../images/white_btm.jpg) no-repeat;
	display: inline;
*/
}

#footer {
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	background: white;
}
#footer p.big {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 0;
	padding: 0;
}
#footer p.small {
	font-size: 10px;
	color: #333333;
	margin: 0;
	padding: 5px 0;
}

/*
#footer {
	float: left;
	width: 1008px;
	height: 54px;
	padding: 0;
	background: url(../images/bg_bottom.jpg) no-repeat;
}
#footer p.big {
	text-align: center;
	font-size: 18px;
	color: #003366;
	margin: 0;
	padding-top: 5px;
}
#footer p.big_white {
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	margin: 0;
	padding-top: 5px;
}
#footer p.medium {
	text-align: center;
	font-size: 14px;
	color: #003366;
	margin: 0;
	padding-top: 5px;
}
#footer p.small {
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	margin: 0;
	padding-top: 5px;
}
#footer p.small_blue {
	text-align: center;
	font-size: 12px;
	color: #003366;
	margin: 0;
	padding-top: 2px;
}


#footer2 {
	float: left;
	width: 681px;
	height: 54px;
	padding: 0;
	background: url(../images/bg_bottom2.jpg) no-repeat;
	display: inline;
}
#footer2 p.big {
	text-align: center;
	font-size: 18px;
	color: #003366;
	margin: 0 0 0 370px;
	padding: 0;
}
#footer2 p.small {
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
	margin: 0 0 0 370px;
	padding-top: 5px;
}
*/

/* clear elements */
.clearfloat {
	clear: both;
}

/* grey line */
.thin_line {
	width: 100%;
	height: 1px;
	background: #cccccc;
}



.boxtitle {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.boxtitle a:link {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.boxtitle a:visited {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.boxtitle a:hover {
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
}
.more {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.qna_container {
	float: left;
	width: 100%;
}

#quicksearch {
	position: absolute;
	width: 140px;
	background: #666666;
	padding: 3px;
	margin-left: -40px;
	margin-top: 260px;
}

/* login table */
#login_table {
	width: 100%;
	border: 1px dotted #FFFFFF;
}
#login_table td {
	padding: 3px;
}
#login_table p.right {
	font-size: 12px;
	text-align: right;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
#login_table p.left {
	font-size: 12px;
	text-align: left;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
#login_table p.tiny {
	font-size: 10px;
	text-align: left;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
#login_table a:link {
	font-size: 12px;
	text-align: left;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
#login_table a:visited {
	font-size: 12px;
	text-align: left;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
#login_table a:hover {
	font-size: 12px;
	text-align: left;
	color: #FF9900;
	margin: 0;
	padding: 0;
}

#clients_container {
	width: 1008px;
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
	font-size: 12px;
}
#clients_container p {
	font-size: 12px;
	color: #000000;
	padding: 0 20px;
	margin: 0;
}
#clients_container a {
	color: #FF9900;
}
#clients_container div#clients_menu {
	width: 100%;
	float: left;
	text-align: right;
}
#subbox2 {
	width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}
#subbox2 p {
	text-align: left;
	padding: 10px;
}

#intro_text {
	width: 100%;
	margin: 0 auto;
}
#intro_text p {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 5px;
}
#intro_text a:link {
	color: #FF9900;
	text-decoration: underline;
}
#intro_text a:visited {
	color: #FF9900;
	text-decoration: underline;
}
#intro_text a:hover {
	color: #ffffff;
	text-decoration: none;
}

/*:: Brookfield ::*/
#brookfield_container {
	background: #FFFFFF;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
#brookfield_container #header {
	font-size: 24px;
	color: #0000FF;
	text-align: center;
}
#brookfield_container #maincontent {
	font-size: 12px;
	padding: 10px;
	background: url(../images/gears_watermark.gif) bottom left no-repeat;
}
#brookfield_container #form {
	margin: 10px;
	padding: 10px;
	width: 300px;
	border: 1px solid #CCCCCC;
	float: right;
	text-align: left;
}

#brookfield_container .boxtitle {
	font-size: 16px;
	font-weight: bold;
	color: #094e09;
}
#brookfield_container .divider {
	border-top: 1px solid #cccccc;
	margin: 20px auto;
}

/* old press releases section */
#pr_container {
	float: left;
	width: 600px;
	margin-left: 20px;
	padding: 0;
	color: #333333;
	font-size: 12px;
}
#pr_container h1 {
	font-size: 21px;
	margin: 0;
	padding: 0;
	color: #444444;
}
#pr_container h3 {
	font-size: 14px;
	margin: 20px 0;
	padding: 0;
}
#pr_container h4 {
	font-size: 12px;
	margin: 20px 0;
	padding: 0;
}
#pr_container a:link {
	color: #374BA8;
	text-decoration: none;
}
#pr_container a:visited {
	color: #374BA8;
	text-decoration: none;
}
#pr_container a:hover {
	color: #374BA8;
	text-decoration: underline;
}
#pr_container ul {
	font-size: 12px;
	padding: 0;
	margin: 10px 20px;
}
#pr_container ol {
	font-size: 12px;
	padding: 0;
	margin: 10px 20px;
}
#pr_container li {
	padding: 0;
	margin: 5px 15px;
}

#pr_side_container {
	float: right;
	width: 330px;
	margin-right: 20px;
	padding: 0;
	background: #ffffff url(../images/notice-background-tile.png) repeat-y right;
	text-align: left;
	color: #444444;
	font-size: 12px;
	font-weight: bold;
}
#pr_side_container p {
	text-align: left;
	padding: 0;
	margin: 10px;
	font-size: 11px;
}
#pr_side_container a:link {
	color: #374BA8;
	font-size: 11px;
	text-decoration: none;
}
#pr_side_container a:visited {
	color: #374BA8;
	font-size: 11px;
	text-decoration: none;
}
#pr_side_container a:hover {
	color: #374BA8;
	font-size: 11px;
	text-decoration: underline;
}

.divider_blue {
	background: url(../images/divider_blue.gif) no-repeat;
	width: 100%;
	height: 1px;
	float: left;
	margin: 0;
	padding: 0;
}
#side-vert-separator {
	float: left;
	text-align: left;
	width: 5px;
	margin: 50px 0 0 -10px;
	padding: 0;
}

/* ajax popup styles */
#popup {
	width: 616px;
	margin: 0 auto;
	padding: 0;
	background: white;
}
#popup p {
	font-size: 12px;
	color: #333333;
	margin: 10px 0;
	padding: 0;
}
#popup p.title {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#popup span.subtitle {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#popup p.callout {
	font-size: 14px;
}
#popup a:link {
	color: #cc6600;
	text-decoration: none;
}
#popup a:visited {
	color: #cc6600;
	text-decoration: none;
}
#popup a:hover {
	color: black;
	text-decoration: underline;
}
#popup #content {
	margin: 0;
	padding: 20px;
	text-align: left;
}
#popup #footer {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0;
	padding: 0;
	background: white;
}
#popup #footer p {
	font-size: 11px;
	padding: 0;
	margin-bottom: 10px;
}
#popup table#signup {
	border: 1px solid #999999;
	margin: 0;
	padding: 5px;
}
#popup table#signup td {
	font-size: 12px;
	text-align: right;
	color: #333333;
	margin: 0;
	padding: 5px;
}
#popup table#org {
	margin: 10px auto;
	padding: 0;
}
#popup table#org td {
	font-size: 12px;
	text-align: left;
	color: #333333;
	margin: 0;
	padding: 5px 3px;
	vertical-align: top;
}
#popup table#org td.heading {
	text-align: right;
	font-weight: bold;
}
/*:: Reel Time ::*/
#reeltime_quotes {
	float: right;
	width: 400px;
	margin-left: 40px;
	/* background: url(../images/reeltime_pg1.gif) center no-repeat; */
	display: inline;
}
#reeltime_quotes div.quote_top {
	width: 100%;
	float: left;
	background: url(../images/quote_l.jpg) no-repeat;
}
#reeltime_quotes div.quote_bottom {
	float: left;
	background: url(../images/quote_r.jpg) no-repeat right;
}
#reeltime_quotes div.quotes_right p {
	color: black;
}
ul.reeltime {
	font-style: normal;
}
ul li {
	margin: 7px 0;
	padding: 0;
}

ol {
	font-size: 12px;
	font-style: italic;
	color: #333333;
	margin: 0 0 10px 20px;
	padding: 0;
}
ol.reeltime {
	font-style: normal;
}
ol li {
	margin: 4px 0 0 20px;
	padding: 0;
}
ol.reeltime li {
	margin: 7px 0;
}
#content_white div.quotes_right {
	float: right;
	margin-right: 45px;
	background: url(../images/quote_l.jpg) no-repeat;
	display: inline;
}
#content_white div.quotes_right p {
	margin: 25px 25px 5px;
	padding: 0;
	font-style: italic;
	font-size: 12px;
	color: #333333;
	line-height: 21px;
}
#content_white div.quotes_right p.name {
	height: 40px;
	text-align: right;
	font-style: italic;
	font-size: 10px;
	color: #333333;
	margin: 0;
	padding: 0;
	background: url(../images/quote_r.jpg) no-repeat right;
}


/*:: our services table ::*/
table#building_trust {
	color: #666666;
	border: 1px solid #666666;
}
table#building_trust td {
	margin: 0;
	padding: 5px;
}
table#building_trust p {
	color: #666666;
}
table#building_trust p.content {
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 0;
}
table#building_trust p.column_title {
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
table#building_trust span.row_title {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
table#building_trust span.big_number {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}
table#building_trust p.center_blue {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #0091cd;
	margin: 15px 0;
	padding: 0;
}
table#building_trust p.solution {
	font-size: 11px;
	font-style: italic;
	margin: 0 0 0 10px;
	padding: 0;
}
table#building_trust ul {
	font-size: 11px;
	margin: 5px;
	padding-left: 10px;
}
table#building_trust ul li {
	margin-top: 5px;
	padding: 0;
}

h1 {
	font-size: 18px;
	margin: 8px 0;
	padding: 0;
	color: #333333;
}
p {
	font-size: 12px;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 18px;
}
a:link {
	color: #ff9900;
}
a:visited {
	color: #ff9900;
}
a:hover {
	color: #000000;
}
span.download {
	font-size: 12px;
}
span.download a {
	color: #ff9900;
	text-decoration: none;
}
/**************************************/
/************ FOLIO LINE **************/
/**************************************/

#folio { width: 100%; float: left; }

#folio p { font-size: 11px; margin: 10px; color: #666666; text-align: center; }

#folio a:link { color: #FF9900; text-decoration: none; text-align: center; }

#folio a:visited { color: #FF9900; text-decoration: none; text-align: center; }

#folio a:hover { color: #999999; }

/**************************************/
/************* NEWS PANEL *************/
/**************************************/
#newspanel {
	width: 279px;
	height: 196px;
	margin: 0;
	padding: 0;
	background: url(../images/landing_newspanel.gif) no-repeat;
}
#newspanel #newsbox {
	width: 255px;
	height: 175px;
	margin: 0 auto;
	padding: 13px;
}
#newspanel_340x260 {
	width: 340px;
	height: 260px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/landing_newspanel_340x260.gif) no-repeat;
}
#newspanel_340x260 #newsbox {
	width: 294px;
	height: 220px;
	margin: 0 auto;
	padding: 20px 23px;
}

