/* 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: ''; }

@font-face{font-family:'MuseoSlab500';src:url('../fonts/museo_slab_500-webfont.eot');font-weight:normal;font-style:normal;}
@font-face{font-family:'MuseoSlab500';src:url(//:) format('no404'), url('../fonts/museo_slab_500-webfont.woff') format('woff'), url('../fonts/museo_slab_500-webfont.ttf') format('truetype'), url('../fonts/museo_slab_500-webfont.svg#webfontUiM6nyXE') format('svg');font-weight:normal;font-style:normal;}

/* 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: center;
	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: 0.2em;
}
#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;
}


#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, h1 a {
	font-size : 120%;
	margin-bottom: 0.2em;
	color: #900;
	font-weight: 700;
	padding-top: 1em;
	margin-left: 0em;
	font-variant: small-caps;
	text-shadow:0px 0px .15em #ffff99;
	text-decoration: none;
	font-family:'MuseoSlab500', sans-serif;
	text-transform: none;
}
h2 , h2 a{
	font-style: italic;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	font-family:'MuseoSlab500', sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
}
 h2 a:hover{
	color: #BF0000;
}
 
 h3 {
	font-size: 90%;
}
p   {
	text-indent: 2em;
	margin-bottom: 1em;
	font-size: 110%;
}
p a {
	text-decoration: none;
	color: #600;
}

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/layout/pointer.cur), pointer;
 }



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

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

/* Menu controls */

.alt { display: none; }

 @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;
}
#MenuBar1 {
	text-align:right;
	font-size:1.6em;
	font-weight:normal;
	font-style:normal;
	line-height:normal;
	font-family:'MuseoSlab500', sans-serif;
	/* [disabled]text-shadow:1px 1px .5em #ccc; */
}

