/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* Defines the body tag */
body {
	background: #fff url(images/bg.gif) top left repeat;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px 0px 0px 0px; /* Always apply padding if you apply margins */
	}
	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */
p, h1, h2, h3, h4, h5, td, ol, ul, li, ol, a, td, th, dt, dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

div {
	margin: 0px;
	padding: 0px;
	clear:none; /*if need to float two divs need to add clear:none;*/
	}
	

/* Creates the general link style for the site. This is not the main navigation. */
a, a.email{
	text-decoration: underline;
	font-weight: normal;
	color: #000;}	
	a.email{
		font-weight: bold;
		color: #fff;
		font-style: normal;
		font-size:12px;
		}
a:hover{	
	text-decoration: none;
	color: #666;}

a.email:hover {	
	text-decoration: none;
	color: #000;}
	

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 970px;
	background: url(images/content.gif) top left repeat-y;
	}
	

/* DIV HEADER */
div#header {
	margin-left: 0px;
	width: 970px;
	height:172px;
	background: url(images/header.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	clear: both;
	width: 970px;
	background: url(images/header2.gif) top right no-repeat;}
	
/* Double column bulleted list */
ul.left {
	float: left;
	list-style-position:inside;
	}

div#columnleft {
	float: left;
	width: 191px;
	}
	
	#columnleft p.dot {
	position:absolute;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 5px 20px;
	line-height: 18px;
	width: 151px;
	top: 298px;
	color:#FFFFFF;
		}
		
	#columnleft ul.dot{
	position:absolute;
	list-style-image: url(images/nbullet.gif);
	list-style-position: inside;
	margin: 10px 0px 15px 35px;
	top: 338px;
	width: 143px;
	color:#FFFFFF;
		}
	
	


div#content {
	float: left;
	width: 509px;
	color: #000;
	border-right: 0px dotted #333;
	margin-top: 15px;}
	#content h1 {
		margin: 0px 20px 5px 20px;
		padding: 0px 5px 2px 0px;
		border-bottom: 1px solid #999;
		color:#94288f;		
		font-size: 18px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		}
	#content h2 {
		color:#94288f;
		font-size: 14px;
		font-weight: bold;
		margin: 15px 20px 5px 20px;
		font-style: normal;
		}
	
	#content h3 {
		color:#94288f;
		font-size: 16px;
		font-weight: bold;
		margin: 10px 20px 5px 20px;
		font-style:italic;
		text-align:center;
		}
	#content h4 {
		color:#94288f;
		font-size: 14px;
		font-weight: bold;
		margin: 10px 20px 0px 20px;	
		text-align:center;	
		}
	#content p {
		font-size:12px;
		margin: 0px 0px 0px 0px;
		padding: 5px 20px 5px 20px;
		line-height: 18px;
		}
		#content p.smally {
		font-size:10px;
		margin: 0px 0px 0px 0px;
		padding: 5px 20px 5px 20px;
		}

	#content a.hbold{
		color:#94288f;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
		}
	#content ul{
		list-style-image: url(images/nbullet.gif);
		margin: 10px 0px 15px 55px;
		}
			

div#contentright {
	float: left;
	width: 265px;
	color: #000;
	padding-top: 0px;
	}
	#contentright h1 {
		margin: 15px 20px 5px 20px;
		padding: 2px 5px 2px 5px;
		background-color:#94288f;
		color:#fff;		
		font-size: 16px;
		font-weight:bold;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		}
	
	#contentright p {
		font-size:12px;
		margin: 0px 0px 0px 0px;
		padding: 5px 20px 5px 20px;
		}
		
blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin:0px 20px 0px 20px;
	width:550px;
	}
cite {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	display:block;
	margin:10px 0px 20px 20px;
	}

/* Address in ABSOLUTE */
address {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top: 284px;
	left: 3px;
	height: 38px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 187px;
	line-height:16px;
	font-style: normal;
	z-index: 3;
	text-transform: normal;
	}
	
	address strong{
	font-size: 18px;
	line-height:19px;
	color: #fff;
	}
		
/* DIV FOOTER */
div#footer {
	background: url(images/footer.gif) top left no-repeat;
	text-align: center;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	color:#fff;
	height: 74px;
	width: 970px;
	}

	div#utilnav{
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 45px 0px 0px 190px;
	}
			
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#fff;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fff;
			}

		/* DIV COPYRIGHT */
	div#copyright {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align: center;
	font-size: 9px;
	margin: 10px 0px 0px 0px;
	padding: 4px 0px 4px 0px;	
		}
		#copyright a {
			color:#000;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#000;
			text-decoration:none ;
			}
		img.ypimg {
			margin: 10px 0px 0px 0px;
			padding: 0px 0px 0px 0px;	
			}

	
/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */

div#imgborderr{
	margin: 35px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	width:265px;
	}
img {
	border: 0px;
	}
img.borderr {
	margin: 5px 0px 0px 0px;
	border:1px solid #000;
	padding: 2px;

	}
img.leftno {
	float: left;
	margin: 0px 8px 5px 0px;
	}
img.rightno {
	float: right;
	margin: 0px 0px 5px 8px;
	}
img.left {
	float: left;
	border:1px solid #000;
	margin: 0px 8px 5px 0px;
}
.right {
	float: right;
	border:1px solid #000;
	margin: 0px 0px 5px 8px;
	}


/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {	
	width: 191px;
	}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #94288f;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;
	text-indent: 0px;}

/* UL TAG */
div#nav ul {
	background-image:url(images/navbkg.gif);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
	width: 191px;}

div#nav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;}

div#nav li a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 191px;
	padding: 6px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	text-indent: 0px;
	font-weight:bold;}


div#nav li a:hover {
color:#94288f;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;
	text-indent: 0px;}


/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

.clear {
	clear: both;
	}

/* CTA button CONTAINER */
a#ctabtn {
	position: absolute;
	top: 128px;
	left: 200px;
	width: 764px;
	z-index: 5;
	height: 20px;
}

a.anchorr {color:#000; 
		   font-size:12px;
		   font-weight: bold;
		   text-transform:capitalize;
		   }
/*--------------------------------------------------------------------------*/
div#map { 
	text-align:left;
	width:450px;
	height:auto;
	clear:both;
	margin: 0px 20px 10px 20px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;}

/* ----------------- FORM ELEMENTS ----------------- */

/* DIV COUPON */
	#submit input.print {
		margin-left: 0px;}
		
		
div#formy {
	width: 450px;
	}
	

#formy legend, fieldset, label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color:#000;
	}	

 /* BASIC EMAIL FORM */

            #formy fieldset {
						border: 0;
                        display: block;
                        margin: 0px 0 3px 0px;
                        padding: 0px;
                        width: 450px;
						font-weight: normal;
						}

            #formy legend {
                        display: block;
                        padding: 0px 0 10px 12px;
                        margin: 0;
                        text-indent: 0;
						font-size: 14px;
						}

            #formy label {
						text-align: right;
						display: block;
						width: 220px;
                        float: left;
                        clear: left;
                        padding: 5px 10px 5px 15px;
                        margin-left: 5px;
                        background: none;
                        text-indent: 0px;
						font-weight: normal;
						margin: 0px;
						}
						
			#formy label .sm{
						display: block;
						width: 185px;
                        float: left;
                        clear: left;
                        padding: 0px 0px 0px 0px;
                        margin-left: 0px;
                        background: none;
                        text-indent: 0px;
						font-weight: normal;
						font-style:italic;
						font-size:10px;
						}

             div#privacy{
                        padding: 0 0 15px 0px;
						font-weight:normal;
						font-size:10px;
						}
			 div#submit{
                        padding: 10px 0 15px 20px;
						}
			#formy input, #content textarea {
						margin: 5px 0px 5px 0px;
						padding: 0;
						font-weight: normal;
						}
div.check {
	clear: both;}
	h2.check {
		padding: 10px 200px 5px 10px;
		text-align: right;}
	 .check select {
	 	margin-left: 249px;}
/* ----------------- End FORM ELEMENTS ----------------- */

div#doubletxt{
	float: left;
	width:250px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10spx;
	text-align: left;}
	#doubletxt p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-weight:bold;}
	#doubletxt li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style-image:url(images/nbullet.gif);}
			

