
/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, form, fieldset, a, img, address {
     margin: 0;
     padding: 0;
     border: 0;
}

h1, h2, h3, h4, h5, h6
{
    color: dimgray;
}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1
{
    margin: 0;
    font-size: 2.0em;
    font-weight: bold;
}

h2 {
	margin: 1.2em 0em;
	font-size: 1.6em;	
	font-weight: normal;
}
h3
{
    margin: 1.2em 0em;
    font-size: 1.4em;
    font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;	
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;	
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 0.8em;	
	font-weight: bold;
}

img {border: 0;}

p
{
  /*  margin: 0em 0em;
    line-height: 1.0em;
    font-size: 1.0em; */
}

li > p {margin-top: 0.2em;}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

a {
	text-decoration: underline;
	font-weight: bold;
	color:#573323;
}

a:link {}

a:visited {}

a:active {}

a:hover {
	text-decoration:underline;	
	color:#496A8B;
}

/* "Jello Mold" page construction technique see http://www.positioniseverything.net/articles/jello-expo.html */
body
{
    text-align: center;
    background-color: #dbe0e3;
    font-family: Tahoma, Palatino, serif;
    font-size: 80%;
    background-image: url(Images/bg_tile.gif);
    padding-right: 450px;
    padding-left: 450px;
    padding-bottom: 0px;
    padding-top: 0px;
}

legend
{
    font-size: 14px;
    font-weight: bold;
    background-color: Orange;
    font-family: Tahoma;
    color: Navy;
}

#skiptocontent{
	position:absolute;
	margin-left:-1000px;
}
#sizer {
	margin: 0 auto;
	width: 60%;
	max-width: 150px;
	padding: 10px 0;
	text-align:left;	
}
#expander {
	position: relative;
	min-width: 900px; /* Critical Safari fix! */
	margin: 0 -450px;	
	background: #FFFFFF;
}
/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

#wrapper
{
    width: 100%; /* helps IE get the child percentages right. */
    background-image: url(Images/content_border.gif);
    background-repeat: repeat-y;
} 



/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#sidebar {
	display: inline; /* IEwin doubled margin bug fix */			
	float: right;
	width: 270px;
	margin-left:-3px; /*IE Win 3px gap fix*/
}



html>body #sidebar {margin-left:0;}

#content {
	padding:0;	
	height:1%;
	margin:0;
}
html>body #content {
	height:auto;
	margin-right:270px;
}
#header
{
 /*   background-color: #a2a1a1; */
    background-image: none;
}
#headertop
{
    position: relative;
    top: 0;
    left: 0;
    bottom: 0; /*	height:59px; */
    padding-top: 2px; /*   background-image: url(../../Images/bg.gif); */
    background-image: url(Images/bg.gif);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-color: #ccd4df;
}
#ownername
{
    padding: 5px 20px;
    margin-left: 10px;
    height: 49px;
    letter-spacing: 0.2em;
    color: #573323;
    background-color: #ffcc33;
}
#ownername strong {
	margin-left:-2px;
	font-size:140%;
	font-weight:bold;
	letter-spacing:normal;
}
#ownerinfo
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 46px; /*	background-image:url(Images/topheader_deco_img.jpg); */
    background-repeat: no-repeat;
 /*  background-color: #ccd4df; */
    background-position: 2px 2px;
    background-repeat: no-repeat;
}
#ownerinfo address
{
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5px;
    height: 40px;
    width: 270px;
    color: #003366; /*	background-color:#573323; */
    font-style: normal;
    text-align: center;
    background-image: url(Images/headertop_img_ds.gif);
    background-repeat: no-repeat;
    background-position: 0 2px;
    font-style: normal;
    font-family: Tahoma;
    font-variant: small-caps;
}
#topad
{
    /*   background-color: #ccd4df; */
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 5px;
}

#mainmenu {
/*	margin-left:10px; */
	background-color:#a2a1a1;	
}



#mainmenu, #mainmenu tr {height:24px;}

* html #mainmenu {margin-top:-1px;}

#mainmenu a {text-decoration:none;}

/* Adds a height to a button so that IE Win will allow it to be clickable across its full width. */
/* Hide from IE5-Mac \*/
* html #mainmenu a {height: 1%;}
/* end hiding */ 

#mainmenu .normallink {
	padding:0 10px;
	font-weight:bold;
	color:#F0E6D5;
}
#mainmenu .selectedlink {
	padding:0 10px;
	background-color:#573323;/*#F0E6D5;*/
	color:#BC8F5F;	
}
#contentwrapper {
	background-image:url(Images/sidebar_bg.gif);
	background-repeat:repeat-y;
	background-position:top right;	
}

/* Hides from IE5-mac \*/ 
     * html #contentwrapper{height:1%;}
/* End hide from IE-mac */ 


#quote {
	height:100px;
	padding:10px 10px 10px 20px;
	overflow:hidden;
	font-weight:normal;
	font-size:140%;
	line-height:150%;
	letter-spacing:0.05em;
	color:#F0E6D5;
	background-color:#496A8B;
}

#sidebarcontent {margin:0 10px 1em;}

#sidebarcontent h3
{
    padding: 0.3em 1.5em;
    margin: 10px 0 0;
    line-height: 130%;
    background-color: #e69d0e;
    color: #003366;
    font-size: 110%;
    font-weight:bold;
}

#sidebarcontent .sbcontentcontainer2
{
    border: 1px solid #A48D7C;
    color: #573323;
    background-color: #FFFFFF;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 80%;
}



#sidebarcontent .sbcontentcontainer
{
    color: #573323;
    background-color: #ffffff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 80%;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
    border-right: #e69d0e 1px solid;
    border-top: #e69d0e 1px solid;
    border-left: #e69d0e 1px solid;
    border-bottom: #e69d0e 1px solid;
    background-image: url(Images/bg.gif);
    background-repeat: repeat-x;
}

#sidebarcontent .ad1
{

    padding-bottom: 0.3em;
    padding-top: 0.3em;
    margin-top: 3px;
    margin-bottom: 3px;
}

#sidebarcontent .ad2
{

    padding-bottom: 0em;
    padding-top: 0em;
    margin-top: 6px;
    margin-bottom: 3px;
    border-right: #e69d0e 1px solid;
    border-top: #e69d0e 1px solid;
    border-left: #e69d0e 1px solid;
    border-bottom: #e69d0e 1px solid;
    background-image: url(Images/bg.gif);
    background-repeat: repeat-x;
}

#sidebarcontent .sbcontentcontainer p
{
    margin: 0px 0px 1.2em;
    line-height: 1.8em;
}

#sidebarcontent .sbcontentcontainer ol {padding-left:20px;}

#sidebarcontent .sbcontentcontainer ul
{
    list-style-type: square;
    list-style-position: outside;
    margin-left: 5px;
}


#headerimgwrapper
{
    padding-right: 10px; /*   margin-right: -8px;*/
    background-repeat: no-repeat;
    background-position: 100% 2px;
    background-color: #ccccff; /*height:50px;
   
    	background-color: #ccd4df; 
	background-image: url(Images/bg.gif); 
    background-repeat: no-repeat;*/
}
#headerimg {
/*	background-image: url(Images/header_img2.jpg);	
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:10px 2px; */
}
#themepicker {
	float:right;
	display:inline;/* IEwin doubled margin bug fix */
	padding: 5px 10px 10px 10px;
	color:#573323;
	font-size:smaller;	
}
#copy
{
    margin-left: 10px;
    color: #333333;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3em;
    padding-top: 2em;
    background-color: white;
}
	
#copy td, #copy th
{
    padding-bottom: 0.2em;
    padding-top: 0.2em;
}

.frontlist
{
    list-style-position: outside;
    margin-left: 15px; 
    list-style-type: circle;
}
    
#copy td {font-family:Tahoma, Arial, Helvetica, sans-serif;}
    
    
#copy img {
	padding:2px;
	border:0px;
}
#copy fieldset {	
	padding:0.3em;
	border:1px dotted #000000;
	margin-bottom:0.2em;
}
#copy .txtBox {
	background-color: #ececec;
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	border: 1px solid;
	border-color: #dcdcdc;
	font-weight: normal;
	color: #000000;
}
#copy .txtBox:focus {
	border:1px solid #573323;
	background-color:#FFFFFF;	
}
#copy .button {
	border:1px solid #666666;
	background-color:#D7E0EA;	
	color:#333333;	
}
#copy legend {
	padding:0.5em;
	background-color:#FFFFFF;
}
#copy caption {
	text-align:left; 
	font-weight:bold;
}

div#contactForm {margin-left:4em;}

/* Hides from IE5-mac \*/ 
     * html div#contactForm{height:1%;}
/* End hide from IE-mac */ 

.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 0.5em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 0.5em 0.25em 0;
}
#footer {
	clear:both;	
	position:relative;
	bottom:0;
	left:0;
	right:0;
	height:50px;	
	border-top:2px solid #496A8B;
	margin-left:10px;	
	padding-left:10px;
	padding-top:2px;
	margin-bottom:0;
	background-color:#a2a1a1;
	font-family:Arial, Helvetica, Sans-Serif;
	color:#F0E6D5;		
	font-size:smaller;
	letter-spacing:0.25em;
}
#sidebarfooter {
	position:absolute;
	top:0;
	right:0;
	width:270px;
	height:52px;
	background-color:#BC8F5F;
}

@media print {	
	body {
		margin:0;
		padding:0;
		font-size:10pt;
		line-height:12pt;		
		background:#FFFFFF !important;
	}
	#sizer {
		margin:0; 
		width:auto !important;
	}
	#expander {
		position:static;
		margin:0 !important;
	}	
	#headertop, #ownerinfo {
		position:static; 
		height:auto;
	}	
	#ownerinfo address {
		position:static; 
		height:auto !important; 
		margin-bottom:2em;
	}	
	#header {
		border-bottom:1px solid #000000; 
		margin-bottom:2em;
	}	
	#wrapper, #header, #headertop, #ownername, #ownerinfo, #ownerinfo address, #mainmenu, #maimenu .selectedlink, #contentwrapper, #quote, #copy .txtBox, #copy .button, #copy legend, #footer, #sidebarfooter {
		background:none !important;
	}
	h1, h2, h3, h4, h5, h6, #ownername, #mainmenu {
		font-family:Georgia, Palatino, serif;
		font-weight: bold;
	}	
    #sidebar, #themepicker, #headerimgwrapper, #sidebarfooter {
		display:none !important;
	} 
    #copy {
		margin:0;
		padding:0;
	}

	#copy fieldset{border:none;}

	#copy legend{color:#496A8B;}

	#footer {
		position:static;
		margin-top:2em;
		font-size:1em;
	}

	#content{width:100%;}

	html>body #content{
		width:85%;
		margin-left:2em;
	}
}

/* Transfered from old css */
.standard_bold {
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: right;
}

.paddeddiv
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 5px;
    padding-top: 5px;
}

.standard_normal
{
    font-family: tahoma, verdana, arial;
    font-size: 12px;
    color: #414141;
    text-align: right;
  
}

.standard
{
    font-family: tahoma, verdana, arial;
    font-size: 14px;
}


.padding_5
{
    padding-left: 5px;
}

.padded
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.padded_3
{
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.graycell {
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	background-color: #f2f2f2;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	font-weight: normal;
}
.standard_bold_top_leftalign {
	font-family: tahoma, verdana, arial;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:5px;
	padding-right:5px;
	background-color: #f2f2f2;
border-bottom-color:#dcdcdc; 
border-bottom-width:1px; 
border-bottom-style:solid; 
background-image:none;

}
.beige_title
{
    font-family: tahoma, verdana, arial;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 5px;
    border-bottom: #a9a9a9 2px solid;
}

.small_title
{
    font-family: tahoma, verdana, arial;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: #a9a9a9 2px solid;
}



.standard_bold_top_leftalign_nowidth {
	font-family: tahoma, verdana, arial;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:5px;
	background-color: #f2f2f2;

}
.shadedbodyborder
{
    border: 1px solid;
    border-color: #dcdcdc;
    background-color: #f2f2f2;
    margin: 10px 5px;
}


.bodyborder
{
    border: 1px solid;
    border-color: #dcdcdc;
    background-color: #ffffff;
    margin: 10px 5px;
}
.tabcontainerdiv
{
    margin: 10px 5px;
}

.greytitle
{
background-color: #f2f2f2; 
border-bottom-color:#dcdcdc; 
border-bottom-width:1px; 
border-bottom-style:solid; 

}

.bodyborder_nowidth {
	border: 1px solid;
	border-color: #dcdcdc;
	background-color: #ffffff;
	clear:left;

}
.usertitle
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffcc66;
    background-image: none;
}

TD.title
{
    font-weight: bold;
    font-size: 18px;
    color: black;
    font-family: Tahoma;
}

.usertitle_inside
{
    font-family: Tahoma, Verdana, Arial;
    background-color: #ffcc66;
}
.userbody 
{
    font-family: Tahoma, Verdana, Arial;
    font-weight:  bold;
    font-size: 13px;
    text-align: left;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.usercomments_bodyborder
{
    border: 1px solid;
    border-color: #ffcc66;
    background-color: #ffffff;
    margin: 5px;
}
.commentbox
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffffff;
    font-weight: normal;
    border-top-style: none;
    font-family: Tahoma;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.standard_form_input_reg {
	background-color: #ececec;
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	border: 1px solid;
	border-color: #dcdcdc;
	font-weight: normal;
	color: #000000;
	
}


.reg_link
{
    text-decoration: none;
     padding: 0 2px 0 2px;  
    }
.plus_link
{
     padding: 0 2px 0 2px;  
    text-decoration: none;
    font-family: tahoma;
    color: #FF8000;
   border-right: #ff8000 1px solid;
    border-top: #ff8000 1px solid;
    border-left: #ff8000 1px solid;
    border-bottom: #ff8000 1px solid;
}

.action_link
{
     padding: 0 2px 0 2px;  
    text-decoration: none;
    font-family: tahoma;
    color: #FF8000;
    font-weight: normal;
    font-size: 10px;
}

/* Rating */
.ratingStar_large
{
    font-size: 0pt;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar_large
{
    background-image: url(Images/FilledStar_large.png);
}

.emptyRatingStar_large
{
    background-image: url(Images/EmptyStar_large.png);
}

.savedRatingStar_large
{
    background-image: url(Images/SavedStar_large.png);
}

.ratingStar_small
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;

}

.filledRatingStar_small
{
    background-image: url(Images/FilledStar.png);
}

.emptyRatingStar_small
{
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar_small  
{
    background-image: url(Images/SavedStar.png);
}

.dynamicPopulate_Updating
{
    background-image: url(Images/loading.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding: 2px;
    margin: 5px;
    width: 250px;
    height: 30px;
    vertical-align: middle;
}

#navigation
{
    cursor: hand;
}

#navigation a
{
color: #000;
background: url(Images/tab.gif) repeat-x;
text-decoration: none;
padding-right: 0px;
    cursor: hand;

}

#navigation .selected_tab a
{
color: #000;
background: url(Images/tab-active.gif) repeat-x;
text-decoration: none;
padding-right: 0px;
}

#navigation a span
{ 
background: url(Images/tab-right2.gif) right top no-repeat;
padding-right: 8px;
}
#navigation .selected_tab a span
{ 
background: url(Images/tab-active-right.gif) right top no-repeat;
padding-right: 8px;
}


#navigation a span.ss1
{
    background: url(Images/tab-left2.gif) left top no-repeat;
padding-left: 0px;
margin-left: 0px;
}
#navigation .selected_tab a span.ss1
{
    background: url(Images/tab-active-left.gif) left top no-repeat;
padding-left: 0px;
margin-left: 0px;
}

#navigation a, #navigation a span, #navigation a span.ss1, #navigation .selected_tab a, #navigation .selected_tab a span, #navigation .selected_tab a span.ss1
{
    display: block;
    float: left;
    clear: none;
}

/* Hide from IE5-Mac \
#navigation a, #navigation a span
{
float: none
}*/
/* End hide */

#navigation a:hover
{
background:  url(Images/tab-hover.gif) repeat-x;
padding-left: 0px
}

#navigation a:hover span
{
background: url(Images/tab-hover-right2.gif) right top no-repeat;
padding-right: 8px
}
#navigation a:hover span.ss1
{
background: url(Images/tab-hover-left2.gif) left top no-repeat;
padding-left: 0px
}

#navigation ul
{
    list-style: none;
    margin: 0;
}

#navigation li
{
    list-style: none;
float: left;
padding:  1px 1px 1px 1px;
margin: 0;
}

.backtotop
{
    padding:2px;
    font-size: 10px;
}

.Headline
{
    font-weight: bold;
    font-size: 20pt;
    text-transform: none;
    font-family: Tahoma, 'Arial Rounded MT Bold';
}
   
   .LightFont
{
    font-weight: normal;
    font-size: 8pt;
    text-transform: none;
    font-style: normal;
    font-family: Tahoma, 'Arial Rounded MT Bold';
}
 .sidefacts
{
   
    padding-bottom: 2px;
    padding-top: 2px;
}
.GridViewThickBottom
{
    border-bottom: black 8px solid;
    font-size: large;
}

.GridViewThinBottom
{
    border-bottom: black 1px solid;
}

.padded_bold
{
    padding: 10px;
    font-weight: bold;
    margin: 5px;
}

.popup
{
    font-size: smaller;
    font-family: Tahoma;
    text-decoration: none;
    font-weight: normal;
}

/* ===================================================== */
 .autocomplete_completionListElement
{
    visibility: hidden;
    margin: 0px;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    background-color: #ececec;
    text-align: left;
    cursor: default;
    overflow: auto;
    height: 250px;
    list-style-type: none;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
		background-color: Orange;
        color: Blue;
        font-weight: normal;
            padding-left: 5px;
    padding-top: 2px;

}

/* AutoComplete item */


.autocomplete_listItem
{
    color: #000000;
    font-weight: normal;
    padding-left: 5px;
    padding-top: 3px;
}




