/**
* html5doctor.com Reset Stylesheet
* v1.4.1
* 2010-03-01
* Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
nav ul, ul, ol {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display :block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}

/********************
* GENERAL HTML TAGS *
*********************/

body
{
	font-family: verdana, geneva;
	font-size: 12px;
	line-height: 1.5;
}

#content-box
{
	position: relative;
	width: 990px;
	margin: 0px auto;
}

a
{
	text-decoration: none;
	color: #2A8BD4;
}

a:hover
{
	color: #2A8BD4;
	text-decoration: underline;
}

p
{
	margin-bottom: 2em;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

input.text,
input.password
{
	border: solid 1px #79C;
	margin: 1px 0px;
	width: 140px;
	font-family: verdana, geneva;
	font-size: 12px;
}

textarea
{
	border: solid 1px #79C;
	margin: 1px 0px;
	overflow: auto;
	font-family: verdana, geneva;
	font-size: 12px;
}

select
{
	font-family: verdana, geneva;
	font-size: 12px;
}

/* See also: ie.css */
button
{
	background-color: #669;
	color: white;
	font-family: verdana, geneva;
	font-weight: normal;
	font-size: 12px;
	border: solid 2px;
	border-color: #99B #447 #447 #99B;
	line-height: 1.5;
}

button:hover
{
	cursor: pointer;
}

ol.horizontal li,
ul.horizontal li
{
	float: left;
}

ol.horizontal li li,
ul.horizontal li li
{
	float: none;
}

ol.alpha
{
	list-style: lower-alpha outside;
	margin-left: 4ex;
}

ul.bullet
{
	list-style: disc outside;
	margin-left: 4ex;
}

ol.spaced li,
ul.spaced li
{
	margin-bottom: 1.5em;
}

ol.decimal
{
	list-style: decimal outside;
	margin-left: 4ex;
}

li
{
	line-height: 1.5;
}

dt
{
	font-weight: bold;
}

dd
{
	margin-bottom: 1.5em;
}

th
{
	font-weight: bold;
}

.error
{
	padding: 5px;
	margin: 0px 0px 1em 0px;
	border: solid 1px red;
	background-color: pink;
}

.notification
{
	padding: 5px;
	margin: 0px 0px 1em 0px;
	border: solid 1px #FC3;
	background-color: #FFC;
}

.success
{
	padding: 5px;
	margin: 0px 0px 1em 0px;
	border: solid 1px green;
	background-color: #99FF99;
}

.message
{
	padding: 15px;
	margin: 1.5em 50px;
	border: solid 1px #CDCDCD;
	background-color: #E3E3ED;
	text-align: center;
}

/**********
* BUTTONS *
**********/

a.green_square_button
{
	float: left;
	display: block;
	height: 26px;
	width: 5em;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	color: white;
	font-weight: bold;
}

a.green_square_button:hover
{
	color: white;
	text-decoration: none;
}

button.green_square_button
{
	line-height: 26px;
	font-size: 12px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: transparent;
	border: none;
	padding: 0px;
}

a.green_square_button .green_button_center,
button.green_square_button .green_button_center
{
	display: block;
	background: url('/views/images/template/green_square_button_small.gif') repeat-x top left;
	line-height: 25px;
	padding: 0px 20px;
	border: solid 1px #284E02;
}

/********
* FORMS *
********/

span.required
{
	color: #F60;
	font-weight: bold;
}

form.fullpage li,
form.halfpage li
{
	margin-bottom: 0.2em;
}

form.fullpage li.no-label
{
	padding-left: 16em;
}

form.fullpage label.leftSide,
form.halfpage label.leftSide
{
	float: left;
	display: block;
	width: 15em;
	text-align: right;
	margin-right: 1em;
}

form.halfpage label.leftSide
{
	width: 7em;
	clear: left;
}

form.fullpage div.rightSide,
form.halfpage div.rightSide
{
	margin-bottom: 1.5em;
	width: 530px;
	float: left;
}

form.fullpage div.rightSide2
{
	margin-left: 195px;
}

.outerbox .innerbox form.fullpage div.rightSide
{
	width: 521px;
}

form.fullpage ul.rightSide,
form.halfpage ul.rightSide
{
	margin-bottom: 1.5em;
	width: 520px;
	float: left;
}

form.halfpage div.rightSide
{
	width: 265px;
}

form.fullpage input.text,
form.fullpage input.password
{
	font-family: Verdana;
	font-size: 12px;
	width: 33em;
}

form.fullpage textarea
{
	font-family: Verdana;
	font-size: 12px;
	width: 33em;
	height: 15em;
}

form.halfpage input.text,
form.halfpage input.password
{
	width: 14em;
}

form.fullpage .medium input.text,
form.fullpage .medium input.password
{
	width: 15em;
}

form.fullpage .bold label.rightSide,
form.halfpage .bold label.rightSide
{
	font-weight: bold;
}

form.fullpage div.submit,
form.halfpage div.submit
{
	margin-top: 1.5em;
	text-align: center;
}

form.fullpage div.submit button,
form.halfpage div.submit button
{
	font-size: 2em;
	line-height: 1.2;
	width: 140px;
	height: 40px;
}

form.fullpage p.example
{
	margin-left: 195px;
	color: gray;
	font-size: 0.9em;
}

/* see common.ie.css */
form.fullpage li div.multiselect-wrapper,
form.fullpage li ul.multiselect,
form.fullpage li p.example
{
}

form.fullpage li.scrolling div.multiselect-wrapper
{
	width: 396px;
	height: 12em;
	border: 1px solid #DDD;
	overflow: auto;
}

form.fullpage li.scrolling ul.multiselect
{
	width: auto;
	padding: 5px;
}

/*********
* FOOTER *
**********/

footer
{
	clear: both;
}

div.footer-box
{
	background-color: #F8F8F8;
	height: 240px;
	padding-top: 10px;
	padding-right: 25px;
}

footer h1
{
	height: 57px;
	line-height: 57px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #515151;
}

footer section.alumwire-links
{
	float: left;
	width: 330px;
	padding-left: 15px;
}

footer section.alumwire-links ul
{
	height: 6.2em;
}

footer section.alumwire-links ul li a,
footer section.alumwire-links ul li a:hover
{
	font-size: 11px;
	color: #515151;
}

footer section.alumwire-links ul li.item7
{
	margin-top: -108px;
}


footer section.alumwire-links ul li.item7,
footer section.alumwire-links ul li.item8
{
	margin-left: 150px;
}

footer section.clients
{
	margin-left: 330px;
}

footer section.clients h1
{
	padding-left: 15px;
}

footer section.clients a,
footer section.clients a:hover
{
	float: right;
	padding-top: 10px;
	padding-right: 15px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #515151;
	background: url('images/template/clients_arrow.gif') no-repeat 85px 13px;
}

footer ul.press
{
	clear: both;
	padding-top: 30px;
	text-align: center;
}

footer ul.press li
{
	display: inline;
	margin: 0px 15px;
}

footer ul.press li.item1
{
	font-weight: bold;
	vertical-align: 10px;
}

footer ul.press li.item2 img
{
	vertical-align: 5px;
}

footer ul.press li.item3 img
{
	vertical-align: 7px;
}

footer ul.press li.item4 img
{
	vertical-align: 4px;
}

footer ul.press li.item5 img
{
	vertical-align: 0px;
}

footer ul.press li.item6 img
{
	vertical-align: 4px;
}

footer p.copyright
{
	text-align: center;
}