/******************
 * General Styles *
 ******************/

html, body, p, table, td, form, img, h1, h2, h3, h4, h5, h6, input
{
    font-size: 1em;
}

html, body, div, p, table, td, form, img, h1, h2, h3, h4, h5, h6, input
{
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    padding: 0px;
    margin: 0px;
    border: 0px none;
    background-position: left top;
    background-repeat: no-repeat; 
}

body
{
    font-size: 70%;
    background-color: #FFFFFF;
}

p, td, h1, h2, h3, h4, h5, h6
{
    line-height: 1.2em;
}

a, a:visited
{
    color: #666666;
    text-decoration: none;
}

a:active, a:hover
{
    color: #ff7777;
    text-decoration: none;
}

ul
{
    margin: 0px;
    padding: 0px 0px 0px 25px;
}

li
{
    margin: 0px;
    padding: 0px;
}

h4
{
    color: #4e7dc2;
    line-height: 1.5em;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1em;
    padding-top: 8px; 
}

h3
{
    font-size: 1.5em;
    color: #6c7275;
    font-weight: normal;
    font-family: Segoe,Verdana,sans-serif;
    margin-bottom: 13px;
}

h2
{
    color: #2e5374;
    font-family: Segoe,Tahoma,Verdana,sans-serif;
    font-size: 1.5em;
    font-weight: normal;
}

p
{
    line-height: 1.4em;
    font-size: 1em;
}
span
{
	font-size: 100%;
	color: #333333;
}

.btn
{
	color: #333333;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 1em;
	cursor:pointer; 
	border: solid 1px #4e7dc2;
}

.txtBox
{
	color: #333333;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 100%;
	border: solid 1px #4e7dc2;
	padding: 2px 2px 2px 2px;
	background-color: #FFFFDD;
}

.ddList
{
	color: #333333;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 100%;
	border: solid 1px #4e7dc2;
	padding: 2px 2px 2px 2px;
	background-color: #FFFFDD;
}

/* footer menu */
#menuFooterNavCon { position: relative; height: 81px; width: 100%; background-image: url(/img/MenuFooterGradTile.jpg); background-repeat: repeat-x;}
#menuFooter { position: relative; width: 100%; top: 0px; height: 81px; left: 0px; padding-top: 5px; padding-left: 10px;} 
#menuFooterHouse { position: absolute; left: 630px; top: 0px; height: 81px;  width: 321px; background-image: url(/img/MenuFooterGradHouseInHand.jpg); background-repeat: no-repeat;}
.menuFooter a:hover, .menuFooter a:active{ color: #FFCCCC; text-decoration: none;  border-bottom: 1px #FFCC33 dotted; }
.menuFooter a, .menuFooter a:visited {color: #e8f1f8; text-decoration: none; } 
.copyright{ font-size: 100%; font-family: Tahoma;  margin: 0px 0px 10px 0px;  color: #e8f1f8;  clear: both;  padding-left: 270px; padding-top: 15px;}
.greysep_f{ margin: 0px 8px; color: #afcade; }

/* horizontal dividers */
.horizontalDivider1 { position: relative; width: 100%; height: 1px; }
.horizontalDivider10 { position: relative; width: 100%; height: 10px; }
.horizontalDivider20 { position: relative; width: 100%; height: 20px; }
.horizontalDivider30 { position: relative; width: 100%; height: 30px; }
/* indent */
.indent15{ margin-left: 15px;  color: #333333;}
.stdIndent15 { color: #555555; padding-left: 15px; padding-right: 10px; padding-top: 10px;}
/* list */
.stCircleList { list-style-type: disc; display:list-item; color: #555555; }
.grayCaption { width: 100%; padding-left: 10px; padding-top: 5px; padding-bottom: 5px; background-color: Gray; color:White; border-bottom: solid 1px #333333; }




