body {
 margin: 0;
 background-color: #666666;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}
textarea {
    width: 500px;
    overflow: auto;
}
input {
	border: solid 1px darkgray;
}
.section_title {
    font-size: 14px;
	font-weight: bold;
	color: #019cdc;
	font-family: "Verdana";
	text-decoration: none;
	border: none;
	text-align: left;
    padding-top: 5px;
    padding-bottom: 10px;
}
.para_title {
    font-size: 12px;
    font-weight: bold;
    color: #EF9B61;
    font-family: "Verdana";
    text-decoration: none;
    border: none;
    text-align:left;
}

.error {
	color: red;
}

.para_content {
    font-size: 12px;
    color: #000000;
    /*font-family: "Verdana";*/
    text-decoration: none;
    border: none;
    text-align: justify;
}
.label_above {
    font-size: 12px;
    color: #000000;
    font-family: "Verdana";
    text-decoration: none;
    border: none;
    padding: 0px;
    text-align: left;
    white-space: nowrap;
}
.label {
    font-size: 12px;
    color: #000000;
    font-family: "Verdana";
    text-decoration: none;
    border: none;
    padding: 0px;
    text-align: right;
    white-space: nowrap;
}
.left {
	text-align: left;
	margin-left: -6px;
}
.label_error {
    font-size: 12px;
	color: red;
	font-family: "Verdana";
	text-decoration: none;
	border: none;
	padding: 2px;
	text-align: right;
	white-space: nowrap;
}

.para_title_small {
    font-size: 10px;
    font-weight: bold;
	color: #f0a16b;
	font-family: "Verdana";
	text-decoration: none;
    text-align: left;
	border: none;
}
.para_content_small {
    font-size: 10px;
    font-weight: normal;
	color: #000000;
	font-family: "Verdana";
	text-decoration: none;
	border: none;
	text-align: justify;
}
.label_small {
    font-size: 10px;
	color: #000000;
	font-family: "Verdana";
	text-decoration: none;
	border: none;
	text-align: justify;
}

.bottom_menu  {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	font-family: "Verdana";
	text-decoration: none;
	display: inline;
	padding-right: 5px;
}
.bottom_menu_selected  {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	font-family: "Verdana";
	text-decoration: none;
	display: inline;
	padding-right: 5px;
}
.bottom_menu:hover {
	color: #019cdc;
}

.top_menu_selected_link {
	height: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: "Arial";
	text-decoration: none;
	border: none;
}
.top_menu_selected {
	background:url(../images/menu.gif) repeat-x;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: "Arial";
	text-decoration: none;
	border: none;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    list-style: none;
}
.top_menu {
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #605d5c;
	font-family: "Arial";
	text-decoration: none;
	border: none;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    list-style: none;
	border-left: solid #ffffff 4px;
	border-right: solid #ffffff 4px;
}
.top_menu:hover {
	color: #019cdc;
	border-left: solid #EF9B61 4px;
	border-right: solid #EF9B61 4px;
}

.top_submenu {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	font-family: "Verdana";
	text-decoration: none;
	text-align: center;
	border: none;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.top_submenu:hover {
	color: #019cdc;
}

.left_menu {
    font-size: 13px;
	font-weight: bold;
	font-family: "Verdana";
	text-decoration: none;
	width: 100%;
	display: block;
    text-transform: uppercase;
	border-top: solid #ffffff 4px;
	border-bottom: solid #ffffff 4px;
	color: #019cdc;
}
.left_menu:hover {
	border-top: solid #EF9B61 4px;
	border-bottom: solid #EF9B61 4px;
}

.left_menu_selected {
    list-style-type: none;
	font-size: 13px;
	font-weight: bold;
	font-family: "Verdana";
	text-decoration: none;
	border-top: solid #ffffff 4px;
	border-bottom: solid #ffffff 4px;
	width: 100%;
	display: block;
    text-transform: uppercase;
	color: #f0a16b;
}

.left_menu_td {
	height: auto;
}

.left_menu ul, li {
    list-style-position: inside;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.left_menu_selected ul, li {
    list-style-position: inside;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.left_menu_td ul, li {
    list-style-position: inside;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.title_collapsed {
	background: url(../images/collapsed.gif) no-repeat;
	font-size: 12px;
	color: #f0a16b;
	font-family: "Verdana";
	text-decoration: none;
	text-align: center;
	border: none;
	height: 30px;
	line-height: 30px;
	width: 170px;
}
.title_expanded {
	background: url(../images/expanded.gif) no-repeat;
	font-size: 12px;
	color: #f0a16b;
	font-family: "Verdana";
	text-decoration: none;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: 170px;
}
.content {
	background: url(../images/blue_dotted_line.gif) no-repeat bottom;
	font-size: 10px;
	color: #000000;
	font-family: "Verdana";
	text-decoration: none;
	text-align: justify;
	width: 170px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.button {
	background:url(../images/button_blue.gif) no-repeat right bottom;
	width: 60px;
	height: 25px;
	border: none;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family: "Verdana";
	text-decoration: none;
    text-transform: capitalize;
}

.button_selected {
	background: url(../images/button.gif) no-repeat bottom;
	width: 60px;
	height: 25px;
}
.button_link {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family: "Verdana";
	text-decoration: none;
	border: none;
}
.button_link:hover {
	color: #019cdc;
}
.button_link_hover {
	color: #019cdc;
}
.incorp {
    border: none;
    border-collapse: collapse;
    background: transparent;
	font-size: 11px;
	font-weight: bold;
    line-height: 11px;
	font-family: "Verdana";
	text-decoration: none;
    text-transform: capitalize;
    padding: 5px;
}

.button_left {
	background:url(../images/button_blue-left.gif) no-repeat left center;
	height: 25px;
	border: none;
	font-size: 11px;
	font-weight: bold;
	font-family: "Verdana";
    width: 7px;
}
.button_right {
	background:url(../images/button_blue-right.gif) no-repeat right center;
	height: 25px;
	border: none;
	font-size: 11px;
	font-weight: bold;
	font-family: "Verdana";
    width: 7px;
}
.button_middle {
	background:url(../images/button_blue-middle.gif) repeat-x center center;
	border: none;
	font-size: 11px;
	font-weight: bold;
	font-family: "Verdana";
    padding-left: 5px;
    padding-right: 5px;
}

.button:hover {
	color: #019cdc;
}

.form {
	border: solid #019cdc 1px;
    width: 300px;
}
.form_error {
    border: solid red 1px;
    width: 300px;
}

.form_wide {
	border: solid #019cdc 1px;
    width: 550px;
    margin: 0px;
}

.form_wide_error {
	border: solid red 1px;
    width: 550px;
    margin: 0px;
}

.stripe {
    background-color: #f5f5f5;
}

/*******************************************************************************/

/*Top Drop Down Menu Styles*/
#topmenu {
	margin: 0;
	padding: 0;
	height: 50px;
	width: auto;
}

#topmenu .top_menuitem {
    margin: 0px 5px 0px 5px;
}
#topmenu li {
	float: left;
	list-style: none;
	font-size: 15px;
	font-weight: bold;
	font-family: "Arial", "Arial Unicode";
    margin: 0px 15px 0px 0px;
}

#topmenu li a {
	display: block;
	text-decoration: none;
	color: #605d5c;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
    padding: 0;
}

#topmenu li a.selected {
	color: #f0a16b;
}

#topmenu li a:hover {
	color: #019cdc;
    border-bottom: solid #F9D4B7 5px;
    background-color: #F9D4B7;
}

#topmenu .hovered {
	color: #019cdc;
    border-bottom: solid #F9D4B7 5px;
    background-color: #F9D4B7;
}

#topmenu li ul {
	margin-top: 1px;
    margin-left: 0px;
	position: absolute;
	visibility: hidden;
    height: 28px;
    width: 780px;
	padding-top: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #F9D4B7;
}

#topmenu li ul li {
	display: inline;
    margin-top: 5px;
    padding-left: 0px;
	padding-top: 0px;
    padding-bottom: 3px;
    background-color: #F9D4B7;
}

#topmenu li ul li a {
	width: auto;
	display: inline;
	color: #d9d9d9;
	padding-top: 0px;
    padding-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #605d5c;
	font-family: "Verdana";
    border-bottom: solid #F9D4B7 5px;
}

#topmenu li ul li a:hover {
    /* Hover for separate items in submenu*/
    color: #019cdc;
    background-color: #F9D4B7;
}

#mytopmenu ul li {
    float: left;
    display: block;
    font-weight: bold;
	color: #605d5c;
}
#mytopmenu ul li ul {
    padding-top: 10px;
    display: block;
}
#mytopmenu ul li a {
	color: #605d5c;
}

.members_list_title {
	color: #f15930;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 0px 5px 0px;
	text-align: left;
}