html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, form, 
fieldset, a, div, img {
	margin: 0; padding: 0; border: 0;
}
body,html{
	width: 100%;
	height: 100%;
}
html{
	height: 100.02%;
}
body {
	font:70%/1.6 Tahoma, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/tile.jpg) repeat;
	color: #CCCCCC;
}
h1,h2,h3,h4,legend {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #416187;
	padding-bottom: 3px;
	background: url(images/dot-hline.gif) repeat-x left bottom;
}
h1 {
	font-size: 24px;
	margin: 0px 0px 10px 0px;
	text-transform: lowercase;
}
h2 {
	font-size: 18px;
	margin: 0px 0px 6px 0px;
	padding-top: 6px;
	text-transform: lowercase;
}
h3 {
	font-size: 13px;
	margin: 0px 0px 6px 0px;
	font-weight: bold;
	background: none;
	text-transform: lowercase;
}
h4 {
	font-size: 11px;
	margin: 0px 0px 6px 0px;
	font-weight: bold;
	background: none;
}
a {
	color: #FF9000;
	text-decoration: underline;
}
acronym {
	border-bottom: 1px dotted #FF9900;
	cursor: default;
}
/* Layout ID's */
#wrapper {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#header {
	height: 110px;
	padding: 10px 20px 0 20px;
	margin: 0px;
	z-index: 1;
	background: url(images/header-back.png) repeat-x left bottom;
}
#header #logolink {
	display:block;
	position: absolute;
	padding-top: 47px; width: 236px; 
	overflow: hidden;
	height: 0;
	cursor: pointer;
	background: url(images/alpha-logo.png) left top no-repeat;
	margin: 0px;
	text-decoration: none;
	top: 30px;
	left: 20px;
	z-index: 19;
	color: #FFFFFF;
}
#header img{
	visibility: hidden;
}
#crumbs {
	position: absolute;
	top: 10px;
	width: 500px;
	text-align: right;
	left: 370px;
}
#crumbs a {
	color: #CCCCCC;
	text-decoration: none;
}
#navholder {
	position: relative;
	height: 120px;
}
#nav {
	position: absolute;
	width: 850px;
	z-index: 20;
	left: 20px;
	bottom: 0px;
	display: block;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: bold;
}
#nav li {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 1px 10px;
	background: #CDCDCD url(images/nav-btn.gif) repeat-x left top;
	border: solid 1px #989898;
	list-style: none;
}
#nav a {
	color: #416187;
	text-decoration: none;
	padding: 0px 0px 1px 0px;
}
#nav strong a {
	color: #FF9000;
}
#nav a:hover {
	color: #FF9000;
}
#main {
	min-height: 300px;
	height: auto;
	background: #FFFFFF url(images/top-grad.gif) left top repeat-x;
	color: #333333;
	padding: 30px 20px 20px 0px;
}
#mid {
	position: relative;
	display: block;
	min-height: 300px;
	height: auto;
	width: 870px;
	background: url(images/midback.gif) repeat-y 0px 0px;
	clear: both;
	float: left;
	color: #666666;
}
.midfull {
	background: url(images/midback_full.gif) repeat-y 10px 0px !important;
}
/*Page menu*/
#nav_col {
	display: block;
	float: left;
	clear: left;
	width: 180px;
	margin-right: 20px;
}
#homemsg {
	padding: 0 5px 20px 12px;
}
#homemsg p {
	margin-bottom: 1em;
}
#pagemenu {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
#pagemenu li {
	display: block;
	height: auto;
	line-height: 29px;
	width: 180px;
	background: url(images/nav_white.gif) no-repeat right bottom;
	list-style-type: none;
	text-transform: lowercase;
	font-weight: bold;
}
#pagemenu a {
	display: block;
	height: 28px;
	width: auto;	
	padding: 0px 10px 0px 0px;
	color: #416187;
	text-decoration: none;
	background: url(images/arrow_orange.gif) no-repeat 10px 90px;
	height: 29px;
}
#pagemenu a:hover {
	color: #FF9000;
	background: url(images/arrow_orange.gif) no-repeat 10px 10px;
	
}
#pagemenu li strong {
	background: url(images/nav_orange.png) repeat-y;
	display: block;
	height: auto;
	line-height: 29px;
	width: 180px;
	color: #FFFFFF;
	/*font-weight: normal;*/
}
#pagemenu li strong a{
	color: #FFFFFF;
	background: url(images/arrow_white.gif) no-repeat 10px 90px;
}
#pagemenu li strong a:hover{
	color: #FFFFFF;
	background: url(images/arrow_white.gif) no-repeat 10px 10px;
}
#submenu {
	background: url(images/nav_grey.gif) no-repeat bottom;
	font-size: 10px;
}
#submenu li {
	display: block;
	height: 20px;
	line-height: 20px;
	background: none;
	text-transform: none;
}
#submenu li a{
	background: url(images/arrow_orange_sml.gif) no-repeat 10px 90px;
	height: auto;
}
#submenu li a:hover{
	background: url(images/arrow_orange_sml.gif) no-repeat 10px 6px;
}
#submenu li strong {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #FF9000;
	width: auto;
	background: none;
}
#submenu li strong a{
	color: #FF9000;
}
#submenu li strong a:hover{
	color: #FF9000;
	background: url(images/arrow_orange_sml.gif) no-repeat 10px 6px;
}
#certs {
	background: url(images/nav_grey.gif) no-repeat left top;
	padding: 3px 0 3px 0px;
}
#certs ul{
	background: url(images/nav_white.gif) no-repeat left bottom;
	padding: 26px 0 26px 0px;
	display: block;
	height: 50px;
}
#certs li{
	margin-left: 10px;
	list-style-type: none;
	display: inline;
}

/*End pagemenu*/
#content {
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;
}
#content p {
	margin-bottom: 1em;
}

.fullwidth {
	width:570px !important;
	clear:right !important;
	margin-right: 0px !important;
	padding-right: 20px !important;
}
#block1 p {
	margin-bottom: 1em;
}
#block1 ul, ol {
	padding-left: 10px;
	margin: 0 0 10px 10px;
}
#block1 li {
	line-height: 1.3em;
}
#block1 hr {
	color: #416187;
	background: #416187;
	border: none;
	height: 1px !important;
	margin: 10px 0 10px 0;
}
#block1 #backbtn {
	width: auto;
	float: right;
}
#block1 h3 {
	font-size: 13px;
	margin: 0px 0px 6px 0px;
	font-weight: bold;
	background: none;
	text-transform: lowercase;
}
#map {
	border: solid 1px #A5ACB2;
}
#block2 {
	font-size: 0.9em;
}
#block2 h1,h2,h3,h4 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	background: none;
	margin: 6px 0 2px 0;
	text-transform: none;
}
#block2 p{
	margin-bottom: 1em;
}
#block2 a{
	padding-right: 10px;
	background: url(images/link_arrow.gif) no-repeat right center;
}
#block2 ul, ol {
	padding-left: 8px;
	margin: 0 0 10px 8px;
}
#block2 li {
	line-height: 1.5em;
}
#block2 hr {
	color: #FFFFFF;
	background: #FFFFFF;
	border: none;
	height: 1px !important;
	padding: 10px 0 10px 0;
}


.layout-a #block1 {
	width: 430px;
	float: left;
	margin-right: 40px;
}
.edit .layout-a #block1 {
	width: 420px;
}
.layout-a #block2 {
	width: 200px;
	float: left;
	clear: right;
	height: auto;
	color: #666666;
}
.edit .layout-a #block2 {
	width: 210px;
}
#content blockquote {
	background:url(images/quote.png) no-repeat;
	background-position:top left;
	text-align: justify;padding-left:15px;
	margin-bottom: 1em;
} 

#content blockquote p {
	background: url(images/unquote.png) no-repeat;
	background-position:bottom right;
	padding-right:5px;
	color:#D78235; 
	margin: 0 0 1em 0 !important;
}
#content cite {
	margin: 0 0 1em 0 !important;
	color: #666666;
}
#footer {
	font-size: 0.9em;
	line-height: 1.1em;
	background: url(images/footer-back.png) left top repeat-x;
	color: #DBDBDB;
	padding: 15px 20px 15px 20px;
	clear: both;
	height: auto;
	border-top: solid 1px #CECECE;
}
#footer a {
	position: relative;
}
#footer #cba {
	color: #DBDBDB;
	text-decoration: none;
	width: auto;
	padding: 0px 0px 0px 14px;
	background: url(images/i_mouse.gif) no-repeat left center;
}
.inde {
	width: 90% !important;
	padding: 5px;
}
.otr {
	background-color: #EFEFEF;
}
.etr {
	background-color: #F8FAFC;
	/* #DBEEF7 */
}


/*General Styles*/
.f-left {float: left;}
.f-right {float: right;}
.clear {clear: both; height: 0; line-height:0; margin: 0;}
.dwfix {clear: both; height: 0; line-height:0; margin: 0; }

img.pic_left {float: left;	padding: 2px; border: solid 1px #CCCCCC; margin-right: 8px; margin-top: 3px;}
img.pic_right {float: right; padding: 2px;	border: solid 1px #CCCCCC; margin-left: 8px; margin-top: 3px;}
img.pic_centre {
	clear: both;
	display: block;
	margin: 0px auto 0px auto;
}

.alignRight {
	text-align: right;
}
ul.short {
	line-height: 1em;
}
.grey {
	color: #999999;
}
.green {
	color: #18545B;
}
.tabSmall {
	display: block;
	clear: left;
	float: left;
	width: 3em;
	margin-right: 1em;
}
.tabLarge {
	display: block;
	clear: left;
	float: left;
	width: 8em;
	margin-right: 1em;
}

/* Access styles */
.skip a{
	display:block;
	position: absolute;
	padding-top: 1px; width: 1px; 
	overflow: hidden;
	/* WIN IE5 hack */ height: 1px; voice-family: "\"}\""; 
	voice-family:inherit; height: 0;
	cursor: default;
	margin: 0px;
	z-index: 99;
}
.skip a:focus, .skip a:active {display: inline; background: #333333; border: solid black 1px; color: #ffffff !important; text-decoration: none;
	position: absolute; height: auto; width: auto; padding: 0 0.5em;}
.skip a:hover {cursor: default}

/* --------------------------------------------------------------- 
- Listing page nav
*/
.artListHead {
	padding-bottom: 8px;
	border-bottom: solid 1px #18545B;
}
.artListItem {
	position: relative;
	margin: 1em 0px;
	padding-bottom: 1em;
	/*background-color: #FFFFFF;
	padding: 2px;*/
	height: auto;
	clear: both;
	min-height: 67px;
	border-bottom: solid 1px #18545B;
}
.thm_pic {
	border: solid 1px #333333;
	float: left;
	width: 65px;
	height: 65px;
}
.artListItem h2 {
	line-height: 100%;
}
.artListItem h2, .artListItem p {
	margin: 0 0 0 80px !important;
}

.pageNums {
	float: right;
	font-size: 11px;
	min-height: 16px;
	overflow: visible;
}

.pageNums span{
	display: block;
	float: left;
}
.pageNums a:hover{
	text-decoration: none;
}
.arrow_left {
	position: relative;
	display: block;
	padding-top: 16px; width: 16px; 
	overflow: hidden;
	/* WIN IE5 hack */ height: 16px; voice-family: "\"}\""; 
	voice-family:inherit; height: 0;
	background: url(images/left.png) no-repeat left center;
	margin-right: 3px;
}

.arrow_right {
	position: relative;
	display: block;
	padding-top: 16px; width: 16px; 
	overflow: hidden;
	/* WIN IE5 hack */ height: 16px; voice-family: "\"}\""; 
	voice-family:inherit; height: 0;
	background: url(images/right.png) no-repeat left center;
	margin-left: 3px;
}

.arrow_left_o {
	width: 16px;
	height: 16px;
	display: block;
	background: url(images/left-o.png) no-repeat left center;
	margin-right: 3px;
}
.arrow_right_o {
	width: 16px;
	height: 16px;
	display: block;
	background: url(images/right-o.png) no-repeat left center;
	margin-left: 3px;
}

/* --------------------------------------------------------------- 
- Form styles
*/
.smallfield2 {
	width: 10em;
	margin-top: 2px;
	font-size: 0.9em;
	padding: 2px;
}
input{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	border: solid 1px #A5ACB2;
}

fieldset{
	border: none;
}
legend{
	font-size: 1.3em;
	font-weight: bold;
	background: none;
}
textarea{
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border: solid 1px #A5ACB2;
}
label {
	cursor: pointer;
	width: 10em;
	float: left;
}
.twocol {
	width: 100%;
	clear: both;
}
.twocol label {
	width: 45%;
	margin-right: 1em;
	margin-bottom: 1em;
}
.twocol .even {
	float: right !important;
	clear: right !important;
	margin-right: 0;
}
.mainform p{
	margin: 0.2em 0px 0.2em 0px !important;
	line-height: 1.4em;
}
.miniform p{
	margin: 0.2em 0px 0.2em 0px !important;
	line-height: 1.4em;
}
.miniform label{
	width: 18em;
}
.section{
	background: #F7F7F7;
	border: 1px solid #A5ACB2;
	padding: 4px;
	margin-bottom: 10px;
	color: #333333;
}
.plain{
	border: none !important;
}
.smallfield{
	width: 18em;
	font-size: 1em;
	padding: 2px;
}
.largefield{
	width: 26em;
	font-size: 1em;
	padding: 2px;
}
.fullfield {
	width: 80%;
}
select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: solid 1px #A5ACB2;
	padding: 2px;
}

.minifield {
	width: 9em;
	font-size: 1em;
	padding: 2px;
}
.minifield2 {
	width: 7.5em;
	font-size: 1em;
	padding: 2px;
}
.tinyfield {
	width: 4em;
	font-size: 1em;
	padding: 2px;
}
.frmbutton {
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	padding: 3px;
	color: #333333;
	background: #FFFFFF url(images/btn-back.gif) repeat-x left top;
}
.required {
	color: #CC0000;
}
.required a{
	color: #CC0000;
	font-weight: bold;
}
.smallGrey {
	color: #999999;
	font-size: 0.9em;
}
/* --------------------------------------------------------------- */
