body 
{
	color : white;
	margin:0;
	padding:0;
	font: 100%/1.25em "Lucida Grande", arial, verdana, sans-serif;
	background-image:url(../images/welcome_2.jpg);
	background-position:bottom left;
	background-attachment:fixed;
}

#header
{
	border-bottom : 2px ridge #e4ce56;
	min-height:100px;
}
	
#content 
{
	/*background-repeat:no-repeat;*/
/*	min-height:700px;*/
}

#inner_content 
{
	width:70%;
	margin-left:15%;
	margin-right:15%;
	margin-top:10px;	/* this is dependent on the header height */
	/*margin-top:-120px;*/
	text-align:justify;
	min-height:600px;
	/*background-image:url(../images/welcome_2.jpg);*/
}

#inner_content_blurb
{
	top:120px;
	position:absolute;
	width:40%;
	clear:left;
}

#menu table
{
	margin-left:70%;
}

.inner_content1
{
	width:20%;
}

#header-image
{
	width:325px;
	height:90px;
	float:left;
	margin-left:80px;
	margin-top:5px;
}

.welcome td
{
	color:#e4ce56;
	text-align:center;
	font-weight:bold;
}

.welcome td img 
{
	width:150px;
	height:100px;	
	border: 4px ridge yellow;
}

.welcome td img:hover
{
	border: 4px ridge #3b98bc;
}

.welcome td a:hover
{
	color:#3b98bc;
}


#welcome_image
{
	width:150px;
	height:100px;		
}

.welcome_image
{
	color:#e4ce56;
	text-align:center;
	font-weight:bold;
}

.welcome_image img
{
	border: 4px ridge yellow;
}

.welcome_image img:hover
{
	border: 4px ridge #3b98bc;
}

.framed_image
{
	color:#e4ce56;
	text-align:center;
	font-weight:bold;
}

.framed_image img
{
	border: 4px ridge yellow;
}

.framed_image img:hover
{
	/*border: 4px ridge #3b98bc;*/
}

.welcome_image iframe
{
	border: 4px ridge yellow;
}

.welcome_image a:hover
{
	color:#3b98bc;
}

#home_choice
{
	margin-top:50px;
}

#foot_welcome 
{
	width:32px;
	height:76px;	
	border:none;
}

#foot_welcome 
{
	width:25px;
	height:59px;	
	border:none;
}

#menu
{
	/*margin-left:10%;
	margin-right:10%;*/
	width:80%;
	color:#e4ce56;
	font-weight:bold;
}

.menu
{
	margin-left:60%;
	color:#e4ce56;
	font-weight:bold;
}

.menu tr td 
{
	text-align:center;
	padding-right:15px;
}

.menu_icon
{
	/*background-image:url(../images/singlefoot.png);*/
	/*width:32px;
	height:76px;*/	
}

.menu_icon :hover
{
	/*background-image:url(../images/singlefoot-hover.png);*/
	background-color:#e4ce56;
	color:#3b98bc;
	/*width:32px;
	height:76px;*/	
}

.menu_icon_noscript :hover
{
	/*background-image:url(../images/singlefoot-hover.png);*/
	background-color:#3b98bc;
	color:#e4ce56;
	/*width:32px;
	height:76px;*/	
}

#footer
{
	border-top : 2px ridge #e4ce56;	
}

/*
table
	{
	width: 100%;
	border-collapse: collapse;
	background-color: white;
	color: black;
	font: 10pt verdana, arial;
	margin-bottom: 25%; 
	}

tr.subhead
	{
	background-color: #cccccc;
	}

th
	{
	padding: 0 3%;
	}

th.alt
	{
	background-color: black;
	color: white;
	padding: 3% 3% 2%;
	}

td
	{
	padding: 0 3%;
	}

tr.alt
	{
	background-color: #eeeeee;
	}
*/

h1
	{
	font: 20pt verdana, arial;
	margin: 0;
	}

h2
	{
	font: 18pt verdana, arial;
	margin: 0;
	}

h3
	{
	font: 12pt verdana, arial;
	margin: 0;
	}

ul
{
	margin-top:0.2em;
}	
/*li
{
	margin-left:2em;
	text-decoration:none;
}*/

th a
	{
	color: #00008b;
	font: 8pt verdana, arial;
	}

a
	{
	color: #e4ce56;
	text-decoration: none;
	}

a:hover
	{
	color: #e4ce56;
	text-decoration: none;
	}

div.outer
	{
	width: 90%;
	margin: 15%;
	}

table.viewmenu td
	{
	background-color: #006699;
	color: white;
	padding: 0 5%;
	}

table.viewmenu td.end
	{
	padding: 0;
	}

table.viewmenu a
	{
	color: white;
	font: 8pt verdana, arial;
	}

table.viewmenu a:hover
	{
	color: white;
	font: 8pt verdana, arial;
	}

a.tinylink
	{
	color: #00008b;
	font: 8pt verdana, arial;
	text-decoration: underline;
	}

a.link
	{
	color: #00008b;
	text-decoration: underline;
	}

div.buffer
	{
	padding-top: 7%;
	padding-bottom: 17%;
	}

.small
	{
	font: 8pt verdana, arial;
	}

/*
table td
	{
	padding-right: 20%;
	}

table td.nopad
	{
	padding-right: 5%;
	}

*/

#features_img
{
	width:225px;
	height:150px;
}	

.features_img img
{
	border: 4px ridge yellow;	
}
.features_img img:hover
{
	border: 4px ridge #3b98bc;
}

.features_img a:hover
{
	color:#3b98bc;
}

#main_img
{
	width:467px;
	height:350px;
	float:right;
}	

input.mandatory_field {
	border:solid 2px #3b98bc;
	/*color:white;*/
}
input:focus {
	border:solid 2px #3b98bc;
	color:white;
	background-color:black;
}
textarea:focus {
	border:solid 2px #3b98bc;
}
