/* CSS Document Santore and Sons */

html, body {
	margin:0;
	padding:0;
	height:100%;
}
#wrapperdiv {
height:100%;
}

#center {
background-color: #000000;
height: 100%;
width: 100%;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 160%;
color: #9999FF;
background-color: #000000;
background-image:   url("images/pagebg.jpg");
background-repeat: repeat-x;
background-position: top left;
}

a {
color: #FFFFFF;
text-decoration: none;
}
a:hover {
color: #99FFFF;
text-decoration: underline;
}

h1, h2, h3 {
color: #FFFFFF;
padding:0;
margin: 0;
}
h1 {
font-size: 20px;
color: #FFFFFF;
font-weight: normal;
}
h2 {
font-size: 14px;
}
h3 {
font-size: 12px;
}

form {
margin: 0;
padding: 0;
}

.strong {
font-weight: bold;
}
.padLR {
padding: 0 10px 0 10px;
}
.padTB {
padding: 10px 0 10px 0;
}

.whlg {
color: #FFFFFF;
font-size: 16px;
font-weight: bold; 
}


/* borders */

.brdBT {
border-bottom: 1px solid #ffffff;
}

.reddot{
background-image:  url("images/red-dot.gif");
background-repeat: repeat-x;
background-position: bottom left;
}
.whitedot{
background-image:  url("images/white-dot.gif");
background-repeat: repeat-x;
background-position: bottom left;
}
.prpdot{
background-image:  url("images/purple-dot.gif");
background-repeat: repeat-x;
background-position: bottom left;
}

/* img float */
.imgright {
float:right;
margin: 0 0 10px 20px;
border: 2px solid #FFFFFF;

}
.imgleft {
float:left;
margin: 0 20px 10px 0;
border: 2px solid #FFFFFF;
}


/* top */

#top {
background-image:  url("images/topbg.jpg");
background-repeat: repeat-x;
background-position: top left;
width: 100%;
}

#topRT {
background-image:  url("images/topRTbg.jpg");
background-repeat: no-repeat;
background-position: top left;
height: 175px;
padding-right: 10px;
}
#redbg {
background-image:  url("images/redbg-top.jpg");
background-repeat: repeat-x;
background-position: top left;
background-color: #791F00;
color: #FFFFFF;
font-size: 9px;
font-weight: bold;
}
#redbg input {
padding: 0 0 0 0;
margin: 0 5px 0 5px;
color: black;
font-size: 9px;
}


/* body */

#body {
vertical-align:top;
line-height: 165%;
color: #9999FF;
background-image:  url("images/bodybg.jpg");
background-repeat: repeat-x;
background-position: bottom right;
border-top: 2px solid #FFFFFF;
border-left: 1px solid #ffffff;
padding: 35px 40px 35px 40px;
}

#body h1 {
background-image:  url("images/purple-dot.gif");
background-repeat: repeat-x;
background-position: bottom left;
padding: 15px 0 5px 0;
}
#body h2 {
padding: 10px 0 10px 0;
}
#body p{
margin: 0;
padding: 10px 0 10px 0;
}
 
 
 
 /* nav */

#navbg {
vertical-align:top;
background-image:  url("images/navbg.jpg");
background-repeat: repeat-x;
background-position: top left;
border-top: 2px solid #FFFFFF;
padding: 30px 10px 10px 10px;
}

#nav {
text-align: right;
width: 250px;

}
#nav h1 {
padding: 20px 0px 2px 0px;
margin: 0 0 10px 0;
font-size: 13px;
font-weight: bold;
}

#nav a {
font-variant: small-caps;
font-weight: bold;
background-repeat: no-repeat;
background-position: center right;
padding: 0 20px 0 0;
}

#nav a:link, #nav a:visited {
background-image:  url("images/bullet.gif");
color: #FFFFFF;
}
#nav a:hover, #nav a:active{
background-image:  url("images/bullet2.gif");
color: #FFFFFF;
}


 /* footer */
#footer { 
background-color:   #000000;
font-size: 9px;
border-top: 2px solid #FFFFFF;
padding: 10px;
}


