/* Note: The slash star combinations surround text that is to be          */
/*       marked a comment.  These just describe the CSS and are           */
/*       ignored by the browser.                                          */

body {
    font: 16px arial;
	background-color: #ffffff;
	margin-top:0;
	font-family:Helvetica, Arial, "sans-serif";
}
/* these are the font styles for the links that appear on the web page */
body { font: 16px; background-color: #ffffff; scrollbar-face-color: #1c13b8; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-3dlight-color: #ffd700; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #ffffff; scrollbar-darkshadow-color: #ffd700; }

a:link {font: bold 13px arial; color: #000000; text-decoration: none;} 
a:active {font: bold 13px arial; color: #000000; text-decoration: none;}
a:visited {font: bold 13px arial; color: #000000; text-decoration: none;}
a:hover {font: bold 13px arial; color: #0000ff; text-decoration: underline;}/*this one changes the mouseover or hover state of the link*/

.border {
    /* this is used for all borders */
    /* whole page and/or the content section */
    border: solid 1px #A3A5FF;
}

.left {
    /* floats the item to the left side of the page, and adds a margin */
    float: left;
}

.right {
    /* floats the item to the right side of the page, and adds a margin */
    float: right;
}

.scroll {
    /* this makes the element create scroll bars if the text is too long */
    overflow: auto;
}

.wrapper {
    /* remove this to have the page load at full width */
    width: 100%; 
}

.title {
    /* this is the styling for the title.  Semantically, this should be an h1 */
	/* padding all four sides of the div in order top, right, bottom, left */
    background-color: #1c13b8;
    color: #ffffff;
	font-face: Arial;
    font-weight: bold;
    font-size: 30px;
	padding: 10px 20px 10px 20px;
}

.title2 {
    color: #ffffff;
	font-face: Arial;
    font-weight: bold;
    font-size: 18px;

}

.titlemargin {
	margin: 0px 0px 10px 0px;
}

.subtitle {
	color: #ffffff;
	font-face: Arial;
    font-weight: bold;
    font-size: 14px;
}

.content {
    /* this describes the container of the content paragraphs. */
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
	font-face: Arial;
    font-size: 12px;
	color: #ffffff;
    padding: 0px;
	margin: 0px;
}

.content.padleft {
    /* this is to pad if there's a sidebar on the left */
    padding-left: 180px;
}

.content.padright {
    /* this is to pad if there's a sidebar on the right */
    padding-right: 180px;
}

.sidebar {
    width: 170px;
    height: 100%; /* remove this to allow different-sized sidebars */
    background-color: #A3A5FF;
    color: #1c13b8;
    font-weight: bold;
    padding: 10px 0px 5px 0px;

}

.sidebaritem {
    width: 130px;
    background-color: #A3A5FF;
    color: #A3A5FF;
    border: solid 1px #1c13b8;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;
}
.horiz {
    color: #1c13b8;
    font-weight: bold;
	width: 124px;
	float: left;
	text-align: center;
}

.sidebaritem.first {
    margin-top: 10px;
}
a:link.bottomlinks { font-size: 10px; }
a:visited.bottomlinks { font-size: 10px; }

.footer {
	background-color:#A3A5FF;
	font-size: 10px;
	font-face: arial;
	text-align: center;
}

#dropinboxv2cover{
width: 370px; /*change width to desired */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 350px; /*change width to above width-20. */
border: 2px solid black; /*Customize box appearance*/
background-color: lightyellow;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}

.contact { font-family:Helvetica, Arial, "sans-serif"; color:#000;}
.contact2 { font-size:small; font-family:Helvetica, Arial, "sans-serif"; color:#000;}
.contactus { font-family:Helvetica, Arial, "sans-serif"; font-size:x-large; color:#1c13b8; }
table.contactme { font-size:small; font-family:Verdana, Arial, Tahoma; color:#000;  width:430; background-color:white; margin-left:auto; margin-right:auto; }
.bestview { text-align:center; color:#000; font-size:xx-small; }
