﻿body 
{
	margin: 0 auto;
	background-image: url(/images/bgtile.jpg);
	background-repeat: repeat;
}
.topcontainer
{
	margin: 0 auto;
	height: 104px;
	width: 463px;
	z-index: 2;
}

.logo
{
	margin-top: 0px;
	margin-left: 30px;
	height: 75px;
	width: 394px;
	background-image: url(/images/logo.jpg);
	position: absolute;
}
.topnav
{
	margin-top: 73px;
	margin-left: 30px;
	height: 19px;
	position: absolute;
	width: 402px;
}

.redline
{
	margin: 0 auto;
	width: 710px;
	padding-bottom:10px;
	height: 9px;
	background-image: url(/images/redbar.jpg);
	background-repeat: repeat-x;
}
.bottomcontainer
{
	margin: 0 auto;
	width: 780px;
	z-index: 1;
}
.navbox
{
	margin-top: 0px;
	margin-left: 0px;
	height: 137px;
	width: 165px;
	line-height: 18pt;
	position: absolute;
	padding-left: 5px;
	padding-top: 5px;
}
.addybox
{
	margin-top: 154px;
	margin-left: 0px;
	height: 100px;
	width: 150px;
	position: absolute;
	font-family: Times New Roman;
	font-size: 12pt;
	color: #D31E23;
}
.sideimgbox
{
	margin-top: 170px;
	margin-left:30px;
	height: 458px;
	width: 184px;
	position: absolute;
	font-family: Times New Roman;
	font-size: 9px;
	color: Black;
}
.mainpic
{
	margin-top:0px;
	margin-left:260px;
	height: 245px;
	width: 486px;
	background-image: url(/images/mrose.jpg);
	position: absolute;
}
.maintitle
{
	margin-top: 250px;
	margin-left: 274px;
	position: absolute;
	font-family: Times New Roman;
	font-size: 20pt;
	font-weight:bold;
	color:#000;
}
.contentarea
{
	margin-top: 289px;
	margin-left: 262px;
	width: 458px;
	background-color: #EBEAE8;
	border: solid 2px black;
	font-family: Times New Roman;
	font-size: 11pt;
	color: Black;
	line-height: 16pt;
	position: absolute;
	padding: 10px 10px 10px 10px;
}
.topnavtxt
{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:9pt;
	font-weight: bold;
	color: #D31E23;
}

.topnavtxt a
{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	text-decoration:none;
}
.topnavtxt:visited
{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:9pt;
	font-weight: bold;
	color: #D31E23;
	text-decoration:none;
}
.topnavtxt:hover
{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #D31E23;
	text-decoration:none;
}
.sidenavtxt
{
	font-family: Times New Roman;
	font-size: 12pt;
	color: Black;
	text-decoration: none;
}
.sidenavtxt:link
{
	font-family: Times New Roman;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
}

.sidenavtxt:hover
{
	color: #D31E23;
	text-decoration: none;
}
.sidenavtxt:visited
{
	color: #000000;
}
.title
{
	font-family: Times New Roman;
	font-size: 14pt;
	color: #D31E23;
}
.boxes
{
	border: solid 1px #D31E23;
	font-family: Arial;
	font-size: small;
	height: 15px;
}

.imggallery img {
	padding:10px 22px 10px 22px;
}

img.floatright  {
	float:right;
}

img.floatleft {
	float:left;
}

/* File Uploader */


.fileUpload .fileQueu
{
 width: 400px;
 margin: 0 auto;
 border: 1px solid #989898;
 background: #fff;   
}

.fileUpload h2
{
    font-size: 14px;
    font-weight: bold;
}


.fileUpload .fileQueu div span
{
    display: block;
    height: 18px;
    margin: 0px;
    padding: 2px;
    width: 390px;
    clear: both;
}

.fileUpload .fileQueu div span a:link, .fileUpload .fileQueu div span a:hover
{
    float: left;
    width: 61px;
	padding: 0 5px 0 0;
    height: 18px;
    display: block;
    background:transparent url('/App_images/btn_remove.gif') no-repeat 0 2px;
    outline: none;
    text-indent: -5000px;
    overflow: hidden;
}

.fileUpload .fileQueu div a.appBtn
{
    clear:both;
    float: none;
    display: block;
    margin: 2px;
    background: #ececec url(/App_images/Btn_ClicktoAddFiles.jpg) no-repeat;
    *background-position: 0 2px;
	text-indent: -5000px;
	outline: none;
    width: 396px;
    height: 32px;
	*height: 32px;
}

/* .fileUpload .fileQueu div a.appBtn
{
    background: #ececec url(/App_images/Btn_ClicktoAddFiles.jpg) no-repeat;
} */