/******************
HTML Tags
******************/

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:left;
}
.bodyText
{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

#content p
{
	margin: 0 0 5px 0px;
	padding: 0 0 5px 0px;
}
.dotted{
	border-top: 1px dotted #D5D5D2;
	margin: 0 5px 0 0 5px;
	padding: 0 5px 0 0 5px;
}
#content-right img
{
	border: none;
}

#breadcrumb-right label
{
	display: none;
}

.bgTan {
	background-color: #E9E8D6;
}
.bgDarkBlue {
	background-color: #094081;
}
.bgDarkGray {
	background-color: #999999;
}
 .whiteheader
{
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	margin: 5px;
	padding: 2px;
	font-size: 13px;
}
 .smallwhite
{
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	margin: 5px;
	padding: 2px;
	font-size: 10px;
}
/******************
FORM STYLES
******************/

#content-container form
{
	margin: 20px 0px;
	padding: 0px 0px 0px 0px;
}

#content-container fieldset
{
	margin: 10px 0px 20px 0px;
	padding: 0px 10px 10px 20px;
}

/* a nested fieldset */
#content-container fieldset fieldset
{
	margin: 15px 0px 5px 0px;
	padding: 0px 5px 5px 5px;
}

#content-container legend
{
	margin-bottom: 0px;
	padding: 0px 10px 5px 5px;
	color: #666666;
	font-weight: bold;
}

/* a nested legend */
#content-container fieldset fieldset legend
{
	margin-bottom: 0px;
	padding: 0px;
	font-weight: normal;
}

#content-container label
{
	display: block;
	padding-top: 8px;
	font-weight: bold;
}
.bodyTextBold
{
	color: #000000;
	font-weight: bold;
}

.errormsg
{
	color: #FF6600;
	font-weight: bold;
}
.caption
{
font-size: 11px;
}
#breadcrumb-right form
{
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#breadcrumb-right form fieldset
{
	margin: 0px;
	padding: 0px;
	border: none;
}

#breadcrumb-right form legend
{
	display: none;
}


/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link
{
	color: #094081;
	font-weight:bold;
	text-decoration:none;
	margin: 0 0 5px 5px;
	padding: 0 0 0 5px;
}

a:visited
{
	color: #2391C2;
	font-weight:bold;
	text-decoration:none;
	margin: 0 0 5px 5px;
	padding: 0 0 0 5px;
}

a:hover
{
	color: #2391C2;
	font-weight:bold;
	text-decoration:none;
	margin: 0 0 5px 5px;
	padding: 0 0 0 5px;
}

a:active
{
	color: #2391C2;
	font-weight:bold;
	text-decoration:none;
	margin: 0 0 5px 5px;
	padding: 0 0 0 5px;
}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#banner-links a:link
{
	margin: 0 0 0px 0px;
	padding: 0 0 0 0px;
}
#banner-links a:visited
{
	margin: 0 0 0px 0px;
	padding: 0 0 0 0px;
}

#banner-links a:active
{
	margin: 0 0 0px 0px;
	padding: 0 0 0 0px;
}

#banner-links a:hover
{
	margin: 0 0 0px 0px;
	padding: 0 0 0 0px;
}

#inside-links a:link
{
	color: #2391C2;
	font-weight:bold;
	text-decoration:none;
	margin: 0 0 5px 5px;
	padding: 0 0 0 5px;
}

#inside-links a:visited
{
	color: #2391C2;
	font-weight:bold;
	text-decoration:none;
	margin: 0 0 5px 5px;
	padding: 0 0 0 5px;
}

#inside-links a:hover
{
	color: #2391C2;
	font-weight:bold;
	text-decoration:none;
	margin: 0 0 5px 5px;
	padding: 0 0 0 5px;

}

#inside-links a:active
{
	color: #2391C2;
	font-weight:bold;
	text-decoration:none;
	margin: 0 0 5px 5px;
	padding: 0 0 0 5px;
}


#mainnav-container a:link
{
	color: #2391C2;
	font-weight:bold;
	text-decoration:none;
}

#mainnav-container a:visited
{
	color: #FF0000;
}

#mainnav-container a:hover
{
	color: #FF6633;
	text-decoration: none;
}

#mainnav-container a:active
{
	color: #669966;
}

/* All link states are selected with an "a" */
#header a
{
	color: #FFFFFF;
}

#breadcrumb-container a
{
	color: #FF6600;
}

/******************
HEADINGS
******************/

h1
{
	font-size: 1.6em;
	padding: 0;
	margin: 0 0 10px 0;
}

h2
{
	font-size: 1.1em;
}

h3
{
	font-size: 1.3em;
	color: #094081;
	font-weight:bold;
	margin: 0 0 2px 0px;
	}

h4
{
	font-size: 1.1em;
	color:#094081;
	margin: 0px;
	padding: 0px;
}

h5
{
	font-size: .9em;
}

h6
{
	font-size: .8em;
}

#three-column-container h2
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/******************
LAYOUT STYLES
******************/
#maintablenav
{
	height: 100%;
	border:2px 2px 2px 2px solid #BFBFBF;
	padding: 10px 10px 10px 10px;
	margin-bottom: 1px;
	table-layout: fixed;
}

#maintablenav2
{
	height: 100%;
	border:2px 2px 2px 2px solid #BFBFBF;
	padding: 10px 10px 10px 10px;
	margin: 100px 200px 100px 200px;
	table-layout:fixed;
	 
}

#maintdnav
{
	height: 100%;
	border-left: 2px solid #BFBFBF;
	margin-bottom: 1px;
	table-layout: fixed;
}
#tdtop
{
	border-top: 1px solid #BFBFBF;
	margin-bottom: 1px;
}

#mainnav-container
{
	width: 100%;
	padding: 10px;
	border-bottom: 2px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	border-left: 1px solid #EDEDED;
	margin-bottom: 1px;
	background: #FFFFFF url(bg-topnav.gif) repeat-x;
	table-layout: fixed;
}

#mainnav-side
{
	text-align: right;
}

#header
{
	margin-bottom: 1px;
	width: 100%;
	color: #000000;
	padding: 10px;
	border-bottom: 2px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	height: 50px;
	background: #580808 url(bg-header.gif) repeat-x;
	vertical-align: top;
	color: #FFFFFF;
	table-layout: fixed;
	font-size: 1.8em;
	font-weight: bold;
}

#header a
{
	text-decoration: none;
	color: #FFFFFF;
}

#slogan
{
	font-size: .68em;
	margin: 0px;
	font-weight: normal;
	padding-top: 7px;
}

#breadcrumb-container
{
	width: 100%;
	padding: 10px 10px 8px 10px;
	border-bottom: 2px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	border-left: 1px solid #EDEDED;
	margin-bottom: 1px;
	background: #FFFFFF url(bg-topnav.gif) repeat-x;
	table-layout: fixed;
}

#breadcrumb-left
{
	vertical-align: top;
}

#breadcrumb-right
{
	text-align: right;
}

#content-container
{
	width: 100%;
	border-bottom: 2px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	table-layout: fixed;
}

#content-left
{
	background-color: #F6F6F6;
	width: 150px;
	padding: 10px;
	vertical-align: top;
}

#content-right
{
	background-color: #F6F6F6;
	width: 120px;
	padding: 10px;
	vertical-align: top;
}

#content
{
	background-color: #FFFFFF;
	padding: 10px;
	vertical-align: top;
}

#three-column-container
{
	width: 100%;
	margin: 10px 0px;
	text-align: justify;
	table-layout: fixed;
}

#three-column-left
{
	width: 30%;
	padding-right: 3%;
	vertical-align: top;
}

#three-column-middle
{
	width: 30%;
	vertical-align: top;
}

#three-column-right
{
	width: 30%;
	padding-left: 3%;
	vertical-align: top;
}

#footer
{
	width: 100%;
	padding: 10px;
	border-bottom: 2px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	border-left: 1px solid #EDEDED;
	text-align: center;
	background: #FFFFFF url(bg-topnav.gif) repeat-x;
	table-layout: fixed;
}

/******************
MENU ITEMS
******************/

#mainnav-container ul
{
	margin: 0px;
	padding: 0px;
}

#mainnav-container li
{
	padding: 0px;
	list-style: none;
	display: inline;
	margin: 5px 10px 5px 0px;
}

#mainnav-side li
{
	padding: 0px;
	margin: 5px 0px 5px 10px;
}

/******************
LISTS - IN THE CONTENT DIV
******************/
#content a
{
	color: #2391C2;
	font-weight:normal;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}

#content ul.list, #content ul.link-list-vertical
{
	
}

#content ul.list li
{
	list-style: none;
	padding: 2px 0px 2px 12px;
	margin: 0px;
	background: url(bullet.gif) no-repeat;
	background-position: 0 .6em;
}

#content ul.link-list-vertical li
{
	list-style: none;
	margin: 0px;
	padding: 2px 0px;
	margin-left:20%;
	text-indent:-3cm;
}

#content ul.link-list-vertical li a:link
{
	padding: 2px 0px 2px 12px;
	background: url(bullet-link.gif) no-repeat;
	background-position: 0 .6em;
}

#content ul.link-list-vertical li a:visited
{
	padding: 2px 0px 2px 12px;
	background: url(bullet-link-visited.gif) no-repeat;
	background-position: 0 .6em;
}

#content ul.link-list-vertical li a:hover
{
	padding: 2px 0px 2px 12px;
	background: url(bullet-link-hover.gif) no-repeat;
	background-position: 0 .6em;
}

#content ul.link-list-vertical li a:active
{
	padding: 2px 0px 2px 12px;
	background: url(bullet-link-active.gif) no-repeat;
	background-position: 0 .6em;
}

/******************
LISTS - IN THE RIGHT OR LEFT COLUMNS
******************/

#content-right ul.list, #content-right ul.link-list-vertical, #content-left ul.list, #content-left ul.link-list-vertical
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#content-right ul.list li, #content-left ul.list li
{
	list-style: none;
	padding: 2px 0px 2px 12px;
	margin: 0px;
	background: url(bullet-right.gif) no-repeat;
	background-position: 0 .6em;
}

#content-right ul.link-list-vertical li, #content-left ul.link-list-vertical li
{
	list-style: none;
	margin: 0px;
	padding: 2px 0px;
}

#content-right ul.link-list-vertical li a:link, #content-left ul.link-list-vertical li a:link
{
	padding: 2px 0px 2px 12px;
	background: url(bullet-link.gif) no-repeat;
	background-position: 0 .6em;
}

#content-right ul.link-list-vertical li a:visited, #content-left ul.link-list-vertical li a:visited
{
	padding: 2px 0px 2px 12px;
	background: url(bullet-link-visited.gif) no-repeat;
	background-position: 0 .6em;
}

#content-right ul.link-list-vertical li a:hover, #content-left ul.link-list-vertical li a:hover
{
	padding: 2px 0px 2px 12px;
	background: url(bullet-link-hover.gif) no-repeat;
	background-position: 0 .6em;
}

#content-right ul.link-list-vertical li a:active, #content-left ul.link-list-vertical li a:active
{
	padding: 2px 0px 2px 12px;
	background: url(bullet-link-active.gif) no-repeat;
	background-position: 0 .6em;
}

/******************
TABLE STYLES
******************/

.table
{
	width: 100%;
	border: 1px solid #D0D0BF;
	border-collapse: collapse;
}

.table td
{
	padding: 10px;
}

thead th, tfoot th
{
	background-color: #E8E8E8;
	border-bottom: 2px solid #D0D0BF;
	border-top: 2px solid #D0D0BF;
	padding: 10px;
	font-weight: normal;
	font-variant: small-caps;
}

/******************
CLASSES
******************/

.clear
{
	clear: both;
}

.button-big
{
	margin-top: 8px;
}

img.photobig, img.photosmall
{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	background: #E0E0E0 url(background_table_04.gif) repeat-x;
	padding: 8px;
}

img.photosmall
{
	margin-right: 10px;
	margin-bottom: 2px;
	float: left;
}

.input
{
	height: 15px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.button
{
	height: 18px;
	width: 50px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	font-size: 11px;
	font-weight:bold;
}

.none
{
	display: none;
}
