/******************
HTML Tags
******************/


body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	margin:15px 40px;
	background: #CBCBCB url(bg-main.gif) repeat-x;
	font-size:.72em;
	max-width: 1200px;
	
	}
	
.frontpagebody {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	margin:15px 40px;
	font-size:18px;
}

#content p, #content-side-2 p, table {
	margin:0px 0px 20px 0px;
}

#content-side-2 img {
	border:none;
	}

#breadcrumb-side label {
	display:none
	}

/******************
FORM STYLES
******************/

#content-container form {
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 10px 10px 20px;
	}

/* a nested fieldset */
#content-container fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content-container legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content-container fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}

#content-container label {
	display:block;
	padding-top:8px;
	}

#breadcrumb-side form {
	margin:0px;
	padding:0px;
	text-align:center;
	}

#breadcrumb-side form fieldset {
	margin:0px;
	padding:0px;
	border:none;
	}

#breadcrumb-side form legend {
	display:none;
	}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link
{
	color: #333333;
}

a:visited
{	
	color: #333333;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

a:active
{
	color: #333333;
}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav-container a:link
{
	color: #333333;
}

#mainnav-container a:visited {
	color: #333333;
	}

#mainnav-container a:hover
{
	color: #000000;
	text-decoration: none;
}

#mainnav-container a:active {
	color: #333333;
	}

/* All link states are selected with an "a" */
#header a {
	color:#FFFFFF
	}

#breadcrumb-container a
{
	color: #000000;
}

/******************
HEADINGS
******************/

h1 {
	font-size:1.6em;
	padding:0;
	margin:0 0 10px 0;
	}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:1.4em;
	}
	
h4 {
	font-size:1.1em;
	}
	
h5 {
	font-size:.9em;
	}
	
h6 {
	font-size:.8em;
	}

#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}

/******************
Layout Divs
******************/

#mainnav-container {
	padding:8px 10px;
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-left:1px solid #EDEDED;
	margin-bottom:1px;
	}

#mainnav {
	float:left;
	width:70%;
	}

#mainnav-side {
	float:right;
	width:30%;
	text-align:right;
	}

#header
{
	background-position: #FF0000 url(bg-header.gif) repeat-x;
	margin-bottom: 1px;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	border-bottom: 2px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	height: 60px;
	min-height: 60px;
	background: #FFFFFF url(bg-header.gif) repeat-x;
	font-size: 1.8em;
	font-weight: bold;
}

#header a {
	text-decoration:none;
	color:#FFFFFF;
	}
	
#header-side {
	float:right;
	width:30%;
	text-align:right;
	}

#slogan {
	font-size:.68em;
	margin:0px;
	font-weight:normal;
	padding-top:7px;
	}
	
#breadcrumb-container {
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-left:1px solid #EDEDED;
	margin-bottom:1px;
	background: #FFFFFF url(bg-topnav.gif) repeat-x;
	padding:6px 0;
	}

#breadcrumb {
	float:left;
	padding:0 10px;
	}

#breadcrumb-side {
	float:right;
	padding:0 10px;
	}

#content-container {
	background-color:#F6F6F6;
	border-top:1px solid #CBCBCB;
	border-right:1px solid #7F7F7F;
	border-bottom:2px solid #7F7F7F;
	border-left:1px solid #CBCBCB;
	padding:0px;
	margin:0px;
	position:relative;
	height:98%;
	top: 0px;
	left: 0px;
	min-height:600px;
}

#content-side {
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
	padding:10px;
	height:98%;	
	min-height:600px;

	}

#content-side-2 {
	position:absolute;
	top:0;
	right:0px;
	width:120px;
	padding:10px;
	height:98%;	
	min-height:600px;

	}

#content
{
  padding: 10px 10px 0px 10px;
  margin: 0px 140px 0px 171px;
  height: 98%;
  background-color: #FFFFFF;
  border-left: 1px dashed #D0D0BF;
  border-right: 1px dashed #D0D0BF;
	min-height:600px;

}

#three-column-container {
	width:100%;
	margin:10px 0px;
	text-align:justify;
	}

#three-column-left {
	float:left;
	width:30%
	}

#three-column-right {
	float:right;
	width:30%
	}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%;
	}

#footer {
	margin-top:0px;
	padding:20px 10px 0px 10px;
	border-top:1px solid #7F7F7F;
	text-align:center;
	clear:both;
	background: #FFFFFF url(bg-topnav.gif) repeat-x;
	font-size:.95em;
	}

.Button {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:15px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.Button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.Button:active {
	position:relative;
	top:1px;
}
/******************
MENU ITEMS
******************/

#mainnav-container ul {
	margin:0px;
	padding:0px;
	}

#mainnav-container li {
	padding:5px;
	list-style:none;
	display:inline;
	margin:5px 10px 5px 0px;
	}

#mainnav-side li {
	padding:0px;
	margin:5px 0px 5px 10px;
	}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
	list-style:none;
	padding:2px 0px 2px 12px;
	margin:0px;
	background: url(bullet.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	padding:2px 0px;
	}

#content ul.link-list-vertical li a:link {
	padding:2px 0px 2px 12px;
	background: url(bullet-link.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:visited {
	padding:2px 0px 2px 12px;
	background: url(bullet-link-visited.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:hover {
	padding:2px 0px 2px 12px;
	background: url(bullet-link-hover.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:active {
	padding:2px 0px 2px 12px;
	background: url(bullet-link-active.gif) no-repeat;
	background-position:0 .6em;
	}

/******************
LISTS - IN THE RIGHT OR LEFT COLUMNS
******************/

#content-side-2 ul.list, #content-side-2 ul.link-list-vertical,
#content-side ul.list, #content-side ul.link-list-vertical {
	margin:0px 0px 15px 0px;
	padding:0px;
	}

#content-side-2 ul.list li,
#content-side ul.list li {
	list-style:none;
	padding:2px 0px 2px 12px;
	margin:0px;
	background: url(bullet-right.gif) no-repeat;
	background-position:0 .6em;
	}

#content-side-2 ul.link-list-vertical li,
#content-side ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	padding:2px 0px;
	}

#content-side-2 ul.link-list-vertical li a:link,
#content-side ul.link-list-vertical li a:link {
	padding:2px 0px 2px 12px;
	background: url(bullet-link.gif) no-repeat;
	background-position:0 .6em;
	}

#content-side-2 ul.link-list-vertical li a:visited,
#content-side ul.link-list-vertical li a:visited {
	padding:2px 0px 2px 12px;
	background: url(bullet-link-visited.gif) no-repeat;
	background-position:0 .6em;
	}

#content-side-2 ul.link-list-vertical li a:hover,
#content-side ul.link-list-vertical li a:hover {
	padding:2px 0px 2px 12px;
	background: url(bullet-link-hover.gif) no-repeat;
	background-position:0 .6em;
	}

#content-side-2 ul.link-list-vertical li a:active,
#content-side ul.link-list-vertical li a:active {
	padding:2px 0px 2px 12px;
	background: url(bullet-link-active.gif) no-repeat;
	background-position:0 .6em;
	}

.PayPal
{
	font-size: medium;
	color: black;
}
/******************
TABLE STYLES
******************/

.table {
	width:100%;
	border:1px solid #D0D0BF;
	border-collapse:collapse;
	}
	
.table td {
	padding:10px;
	}

thead th, tfoot th {
	background-color:#E8E8E8;
	border-bottom:2px solid #D0D0BF;
	border-top:2px solid #D0D0BF;
	padding:10px;
	font-weight:normal;
	font-variant:small-caps;
	}

/******************
CLASSES
******************/

.pagerstyle
{
	background-color:#fff;
   padding:2px;
   margin:2% auto;
}

.pagerstyle a
{
	margin: auto 1%;
	border-radius: 50%;
	background-color: #666666;
	padding: 5px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	-o-box-shadow: 1px 1px 1px #111;
	-moz-box-shadow: 1px 1px 1px #111;
	-webkit-box-shadow: 1px 1px 1px #111;
	box-shadow: 1px 1px 1px #111;
}

.pagerstyle a:hover
{
	background-color: #AE610E;
	color: #fff;
}

.pagerstyle span
{
	background-color: #ae2676;
	color: #fff;
	-o-box-shadow: 1px 1px 1px #111;
	-moz-box-shadow: 1px 1px 1px #111;
	-webkit-box-shadow: 1px 1px 1px #111;
	box-shadow: 1px 1px 1px #111;
	border-radius: 50%;
	padding: 5px 10px 5px 10px;
}

tr.pagerstyle
{
    background: none !important;
}

tr.pagerstyle tr
{
    background: none !important;
}
tr.pagerstyle td
{
    border: none;
}


.floatleft {
	float:left;
	width:45%;
	padding-left:5px;
	padding-right:5px;
	max-width:500px;
	min-width:280px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:1.3em;
}

.floatright {
	float:right;
	width:45%;
	padding-left:5px;
	padding-right:5px;
	max-width:500px;
	min-width:280px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:1.3em;
}
.floatrightcount
 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	float:right;
	width:45%;
	padding-left:5px;
	padding-right:5px;
	max-width:500px;
	min-width:280px;
}
.infoheader
{
	margin-bottom: 1px;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	border-bottom: 2px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	height: 21px;
	min-height: 21px;
	background: url('bg-header.gif') repeat-x;
	font-size: 1.8em;
	font-weight: bold;
	width: 90%;
}
.searchdictionary
{
	
}
.button-big {
	margin-top:8px;
	}

img.photobig, img.photosmall {
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: #E0E0E0 url(background_table_04.gif) repeat-x;
	padding:8px;
	}

img.photosmall {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
  height: 171px;
  width: 146px;
}
	
.searchbox
{
	border: 1px solid #000000;
	height: 24px;
	margin: 0px;
	padding: 0px;
	width: 40em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	min-width: 10em;
}
.searchwordbox
{
	border: 1px solid #000000;
	height: 24px;
	margin: 0px;
	padding: 0px;
	width: 40em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	min-width: 10em;
}
.dictsearchbox
{
border: 1px solid #000000;
	height: 24px;
	margin: 0px;
	padding: 0px;
	width: 20em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	min-width: 10em;
}

.button-search
{
	background-position: url(bg-button-search_big.gif) repeat;
	height: 30px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	background: url(bg-button-search_big.gif) repeat-x;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	border-width: 2px;
	font-weight: bold;
}

.none {
	display:none;
	}

.clear {
	clear:both;
	}
.dxncLoadingPanel_Glass
{
	font: 9pt Tahoma;
	color: #303030;
	border: solid 1px #7EACB1;
	background-color: White;
}
.dxncLoadingPanel_Glass td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px 12px 12px 12px;
}
.urllist
{
  color: Navy;
  white-space:pre-wrap;
  word-wrap:break-word;
	margin-left: 40px;
}
.cat
{
  width:70%;
border: 1px solid #000000;
  
}
.ui-effects-transfer { border: 2px solid black; }

.AddWebsitetext50
{
font-family:Geneva, Arial, Helvetica, sans-serif;
  width:50%;
  border: 1px solid #000000;
}
.AddWebsitetext70
{
font-family:Geneva, Arial, Helvetica, sans-serif;
  width:90%;
  word-wrap:break-word; 
  border: 1px solid #000000;
}
.AddWebsitetext
{
font-family:Geneva, Arial, Helvetica, sans-serif;
  width:90%;
  word-wrap:break-word; 
  border: 1px solid #000000;
}
.hoverhl
{
  background-color: #E8E8E8;
}
.errorMsg
{
  color: #FF0000;
  font-weight: normal;
font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size: x-large;
}
.errorMsgSmall
{
  color: #FF0000;
  font-weight: bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
}
.centerbold
{
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
	display: inline-block;
}
.rightbold
{
    text-align: right;
    font-size: 1.0em;
    font-weight: bold;
	display: inline-block;
}
.middlebold
{
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
	display: inline-block;
}
.leftbold
{
    text-align: left;
    font-size: 1.0em;
    font-weight: bold;
	display: inline-block;
}
#mainnav-container
{
	padding: 8px 10px;
	border-bottom: 2px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	border-left: 1px solid #EDEDED;
	margin-bottom: 1px;
	background: #FFFFFF url(bg-topnav.gif) repeat-x;
}
.gradient
{
	margin-top: 0px;
	padding: 20px 10px 0px 10px;
	border-top: 1px solid #7F7F7F;
	text-align: center;
	clear: both;
	background: #FFFFFF url(bg-topnav.gif) repeat-x;
	font-size: .95em;
}

.fixedwidth-addwords
{
	width: 120px;
	display: inline-block;
	max-width: 120px;
	overflow: auto;
	min-width: 120px;
	margin-top: 1px;
	vertical-align: top;
}

.list_hover
{
	background-color:#ffffff;
}

.navmain-font
{
	font-size:14px;
}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1.2em;
	}
	
	.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	.contact li a
	{
		color: #FFF;
	}
	
	.contact li a:before
	{
		display: inline-block;
		background: #333333;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		color: #FFFFFF;
	}
	
	
.simplebody {
	border-bottom-color: rgb(238, 238, 238);
border-bottom-style: inset;
border-bottom-width: 2px;
border-collapse: collapse;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(238, 238, 238);
border-left-style: inset;
border-left-width: 2px;
border-right-color: rgb(238, 238, 238);
border-right-style: inset;
border-right-width: 2px;
border-top-color: rgb(238, 238, 238);
border-top-style: inset;
border-top-width: 2px;
color: rgb(255, 0, 0);
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
height: 150px;
white-space: nowrap;
width: 300px;
color: rgb(102, 102, 102);
display: inline-block;
font-size: 12px;
font-weight: bold;
text-align: left;
	
	)