/*******
Style Sheet ~ Nancy's
Designed by Dave Kramer
**********/

/********************* BACKGROUND COLORS  ***************************/
.bgColor-1 { background-color: #666666; }/** darkest color ***/
.bgColor-2 { background-color: #a9a9a9; }
.bgColor-3 { background-color: #84312f; }
.bgColor-4 { background-color: #954240; }
.bgColor-5 { background-color: #ececec; }/** lightest color **/
.bgColor-6 { background-color: #f1f1f1; }/** light-gray **/
.bgColor-7 { background-color: #FFF; }/** White **/

/***************************** ELEMENT SELECTORS *****************************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    background:transparent;
}


html {
  height: 100%;
  overflow-y: scroll;
}

body  {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0em;
	padding: 0em;
	text-align: center;
}

body #container {   /* Internet Explorer Hack to center page in browser window */
	margin: 0 auto;
	padding: 0px;
	width: 900px;
	text-align: left;
}

a:link { color: #333399; }  /* for unvisited links */
a:visited { color: #333399; } /* for visited links */
a:active { color: #B24B4B; } /* when link is clicked */
a:hover { color: #B24B4B; } /* when mouse is over link */


h1 {font-size: 1.5em;line-height: 1em;}
h2 {font-size: 1.4em;line-height: 1em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h2, h3  a:link { color: #6680b3; text-decoration: none; }
h2, h3  a:hover { color: #B24B4B; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #954240;
	text-decoration: none;
	margin: 0em 0em 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}


p {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: .8em;
	padding-left: 0em;
	text-align: left;
}


/***************************** SITE CONTAINER ******************************/

#container {
	width: 900px;
	margin: 0px auto;
	height: auto;
	padding: 0px;	
}

/***************************** TOP HEADER ******************************/

#header {
	width: 900px;
	height: auto;
	margin: 0px;
	padding: 0px;
} 

#siteBannerArea {
	background: #841617 url(../images/site-images/TopBanner.jpg);
	margin: 0px;
	padding: 0px;
	height: 92px;
	width: 900px;
}

.site-title-text {
	font-family: "Times New Roman", Times, serif;
	color: #1a255a;
	text-align: center;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0em;
	padding: .3em 0em 0em;
}

.catchLine {
	font-family: Arial, Helvetica, sans-serif
	color: #1a255a;;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
	margin: 10px 0px 0px;
	padding: 0px;
	letter-spacing: .2em;
}

/***************************** NAV ROW - 1 ******************************/

.dropDownNav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-decoration: none;
	color: #f1f1f1;
	width: 722px;
	text-align: left;
	margin: 0px;
	height: 27px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 238px;
	background: #000 url(../images/site-images/TopBanner-nav.jpg) no-repeat;
}

.dropDownNav1 ul {
	background: rgba(255, 255, 255, 0.0);
	padding: 0px;
	margin: 0px text-align: center;
	letter-spacing: .05em;
}
.dropDownNav1 ul li {
	display: inline;
}
.dropDownNav1 ul li a:link { color: #FFF; text-decoration: none; }
.dropDownNav1 ul li a:visited { color: #FFF; text-decoration: none; }
.dropDownNav1 ul li a:hover, .dropDownNav1 ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #0CF; }


/******** Style for Drop Down Menu **********/

.dropmenudiv1 {
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background: #425480;
	width: 200px;
	visibility: hidden;
	text-align: left;
}

.dropmenudiv1 a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #f1f1f1;
}
* html .dropmenudiv1 a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv1 a:visited { /*THEME CHANGE HERE*/
	color: #f1f1f1;
}

.dropmenudiv1 a:hover { /*THEME CHANGE HERE*/
	background: #03b1fa;
}

/***************************** NAV ROW - 2 ******************************/

.dropDownNav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	width: 900px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.dropDownNav2 ul {
	background: rgba(255, 255, 255, 0.0);
	padding: 0px;
	margin: 0px text-align: center;
}
.dropDownNav2 ul li {
	display: inline;
}
.dropDownNav2 ul li a:link { color: #000; text-decoration: none; }
.dropDownNav2 ul li a:visited { color: #000; text-decoration: none; }
.dropDownNav2 ul li a:hover, .dropDownNav2 ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #900; }


/******** Style for Drop Down Menu **********/

.dropmenudiv2 {
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background: #425480;
	width: 200px;
	visibility: hidden;
	text-align: left;
}
.dropmenudiv2 a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #f1f1f1;
}
* html .dropmenudiv2 a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv2 a:visited { /*THEME CHANGE HERE*/
	color: #f1f1f1;
}

.dropmenudiv2 a:hover { /*THEME CHANGE HERE*/
	background: #eff3f5;
	color: #900;
}



/********** NAV LINKS 1-10 of 10  First | Prev | Next | Last |  *************/
.NavLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-decoration: none;
	padding: 2px;
	text-align: center;
	margin: 10px auto;
}

/***************************** TEXT SIZE ******************************/



#error-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #F00;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 900px;
}

.fancyLetter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: normal;
	font-style: normal;
	font-weight: bold;
	color: #9dafe3;
}


.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: normal;
}

.smallRedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: normal;
	color: #C00;
}


.smallWhiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: normal;
	color: #FFFFFF;
}
.verySmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: normal;
}

.verySmallWhiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-style: normal;
	color: #FFFFFF;
}

.redText { color: #C00; }

.WhiteText { color: #FFF; }

.blueText { color: #84b5ff; }

.greenText { color: #090; }


.list li {
	text-align: left;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	width: 600px;
	padding: 0;
}
.sublist li {
	text-align: left;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: 30px;
	width: 600px;
	padding: 0;
}

/***************************** MAIN CONTENT ******************************/

#mainContent {
	width: 900px;
	height: auto;
	color: #000;
	padding: 0px;
	text-align: center;
	background: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#mainContent .pageHead h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	margin: 0px auto;
	padding: 10px 0px 5px;
	letter-spacing: .2em;
	width: 730px;
}



/***************************** CONTAINMENT BOXES ******************************/


#infoBox {
	width: 690px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	letter-spacing: .05em;
	font-weight: normal;
	margin: 0em auto;
	padding: 10px 20px;
	color: #ffffff;
}

#pageBox {
	margin: 0em auto;
	padding: 20px 0px;
	width: 730px;
}

#pageBoxWide {
	margin: 0px auto;
	padding: 20px 0px;
	width: 900px;
}

.borderbox {
	margin: 10px auto;
	padding: 20px;
	border: 1px solid #666;
}


#contactBox{
	font-size: .75em;
	line-height: normal;
	text-align: left;
	width: 600px;
	background-image: url(../images/site-images/contactPage.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	height: 440px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
}

#sendMail {
	font-size: .75em;
	line-height: normal;
	text-align: left;
	width: 600px;
	background-image: url(../images/site-images/contactPage.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	height: 440px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
}
/*****************************   FORMS   ******************************/


input, select {
	padding: 0px;
	margin: 0px 2px 10px 0px;
}

textarea {
	padding: 5px;
	margin: 0px 2px 10px 0px;
}

.zero input {
	margin: 0px;
	padding: 0px;
	}
	
.zero img {
	margin: 0px;
	padding: 0px;
	}


#formBox {
	width: 600px;
	font-size: .75em;
	line-height: normal;
	padding: 20px 0px 12px;
	text-align: left;
	margin: 0px 0px 0px 200px;
}

#formBoxWide {
	width: 730px;
	font-size: .75em;
	line-height: normal;
	padding: 20px 0px 12px;
	text-align: left;
	margin: 0em auto;
}

#formBoxNarrow {
	width: 530px;
	font-size: .75em;
	line-height: normal;
	padding: 20px 0px 12px;
	text-align: left;
	margin: 0em 0px 0em 250px;

}


/******************************/

#bulkMailBox {
	margin: 0em auto;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

#bulkMailBox .bgColor-4 {
	padding: 10px;
	margin: 0em auto;
	color: #000;
	width: 600px;
}


/***************************** FLOATS & FRAMES ******************************/

.floatRight {
	padding: 0px;
	float: right;
	margin: 0px;
	width: auto;
}

.floatLeft {
	padding: 0px;
	float: left;
	margin: 0px 5px 0px 0px;
	text-align: left;
	width: auto;
}

.clearfloats {clear: both;}


/************************/
.imageFrame img{
	color: #6680b3
	text-decoration: none;
	margin: 0px 10px 5px 0px;
	padding: 3px;
	background: #FFF;
	border: medium solid #369;
}



.dropShadow {
	box-shadow: 10px 10px 5px #888;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 0px;
}





/***************************** CAPTCHA ******************************/

#captcha {
	width: 400px;
	font-size: .75em;
	margin: 0em auto;
	padding: 10px;
}

#captcha .bgColor-4 {
	margin: 0em auto;
	padding: 10px;
}

#captcha img {
	margin: 0px;
	padding: 0px;

}

#captcha input {
	padding: 0px;
	margin: 10px 20px 0px 0px;
}

#captcha .floatLeft {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	width: 120px;
	text-align: left;
}

#captcha p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	text-align: left;
	margin: 0px 0px 8px;
	padding: 0px;
}



/***************************** SEPARATION BAR ******************************/


.basicBar {
	margin: 10px auto;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 100%;
}

.basicBar h2 {
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 5px 0px;
}

.basicBar h2 a:link {
	color: #fff;
	text-decoration: none;
}

.basicBar h2 a:visited {
	color: #fff;
	text-decoration: none;
}

.basicBar h2 a:hover {
	color: #6FF;
}



/***************************** BASIC BUTTONS ******************************/

.buttonBar  {
	text-align: center;
	padding: 0px;
	margin: 0px auto;
}

.buttonBar .bgColor-4 {
	text-align: center;
	padding: 8px 0px;
	margin: 2px auto;
	color: #FFF;
	width: 720px;
}

.button  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: center;
	line-height: 2.7em;
}

.button a:link {
	border: 2px outset #889eca;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: .1em;
	background: #6680b3;
	font-weight: bold;
	padding: 2px 5px 1px;
	margin: 0px 2px;
}

.button a:visited {
	border: 2px outset #889eca;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: .1em;
	background: #6680b3;
	font-weight: bold;
	padding: 3px 11px 2px;
	margin: 0px 2px;
}

.button a:hover {
	background: #39F;
}

.smallButton  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: center;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
}

.smallButton a:link {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: .1em;
	font-weight: bold;
	background: #6680b3;
	border: 2px outset #889eca;
	padding: 2px 4px 1px 5px;
	margin: 0px;
}

.smallButton a:visited {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: .1em;
	font-weight: bold;
	background: #6680b3;
	border: 2px outset #889eca;
	padding: 2px 4px 1px 5px;
	margin: 0px;
}

.smallButton a:hover {
	background: #39F;
}


/***************************** RIGHT BAR HOME PAGE ******************************/

#rightBar {
	font-size: 0.75em;
	line-height: 1.5em;	
	color: #FFF;	
	margin: 0em auto;
	padding: 10px;
	border: 2px solid #339;
	text-align: center;
}

#rightBar h2 {
	font-weight: bold;
	color: #FFF;
	margin: 0px 0px 8px;
	text-align: center;
	padding: 3px 0px;
	background: #39F;
}

#rightBar h2 a:link {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#rightBar h2 a:hover {
	background: #3CF;
	margin: 0px;
	padding: 1px 46px 1px 46px;
}


/*************************  EVENTS LIST PAGE  ***************************/

#events {
	margin: 0px;
	padding: 0px;
	width: auto;
}

#events .bgColor-3 {
	padding: 1px;
	margin: 0px auto 5px;
}

#events p {
	font-size: .9em;
	line-height: normal;
	font-weight: normal;
	margin: 0px 0px 8px;
	padding: 0px;
}

#eventRow {
	margin: 0px 0px 5px;
	padding: 0px;
	height: auto;
	width: auto;
	text-align: left;
}

#eventRow h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


#eventRow h2 a:link { color: #FFF; text-decoration: none; }

#eventRow h2 a:visited { color: #FFF; text-decoration: none; }

#eventRow h2 a:hover { color: #6FF; }


/********  SPECIAL EVENT  ********/


#specialEvent {
	margin: 0px 0px 50px 20px;
	padding: 0px;
	width: 200px;
	position: fixed;
}

#specialEvent h2 {
	font-size: 1em;
	line-height: normal;
	font-weight: bold;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
	text-align: center;
	height: 27px;
	width: 200px;

}

#specialEvent h3 {
	font-size: 1em;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
	margin: 3px auto 0px;
	text-align: center;
	background: transparent;
	padding: 0px;
}


/******************  GALLERY LIST FOR IMAGE, MEDIA, AND NEWSLETTER  *******************/

#galleryList {
	padding: 0px;
	margin: 10px auto;
	width: 730px;
}

#galleryList .bgColor-6 {
	padding: 10px;
	margin: 0px 0px 10px;
	text-align: left;
}

#galleryList .bgColor-4 {
	padding: 10px;
	margin: 0px 0px 10px;
	text-align: left;
}

.galleryListImageLeft {
	padding: 0px;
	float: left;
	margin: 0px auto;
	text-align: center;
	width: 140px;
}

.galleryListImageRight {
	padding: 0px;
	float: right;
	margin: 0px auto;
	text-align: center;
	width: 140px;
}

/***************************** PRODUCT LIST PAGE******************************/


.ImageBox {
	color: #000;
	margin: 0px;
	padding: 10px;
	text-align: center;
	float: left;
}
.ImageBox img{
	border: 1px solid #339;
	padding: 2px;
	text-align: center;
	margin: 0px;
}


/*****************************  IMAGE GALLERY  ******************************/

#imageGallery {
	padding: 0px;
	margin: 20px auto 0px;
	width: auto;
}

#imageGallery a {
	text-decoration: none;
}

#imageGallery p {
	padding: 0px;
	margin: 0em auto;
	width: 720px;
}
/** Image With drop Shadow **/
#imageGallery img {
	padding: 3px;
	margin: 0em auto;
	background: url(../images/site-images/dropShadow.png) no-repeat 10px 10px;
}

.prevForward {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: normal;
	text-decoration: none;
}

.prevForward  a:link { color: #6680b3; text-decoration: none; }
.prevForward  a:hover { color: #B24B4B; }

.thumb {
	display: inline;
	list-style: none;
	min-height: 160px;
	float: left;
	margin: 5;
	text-align: center;
	background: #f8fbfd;
	padding: 5px;
	border: 1px solid #CCC;
	}
	
#thumbBoundaries {
	margin: 0em auto;
	padding: 0px;
	height: auto;
	width: 800px;
	text-align: center;
	}
	

/****** image page ********/

#imagePage {
	padding: 0px;
	margin: 0em auto;
	width: 720px;
}

#imagePage img {
	padding: 3px;
	margin: 0px 20px 3px auto;
	background: url(../images/site-images/dropShadow.png) no-repeat 10px 10px;
}

#imagePage p {
	padding: 0px;
	margin: 0px;
	width: auto;
}

#imagePage .floatLeft {
	padding: 2px;
	float: left;
	margin: 0px 10px 10px 0px;
	text-align: center;
	width: 220px;
	height: auto;
}


/*****************************  FOOTER  ******************************/

#footer {
	width: 900px;
	background: #620708;
	font-size: .75em;
	text-align: center;
	margin: 0;
	padding: 15px 0px 22px;
	clear: both;
}

#footer p {
	text-decoration: none;
	text-align: center;
	padding: 5px 0px;
	color: #f1f1f1;
}

#footer a:link { color: #dfdfdf; text-decoration: none; }

#footer a:visited { color: #dfdfdf; text-decoration: none; }

#footer a:hover { color: #ffffff; }

/*****************************  END OF SITE'S CSS ******************************/



/***************************** EXTRAS CSS FOR THIRD PARTY SOFTWARE ******************************/

/*****************************  DragSort  ******************************/

#DragSortListBox {
	margin:0px auto;
	padding:10px 0px;
	width: 720px;
	border: thin solid #999;
	background: #FFF;
}

#DragSortListBox ul { margin:0px; padding:0px; }
	

#DragSortListBox .img {
	margin: 0px;
	padding: 0px;
}

#DragSortListBox .imgBox {
	margin: 0px;
	padding: 5px 0px;
	float: left;
	height: auto;
	width: 40px;
	border: thin solid #FFF;
	background: #f1f1f1;
}

#DragSortListBox .box40 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: normal;
	margin: 0px;
	padding: 13px 0px 13px;
	float: left;
	height: auto;
	width: 40px;
	border: thin solid #FFF;
	background: #f1f1f1;
}

#DragSortListBox .box95 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: normal;
	margin: 0px;
	padding: 11px 0px 11px;
	float: left;
	height: auto;
	width: 95px;
	border: thin solid #FFF;
	background: #f1f1f1;
}

#DragSortListBox .box143 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: normal;
	margin: 0px;
	padding: 13px 0px 14px;
	float: left;
	height: auto;
	width: 143px;
	border: thin solid #FFF;
	background: #f1f1f1;
}

#DragSortListBox .box320 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: normal;
	margin: 0px;
	padding: 13px 0px 13px;
	float: left;
	height: auto;
	width: 320px;
	border: thin solid #FFF;
	background: #f1f1f1;
}

#DragSortListBox .box545 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: normal;
	background: #f1f1f1;
	text-align: center;
	margin: 0px;
	padding: 9px 0px 10px;
	float: left;
	height: auto;
	width: 545px;
	border: thin solid #FFF;
}

#DragSortListBox .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: normal;
	background: #f1f1f1;
	text-align: center;
	margin: 0px;
	padding: 13px 0px 13px;
	float: left;
	height: auto;
	width: 500px;
	border: thin solid #FFF;
}

#DragSortListBox .tools {
	text-align: center;
	margin: 0px;
	padding: 10px 0px 6px;
	float: left;
	height: auto;
	width: 120px;
	border: thin solid #FFF;
	background: #f1f1f1;
}

#DragSortListBox .titleField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: normal;
	background: #f1f1f1;
	text-align: center;
	margin: 0px;
	padding: 9px 0px 10px;
	float: left;
	height: auto;
	width: 400px;
	border: thin solid #FFF;
}

#DragSortListBox  input {
	margin: 0px auto;
	padding: 0px;
	height: 20px;
	width: auto;
	border: thin solid #999;
	text-align: center;
	font-size: 1em;
	float: none;
}

/****** DragSort Multi Boxes *******/

#DragSortList li {
	list-style-type:none;
	width:670px;
	height:40px;
	text-align:center;
	padding:0px;
	margin: 5px auto;
}
	
/************  DragSort Small Box  ************/

#DragSortListSmallBox {
	margin:0px auto;
	padding:10px 0px;
	width: 550px;
	border: thin solid #999;
}

#DragSortListSmallBox .img {
	margin: 0px;
	padding: 0px;
}

#DragSortListSmallBox .imgBox {
	margin: 0px;
	padding: 5px 0px;
	float: left;
	height: auto;
	width: 40px;
	border: thin solid #FFF;
	background: #f1f1f1;
}

#DragSortListSmallBox .titleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: normal;
	background: #f1f1f1;
	text-align: center;
	margin: 0px;
	padding: 13px 0px 13px;
	float: left;
	height: auto;
	width: 400px;
	border: thin solid #FFF;
}

#DragSortListSmallBox .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: normal;
	background: #f1f1f1;
	text-align: center;
	margin: 0px;
	padding: 9px 0px 10px;
	float: left;
	height: auto;
	width: 400px;
	border: thin solid #FFF;
}

#DragSortListSmallBox .tools {
	text-align: center;
	margin: 0px;
	padding: 10px 0px 6px;
	float: left;
	height: auto;
	width: 120px;
	border: thin solid #FFF;
	background: #f1f1f1;
}

#DragSortListSmallBox .title input {
	margin: 0px auto;
	padding: 0px;
	height: 20px;
	width: auto;
	border: thin solid #999;
	text-align: center;
	font-size: 1em;
	float: none;
}

#DragSortListSmallBox ul { margin:0px; padding:0px; }

/****** DragSort Multi Boxes *******/


#DragSortListSmall li {
	list-style-type:none;
	width:525px;
	height:40px;
	text-align:center;
	padding:0px;
	margin: 5px auto;
}

	
#DragSortListSmall2 li {
	list-style-type:none;
	width:525px;
	height:40px;
	text-align:center;
	padding:0px;
	margin: 5px auto;
}



/****** DragSort Image Gallery *******/


#DragSortImageBox {
	list-style-type:none;
	margin:0px auto;
	padding: 0px;
	border: thin solid #CCC;
	height: auto;
	width: auto;
}

#DragSortImages ul { margin:0px; padding:0px; }

#DragSortImages li {
	list-style-type:none;
	float:left;
	padding:5px;
	width:120px;
	height:165px;
	margin: 0px auto;
	background: #f1f1f1;
	border: medium solid #FFF;
}

#DragSortImages .image {
	margin: 0px auto;
	padding: 5px;
	height: 120px;
	width: 120px;
	display: table-cell;
	vertical-align: middle;
}

#DragSortImages .tools {
	margin: 5px auto;
	padding: 0px;
	height: auto;
	width: 120px;
}

#DragSortImages img {
	margin: 0px;
	padding: 0px;
}

.placeHolder li { 
	background-color:white !important; 
	border:dashed 1px gray !important;
}




/****************** HTML EDITOR BG COLOR & PAGE PROPERTIES <div id="htmlEditor"> </div> ********************/


#htmlEditor {

	background: #ffffff;
}

#htmlEditor .pageHead h1 {

	text-align: right;

}

/****************** Home Page Quotes ********************/

#homeBG {
	width: 900px;
	height: auto;
	color: #000;
	margin: 0px auto;
	padding: 0px 0px 20px;
	text-align: center;
	background: #e5e2d4;
}

#quotes {
	width: 675px;
	height: 200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 0px;
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	font-size: 1em;
	line-height: normal;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

.name {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	font-size: 0.8em;
	line-height: 0.4em;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/************* END OF HTML EDITOR BG COLOR & PAGE PROPERTIES ******************/


/*******

Style Sheet ~ Black Beauty

Designed by: Dave Kramer

**********/



/**** End Of Default Body Atributes *******/





/****** Background Table Colors**********/

.table-color-1 { background-color: #666666; }
.table-color-2 { background-color: #a9a9a9; }
.table-color-3 { background-color: #84312f; }
.table-color-4 { background-color: #954240; }
.table-color-5 { background-color: #ececec; }





/****** Navigation Buttons **********/

.nav-text-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E5E5E5;
	text-decoration: none;
	height: auto;
	width: auto;
}

:visited.nav-text-1 { color: #E5E5E5 }
a:active.nav-text-1 { color: #E5E5E5 }
a:hover.nav-text-1  {
 	color: #FFFFFF;
	font-weight: bold;
 	text-decoration: none;
}

.nav-text-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2C205F;
	text-decoration: none;
}


/****** End Of Navigation Buttons **********/


/****** Text Sizes And Colors **********/

.site-title-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	text-decoration: none;
	color: #8A81C1;
}

.head-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
	color: #f1f1f1;
}

.subhead-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #f1f1f1;
}



.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	font-weight: lighter;
}

.thumb-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.verysmall-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	letter-spacing: .05em;
}



