/* SET BASE FONT ATTRIBUTES */
html, body {
	font: 90%/150% "Lucida Grande", "Lucida", "Lucida Sans Unicode", "Trebuchet MS", Verdana, helvetica, arial, sans-serif;
	color: #333;
	height: 100%;
}

/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre, div
{margin: 0; padding: 0;}

h1, h2, h3, h4, h5, h6, legend, #commentList dt {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 120%;
	color: #083e89;
	margin-bottom: 0;
}

h1 {font-size: 2em;}
h2 {font-size: 1.75em;}
h3, legend {font-size: 1.5em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

small {font-size: 0.8em;}
acronym {color: #000; border-bottom: 0.1em solid #9c0;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #0390e4;
}

a img,
:link img,
:visited img {
	border: none;
}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl
{margin-top: 0; margin-bottom: 0;}

/* HARMONISE LIST-BULLET TYPE */
ul, dl {list-style-type: disc;}

/****************** Start specific styles *********************/

body {
	background: #a8d9f6 url(../img/bg.gif) repeat-y top center;
}

#Container {
	background: #fff;
	position: relative;
	width: 800px;
	margin: 0 auto 15px;
	border: none;
}

#Header {
	position: relative;
	background: #0390e4;
	width: 100%;
	min-height: 85px;
}

/*************** TopNav styles *******************/

#TopNav ul {
	height: 36px;
	margin-left: 20px;
	margin-bottom: 6px;
}

#TopNav li {
	display: block;
	float: left;
}

#TopNav a {
	height: 35px;
	display: block;
}

#TopNav a#homeLink {
	width: 172px;
	background: transparent url(../img/topnav/home.gif) no-repeat;
}

#TopNav a#homeLink:hover {
	background-position: 0 -35px;
}

#TopNav a#homeLink.active {
	background-position: 0 -70px;
}

#TopNav a#applicationLink {
	width: 246px;
	background: transparent url(../img/topnav/application.gif) no-repeat;
}

#TopNav a#applicationLink:hover {
	background-position: 0 -35px;
}

#TopNav a#applicationLink.active {
	background-position: 0 -70px;
}

#TopNav a#awardsLink {
	width: 191px;
	background: transparent url(../img/topnav/awards.gif) no-repeat;
}

#TopNav a#awardsLink:hover {
	background-position: 0 -35px;
}

#TopNav a#awardsLink.active {
	background-position: 0 -70px;
}

#TopNav a#ratingsLink {
	width: 155px;
	background: transparent url(../img/topnav/ratings.gif) no-repeat;
}

#TopNav a#ratingsLink:hover {
	background-position: 0 -35px;
}

#TopNav a#ratingsLink.active {
	background-position: 0 -70px;
}

#TopNav a span {
	width: 100%;
	height: 100%;
	display: block;
	visibility: hidden;
}

/************* End TopNav styles *****************/

#Logo {
	background: transparent url(../img/logo.gif) no-repeat top center;
	height: 35px;
	clear: both;
}

#Logo * {
	visibility: hidden;
}

#pageInfo {
	background: #c2d84b;
}

#pageInfo p,
#pageInfo h2 {
	margin: 0;
	padding: 0;
}

#pageInfo .home {
	height: 170px;
	background: #0273b6 url(../img/afas_logo.gif) no-repeat 20px 10px;
}

#pageInfo .home p {
	padding: 18px 15px 0 190px;
	height: 136px;
	background: transparent url(../img/pageinfo/home.gif) no-repeat 190px 18px;
}

#pageInfo .home p span {
	visibility: hidden;
}

#pageInfo .application {
	height: 42px;
	background: #c2d84b url(../img/pageinfo/application.gif) no-repeat 30px 10px;
}

#pageInfo .application h2 {
	visibility: hidden;
}

#pageInfo .awards {
	height: 42px;
	background: #c2d84b url(../img/pageinfo/awards.gif) no-repeat 30px 10px;
}

#pageInfo .awards h2 {
	visibility: hidden;
}

#pageInfo .award-winners {
	height: 42px;
	background: #c2d84b url(../img/pageinfo/award-winners.gif) no-repeat 30px 10px;
}

#pageInfo .award-winners h2 {
	visibility: hidden;
}

#pageInfo .ratings {
	height: 42px;
	background: #c2d84b url(../img/pageinfo/ratings.gif) no-repeat 30px 10px;
}

#pageInfo .ratings h2 {
	visibility: hidden;
}

a#skipLink {
	display: none;
}


/*************** Content styles *******************/

#MainArea {
	clear: both;
}

#Content {
	margin: 15px 30px 0;
}

#Content a:hover {
	border-bottom: 1px solid #0390e4;
}

#Content p,
#Content ul,
#Content dl,
#Content fieldset,
#Content blockquote,
#Content address {
	margin-bottom: 1em;
}

#Content blockquote {
	padding: 1em 0 1em 25px;
	background: transparent url(../img/left-quote.gif) no-repeat;
}

#Content blockquote p {
	margin-bottom: 0;
	padding-right: 25px;
	background: transparent url(../img/right-quote.gif) no-repeat right bottom;
}

#awardsPara {
	min-height: 65px;
	padding-left: 75px;
	background: transparent url(../img/afas_logo_small.gif) no-repeat;
}

#Content h3,
#Content h4,
#Content h5,
#Content h6 {
	color: #036;
}

#Content table {
	width: 100%;
}

#awardCategories {
	height: 63px;
	margin-bottom: 1em;
	background: transparent url(../img/award_categories.gif) no-repeat;
}

#awardStandards {
	height: 221px;
	margin-bottom: 1em;
	background: transparent url(../img/award_standards.gif) no-repeat;
}

#awardCategories *,
#awardStandards * {
	display: none;
}

.infoBox {
	font-size: 1.2em;
	background: #e6f4fc;
	border: 0.1em solid #069;
	border-left: none;
	border-right: none;
	margin: 1em 0;
	padding: .5em 1em;
}

.ratingTable {
	margin-bottom: 15px;
	border-collapse: collapse;
}

.ratingTable th,
.ratingTable td {
	border: 1px solid #666;
	padding: 3px 5px;
}

.ratingTable th {
	background: #369;
	color: #fff;
}

.ratingTable .criteria {
	font-weight: bold;
	text-align: left;
}

.ratingTable td.criteria {
	background: #e1e8f0;
	font-weight: normal;
}

.ratingTable .bad {
	text-align: center;
}

.ratingTable .fair {
	text-align: center;
}

.ratingTable .good {
	text-align: center;
}

.ratingTable .excellent {
	text-align: center;
}

.ratingTable .outstanding {
	text-align: center;
}

.ratingTable .even {
	background: #f2f2f2;
}

.platinum,
.gold,
.silver,
.bronze {
	font-weight: bold;
}

.platinum {
	color: #6c8997;
}

.gold {
	color: #f7a805;
}

.silver {
	color: #a7a8aa;
}

.browse {
	color: #b06607;
}

.ratingList .item {
	padding: 10px 10px 0px;
	border-bottom: 1px solid #b4def7;
	display: block;
	height: 1%;
}

.ratingList .even {
	background-color: #f2f9fe;
}

.ratingList .item:hover {
	background-color: #fffff0;
}

#Content dt {
	font-weight: bold;
}

#Content table {
	margin-bottom: 10px;
	width: 565px;
	border: none;
}

#Content table td {
	padding-right: 5px;
}

#Content ul,
#Content ol {
	margin-left: 30px;
}

#Content ul li {
	margin-bottom: 6px;
}

.water {
	font-weight: normal;
	color: #0273b6;
}

#Content #DownloadList {
	list-style-type: none;
	margin-left: 0;
}

#Content #DownloadList li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 16px;
}

#Content .paging {
	display: block;
	margin-top: 10px;
	clear: both;
}

#Content .paging dl {
	list-style-type: none;
	display: inline;
}

#Content .paging,
#Content .options {
	background: #e1eca5;
	border-top: 1px solid #ffffb2;
	margin: 0 -30px 0;
	padding: 5px 30px;
	clear: both;
}

#Content .paging dt,
#Content .paging dd {
	display: block;
	float: left;
	padding-right: 10px;
}

#Content .paging dt {
	display: block;
	float: left;
	padding-right: 10px;
}

#Content .paging dd em {
	font-weight: bold;
	font-style: normal;
}

#Content .options p {
	margin: 0;
}

#Content .options a,
#Content .paging a {
	color: #013a5b;
}

/****************** Blog styles **********************/

.content img {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 3px;
	border: 1px solid #ccc;
}

.content li {
	list-style-type: none;
	list-style-image: url(../img/icons/arrow_in_box.png);
}

/******** Comment styles *********/
#commentList {
	margin: 0 -10px 10px -10px;
	border-top: 1px solid #b1c1d1;
}

.content #commentList img {
	border: none;
	float: none;
	margin: 0;
	padding: 3px 0 0;
}

#commentList dd {
	padding: 5px 15px;
	border-bottom: 1px solid #b1c1d1;
}

#commentList dd.odd {
	background: #f2f9fe;
}

#commentList dd p.commentPending {
	font-weight: bold;
	color: #cc0000;
}

#commentList dd .commentDate {
	color: #666;
	font-size: 0.8em;
}

#commentList dd .subAdminBar {
	margin: 0 -8px;
}

/****** End Comment styles *******/

/****************** End blog styles ******************/

#Footer {
	position: relative;
	background: #0390e4;
	height: 1%;
	margin: 0;
	padding: 8px 10px 0;
	color: #fff;
	clear: both;
}

#Footer dl {
	float: left;
	width: 635px;
	margin-bottom: 5px;
}

#Footer dd {
	display: block;
	clear: both;
}

#Footer li {
	display: block;
	float: left;
	padding-right: 5px;
}

#Footer p {
	clear: both;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 0.8em;
}

#Footer .copyright {
	padding-top: 5px;
	font-size: 0.8em;
}

#Footer a {
	color: #fff;
}

#Footer #BuroLoz {
	background: transparent url(../img/buro_link.gif) no-repeat;
	float: right;
	width: 130px;
	height: 41px;
}

#Footer #BuroLoz a {
	display: block;
	width: 130px;
	height: 41px;
}

#Footer #BuroLoz a span {
	visibility: hidden;
	display: block;
	width: 130px;
	height: 41px;
}

#Footer #getFirefox {
	position: absolute;
	width: 80px;
	height: 15px;
	top: 52px;
	right: 14px;
}

.itemFooter {
	margin: 10px 0;
}

/************************
* Form styles
************************/

#Content form {
	background: #f6f6f6;
	border: 3px solid #c2d84b;
	border-left: none;
	border-right: none;
	padding: 10px;
	margin-bottom: 10px;
}

fieldset {
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.elemSpace {
	clear: both;
	padding-bottom: 10px;
	padding-right: 10px;
}

label {
	display: block;
	margin-bottom: 0;
	width: 80%;
	font-weight: bold;
}

label.error {
	display: none;
}

.textField,
.textArea {
	background: #f9f9f9;
	border: 1px solid #b1c1d1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	width: 80%;
	padding: 2px;
}

.textField:focus,
.textArea:focus {
	background: #fff;
}

.editor {
	width: 100%;
	height: 400px;
}

legend {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#Footer #getFirefox {
	background: none;
	padding: 0;
}

a.downloadLink,
a.downloadLink:hover {
	padding-right: 16px;
	background: url(../img/download.png) no-repeat 100% 50%;
}

/* Image Thumbnails
------------------------------ */

.imgGrid {
	margin-bottom: 10px;
}

.galleryImg { 
	padding: 10px;
	text-align: left;
	border: 1px solid #92bed3;
	background: #ddeaf0;
	float: left;
	margin: 0 10px 10px 0;
	width: 150px;
	height: 150px;
}

.galleryImg img {
	border: 1px solid #92bed3;
	display: block;
	padding: 0;
	margin-bottom: 10px;
}

#Content .imageThumb ul {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	border: none;
}

#Content .galleryImg li {
	margin: 0;
	display: block;
	float: left;
	padding-right: 5px;
}

#cakeSqlLog td {
	border: 1px solid #000;
}

.mceEditor {
	border: 1px solid #b1c1d1;
}

.content .mceEditor img {
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
}

#alphabet,
#awardLevel {
	margin: -15px -30px 10px;
	padding: 3px 30px 5px;
	background: #e6f4fc;
}

#alphabet {
	margin-top: -15px;
}

#awardLevel {
	padding-bottom: 8px;
}

#alphabet a,
#awardLevel a {
	font-weight: bold;
}

#alphabet a:hover {
	color: #000;
}

#alphabet dl,
#awardLevel dl {
	margin: 0;
}

#alphabet dt,
#alphabet dd,
#awardLevel dt,
#awardLevel dd {
	float: left;
	padding-right: 5px;
	padding-top: 3px;
}

#awardLevel dt,
#awardLevel dd {
	padding-top: 0;
	margin-top: 0;
}

#alphabet input[type="text"] {
	height: 16px;
	padding: 2px 3px;
	color: #333;
}

#alphabet form {
	background: transparent;
	border: none;
	width: 250px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}

.radios label {
	display: inline;
	padding-right: 15px;
}

.banner {
	text-align: center;
	margin-bottom: 5px;
	clear: both;
}

.bdaa-banner {
	margin-bottom: 5px;
}

.dreamstore-banner {
	margin-top: 5px;
}