@import '../../templates/css/reset.css';
@import '../../templates/css/misc.css';
/* ------ structure -------------------------------------------------------- */

body {
	font: 13px 'Lucida Grande',helvetica,tahoma,arial,clean,sans-serif;
	color: #666767;
	background: #999999;
	}

#wrap {
	margin: 10px auto;
	width: 900px;
	position: relative;
	}
	
#header {
	background: #D8D8D8 url(./bg-header.jpg) repeat-x;
	margin-bottom: 20px;
	height: 174px;
	text-align: center;
	}

#intro {
	color: #65675e;
	font: 14px 'Georgia', Times, Times New Romans, serif;
	padding: 20px;
	background: #fff;
	margin: 10px 0;
}

#outro {
	color: #65675e;
	font: 14px 'Georgia', Times, Times New Romans, serif;
	padding: 20px;
	background: #fff;
	margin: 10px 0;
}

#content {
	padding: 10px;
	background: #fff;
	
}

#footer {
	background: #0060A0 url(./bg-footer.jpg) repeat-x;
	padding-top: 10px;
	height: 120px;
	margin-top: 20px;
	text-align: center;
	color: #000;
	}

/* top right thingy */

#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(./topRight.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}


/* -- tablerow --------------------------------------------------- */

table.listItems td {padding: 5px;}
.shade{
	background: #f2f5ff;
}

/* -- nav --------------------------------------------------- */
#nav {
	background: url(../../templates/images/bg-nav.png) no-repeat;
	height: 108px;
	}

/* -- links ------------------------------------------------------------ */
a:link, a:visited{color: #000;}
a:hover, a:active{color: #87bedd;}

#footer a{color: #999;}
/* -- text ------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	font-family: "HelveticaNeue",Helvetica,Verdana,sans-serif;
	font-weight: bolder;	
	color: #fff;
	margin: 0 0 10px 0;
	padding: 3px 8px;
	background: #0060A0;
	
	}

h1 {
	font-size: 200%;
	font-weight: bolder;
	}

h2 {
	background: #333;
	font-size: 165%;
	clear: both;
	}

h3 {
	font-size: 165%;
	background: #333;
	}
h4 {
	font-size: 15px;
	margin: 0;
	padding: 5px 16px;
	background: #333;
}

p {
	color: #666767;
	font-size: 116%;
	line-height: 1.5;
	margin-top: 5px;
	margin-bottom: 5px;
}
p.indent {text-indent: 10px;}


/* -- lists ------------------------------------------------------------ */

ul li {
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 5px;
	padding-left: 16px;
}

ul.ar li {
	background: url(../../templates/images/bullet.png) no-repeat;
	padding-left:16px;
	font-size: 12px;
}

/* -- forms ------------------------------------------------------------ */

label {
	float: left;
	width: 120px;
	font-weight: bold;
}

input, textarea {
	width: 180px;
	padding: 5px 3px;
	margin-bottom: 5px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
}

textarea {
	width: 550px;
	height: 220px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
}

.boxes{width: 1em;}

.screenshot{
padding:4px;
}

#submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}