html, body {
	margin: 0;
	padding: 0;
	background: white url(images/bg.gif);
}
body, p, td, a, div, span, li, input, textarea,  h1 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	border: 1px solid #014365;
	border-top: none;
	width: 998px;
}
h1 {
	font-size: 17px;
	padding: 15px 0;
	margin: 0;
	color: #006699;
}
h2 {
	font-size: 15px;
	padding: 15px 0 0 0;
	margin: 0;
	color: #A20C3D;
}

/*   ----------------------------   HEADER   ----------------------------   */
#header {
	width: 100%;
	height: 261px;
	background-color: #006699;
	border-bottom: 1px solid #005282;
}
#header h1 {
	color: white;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	text-indent: 3px;
}
#logo {
	background: url(images/logo_bg.gif) bottom no-repeat;
	text-align: center;
}
#logo ul {
	padding: 0;
	margin: 5px 0 0 0;
	list-style: none;
}
#logo li a {
	color: white;
	font-variant: small-caps;
	font-size: 14px;
	text-decoration: none;
	text-indent: 18px;
	height: 24px;
	line-height: 24px;
	display: block;
	text-align: left;
	background: url(images/top_nav_on.gif);
}
#logo li a:hover {
	background-position: left bottom;
}

#subheader {
	background: url(images/header_bg.jpg);
}
#subheader h2 {
	margin: 0;
	padding: 158px 20px 0 0;
	text-align: right;
	color: white;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	float: right;
}

/*   ----------------------------   MAIN CONTENT   ----------------------------   */

#left_col {
	background: #FFFFFF url(images/left-bg.gif) right bottom no-repeat;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 0;
}
#main {
	padding: 32px 18px;
	background: #FFFFFF;
}
#main2 {
	padding: 0px 18px;
	background: #FFFFFF;
}
#main ul {
	list-style: none;
}
#main li {
	padding: 3px 0 3px 20px;
	background: url(images/bullet.gif) 0 7px no-repeat;
}
/*   LEFT NAV   */

#masterdiv {
	width: 212px;
	padding: 15px 0 0 6px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	background: #FFFFFF url(images/left_nav_bg.gif) top no-repeat;
	min-height: 250px;
	height:auto !important;
  height:250px;
}


  .menutitle {
	display: block;
	font: small-caps normal 13px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #00354F;
	width: 187px;
	padding: 10px 0 3px 13px;
	margin:0;
	background: url(images/blue_dot.gif) bottom repeat-x;
	cursor: pointer;
}
 /*   //IE hacks   */
*:first-child+html .menutitle {
	font-size: 12px;
}
* html .menutitle {
	font-size: 12px;
}

 .menutitle:hover {
color: #007FCA;
}

#menu a {
	display: block;	
	text-decoration: none;
	text-indent: 38px;
	height: 20px;
	line-height: 20px;
	background: transparent;
	color: #007FCA !important;
	margin-right: 5px;
}

#menu ul a:hover {
color:#fff !important;
background:#006699;
}

#menu ul a#current {
	color:#00354F;
	height: 20px;
}

#menu ul {
padding:0;
margin:0;
list-style:none;
background: transparent;
}
#menu li {
	background: transparent;
}

  /*   --------   GALLERY   --------   */
 
 #placeholder
{
	background: white;
	border: 2px solid #007FCA;
}

/* =Showcase
----------------------------------------------------------------------*/

#showcase
{
	/*float: left;*/
	overflow: auto;
	width: 520px;
	height: 290px;
	margin-left: 4px;
}

#showcase li img {
	margin: 0 0 3px 3px;
	height: 80px; 
}
#showcase a img {
	border: 1px solid #0E54A4;
}
#showcase a:hover img {
	border-color: #007FCA;
}

#showcase ul
{
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
}

#showcase li
{
	/*display: inline;*/
	float: left;
	background: none;
}
.tbl_border {
	border: 1px solid #007FCA;
		border-collapse: collapse;
}
.tbl_border td {
	border: 1px solid #007FCA;

}
.red {
	color: red;
}
a.reg_btn {
	padding: 8px;
	margin-top: 10px;
	background-color: #006699;
	color: white;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}
a.reg_btn:hover {
	color: #D7E0E7;
	text-decoration: none;
}

#footer {
	height: 60px;
	border-bottom: 10px solid white;
	padding-top: 10px;
	width: 100%;
	background: #006699;
}
#footer td {
	text-align: center;
	color: white;
	vertical-align: top;
}
#footer a {
	color: white;
	font: normal 11px Georgia, "Times New Roman", Times, serif;	
	text-decoration: none;
	padding: 0 3px;
}
#footer a:hover {
	color:#94C5E2;
}
#footer td.author {
	font: normal 11px Georgia, "Times New Roman", Times, serif;	
	color:#94C5E2;
}
#footer td.author a {
	color:#94C5E2;
}
#footer td.author a:hover {
	color:#fff;
}
