body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #767676;
	background-color: #ffffff;
}

a:link, a:visited
{
    color: #17b3cd;
    text-decoration: none;
    font-weight: bold;
} 

a:active, a:hover
{ 
    color: #ff6600;
    text-decoration: none;
    font-weight: bold;
}

h1
{
	font-size: 24px;
	font-weight: bold;
	color: #22b7d1;
	padding-top: 30px;	
}

h2
{
	font-size: 14px;
	font-weight: bold;
	/*text-decoration: underline;*/
	/*color: #f0a007;*/
    color: #93010C;
}

/* Styles to keep footer at the bottom */

/* * {margin:0;padding:0;} */

html, 
body, 
#wrap
{
    height: 100%;
    
    /*border: 1px solid red;*/
}

body > #wrap 
{
    /*height: auto; */
    height: 100%;
    min-height: 100%;
}

#main
{
    /*padding-bottom: 106px;*/ /* must be same height as the footer */
    padding-bottom: 15px; /* apparently not */
    width: 900px;
	float: left;
}  

#foot 
{
    position: relative;
	margin-top: -106px; /* negative value of footer height */
	height: 106px;
	clear: both;
} 

/* CLEAR FIX*/
.clearfix:after
{
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix 
{
    height: 1%;
}

.clearfix
{
    display: block;
}
/* End hide from IE-mac */

/*#container
{
	width: 900px;
	float: left;
}*/

#topsection
{
	float: left;
	width: 820px;
	height: 240px;
	color: #ffffff;
}

#topsection_left
{
	float: left;
	width: 412px;
	height: 240px;
	background: url('images/top_left.png') no-repeat;
}

.tilte
{
	float: left;
	padding-left: 30px;
	padding-top: 5px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6em;
	width: 358px;
    font-family: Arial, sans-serif;
}

.slogan
{
	float: left;
	margin-top: -5px;
	margin-bottom: 5px;
	padding-left: 30px;
	padding-bottom: 15px;
	width: 358px;
	height: 40px;
	font-size: 16px;
    font-family: Arial, sans-serif;
}

#topsection_mid
{
	float: left;
	width: 286px;
	height: 240px;
	/*background: url('images/top_mid_home.png') no-repeat;*/
}

#topsection_right
{
	float: left;
	width: 122px;
	height: 240px;
	background: url('images/top_right.png') no-repeat;
}

#welcomesection
{
	float: left;
	width: 790px;
	padding-left: 55px;
	padding-right: 55px;
	text-align: justify;
}

#welcomesection img
{
	float: left;
	padding-right: 10px;
    border: 0;
}

#midsection
{
	width: 900px;
	height: auto;
}

#midsection_left
{
	float: left;
	width: 255px;
}

#leftmenu_section
{
	float: left;
	width: 200px;
	margin-left: 5px;
}

.leftmenu_top
{
	float: left;
	width: 195px;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
    color: #93010C;
	padding: 8px 0px 0px 33px;
	background: url('images/leftmenu_top.jpg') no-repeat;
}

.leftmenu
{
	width: 225px;
	float: left;
    
    background: url('images/leftmenu_button.jpg') repeat-y;
}

.leftmenu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#nonlink
{
    display: block;
    height: auto;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding-left: 30px;
    padding-bottom: 5px;
}

.leftmenu li a
{
	display: block;
    height: auto;
	font-size: 12px;
    color: #000000;
    text-decoration: none;
	padding-left: 30px;
    padding-bottom: 5px;
}

.leftmenu li a:hover, .leftmenu li .current
{
    color: #B5010C;
}

.leftmenu_bot
{
	float: left;
	width: 225px;
	height: 25px;
	background: url('images/leftmenu_bot.jpg') no-repeat;
}

.submenu li a
{
    padding-left: 48px;
    background-image: url('images/menu_dot.png');
    background-repeat: no-repeat;
    background-position: 35px 7px;
}

#midsection_right
{
	float: left;
	width: 560px;
    padding-top: 35px;
	text-align: justify;
}

#midsection_right img
{
	float: left;
	padding-right: 10px;
    border: 0;
}

#midsection_right span
{
	color: #0ac9ea;
	font-weight: bold;
}

#footer
{
	float: left;
	width: 850px;
	height: 26px;
	padding: 80px 0px 0px 50px;
	background: url('images/footer.png') no-repeat;
	color: #ffffff;
    
    /*border: 1px solid black;*/
}