/**************************************************************************************************
***************************************************************************************************
LIBRARY IMPORTS
***************************************************************************************************
***************************************************************************************************/
@import 'library/reset.css';
@import 'library/margin.css';
@import 'library/padding.css';
@import 'library/width.css';
@import 'library/height.css';
@import 'library/font.css';
@import 'library/text.css';
@import 'library/corners.css';
@import 'library/generic.css';

div, img, input { behavior: url(iepngfix/iepngfix.htc) }

/**************************************************************************************************
***************************************************************************************************
BASIC ELEMENTS
***************************************************************************************************
***************************************************************************************************/
html 											{margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}
body												{background: url(../../graphics/holding-bg.jpg) repeat-x; color: #555555; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; line-height: 14px; margin: 0 0 0 0; padding: 0 0 0 0; text-align:center;min-height: 700px; }
h1 												{color: #666666; font-size: 18px; font-weight: bold; line-height: 20px;}
h2 												{color: #666666; font-size: 16px; font-weight: bold; line-height: 18px;}
h3 												{color: #666666; font-size: 14px; font-weight: bold; line-height: 16px;}
h4 												{color: #666666; font-size: 12px; font-weight: bold; line-height: 14px;}
a, a:link 										{color: #333333; text-decoration: none;}
a:visited										{color: #333333; text-decoration: none;}
a:hover 										{color: #333333; text-decoration: underline;}
a:focus 											{color: #333333;}
a:active 										{color: #333333;}
a img											{border: none}
hr													{color: #ffffff;}
p													{text-align: left}

.enableJS 										{border: 2px solid #000000; color:#ff0000; font-weight:bold; text-align:center;}
div.row 											{clear: both; padding: 5px 0px;}
div.row span.left 							{float: left; text-align: left;}
div.row span.right 							{float: right; text-align: right;}
.left 												{float:left;}
.right 											{float:right;}
.spacer 											{clear: both;}
.textcenter 									{text-align:center;}
.textleft 										{text-align:left;}
.textright 										{text-align:right;}
.pad5 											{padding:5px;}

.masthead										{width: 900px; height: 165px; margin-right: 3px; background: url(../../graphics/holding-masthead.jpg) no-repeat;}
.menu											{width: 900px; height: 44px; background: url(../../graphics/holding-menu.png) no-repeat;}
a.menu											{}

.first												{margin-left: 220px;}

.arrow-hover								{}
.arrow-hover:hover						{background: url(../../graphics/arrow.jpg) no-repeat left; margin-top: 1px;}
.icon_imb 									    		{ margin-top: -5px; margin-bottom: -8px; width: 11px; height: 25px; }
a.bluelinks:link, a.bluelinks:visited, a.bluelinks		{ font-weight: bold; color: #0E419D; }