/*-----------------------------------------------------------------------------------*/
/* HTML Tags:
-----------*/
* {													/* Default style */
	font-size: 12px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

form { margin-bottom: 0; }

a { color: #0000FF; }								/* Anchors */
a:hover { color: #FF0000; }
p a, p b, li * a {
	font-family: Verdana, Geneva, Sans-serif;
}

h1 {												/* Heading 1 */
    font-weight: bold;
    font-style: italic;
    font-size: 28px;
    color: #000000;
    margin: 10px 0 5px 10px;
}

h2 {											    /* Heading 2 */
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    color: #333333;
    margin: 10px 0 0 10px;
}

h3 {												/* Heading 3 */
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin: 10px 0 0 25px;
    padding: 0;
}

hr { 												/* Horizontal Lines */
	border-bottom-width: thin;
	color: #000000;
}

ul {											    /* Bullet Points */
	margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    
    margin-bottom: 0;
    border-bottom-width: 0;
    padding-bottom: 0;
}

li {												/* List Bullets */
  	list-style-type: square;
  	list-style-position: outside;
  	font-family: Verdana, Geneva, Sans-serif;
	margin-top: 6px;
	margin-bottom: 0;
	margin-right: 20px;
	line-height: 14px;
}

li b {
  	font-family: Verdana, Geneva, Sans-serif;
}

p {													/* Paragraphs */
	font-family: Verdana, Geneva, Sans-serif;
	margin: 12px;
	line-height: 16px;
}

sup {												/* Superscripts */
	font-size: 125%;
	height: 25%;
}
/*-----------------------------------------------------------------------------------*/
/* CSS Classes:
-------------*/

a.BoldURL {											/* Bold URL on the Home Page */
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
    padding: 10px 0 0 5px;
}

.AlignCenter { text-align: center;}					/* Center Alignment for product x users */

.BBox												/* Bounding Red Box */
{
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #CCCCCC;
	border-style: solid;
	border-width: 2px;
	border-color: #FF0000; 
}

.Blue {
	color: #0000FF;
}

.BoldTightBulletsUL {									/* Bold, Tight Bullets */
	line-height: 12px;
	font-weight: bold;
	margin: 0 0 0 20px;
}

.BoldTightBulletsLI {
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px;
}


.TightBullets {										/* Tight Bullets */
	line-height: 12px;
	margin: 0 0 0 20px;
}

.ColumnHeader										/* Column Headers */
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.ButtonHeader										/* Button Headers */
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.ErrorMessage										/* Error Messages */
{
	font-size: 12px;
	color: #FF0000;
}

.Footer {font-weight: bold; }						/* Footers */

.Grey { color: #BBBBBB; }

.HomePageText {										/* Home Page Text */
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    color: #333333;
    padding: 0 10px 10px 10px;
}

.InputBox											/* States/Counties Input Box */
{
	background-color: #FFFFFF;
	border: 1 solid #7F9DB9;
	padding: 2px;
}

li.NoBullet {										/* No bullet lists */	
	padding: 1px 3px 1px 3px;
  	list-style-type: none;
}

.MainTitle {										/* Main Title = GeoRisk on the home page */
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
}

.MainTitle sup {									/* Superscripts for titles */
	font-size: 80%;
}

.Notes {									        /* Notes */
	color: #FF0000;
}

.H1Text {
	line-height: 16px;
}

.H2Text {
	margin: 0 20px 10px 20px;
	line-height: 16px;
}

.H3Text {
	margin: 0 20px 10px 40px;
	line-height: 16px;
}

.PageHeader {										/* Page Headers */
    font-size: 22px;
    font-weight: bold;
    color: red;
    padding-left: 10px;
}

.Red {
	color: #FF0000;
}

.ShoppingHeader, .ShoppingHeader label {			/* Shopping Headers */
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    color: #333333;
}

.SubTitle {											/* Subtitle on the home page */
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    color: #333333;
    margin: 0 0 0 5px;
}

sup.Superscript {										/* Superscripts */
	font-size: 125%;
	height: 0px;
}

.ThickImageMargin {									/* Thick Margin around Right Images */
	margin: 5px 5px 3px 5px;
}

.VerticalSpacer {									/* Smal Vertical Spacer */
	font-size: 5px;
	height: 5px;
}

a.HoverURL { text-decoration: none; }				/* Hover URL's for Breadcrumbs */
a.HoverURL:hover {
	text-decoration: none;
	color: #FF0000;	
}
/*-----------------------------------------------------------------------------------*/
/* Menus:
-------*/

.Menu {										/*  Menus */
	font-weight: bold;
	color: #000000;
	padding: 2px 5px 2px 5px;
	background-color: #CCCCCC;				/* = Left & Site Navigation Button Color */
    border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #000000 #000000 #FFFFFF; 
	cursor: auto;
}

.MenuDimmed {								/*  Dimmed Menus */
	font-weight: bold;
	color: #666666;
	padding: 2px 5px 2px 5px;
	background-color: #CCCCCC;				/* = Left & Site Navigation Button Color */
    border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #000000 #000000 #FFFFFF; 
	cursor: auto;
}

.Menu a {	text-decoration: none; }
.Menu a:hover {
	color: #FF0000;
}

.MenuMouseOn {
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	background-color: #FFFFCC;
    border-style: solid;
	border-width: 1px;
	border-color: #000000 #FFFFFF #FFFFFF #000000;
	cursor: hand;
}

.MenuMouseOn a {
	text-decoration: none;
	color: #FF0000;
}

.SelectMenu {
	font-weight: bold;
	padding: 2px 5px 2px 5px;
    background-color: #FFFFCC;
    border-style: solid;
	border-width: 1px;
	border-color: #000000 #FFFFFF #FFFFFF #000000;
}
