/*
====================================================================
Main Body and HTML
====================================================================
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Tahoma, Arial, Serif;
	font-size: 11px;
	text-align: left;
	color: #FFFFFF;
	background: #000000;
}

#wrapper {
	position: relative;
	width: 700px;
	margin: 0px auto;
	padding: 0px 20px;
}


/*
====================================================================
Top Navigation
====================================================================
*/

#navigation {
	height: 20px;
	border-top: 1px solid #999900;
	border-left: 1px solid #999900;
	border-right: 1px solid #999900;
}
#navigation ul{
	list-style-image: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	display: inline;
}
#navigation a {
	background: #000;
	border-right: 1px solid #999900;
	border-bottom: 1px solid #999900;
	color: #999900;
	float: left;
	display: inline;
	width: auto;
	font-family: Arial, Helvetica, Tahoma, Arial, Serif;
	font-size: 11px;
	padding: 0 15px 0 15px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #996600
	color: #ffffff;
}
#navigation a#active {
	background-color: #996600
	color: #ffffff;
}


/*
====================================================================
Common Tags Formatting
====================================================================
*/

h1, h2, p {
	font-family: Arial, Helvetica, Tahoma, Arial, Serif;
	font-size: 12px;
	text-align: left;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	font-size: 25px;
	line-height: 25px;
	letter-spacing: -1px;
	margin: 0px 0px 20px 0px;
}

h1, h2 {
	font-weight: bold;
	color: #999900;
}

h2 { font-size: 14px; }

p {
	font-weight: normal;
	line-height: 16px;
	color: #FFFFFF;
}

/* ------------------------------------------------------------- */

ul {
	list-style-image: url(../images/list_bullet.gif);
	list-style-type: disk;
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 15px 0px;
}

ol {
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 15px 0px;
}
ol li {
	margin: 0px 0px 8px 0px;
}

/* ------------------------------------------------------------- */

form {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

input {
	font-family: Arial, Helvetica, Tahoma, Arial, Serif;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	color: #000000;
}

/* ------------------------------------------------------------- */

table {
	border: none;
}

/* ------------------------------------------------------------- */

a {
	font-weight: bold;
	text-decoration: none;
	color: #999900;
	background-color: transparent;
}
a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------- */

img {
	vertical-align: middle;
	border: none;
}

.preload {
	display: none;
}

/*
====================================================================
THINK Logo
====================================================================
*/

#think {
	position: relative;
	height: 85px;
	background-color: transparent;
}

#think #thinklogo {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 115px;
	height: 40px;
	background: transparent url(../images/lines.gif) no-repeat bottom left;
}

#think #thinklogo a {
	display: block;
	width: 115px;
	height: 40px;
	text-decoration: none;
	background-color: transparent;
}

#think #blueprint {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 100px;
	height: 100px;
	background: transparent url(../images/featured2.gif) no-repeat bottom left;
}

#think #blueprint a {
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
	background-color: transparent;
}

/*
====================================================================
Website
====================================================================
*/

#web {
	position: relative;
	padding: 30px 20px 22px 20px;
	border: 1px solid #999900;
}

#web ul li {
	font-size: 12px;
	padding-bottom: 10px;
}

/*
====================================================================
Stages Menu
====================================================================
*/

#web #rightmenu {
	position: absolute;
	right: 34px;
	bottom: 40px;
	width: 150px;
	vertical-align: bottom;
}

#web #rightmenu ul {
	list-style-image: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #999900;
}

#web #rightmenu ul li {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #999900;
}

#web #rightmenu ul li a {
	display: block;
	padding: 5px;
	width: 140px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}

#web #rightmenu ul li a:hover {
	background-color: #47002A;
}

/*
====================================================================
Stage 1
====================================================================
*/

#web #stage1 {
	padding-top: 2%;
	padding-left: 5%;
	padding-right: 8%;
}
#web #stage1 ul li {
	font-size: 12px;
	font-weight: bold;
}

/*
====================================================================
Stage 2
====================================================================
*/

#web #stage2 table {
	padding: 0px;
	margin: 5px 0px 15px 3px;
	font-size: 12px;
}

#web #stage2 table th, #web #stage2 table td {
	padding: 0px 10px 9px 0px;
	vertical-align: middle;
	font-weight: normal;
}

#web #stage2 table td {
	padding-right: 2px;
}

#web #stage2 .f_field, #web #stage2 textarea {
	width: 200px;
	padding: 2px 3px;
	background-color: #FFFFFF;
	border: 1px solid #999900;
	font-size: 12px;
}

#web #stage2 textarea {
	width: 645px;
	font-family: Arial, Helvetica, Tahoma, Arial, Serif;
	font-size: 12px;
}

/*
====================================================================
Footer
====================================================================
*/

#footer {
	position: relative;
	padding: 15px 0px;
	height: 30px;
	background-color: transparent;
}

#footer a {
	font-weight: normal;
	padding-left: 18px;
	text-decoration: none;
}

#footer a:hover {
	color: #999900;
}

#footer #copyright {
	float: right;
	text-align: right;
}

#footer #copyright a {
	font-weight: normal;
	text-decoration: underline;
	background: transparent;
	padding: 0px;
	color: #FFFFFF;
}

#footer #copyright a:hover {
	color: #999900;
}

/*
====================================================================
Footer
====================================================================
*/

#footer #rightmenu2 {
	position: absolute;
	right: 34px;
	bottom: 98px;
	width: 160px;
	vertical-align: bottom;
}

#footer #rightmenu2 ul {
	list-style-image: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #999900;
}

#footer #rightmenu2 ul li {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #999900;
}

#footer #rightmenu2 ul li a {
	display: block;
	padding: 5px;
	width: 150px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}

#footer #rightmenu2 ul li a:hover {
	background-color: #996600;
}
