/* CSS Document */
/* Design - Mark Abrams 11/2009 */

/* Reset tags */
/* Normalizes margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
  {margin : 0; padding : 0;}
body{
	font-family: baskerville, garamond, georgia, trebuchet, 'trebuchet ms', serif;
	font-size: 10pt;
	background-image: url(../images/layout/bg-layer.jpg);
	background-repeat: repeat;
	background-color: #330000;
}
#bg {
	background-image: url(../images/layout/bg-gradiant.jpg);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
}

  
/* Normalizes font-size for headers */ 
h1, h2, h3, h4, h5, h6 
  {font-size : 100%;}
/* Removes list-style from lists */ 
ol,ul 
  { list-style: none; }	
/* Normalizes font-style and font-weight to normal */ 
address, caption, cite, code, dfn, em, strong, th, var 
  {	font-weight: normal;}
/* Remaves borders and spacing from tables */ 
  table { border-width: 0px;}
/* Removes border from fieldset and img */ 
fieldset, img 
  { border : 0; }
/* Left-aligns text in caption and th */ 
caption,th 
  { text-align : left; }
/* Remaves quotation marks from q */ 
  q:before, q:after { content: ''; }
 
/* Page Layout  */
#rose {
	position:absolute;
	left:50%;
	top:75px;
	width:82px;
	height:63px;
	z-index:9999;
	background-image: url(../images/layout/rose.png);
	background-repeat: no-repeat;
	margin-left: -420px;
}
#rosebg {
	position:absolute;
	left:50%;
	top:1px;
	width:328px;
	height:253px;
	z-index:1;
	background-image: url(../images/layout/rose-bg.png);
	background-repeat: no-repeat;
	margin-left: -520px;
}


#header{
	position: absolute;
	height: 65px;
	top: 15px;
	margin-left: -400px;
	width: 800px;
	z-index: 3;
	background-image: url(../images/layout/banner.png);
	background-repeat: no-repeat;
	left: 50%;
 	}
 
#content {
	position: absolute;
	left:50%;
	width:800px;
	top:125px;
	z-index: 2;
	height: auto;
	visibility: visible;
	margin-left: -400px;
	color: #800000;
	background-repeat: no-repeat;
	line-height: 1.4em;
	letter-spacing: 0.1em;
 	}
#contentFrameTop  {
	background-image: url(../images/layout/cardTop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 12px;
}
#contentFrameCenter {
	background-image: url(../images/layout/card.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 425px;
}
#contentFrameBottom  {
	background-image: url(../images/layout/cardBottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 12px;
}

 #footer {
	text-align: left;
	position: relative;
	clear: both;
	height: 12ex;
	color: #FFB;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 4px;
}
#contentColA {
	float: left;
	width: 355px;
	padding-left: 1em;
	padding-right: 1em;
}
#contentColB {
	float: right;
	width: 355px;
	padding-right: 1em;
	padding-left: 1em;
}
#contentColSingle {
	padding-right: 2em;
	padding-left: 2em;
}

p{
	font-size: 110%;
}


#footer a {
	text-decoration: none;
	color: #B6E6F7;
	font-size: 10px;
 }
#footer a:hover {
	color: #FFF;
	font-weight: bold;
  }
#footer #credit {
	font-size: 7px;
	text-align: center;
	line-height: 2em;
}


/*  Content Layout */
h1 {
	font-size : 100%;
	margin-bottom: 0.2em;
	color: #990000;
	font-weight: bold;
	padding-top: 1em;
	margin-left: 0em;
}
h2 {
	font-style: italic;
	color: #800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h3 {
	font-size: 90%;
}
p {
	text-indent: 2em;
	margin-bottom: 1em;
}
ul li {
	margin-left: 2em;
	margin-bottom: 1em;
}
.center {
	text-align: center;
}
strong {
	font-weight: 500;
}

.clear {
	clear: both;
}


a:link, a:visited, a:visited, a:active, a:hover {
	cursor: url(../images/cursor/pick.cur), pointer;
 }



#navbar {
	position: absolute;
	width:531px;
	z-index: 99;
	margin-left: -125px;
	visibility: visible;
	height: 20px;
	top:100px;
	left: 50%;
	color: #FFB;
 }

#navbar ul li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}

/* Menu controls */

.alt { display: none; }

 a#menu01, a#menu02, a#menu03, a#menu04,  a#menu05{
	background-image: url(../images/layout/nav.png);
	height: 20px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}  
a#menu01{
	background-position: 0px -0px;
	width: 75px;
}
a#menu01:hover {
	background-position: 0px -20px;
}

a#menu02{
	background-position: -75px -0px;
	width: 125px;
}
a#menu02:hover {
	background-position: -75px -20px;
}
a#menu03{
	background-position: -200px -0px;
	width: 85px;
}
a#menu03:hover {
	background-position: -200px -20px;
}
a#menu04{
	background-position: -290px -0px;
	width: 150px;
}
a#menu04:hover {
	background-position: -290px -20px;	
}
a#menu05{
	background-position: -445px -0px;
	width: 90px;
}
a#menu05:hover {
	background-position: -445px -20px;	
}
@media print {

}
.imgLeft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
#contentColSingle  ul{
	padding-bottom: 1em;
}

 #contentColSingle  ul li {
	padding-left: 2em;
	background-image: url(../images/layout/rosebullet.png);
	background-repeat: no-repeat;
	background-position: 0em 0.1em;
	list-style-type: none;
	margin-bottom: 0em;
	list-style-position: outside;
	margin-left: 1em;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.nonFlash {
	display: none;
	position: absolute;
	z-index: 2;
}
