/*
	General
*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background: url('../images/page-background.png') no-repeat top center;
	font: 12px arial;
}

:active, :focus {
 outline: none;
}

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


/*
  Containers
*/

#page_container {
	width: 900px;
	margin: 0 auto;
	padding: 15px;
	background: url('../images/page-container-background.png') no-repeat top center;
}

#navigation_container {
	height: 45px;
	padding-top: 16px;
	background: url('../images/navigation-background.png') no-repeat;
	text-align: right;
}

#content_container {
	margin-top: 50px;
	padding: 10px;
}

#info_box_container {
	float: right;
	width: 589px;
}

#lower_content_container {
	clear: both;
	margin-top: 20px;
}


/*
  Container Clearing
*/

#content_container:after , #upper_content_container:after, .two_column:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}

/* Start hide from IE-mac \*/
* html #content_container, * html #upper_content_container, * html .two_column {
	height: 1%;
}
/* End hide from IE-mac */


/*
  Primary Navigation
*/

#navigation li {
	display: inline;
	list-style-type: none;
}

#navigation li a {
	padding: 16px 25px 14px 25px;
	background: url('../images/tab-background.png') no-repeat right;
}

#navigation li a:hover {
	background: url('../images/tab-background-active.png') no-repeat right;
}

#navigation li a.last_item {
	background: none;
}

#navigation li a.last_item:hover {
	background: url('../images/tab-background-active-last.png') no-repeat right;
}


/*
  Secondary Navigation
*/

#secondary_navigation {
	padding-top: 9px;
	width: 250px;
	color: #555;
}

#secondary_navigation a {
	color: #555;
}

#secondary_navigation h1 {
  font-size: 1.4em;
}

#secondary_navigation ul {
	margin-bottom: 40px;
}

#secondary_navigation li {
	list-style-type: none;
	margin-top: 5px;
}

#secondary_navigation li a {
	color: #555;
}

#secondary_navigation li a:hover {
  text-decoration: underline;
}

#secondary_navigation .active {
	margin-left: 10px;
	font-weight: bold;
}


/*
  Content
*/

.info_box_top {
  height: 15px;
	background: url('../images/info-box-top.png') no-repeat;
}

.info_box_middle {
	background: url('../images/info-box-middle.png') repeat-y;
}

.info_box_bottom {
  height: 15px;
	background: url('../images/info-box-bottom.png') no-repeat;
}

.info_box_content {
  padding: 10px 25px 10px 25px;
  color: #555;
}

.info_box_content h1 {
	clear: both;
  margin-bottom: 10px;
  font-size: 2em;
}

.info_box_content h2 {
	clear: both;
	margin-bottom: 2px;
  font-size: 1.25em;
}

.info_box_content h3 {
	clear: both;
	margin-bottom: 2px;
  font-size: 1em;
}

.info_box_content p {
  line-height: 1.5em;
	margin-bottom: 15px;
}

.info_box_content a {
	text-decoration: none;
	color: #99CC00;
}

.project_screenshot {
	text-align: center;
	margin: 10px 0 10px 0;
}

.partner_logo {
	float: left;
  margin: 0 0 10px 0;
}

.partner_logo img {
  margin: 0 10px 0 0;
}

.cleared_content {
	clear: both;
}

.info_box_content a:hover {
	text-decoration: underline;
}

.info_box_content ul {
	margin-top: -5px;
	margin-bottom: 20px;
}

.info_box_content li {
	margin: 5px 0 0 15px;
	line-height: 1.5em;
}

.info_box_slide {
	padding: 25px 0 25px 0;
  text-align: center;
}

.small_info_box {
	float: left;
	width: 252px;
	margin-right: 28px;
	padding: 10px;
  background: url('../images/small-info-box-background.png') no-repeat;
}

.small_info_box h1 {
	margin-bottom: 5px;
  font-weight: normal;
}

.small_info_box p {
	margin-bottom: 5px;
  color: #555;
}

.small_info_box a {
	color: #555;
}

.small_info_box_last {
	float: left;
	width: 252px;
	padding: 10px;
  background: url('../images/small-info-box-background.png') no-repeat;
}

.small_info_box h1 {
	font-size: 1.5em;
}

.small_info_box_last h1 {
	font-size: 1.5em;
	margin-bottom: 5px;  
  font-weight: normal;
}

.small_info_box_last p {
  color: #555;
}

.small_info_box_last a {
	color: #555;
}

.small_box_icon {
	float: left;
	padding-right: 10px;
}

.dark_green_box h1, .dark_green_box a:hover {
	color: #99CC00;
}

.light_green_box h1, .light_green_box a:hover {
	color: #66CC66;
}

.blue_box h1, .blue_box a:hover {
	color: #3A5997 !important;
}

.red_box h1, .red_box a:hover {
	color: #ED3323 !important;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*
  Form Elements
*/

label, input, textarea {
	float: left;
	display: block;
	width: 250px;
	margin-bottom: 10px;
	padding: 3px;
}

textarea {
	font-family: arial, sans-serif;
	font-size: 12px;
	padding: 3px;
	height: 100px;
}

label {
	text-align: right;
	width: 60px;
	padding-right: 10px;
	font-weight: bold;
}

form br {
	clear: left;
}

.submit {
	width: auto;
}


/*
  Footer
*/

#footer_container {
	margin-top: 50px;
  background: url('../images/footer-background.png') repeat-x;
}

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 15px 0;
}

#footer p {
  color: #aaa;
}

.right_aligned_text {
	text-align: right;
}