/* Reflect "Vanilla" Theme
---------------------------------------------------- */

@import 'reset.css';

html {
	min-width: 840px;
	}
body {
	font: 13px/20px helvetica, verdana, arial, sans-serif;
	text-align: center;
	background: #333;
	margin: 0;
	color: #666;
	min-width: 840px;
	}
#header {
	background: #000 url(/09/images/bg_header.gif) center no-repeat;
	height: 95px;
	}
#header-inner {
	width: 780px;
	margin: 0 auto;
	}
h1#logo {
	text-indent: -9999px;
	}
h1#logo a {
	width: 160px;
	height: 95px;
	float: left;
	}
p#contact {
	float: right;
	margin: 36px 0 0 0;
	}
#intro {
	background: #374e5f url(/09/images/bg_intro.gif) repeat-x;
	font-size: 14px;
	color: #999;
	}
#intro-2 {
	background: url(/09/images/bg_intro2.gif) top center no-repeat;
	}
#intro-inner {
	width: 780px;
	margin: 0 auto;
	padding: 24px 0 0 0;
	}
#intro strong {
	font-weight: normal;
	color: #fff;
	}
#apps {
	background: #23323d url(/09/images/bg_apps.gif) top left repeat-x;
	height: 72px;
	line-height: 0;
	}
#apps-inner {
	width: 780px;
	margin: 0 auto;
	}
#apps p {
	margin: 0;
	}
#main {
	background: #fff;
	}
#main-inner {
	width: 780px;
	margin: 0 auto;
	padding: 24px 0 0 0;
	text-align: left;
	color: #666;
	}
#footer {
	width: 780px;
	margin: 0 auto;
	font-size: 11px;
	padding: 24px 0 0 0;
	}
#footer a {
	color: #ccc;
	}
#footer a:hover {
	color: #fff;
	}
	
div.group {
	background: url(/09/images/bg_group.gif) top left no-repeat;
	padding: 24px 30px 0 30px;
	margin: 0 0 24px 0;
	}
div.group-title {
	float: left;
	width: 170px;
	margin: 0 10px 0 0;
	}
div.group-col {
	float: left;
	margin: 0 0 0 20px;
	width: 250px;
	}
div.group-col-wide {
	float: right;
	margin: 0;
	width: 520px;
	}
	
/* TEXT
---------------------------------------------------- */

p {
	margin: 0 0 24px 0;
	}
p.interested {
	border-top: #ddd solid 1px;
	color: #333;
	padding: 12px 0;
	margin: -12px 0 0 0;
	width: 520px;
	}
small {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	}
.error {
	color: #cc0000;
	}
	
/* IMAGES
---------------------------------------------------- */

img.left {
	float: left;
	margin: 3px 10px 0 0;
	}
	
/* LISTS
---------------------------------------------------- */

dl.form dt {
	font-weight: bold;
	color: #333;
	}
dl.form dd {
	margin: 0 0 12px 0;
	}
ul {
	margin: 0 0 24px 0;
	}
ul li {
	background: url(/09/images/bullet.gif) 0 .7em no-repeat;
	padding: 0 0 0 15px;
	}

/* LINKS
---------------------------------------------------- */

a {
	color: #3d586b;
	text-decoration: underline;
	}
a:hover {
	color: #000;
	}
a.more {
	background: url(/09/images/bullet.gif) right no-repeat;
	padding: 0 8px 0 0;
	font-weight: bold;
	}
	
/* FORMS
---------------------------------------------------- */

input, textarea {
	font: 12px/12px helvetica, verdana, arial, sans-serif;
	padding: 3px;
	}
dl.form input, dl.form textarea {
	width: 480px !important;
	}
input.submit {
	background: #333;
	color: #fff;
	cursor: pointer;
	border: 0;
	padding: 6px 8px;
	}

/* SELF-CLEARING FLOATS
---------------------------------------------------- */
#main:after,
#intro:after,
div.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

/* trigger hasLayout and target ie5+6/win only */
* html #main,
* html #intro,
* html div.group {
	height: 1%;
	}

/* trigger hasLayout and target ie7/win only */
*:first-child+html #main,
*:first-child+html #intro,
*:first-child+html div.group {
	min-height: 1px;
	}