/******************
HTML Tags
******************/

body
{
	font-family: @Arial Unicode MS;
	color: #000000;
	margin: 10px 0px 20px 0px;
	font-size: .95em;
	background: url(bg-main.jpg) repeat-x;
}

/******************
FORM STYLES
******************/

#content form
{
	margin: 20px 0px;
	padding: 0px 0px 0px 0px;
}

#content fieldset
{
	margin: 10px 0px 20px 0px;
	padding: 0px 20px 20px 20px;
	border: 6px solid #E6E6E6;
}

/* a nested fieldset */
#content fieldset fieldset
{
	margin: 15px 0px 5px 0px;
	padding: 0px 5px 5px 5px;
}

#content legend
{
	margin-bottom: 0px;
	padding: 0px 10px 5px 5px;
	color: #666666;
	font-weight: bold;
}

/* a nested legend */
#content fieldset fieldset legend
{
	margin-bottom: 0px;
	padding: 0px;
	font-weight: bold;
}

#content label
{
	display: block;
	padding-top: 8px;
}

/******************
SIDE SEARCH FORM
******************/

#side form
{
	margin: 10px 0px;
	padding: 0px;
}

#side fieldset
{
	margin: 0px;
	padding: 0px;
	border: none;
}

#side legend
{
	display: none;
}

#side label
{
	display: none;
}

#side input
{
	display: block;
}

.button-search
{
	margin-top: 4px;
}

.searchbox
{
}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link
{
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: underline;
}
a:link.blue
{
	color: blue;
	font-weight: bolder;
	text-decoration: underline;
}

a:visited
{
	color: #330099;
	text-decoration: underline;
}

a:hover
{
	color: #339900;
	text-decoration: none;
}

a:active
{
	color: #FFFFFF;
	text-decoration: underline overline;
}
a:link.blue
{
	color: blue;
	font-weight: bolder;
	text-decoration: underline;
}
a:visited.blue
{
	color: #330099;
	text-decoration: underline;
}

a:hover.blue
{
	color: #339900;
	text-decoration: none;
}

a:active.blue
{
	color: #FFFFFF;
	text-decoration: underline overline;
}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

#mainnav a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#mainnav a:hover
{
	color: #FEFFBE;
	text-decoration: underline;
}

#mainnav a:active
{
	color: #FFDDDD;
	text-decoration: underline overline;
}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#breadcrumbs a:link, #breadcrumbs a:visited
{
	color: #006699;
	font-weight: 700;
	text-decoration: none;
}

#breadcrumbs a:hover
{
	color: #339900;
	text-decoration: underline;
}

#breadcrumbs a:active
{
	color: #FF6600;
	text-decoration: underline overline;
}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#side ul a:link, #side ul a:visited
{
	color: #FFFFFF;
	font-weight: bolder;
	font-size: smaller;
	text-decoration: none;
	font-family: Verdana;
}

#side ul a:hover
{
	color: #000000;
	font-weight: bolder;
	font-size: smaller;
	text-decoration: underline;
}

#side ul a:active
{
	color: #FF6600;
	text-decoration: underline overline;
}
/******************
HEADINGS
******************/

h1
{
	font-size: 1.8em;
	margin: 0px 0px 10px 0px;
}

h2
{
	font-size: 1.1em;
}

h3
{
	font-size: 1em;
}

h4
{
	font-size: .9em;
}

h5
{
	font-size: .8em;
}

h6
{
	font-size: .75em;
}

#three-column-container h2
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/******************
Layout Divs
******************/

#sitename
{
	font-size: 3.3em;
	margin: 0px;
	color: #FFFFFF;
	padding: 18px 0px 0px 30px;
	height: 80px;
	clear: both;
	float: none;
}


#sitename a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#header-container
{
	width: 960px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	background: #006699 url(bg-header.jpg) no-repeat;
}
#stThomasImg
{
	width: 960px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF url(stThomas.png) no-repeat;
}
#mainnav
{
	padding: 0px 0px 0px 33px;
}

#breadcrumbs
{
	color: #666666;
	padding: 0px 0px 0px 33px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	height: 35px;
	font-family: Courier New;
}

#content-container
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 0px 0px 47px;
}

#side
{
	width: 170px;
	background-color: #ffffff;
	font-family: Arial Black;
	float: left;
	font-size: .8em;
	margin-bottom: 100%;
}

#sideContainer
{
	width: 170px;
	background-color: #ffffff;
	float: left;
	font-size: .8em;
	padding: 3px 0px 0px 47px;
}

#content
{
	width: 727px;
	min-height: 400px;
	margin-left: 150px;
}

#three-column-container
{
	width: 100%;
	margin: 10px 0px;
}

#three-column-left
{
	float: left;
	width: 30%;
}

#three-column-right
{
	float: right;
	width: 30%;
}

#three-column-middle
{
	width: 30%;
	margin: 0px 32% 0px 35%;
}

#footer
{
	width: 960px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	background: #006699 url(bg-footer.jpg) no-repeat;
	color: #FFFFFF;
	font-size: .75em;
}

/******************
MAIN MENU ITEMS
******************/

#mainnav ul
{
	margin: 0px;
	padding: 0px;
}

#mainnav li
{
	padding: 0px;
	list-style: none;
	display: inline;
	padding: 0px 8px 0px 0px;
}

/******************
SIDE LIST MENUS
******************/

#side ul
{
	margin: 0px;
	padding: 0px;
}

#side li
{
	padding: 0px;
	list-style: none;
	padding: 6px 0px 6px 10px;
	border-bottom: 2px solid #FFFFFF;
	background: #000000;
	background-image: url(btn.png);
	font-weight: bold;
	font-family: @MS Gothic;
	font-weight: bolder;
}
#side li.bold
{
	padding: 0px;
	list-style: none;
	padding: 6px 0px 6px 10px;
	border-bottom: 2px solid #FFFFFF;
	background: #000000;
	background-image: url(btn.png);
	font-weight: bolder;
	font-family: @MS Gothic;
	font-weight: bolder;
}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical
{
	margin: 0px 0px 15px 15px;
	padding: 0px;
}

#content ul.list li
{
	list-style: none;
	padding: 2px 0px 2px 16px;
	margin: 0px;
	background: #ffffff url(bullet.gif) no-repeat;
	background-position: 0 .1em;
}

#content ul.link-list-vertical li
{
	list-style: none;
	margin: 0px;
	padding: 2px 0px;
}

#content ul.link-list-vertical li a:link
{
	padding: 2px 0px 2px 16px;
	background: url(bullet-link.gif) no-repeat;
	color: Blue;
	background-position: 0 .1em;
}

#content ul.link-list-vertical li a:visited
{
	padding: 2px 0px 2px 16px;
	background: url(bullet-link-visited.gif) no-repeat;
	background-position: 0 .1em;
}

#content ul.link-list-vertical li a:hover
{
	padding: 2px 0px 2px 16px;
	background: url(bullet-link-hover.gif) no-repeat;
	color: Green;
	background-position: 0 .1em;
}

#content ul.link-list-vertical li a:active
{
	padding: 2px 0px 2px 16px;
	background: url(bullet-link-active.gif) no-repeat;
	background-position: 0 .1em;
}

/******************
TABLE STYLES
******************/

.table
{
	width: 100%;
	background: #CCE1EC;
	border: 6px solid #E6E6E6;
	border-collapse: collapse;
}

.table td
{
	padding: 10px 2px;
	color: #000000;
}

.table td.bold
{
	padding: 10px 2px;
	color: #000000;
	text-align: center;
	vertical-align: text-top;
	font-weight: bold;
}
.table2
{
	width: 100%;
	background: #CCE1EC;
	border: 6px solid #E6E6E6;
	border-collapse: collapse;
}

.table2 td
{
	padding: 10px 2px;
	color: #000000;
	border-style:double;
}
.table2 a
{
	color:Blue;
}
.table2 td.bold
{
	padding: 10px 2px;
	color: #000000;
	text-align: center;
	vertical-align: text-top;
	font-weight: bold;
}

thead th, tfoot th
{
	padding: 6px 2px;
	background-color: #006699;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}

.table-row-1 td
{
	background: #FFFFFF;
}

.table-row-2 td
{
}

/******************
CLASSES
******************/

.none
{
	display: none;
}

.clear
{
	clear: both;
}

.button-big
{
	margin-top: 8px;
}

img.photobig, img.photosmall
{
	border: 10px solid #006699;
}

img.photosmall
{
	margin-right: 25px;
	margin-bottom: 8px;
	float: left;
}
