/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:url(../images/pagebg.jpg) repeat-x #373792;
	
	font-family:Segoe UI, arial,sans-serif;
	font-size:14px;
	color:#666;
}
.clear{ clear:both}

.small-logo{ text-align:center; padding:0 0 21px 0}
div#wrapper {
	margin:0 auto; width:1004px;
}
.inner-heding{ background:url(../images/inner-heding-bg.jpg) repeat-x; padding:0 0 0 18px; height:44px; line-height:44px; font-weight:bold; font-size:20px; color:#fff; border-left:2px solid #eb7f77;}
div#homecontent {background:url(../images/home-mid.jpg) no-repeat; color:#373792; padding:10px 80px 0; }
div#homecontent p {padding:5px 0; margin:0}

#container { border-left:5px solid #fff;border-right:5px solid #fff; background:url(../images/container-bg.jpg) repeat-x top left;}

div#content {
	background:#fff; color:#000; padding:10px;
}

div#content .title {font-family:"Segoe UI", Arial, Helvetica, sans-serif; font-size:18px; padding:0 0 0 16px; color:#000000; font-weight:bold;}
.boxbg {background:url(../images/box-mid.jpg) repeat-y top}
.boxmid {background:url(../images/box-bttm.gif) no-repeat bottom; height:166px; padding:0 16px 20px; font-family:tahoma, Arial, Helvetica, sans-serif; font-size:12px;}
.boxmid span {color:#FF0000;} 
.boxmid a {color:#FF0000; text-decoration:none}
.boxmid a:hover {color:#000000; text-decoration:none}
.boxmid a.sitelink {color:#393996; text-decoration:none}
.boxmid a.sitelink:hover {color:#f00; text-decoration:none}
.boxmid-text {background:#ededf5; color:#000; padding:10px; line-height:20px;}

.voluimg {border:solid #ededf5 4px; margin-right:10px;}


div#footer {
	width:100%;
	bottom:0; /* stick to bottom */
	background:url(../images/pagebttm.jpg) no-repeat top; padding:34px 0 0 0; color:#f3f3f8;
	margin:0 0 10px 0;
	line-height:50px
}

.red {color:#cc2c1e;}
a.red {color:#cc2c1e; text-decoration:none;}
a.red :hover{color:#cc2c1e; text-decoration:none;}

.vmiddle {vertical-align:middle}
.button {background:url(../images/buttonbg.gif) no-repeat; width:320px; height:44px; color:#FFFFFF; font-size:15px; font-weight:bold; line-height:44px;}
.button a {color:#FFFFFF; text-decoration:none}
.button a:hover {color:#FFFFFF; text-decoration:none}
.bottomlink {color:#FF0000; font-size:16px; font-weight:bold; text-decoration:none;}
.bottomlink:hover {color:#FF0000; font-size:16px; font-weight:bold; text-decoration:underline;}