/* Html ---------------------------------- */
html {
     overflow:auto;
}
/* Body ---------------------------------- */
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #ffffff;
	background-image: url(../Images/bg-tile.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
/* Paragraph ---------------------------------- */
p	{
	line-height:130%;
}
/* Body Links ---------------------------------- */
a:link {
	color: #6D6D6D;
	text-decoration: underline;
}
a:active {
	color: #6D6D6D;
	text-decoration: underline;
}
a:visited {
	color: #6D6D6D;
	text-decoration: underline;
}
a:hover {
	color: #6D6D6D;
	text-decoration: none;
}

a.leftnav:link {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #A5A5A5;
	text-decoration: none;
}
a.leftnav:active {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #A5A5A5;
	text-decoration: none;
}
a.leftnav:visited {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #A5A5A5;
	text-decoration: none;
}
a.leftnav:hover {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #CB9329;
	text-decoration: none;
}

a.HeadLink:link {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C58B1E;
	text-decoration: none;
}
a.HeadLink:active {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C58B1E;
	text-decoration: none;
}
a.HeadLink:visited {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C58B1E;
	text-decoration: none;
}
a.HeadLink:hover {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C58B1E;
	text-decoration: underline;
}


/* Borders ---------------------------------- */

.LeftBorder	{
	background-image: url(../Images/left-border-tile2.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
.RightBorder	{
	background-image: url(../Images/right-border-tile2.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
/* MainTable ---------------------------------- */
.weekend
{
  background-color:#F6F6F6;
}

.MainTable	{
	background-color: White;
	padding-left: 2px;
	padding-right: 2px;
}
.BodyTable	{
	background-color: White;
	padding-left: 10px;
	padding-right: 10px;
}
.BlueStrip	{
	background-color: #779FCE;
}
.WhiteStrip	{
	background-color: White;
}
.GrayStrip	{
	background-color: #686868;
}
.LightGrayStrip	{
	background-color: #AAAAAA;
}
.HeaderGradient	{
	background-image: url(../Images/top-gradient-tile.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.NewsGradient	{
	background-image: url(../Images/news_gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.NavGradientTile	{
	background-image: url(../Images/nav-gradient-tile.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #E1B256;
}
.FooterGradientTile	{
	background-image: url(../Images/btm-gradient-tile.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FAF9F9;
	padding-left: 6px;
	padding-right: 6px;
}

.LeftNavWhite	{
	padding-bottom: 6px;
	padding-top: 6px;
}

.LeftNavBullet	{
	background: url(../Images/greyarrow.gif);
	background-position: right;
	background-repeat: no-repeat; 
	background-position: 145px;
	padding-bottom: 6px;
	padding-top: 6px;
}

.LeftNavSubCat	{
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 10px;
}

.GrayDottedLine	{
	background-image: url(../Images/gray_line.gif);
	background-position: center;
	background-repeat: repeat-x;
}
.NewsPadding	{
		padding: 10px;
}
ul	{
	list-style: square;
	margin-left: 16px;
	margin-top: 0px;
	list-style-position: outside;
}
li	{
	line-height:130%;
}

.GalleryBorderLeft	{
	background-image: url(../Images/gal_left.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.GalleryBorderRight	{
	background-image: url(../Images/gal_right.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.GalleryBorderTop	{
	background-image: url(../Images/gal_top.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.GalleryBorderBottom	{
	background-image: url(../Images/gal_bottom.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.GalleryHeader	{
	font-family: sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #878787;
	text-decoration: none;
}

.GalleryText	{
	padding: 10px;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C58B1E;
	text-decoration: none;
}

.OpportunityHeader
{
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C58B1E;
	text-decoration: none;

}

/* Calendar ---------------------------------- */
/*.CalendarDays {
	text-align: center;
	font-weight: bold;
}

.CalendarPadding	{
	text-align: center;
	font-weight: bold;
	padding-top: 10px;	
	padding-bottom: 10px;
}

  

/* Forms ---------------------------------- */
input.input_text {
	font-size: 10px;
	color: #686868;
	border: 1px solid #8498BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	}
select.dropdown {
	font-size: 10px;
	border: 1px solid gray;
	font-size: 10px;
	color: #686868;
	padding: 2px;
}
textarea.form {
	font-size: 11px;
	color: #686868;
	border: 1px solid #8498BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
}

/* Menus --------------------------------- */
.TopMenuGroup
{
  color:#d3d3d3;
  font-family:Arial;
  font-size:15px;
  cursor:pointer;
}

.MenuGroup
{
	background-color: White;
}


.TopMenuItem
{
  color:White;
  font-weight:bold;
  font-family:Arial;
  font-size:15px;
  cursor:pointer;
}

.TopMenuItemHover
{
  color: White;
  font-weight:bold;
  font-family:Arial;
  font-size:11px;
  cursor: pointer;
}

.MenuItem
{
  color:White;
  font-weight:normal;
  font-family:Verdana;
  font-size:13px;
  cursor:pointer;
  background-color:#29166f;
}

.MenuItemHover
{
  color:#eb751e;
  font-weight:normal;
  font-family:Verdana;
  font-size:13px;
  cursor:pointer;
  background-color:#29166f;
}

.LeftMenuItem
{
  color:#A5A5A5;
  font-family: Sans-Serif;
  font-size:12px;
  cursor:pointer;
  font-style:italic;
  font-weight:bold;
  border-bottom: 1px solid #A5A5A5;
  background-color: White;
}

.LeftMenuItemHover
{
  color:#E1B256;
  font-family:Sans-Serif;
  font-size:12px;
  cursor:pointer;
  font-style:italic;
  font-weight:bold;
  border-bottom: 1px solid #A5A5A5;
  background-color: White;
}

.Header
{
  color:Gray;
  font-weight:bold;
  font-family:Verdana;
  font-size:12px;
  padding-right:10;
  padding-bottom:6;
}

.LoginTextBox
{
	background-color:Silver;
	border-color:Gray;
	border: 1px solid;
}

.ArticleMainTitle
{
	font-family:Verdana;
	font-size:large;
	color:#28156F;
}

.ArticleMainHeader
{
	font-family:Verdana;
	font-size:small;
	color:#939495;

}

.ArticleMainSynopsis
{
	font-family:Verdana;
	font-size:10pt;
	color:Black;
}

.Article1Title
{
	font-family:Verdana;
	font-size:large;
	color:#939495;
}

.Article1Header
{
	font-family:Verdana;
	font-size:small;
	color:#939495;

}

.Article1Synopsis
{
	font-family:Verdana;
	font-size:10pt;
	color:Black;
}

.Article2Title
{
	font-family:Verdana;
	font-size:large;
	color:#939495;
}

.Article2Header
{
	font-family:Verdana;
	font-size:small;
	color:Silver;

}

.Article2Synopsis
{
	font-family:Verdana;
	font-size:10pt;
	color:Silver;
}

.CategoryName
{
	font-family:Verdana;
	font-size:12pt;
	font-weight:bold;
	color:#eb751e;
}

.RegHeading
{
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	color:Black;
}

.RegLabel
{
	font-family:Verdana;
	font-size:10pt;
	color:Black;
}

.inputbox
{
	font-family:Verdana;
	font-size:10pt;
	color:Black;
	border:solid 1px black;

}

.but {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;

	background-color:#29166f;
	border:1px solid;
	border-top-color:#000000;
	border-left-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#000000;
	height: 18px;
	padding-right: 5px;
	padding-left: 5px;
	cursor:pointer;
}

.formlabel
{
	font-family:Verdana;
	font-size:10pt;
	color:Black;
	text-align:right;
	padding-right:5px;

}

.formrepeater
{
	font-family:Verdana;
	font-size:10pt;
	color:Black;
	text-align:left;

}