﻿html, form, body 
{
	margin: 0px;
	padding: 0px;
	background-color: Black;
	font-family: Arial;
	font-size: 12px;
}


.Main
{
	margin: 0px auto;
}

IMG
{
	border: none 0px white;
}

UL
{
	margin: 5px 0px 10px 55px;
	padding: 0px;
}

.TextboxBig
{
	width: 350px;
	font-family: Arial;
	font-size: 12px;
	padding: 2px;	
}
.Textbox
{
	width:250px;
	font-family: Arial;
	font-size: 12px;
	padding: 2px;	
}

.Buttons
{
	padding: 2px 10px;	
}


.TwitterBird
{
	position: relative;
	float: right;
	top: -60px;
	padding-right: 10px;
}
/* Header */
.TearTop
{
	background-image: url(Images/tear-top.png);
	background-repeat: repeat-x;
	height: 15px;
}

.TearBottom
{
	background-image: url(Images/tear-bot.png);
	background-repeat: repeat-x;
	height: 15px;
	position: relative;
	z-index: 9;
}

.Tear
{
	background-image: url(Images/white-spacer.gif); 
	background-repeat: repeat-x;
	background-color:  White; 
}

/* Body */
.Body
{
	width: 1000px;
	margin: 20px auto;
}

.Logo
{
	width: 1000px;
	margin: 0px auto;
	height: 85px;
	overflow: hidden;
	padding-top: 10px;
}

.ContactUs
{
	position: absolute;
	top: 35px;
	left:50%;
	z-index: 999;
}

.ContactUsInner
{
	MARGIN-left:60px;
}

.LargerDIVInner
{
	background-color: White;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.LargerDIVInner A
{
	color: #0f7aaa;
}

.LargerDIVInner UL
{
	background-color: White;
	margin-bottom: 0px;
}

.LargerDIV
{
	width: 440px;
}

.LargerDIV1
{
	width: 520px;
}

.DIVTearBOT
{
	background-image: url(Images/tear-bot.png);
	background-repeat: repeat-x;
	height: 35px;
	position: relative;
	z-index: 9;
}

.Body H1
{
	background-color: Black;
	padding: 5px 20px;
	margin: 10px 10px;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
}

.Body P
{
	padding: 10px 20px;
	margin: 0px 10px;
	font-size: 12px;
}

.Green
{
	color: #6fc51a;
}

.Blue
{
	color: #1fa3e0;
}

A 
{
	color: #1fa3e0;
}
A:Hover
{
	color: #6fc51a;
}

.BodyHolder
{
	width:1000px;
	margin: 0px auto;
}

/*Menu */
.Menu
{
	height: 40px;
	background-image: url(Images/menu-bg.png);
	background-repeat: repeat-x;
	background-color: #2381b0;
	position: relative;
	top: -5px;
	z-index: 0;
}

.MenuHolder
{
	width:1000px;
	margin: 0px auto;
}

.Menu A
{
	padding: 10px 10px 0px 10px;
	display: block;
	color: White;
	float: left;
	text-decoration: none;
	height: 30px;
	margin-right: 25px;
}

.Menu A:Hover
{
	background-color: black;
}

/* JQUERY */

#book
{
	height: 185px;	
	overflow: hidden;
	position: relative; 
}

.pics  
{
	padding:0; 
	margin:0px; 
	overflow: hidden ;
	width: 439px;
	height: 328px;
	margin-top: -60px;
	position: absolute;
	background-color: Transparent ;
	z-index: 99;
}

.BodyHolder IMG
{
	width: 479px;
	height: 178px;
}

.picsInner
{
	width: 00px;
	margin: 0px auto;
	background-color: Transparent ;
	padding-left: 120px;
}

.Panel 
{
	color: #6fc51a;
	font-family: Arial;
	padding: 5px 25px;
	height: 17px;
	overflow: hidden;
	left: 0px;
	text-align: left;
	display:none;/*if javascript isnt running*/
}

.PanelTop
{
	float: left;
	width: 410px;
	text-align: left;
	margin-top: 16px;
	margin-bottom: 0px;
	display:none;/*if javascript isnt running*/
}

.PanelMain
{
	
	float: left;
	width: 410px;
	text-align: left;
	margin-top: 3px;
	display:none;/*if javascript isnt running*/
}

.DDAI
{	
	float: left;
	width: 410px;
	text-align: left;
	margin-top: 5px;
	display:none;/*if javascript isnt running*/
}


.Red
{
	color: dimgray;
}

.tweet
{
}

.Error
{
	border: solid 2px crimson;
	color: crimson;
	background-color: #FCE2E8;
	padding: 10px;
	clear: both;
	margin:5px 10px;
}
.Success
{
	border: solid 2px forestgreen;
	color: forestgreen;
	background-color: #EBFAEB;
	padding: 10px;
	clear: both;
	margin:5px 10px;
}

.Footer
{
	clear: both;
	color: gray;
	width: 1000px;
	margin: 20px auto;
}