/* CSS Document */

body 								{ background-color: #fff; margin: 0; padding: 0; text-align: center; background-image: url(/assets/images/blas-imgs/container-bg.jpg); background-repeat: no-repeat; background-position: 50% 0; background-attachment: fixed; }

/* Headers */
h1 									{ font-size: 16px; font-weight: normal; margin: 0 0 15px 0; color: #84B3BD; } 
h2  								{}
h3									{}
h4									{}
h5									{}

/* Linkage */
a:link 								{}
a:visited 							{}
a:hover								{}
a:focus								{}
a:active							{} 

a.no-hov							{ text-decoration: none !important; background-color: transparent !important; border: 0 !important; }

/* Misc. */
img									{ border: 0; }
acronym 							{ cursor: help; }
.clear								{ clear: both; }
#logo								{ width: 215px; height: 110px; overflow: hidden; }

/* Text Styles */

/* Spans */

/* List Styles */
ul.standard							{}
ul.standard li						{ font-size: 11px; color: #909090; margin: 0 0 15px 0; display: block; width: 280px; list-style-type: none; padding: 0 0 0 20px; background-image: url(/assets/images/blas-imgs/list-bullets.jpg); background-repeat: no-repeat; background-position: 0 50%; font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Navigation */
#nav								{}

#nav a:link							{}
#nav a:visited						{}
#nav a:hover						{}
#nav a:focus						{}
#nav a:active						{} 

li#currentpage						{ display: block; float: left; list-style-type: none; padding: 0; margin: 0; }
#nav #currentpage a					{}

ul#nav-list							{ margin: 0; padding: 0; }
ul#nav-list li						{ display: block; float: left; list-style-type: none; padding: 0; margin: 0; }
li#home-nav							{ display: block; float: left; list-style-type: none; padding: 0; margin: 0!important; }

/* Content */
#container							{ text-align: left; margin: 0 auto; width: 700px; }
#content							{ width: 400px; padding: 0 300px 20px 0; font-family: "Trebuchet MS", Arial, Verdana; }
#left								{ width: px; overflow: hidden; float: left; }
#right								{ width: px; float: right; }

/* Footer */
#footer								{}

#footer a:link						{}
#footer a:visited					{}
#footer a:hover						{}
#footer a:focus						{}
#footer a:active					{}

ul#footer-list						{ margin: 0; padding: 0; width: px; }
ul#footer-list li					{ display: block; float: left; list-style-type: none; margin: 0 10px 0 0; padding: 0!important; text-align: center; }

