@import url(reset.css);

/* @group general */
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1;
	padding:50px 0;
}
a:link,
a:visited {
	text-decoration: underline;
	color:#003366;
}
a:hover,
a:active {
	text-decoration: none;
	color:#003366;
}	
h1{
}
h2{
}
h3{
}
h4{
}
.nav li{
	float: left;
}
.nav2 li{
	display: inline;
}
strong {
	font-weight: bold;
}
em {
	font-style:italic;
}

ul.list-normal,
ol.list-normal {
	padding-left: 40px;
}
ul.list-normal li{
	list-style-type: disc;
}
ol.list-normal li{
	list-style-type:decimal;
}



#skip {
	display: none;
}
.success {
	border: 2px solid #009900;
	background-color:#8EFF52;
	padding: 10px 15px;
	color: #006600;
}
.highlight{
	background-color:#CCFF00;
}
.hide{
	display:none;
}
.show{
	display:block;
}
.displace {
	position: absolute;
	left: -5000px;
}
/* @group floats */
.left{
	float:left;
}
.right{
	float:right;
}
.clearit{
	clear:both;
}
/* @end floats */


/* @end general*/






/* @group layout */
#container {
	margin:0 auto;
	width:897px;
}
#content{	
	margin-top:23px;
}
#colL{
}
#colR{	
}

#main p,
#main .list-normal li,
#main dd,
#main dt{
	font-size: 1.2em;
	line-height:1.334em;
}
#main .list-normal li li,
#main .list-normal li #main dd,
#main .list-normal li #main dt{
	font-size: 1em;
	line-height:1em;
}
#main p,
#main .list-normal li,
#main dd,
#main dt,
#main h1,
#main h2,
#main h3,
#main h4,
#main h5{
	margin-bottom: 19px;
}
#main .list-single-space li {
	margin-bottom: 3px;
}
#main ul.list-single-space {
	margin-bottom: 19px;
}
/* @end layout*/






/* @group header */
#header{
	padding: 0 28px 0 26px;
	font-size:13px;
	overflow: hidden;
}

#header-tagline{
	float:left;
	width:550px;
	text-transform:uppercase;
}
#header-tagline img{
	margin-bottom:10px;
}
#header-contact{
	float:right;
	width:16em;
	text-align:right;

	
	font-weight:bold;
}
#header-social-media{
	
	
}
#header-social-media img{
	margin:20px 0 10px 8px;
}
#header-email{
	background:url(/iterem/contact.png) no-repeat 0 -1px;
	padding-left: 60px;

}



/* @end header*/





/* @group footer */
#footer{
	padding: 20px 28px 0 26px;
	font-size:11px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:bold;
}


/* @end footer*/











