/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#e4e4e4; color:#000000;}
.box1Color						{color:#da6f1d;}
.box1Color:HOVER				{color:#da6f1d;}

.box1Background_LightVersion	{background-color:#f4f4f4; color:#000000;}
.box1Color_LightVersion			{color:#da6f1d;}
.box1Color_LightVersion:hover	{color:#da6f1d;}


/** Used in titles and captions**/
.titlesColor					{color:#da6f1d;}
.titlesColor:hover				{color:#da6f1d;}
.pageTitleColor					{color:#da6f1d;}
.pageTitleColor:hover			{color:#da6f1d;}


.wrapper						{}
.menutoparea					{height:60px; padding-top:15px; padding-bottom:15px;}
.menutop						{border-bottom: 1px solid #da6f1d;}
.media							{height:200px; vertical-align:top; padding-bottom:30px;}
.logo							{height:200px; width:310px; overflow:hidden; background-image:url(../bglogo.jpg); background-repeat:repeat-x; padding:15px; padding-top:0px;}
.menuleft						{width:180px; vertical-align:top; padding-right:15px;}
.content						{width:460px; vertical-align:top; padding-left:15px; padding-right:15px; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; }
.contenthome					{width:640px; vertical-align:top; padding-right:15px; border-right: 1px solid #cccccc; }
.modules						{width:220px; vertical-align:top; padding-left:15px;}
.footer							{border-top: 1px solid #da6f1d; padding-top:10px; padding-bottom:20px;}
#ctlContent			{width:100%; overflow:hidden;}


/****************************  Main Elements ***************************/
BODY			{font-family:Tahoma; font-weight:normal; color:#000000; font-size:11px; padding:0px; margin:0px; background-image:url(../bg.jpg); background-repeat:repeat-y; background-position:center;}
BODY * 			{-moz-box-sizing:border-box;}

TABLE			{}
TD				{font-size:80%;}
HR				{border:0px; border-top:1px solid #c0c0c0; height:1px; width:100%; background-color:transparent;}
FORM			{display:inline;}
INPUT			{font-size:12px; font-weight:normal; font-family:Tahoma;}
INPUT.input		{border-style:solid; border-width:1px; border-color:#cccccc;}
TEXTAREA		{border-style:solid; border-width:1px; border-color:#cccccc;}
SELECT			{font-size:10px; font-weight:normal; font-family:Tahoma;}
A				{text-decoration:none; color:#da6f1d;}
A:hover			{text-decoration:underline; color:#da6f1d;}
A:active		{}
A:unknown		{}
IMG.dbsSkip	{border-style:none;width:0px;height:0px;}
A.dbsSkip	{display:block;}
A.PageContentShortcut	{color:#ffffff;}
A.PageContentShortcut:active	{color:#35723A;}
A.PageContentShortcut:unknown	{color:#35723A;}
INPUT.button	{color:#000000; border-color:#929292; border-style:solid; border-top-width:1px; border-left-width:1px; border-bottom-width:1px; border-right-width:1px; font-family:Tahoma; font-size:11px; font-weight:normal; background-color:#e7e7e7; height:18px; text-align:center; padding-bottom:3;}
UL 				{}
UL LI 			{list-style:disc; color:#da6f1d;}
.red			{color:red;}

/* Body */
TABLE.body			{margin-top:5px; width:100%;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{}
A.navigationTab								{font-size:90%; text-decoration:none;}
A.navigationTab:hover						{font-size:90%; text-decoration:underline;}
UL.NavigationTab	{PADDING: 0px; MARGIN: 0px 0px 0em 0em;}
UL.NavigationTab LI	{DISPLAY: inline; color:#999999;}


/** Page Title & Description **/
TD.PageTitle				{}
DIV.PageTitle				{font-weight: bold; font-size:110%; margin-bottom:10px; margin-top:10px;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle		{}
H1.PageTitle				{}
H1.PageCategoryTitle		{}
TD.description				{font-size:80%;}

/** Copyright **/
TD.Copyright			{font-weight:bold; font-size:75%; color:#005794;}
A.Copyright				{font-weight:bold; text-decoration:none; color:#005794;}
A.Copyright:hover		{font-weight:bold; text-decoration:none; color:#005794;}

/** Site Message **/
DIV.SiteMessageContainer	{border-bottom:solid 1px gray; text-align:center; padding:5px;}

.hidden				{display:none; position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}

/************************** Pop-up windows ******************************************/
BODY.Popup			{}

/** Talkbacks **/
INPUT.Response		{width:220px;}
TEXTAREA.Response	{width:220px; height:200px;}

/** Tell a Friend **/
INPUT.Friend		{width:220px;}
TEXTAREA.Friend		{width:220px; height:200px;}


