body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #555555;
	background: #ffffff;
	text-align: center;
}

div#wrapper {
	margin: 0 auto;
	padding: 2px 0 0 0;
	width: 760px;
	text-align: left;
}

div#masthead {
	width: 760px;
	height: 65px;
	margin: 0 auto;
	position: absolute;
}

div#masthead h1 {
	letter-spacing : -1000em;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 65px;
	background: url('../images/azuralogo.jpg') no-repeat;
	float: left;
}

/*\*/html>body div#masthead h1 {
	letter-spacing: normal;
	text-indent: -999em;
	overflow: hidden;
}

div#masthead div#navbar {
	margin: 0;
	padding: 2px 0 0 0;
	width: 554px;
	position: absolute;
	bottom: 0;
	right: -4px;
}

div#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
}

div#navbar ul li {
	font-size: 0.7em;
	display: inline;
	margin: 0;
}

div#navbar ul li a {
	display: block;
	float: left;
	width: 108px;
	margin: 0 1px;
	padding: 2px 0;
	text-align: center;
	text-decoration: none;
}

/* body#home div#navbar ul li a { */
div#navbar ul li a {
	color: #417295;
	background: #d6ebff;
}

/* body#home div#navbar ul li a:hover { */
div#navbar ul li a:hover {
	color: #ffffff;
	background: #417295;
}
/*
body#aboutus div#navbar ul li a {
	color: #894600;
	background: #dfac70;
}

body#aboutus div#navbar ul li a:hover {
	color: #ffffff;
	background: #894600;
}

body#products div#navbar ul li a {
	color: #ffffff;
	background: #619f2e;
}

body#products div#navbar ul li a:hover {
	color: #ffffff;
	background: #007342;
}*/

div#break {
	clear: both;
	height: 70px;
}

div#content {
	width: 549px;
	float: right;
	padding: 0 1px 0 10px;
	margin-top: 8px;
	font-size: 0.9em;
}

div#content h2 {
	margin: 0;
	padding: 0 105px 0 0;
	height: 100px;
	text-align: right;
}

body#home div#content h2 {
	background: url('../images/header_home.jpg') no-repeat right top;
}

body#products div#content h2 {
	background: url('../images/header_products.jpg') no-repeat right top;
}

body#partners div#content h2 {
	background: url('../images/header_partners.jpg') no-repeat right top;
}

body#aboutus div#content h2 {
	background: url('../images/header_aboutus.jpg') no-repeat right top;
}

body#contact div#content h2 {
	background: url('../images/header_contact.jpg') no-repeat right top;
}

div#content h2 .sub-header {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
}

div#content p {
	padding-right: 105px;
}

div#subnav {
	width: 200px;
	float: right;
	margin-top: 8px;
}

/* body#home div#subnav div#menu { */
div#subnav div#menu {
	background: transparent url('../images/menu_bkgrd_top_ltblue.jpg') no-repeat;
}

div#subnav div#menu ul {
	font-size: 0.8em;
	line-height: 2em;
	margin: 10px 0 0 0;
	padding: 0 0 0 1.6em;
}

/* body#home div#menu ul { */
div#menu ul {
	background: url('../images/menu_bkgrd_bottom_ltblue.jpg') no-repeat left bottom;
	list-style-image: url('../images/menu_bullet_ltblue.gif');
}

div#subnav div#menu ul li a {
	vertical-align: 25%;
	text-decoration: none;
}

/* body#home div#subnav div#menu ul li a { */
div#subnav div#menu ul li a {
	background: transparent;
	color: #ffffff;
}

html>body div#subnav div#menu ul li a {
	vertical-align: inherit;
}

div#subnav div#menu ul li a:hover {
	text-decoration: underline;
}

div#subnav div#breakout {
	margin-top: 1em;
	width: 200px;
}

/* body#home div#subnav div#breakout { */
div#subnav div#breakout {
	background: #417295;
	color: #ffffff;
}

div#subnav div#breakout p {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding: 6px;
}

div#footer {
	font-size: 0.7em;
	clear: both;
	text-align: right;
	border-top: 1px solid #333333;
	margin-top: 1em;
}

div#footer p {
	padding: 0;
	margin: 0;
}