/*----------------------- document setup --------------------------------- */
body {
	margin: 0px;
	background: url(/images/body-bg.gif) top left repeat-x #dbdbdb;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 17px;
}


* {
	margin: 0px;
	padding: 0px;
}

ul, ol {
	margin-left: 35px;
}

p, h1, h2, h3 {
	margin-bottom: 10px;
}

h1 {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 22px;
}

h2 {
	font-size: 15px;
	text-transform: uppercase;
	line-height: 17px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
}


.spacer {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	width: 0;
}

a img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #cd4000;
}

a:hover, a:active {
	text-decoration: underline;
	color: #ff5000;
}

a:visited {
	color: #de5111;
}

/*------------- layout ------------- */
#container {
	width: 929px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	background: #ededec;
}

#header {
	background: url(/images/header-bg.gif) no-repeat;
	width: 929px;
	height: 114px;
	color: white;
}

#header div {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	margin-top: 30px;
}

#header a {
	color: white;
}

#banner {
	height: 120px;
}

#bar {
	height: 10px;
	overflow: hidden;
}

#page-content-holder {
	width: 929px;
	overflow: hidden;
	position: relative;
}

#toolset-holder {
	width: 848px;
	overflow: hidden;
	position: relative;
	border: 3px solid #4E4E4E;
	border-top: 0px;
	top: -21px;
	padding-top: 21px;
}

#long-content {
	width: 859px;
	padding: 35px;
}

.content {
	width: 859px;
	padding: 35px;	
	float: left;
}

.toolset-item {
	width: 814px;
	float: left;
	padding: 4px 20px;
}

#main-menu {
	width: 929px;
	height: 29px;
	background: url(/images/button-normal-bg.gif) repeat-x;
	font-size: 12px;
	overflow: hidden;
}

.subpage-menu {
	background: #313131;
	width: 914px;
	padding-left: 15px;
	height: 39px;
	overflow: hidden;
	text-align: center;
}



#contact-footer {
	width: 859px;
	padding: 10px 35px;
	font-size: 12px;
	background: #cecece;
}

#contact-footer a {
	color: black;
	font-weight: bold;
}

#copyright-footer {
	width: 859px;
	padding: 10px 35px;
	color: white;
	font-size: 12px;
	background: #313131;
}

#left-arrow, #right-arrow {
	position: absolute;
	top: 380px;
}

#left-arrow {
	left: -16px;
}

#right-arrow {
	left: 919px;
}

#content-nav, #toolset-nav {
	width: 10250px;
	position: relative;
}

/*-------------- the menu ------------------ */
#main-menu a {
	display: block;
	height: 29px;
	padding: 8px 0px;
	width: 154px;
	float: left;
	margin-right: 1px;
	text-align: center;
	text-decoration: none;
	color: white;
}

#main-menu a:hover {
	background: url(/images/button-hover-bg.gif);
	padding: 7px 0px;
}

#main-menu a.active {
	background: url(/images/button-active-bg.gif);
	color: #000;
	padding: 7px 0px;
}

#main-menu a.last {
	margin-right: 0px;
}


/*------------- subpage menu ------------- */
.subpage-menu a {
	display: block;
	width: 121px;
	height: 36px;
	background: url(/images/sub-buttons/off.gif);
	float: left;
	margin: 3px 0px;
	color: white;
	font-size: 11px;
	text-align: center;
	padding-top: 13px;
}

.subpage-menu a:link {
	color: white;
}

.subpage-menu a:hover { 
	background: url(/images/sub-buttons/hover.gif);
	color: black;
	text-decoration: none;
	padding-top: 11px;
}

.subpage-menu a.active {
	background: url(/images/sub-buttons/active.gif);
	color: black;
	padding-top: 11px;
}


#toolset-menu {
	background: url(/images/subpage-menu-bg.gif) top left repeat-x;
	height: 82px;
	width: 834px;
	padding-left: 20px;
}

#toolset-menu a {
	width: 74px;
	height: 82px;
	padding-top: 0px;
	margin: 0px 0px;
	display: block;
	float: left;
}

#toolset-menu a:hover img, #toolset-menu a.active img {
	display: none;
}


/*------------- columns ------------- */
.column {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
}

.main {
	width: 680px;
	border-right: 1px solid silver;
}

.last {
	width: 155px;
	margin: 0px;
	padding: 0px;
}
.content ul {
	margin-left: 20px;
}
/*------------- styles ------------- */
.features {
	color: #e76225;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.blog-post big {
	font-size: 24px;
	line-height: 32px;
	color: #9c9c9c;
}

.post-info {
	width: 100%;
	border-top: 1px dotted silver;
	font-size: 11px;
	padding-top: 5px;
	margin-bottom: 20px;
}

.sidebar {
	float: right;
	width: 275px;
	margin-left: 25px;
	clear: left;
}
.sidebar ul {
	color: #e76225;
	padding-left: 20px;
	margin-top: 5px;
	font-size: 12px;
}

#logo-link {
	position: absolute;
	top: 13px;
	left: 37px;
}

#logo-link img {
	width: 250px;
	height: 90px;
}

.press-release {
	margin-bottom: 10px;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
}

/*-------------------- forms and errors --------------------------- */
table.form {
	border-collapse: collapse;
	margin: 35px auto 10px;
	width: 750px;
}

table.form td {
	border-top: 1px solid #999999;
	padding: 10px 5px;
	vertical-align: top;
}
td.label {
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
	padding-left: 20px;
	text-align: right;
}

table.form select {
	width: 225px;
}
.notice, .errorExplanation {
	padding: 5px 10px 5px 30px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}
.notice {
	color: #577700;
	border: 1px solid #658900;
	background: url(/images/forge/miniicons/icon_accept.gif) #E9F1D5 no-repeat 8px 6px;
}
.errorExplanation {
	color: red;
	border: 1px solid red;
	background: url(/images/forge/miniicons/action_stop.gif) #FFC9C9 no-repeat 8px 6px;
}