/*
 *  Reset element default values.
 */


a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/*  Site Styles  */

body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background-image: url("../images/structure-background.png");
}

a { 
	color: #000000;
	text-decoration: underline;
}

#structure {
	width: 957px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 3em;
}

#page {
	background-repeat: no-repeat;
}


#pageForKayako {
	background-repeat: no-repeat;
	background-image: url("../images/ZoomedInPageForKayako.png");
}

#pageForKayako2 {
	background-repeat: no-repeat;
	background-image: url("/images/stories/logo/agileitlogo-white-background-smaller.png");
}


#contentarea {
	margin-top: 0px;
	clear: both;
    padding-right:37px;
}


#brand {
	float: left;	
}

ul.navigation {
	display: block;
	height: 74px;
	list-style: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-top: 129px;
}

ul.navigation li {
  display: inline;
  height: 74px;
  padding: 0px;
  margin: 0px;
  margin-right: -4px;
}

#contentarea li {
	list-style-image:url(../images/bullet.gif);
	margin-left: 50px;
	line-height: 1.5em;
	margin-bottom: 5px;
}

#contentarea ul {
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
	line-height: 1.5em;
}


h1 {
	padding-top: 15px;
}

h2 {
	padding-top: 15px;
	font-size: 15px;
	font-weight: bold;
}

#picture {
	position: absolute;
	margin-left: 38px;
	margin-top: 15px;
}

#footer {
	height: 23px;
	text-align: center;
	font-size: 9px;
	padding-top: 7px;
}

.announcement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #85DEDA
}
