

/*---------global--------*/

html,body {
	height:100%;
	padding:0;
	margin:0;
}

body {
	margin:0px;
	text-align:center;
	background-color:#ec8e29;
	
		background-image:url(../images/bg.gif);
	
		background-repeat:repeat-x;
	
}

body * {
	text-align:left;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#999;
}

h1 {
	font-size:17px;
	color:#ec8e29;
	line-height:20px;
	margin-top:0px;
	margin-bottom:0px;
}

h2 {
	font-size:17px;
	color:#ec8e29;
}

h3 {
	font-size:17px;
	color:#ec8e29;
}

* html div#layoutContainer {
	height:100%;
	overflow:visible;
}

div#layoutContainer {
	min-height:100%;
	margin:0px auto;
	overflow:auto;
	width:774px;
	background-color:#fff;
}

div#contentContainer {
	padding-left:23px;
	padding-right:23px;
}

/*---------header---------*/

div#headerContainer {
	height:65px;
	border-bottom:1px solid #fff;
	background-color:#fff;;
	background-position:top right;
	background-repeat:no-repeat;
	margin-top:18px;
}

div#headerContainer img {
	padding-left:1px;
	border:0px;
	float:left;
}

/*---------navigation---------*/

div#navigationContainer {
	float:left;
	text-align:left;
	width:100%;
	background-color:#fff;
	height:25px;
	border-top:1px solid #ec8e29;border-bottom:3px solid #fff;
	margin-top:16px;
}

div#navigationContainer a {
	display:block;
	float:right;
	padding:0px 5px;
	font-size:12px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
	line-height:18px;
border-right:1px solid #ec8e29;
}

div#navigationContainer a.selected {
	font-weight:bold;
	background-color:#fff;
	color:#000;
	cursor:default;
}

div#navigationContainer a:hover {
	font-weight:bold;
	color:#000;
	background-color:#fff;
}

div#navigationContainer a.selected:hover {
	background-color:#fff;
	color:#000;
}

div#navigationContainer a.first {
	display:inline;
	margin-left:5px;
}

div#navigationContainer a.last {
	display:inline;
border-right:0px;
}

/*--------content---------*/

div#mainContent {
	float:left;
	width:100%;
}

div#homepageContentRow1 {
	float:left;
	
	background-color:#fff;
	color:#999;
	
}

div#homepageContentRow2 {
	float:left;
	
	background-color:#fff;
	color:#e4e4e4;
	
	padding-top:25px;
	padding-left:0px;
	padding-right:30px;
	padding-bottom:20px;
}

div#mainContentRow1 {
	float:left;
	
	background-color:#fff;
	color:#999;
	
}

div#mainContentRow2 {
	clear:both;
	padding-top:25px;
	padding-bottom:20px;
	padding-right:30px;
}

p {
	margin-top:10px;
	margin-bottom:10px;
}

p.intro {
	font-weight:bold;
}

a.enlargeLink {color:#ec8e29;text-decoration:none;float:right;line-height:16px;}

a.enlargeLink:hover {text-decoration:underline;}

a.stdLink {color:#ec8e29;text-decoration:none;}

a.stdLink:hover {text-decoration:underline;}

/*--------footer---------*/

#footer{
	clear:left;
	text-align:right;
	color:#999;
	padding:5px 5px 35px 5px;
	border-top:1px solid #7f7f7f;;
	background-color:#fff;
	font-size:10px;
}

#footer a{
	font-size:10px;
	color:#999;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}
