@charset "utf-8";

* {
	margin: 0;
	border: none;
	padding: 0;
}

body {
	text-align: center;
	background-color: #244b66;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

p {
	line-height: 160%;
}

h2 {
	font-size: 20px;
	color: #00a7e5;
}

h3 {
	font-size: 15px;
	color: #00a7e5;
}

a {
	color: #75a53a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

th {
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #333333;
}

td {
	overflow: hidden;
	vertical-align: top;
}

form {
	margin: 15px 0 10px 0;
}

form div {
	margin-bottom: 5px;
}

form label {
	float: left;
	clear: left;
	width: 120px;
}

form input, form select {
	width: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

form textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

form .checkbox {
	width: 20px;
	vertical-align: middle;
}

form .radio {
	width: 20px;
}

form .radio_label {
	float: none;
}

form .shortinput {
	width: 120px;
}

form .intinput {
	width: 56px;
}

form .timeinput {
	width: 70px;
}

form .stateselect {
	width: 120px;
}

form .oppAnalysisSelect {
	width: 150px;
}

fieldset {
	margin: 5px 0 5px 5px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#top {
	float: left;
	width: 100%;
	height: 175px;
	background: url(../images/background_top.jpg) top left no-repeat;
}

#top_w_2nav {
	float: left;
	width: 100%;
	height: 190px;
	background: url(../images/background_top.jpg) top left no-repeat;
}

#utilities {
	position: absolute;
	left: 520px;
	top: 18px;
	width: 350px;
	text-align: right;
	font-size: 16px;
	color: #f0f0f0;
}

#utilities a {
	font-size: 12px;
	color: #f0f0f0;
}

#utilities a:hover {
	color: white;
	text-decoration: underline;
}

#menu {
	position: absolute;
	left: 170px;
	top: 126px;
	font-size: 12px;
}

#menu ul, #secondary_menu ul {
	list-style: none;
}

#menu li, #secondary_menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 0 0 0 12px;
	width: 128px;
	height: 27px;
	color: #e0e0e0;
	line-height: 28px;
	text-decoration: none;
	background: url(../images/navbutton.jpg) no-repeat left top;
}

#menu a:hover {
	color: white;
	background: url(../images/navbutton.jpg) no-repeat center top;
}

#menu a:active, #menu ul li .selected {
	color: white;
	background: url(../images/navbutton.jpg) no-repeat right top;
}

#secondary_menu {
	position: absolute;
	left: 185px;
	top: 160px;
	font-size: 12px;
}

#secondary_menu a {
	display: block;
	padding: 0 0 0 10px;
	width: 110px;
	height: 25px;
	color: #e0e0e0;
	line-height: 26px;
	text-decoration: none;
	background: url(../images/nav2button.jpg) no-repeat left top;
}

#secondary_menu a:hover {
	color: white;
	background: url(../images/nav2button.jpg) no-repeat center top;
}

#secondary_menu a:active, #secondary_menu ul li .selected {
	color: white;
	background: url(../images/nav2button.jpg) no-repeat right top;
}

#main {
	float: left;
	width: 100%;
	background-color: #f2f2f2;
	background: url(../images/background.jpg) top left repeat-y;
}

#content {
	float: left;
	padding: 20px 20px 20px 20px;
	width: 860px;
}

#content_home h3 {
	/*margin-bottom: 12px;
	font-size: 16px;
	line-height: 135%;
	color: #00a7e5;
	color: #909090;*/
	margin: 5px 0 10px 0;
	font-weight: bold;
	font-size: 17px;
	line-height: 135%;
	color: #00a7e5;
}

#content_home h4 {
	margin-bottom: 12px;
	font-size: 15px;
	color: #82b347;
}

#content_one_column {
	float: left;
	width: 550px;
	padding: 20px 20px 20px 175px;
}

#photos {
	float: left;
	margin-left: 5px;
	width: 890px;
	height: 199px;
	background: url(../images/photos.jpg) top left no-repeat;
	/*background: url(../images/photos1.jpg) top left no-repeat;*/
}

#content_home {
	float: left;
	width: 350px;
	padding: 20px 20px 20px 20px;
	font-size: 14px;
	
	
	/*float: left;
	width: 500px;
	padding: 20px 20px 20px 75px;*/
}

#content_one_column {
	float: left;
	width: 550px;
	padding: 20px 20px 20px 175px;
}

#content_two_columns_left {
	float: left;
	width: 250px;
	padding: 30px 20px 20px 30px;
}

#content_two_columns_right {
	float: left;
	width: 480px;
	padding: 30px 20px 20px 0;
}

#login {
	float: left;
	width: 290px;
}

#bottom {
	float: left;
	width: 100%;
	height: 36px;
	background: #cccccc url(../images/border_bottom.jpg) bottom left no-repeat;
}

#bottom_left {
	float: left;
	width: 5px;
	height: 28px;
	background: url(../images/border_left.jpg) top left no-repeat;
}

#bottom_links {
	float: left;
	border-top: #a0ce67 3px solid;
	width: 890px;
	height: 28px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #4d4d4d;
}

#bottom_links a {
	font-size: 12px;
	color: #4d4d4d;
}

#bottom_links a:hover {
	text-decoration: underline;
}

#bottom_right {
	float: left;
	width: 5px;
	height: 36px;
	background: url(../images/border_right.jpg) top left no-repeat;
}

#copyright {
	float: left;
	margin-top: 5px;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #b2b2b2;
}

.copy p {
	margin-bottom: 8px;
}

.copy ul {
	margin: 6px 0 8px 0px;
	list-style-type: none;
	/*list-style-position: inside;
	list-style-type: disc;*/
}

.copy li {
	margin-bottom: 4px;
	padding-left: 16px;
	background: url(../images/bullet.png) 0 2px no-repeat;
	/*margin-bottom: 4px;*/
	
}

.floating {
	float: left;
}

.left_column {
	float: left;
	width: 48%;
}

.left_column2 {
	float: left;
	width: 60%;
}

.left_column3 {
	float: left;
	width: 60%;
}

.middle_column {
	float: left;
	width: 4%;
}

.right_column {
	float: right;
	width: 50%;
}

.right_column2 {
	float: right;
	width: 40%;
}

.right_column22 {
	float: right;
	width: 48%;
}


.left_column_w_gutter {
	float: left;
	width: 47%;
}

.right_column_w_gutter {
	float: right;
	width: 47%;
}

.right_floating_img {
	float: right;
	margin-left: 20px;
}

.vspace {
	margin-bottom: 15px;
	background-color: #99CC33;
    height: 2px;
}


.drop_cap {
	float: left;
	position: relative;
	padding: 10px 5px 10px 0;
	left: -2px;
	font-size: 44px;
	font-weight: bold;
	color: #82b347;
}

.indent {
	margin-left: 20px;
}

.right_align {
	text-align: right;
}

.clear {
	clear: both;
	height: 0px;
}

.buttons .button {
	float: left;
	margin-right: 5px;
}

.button, .xp_button, .white_button {
	font-size: 12px;
}

.button a {
	display: block;
	padding: 0 0 0 10px;
	width: 110px;
	height: 25px;
	color: #e0e0e0;
	line-height: 26px;
	text-decoration: none;
	background: url(../images/button.jpg) no-repeat left top;
}

.button a:hover {
	color: white;
	text-decoration: underline;
	background: url(../images/button.jpg) no-repeat center top;
}

.button a:active {
	color: white;
	background: url(../images/button.jpg) no-repeat right top;
}

.white_button a {
	display: block;
	padding: 0 0 0 7px;
	width: 83px;
	height: 23px;
	color: #404040;
	line-height: 24px;
	text-decoration: none;
	background: url(../images/white_button.jpg) no-repeat left top;
}

.white_button a:hover, .white_button a:active {
	color: #253e4a;
	text-decoration: underline;
	background: url(../images/white_button.jpg) no-repeat right top;
}

.xp_button a {
	display: block;
	padding: 0 0 0 10px;
	width: 110px;
	height: 25px;
	color: #e0e0e0;
	line-height: 26px;
	text-decoration: none;
	background: url(../images/xp_button.gif) no-repeat left top;
}

.xp_button a:hover {
	color: white;
	text-decoration: underline;
	background: url(../images/xp_button.gif) no-repeat center top;
}

.xp_button a:active {
	color: white;
	background: url(../images/xp_button.gif) no-repeat right top;
}

.split_headline {
	width: 100%;
	height: 35px;
}

.split_headline .left {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #00a7e5;
}

.split_headline .right {
	float: right;
}

.static_field {
	height: 20px;	
}

.disabled {
	color: #808080;
}

.mandatory {
	vertical-align: top;
	color: #cc0000;
}

.success {
	vertical-align: top;
	color: #008000;
}

.error_message {
	color: #cc0000;
}

.crumbs {
	border-bottom: #a0ce67 2px solid;
	margin-bottom: 25px;
	font-size: 16px;
	color: #606060;
}

.crumbs span {
	font-weight: bold;
	color: #00a7e5;
}

.hint {
	font-size: 11px;
	padding: 2px 0 2px 20px;
}

.textFieldMandatory
{
	background-color: #ffbbbb;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}


#update_balance {
	margin-top: 0;
}

#update_balance #couponbox {
	float: left;
	margin-left: 20px;
	padding: 7px 10px 10px 10px;
	width: 210px;
	background-color: #e0e0e0;
}


.right_column_report {

	float: right;
	width: 70%;
}

.left_column_report {
	
	margin-top: 45px;
	float: left;
	width: 30%;
	
}

form .longinput {
	width: 365px;
}

#update_balance #couponbox label {
	margin-top: 5px;
	width: auto;
}

#update_balance #couponbox input {
	margin-top: 5px;
	width: 100px;
}

.hidden-c{ display: none; }

#services {
	float: left;
	margin-top: 30px;
	padding: 12px 15px 15px 15px;
	width: 220px;
	height: 413px;
 
}
#services_1 {
	float: left;
	margin-top: 30px;
	padding: 12px 15px 0px 15px;
	width: 220px;
	height: 203px;
	background: url(../images/services_box-1.jpg) no-repeat;
}
#services_2 {
	float: left;
	margin-top: 0px;
	padding: 0px 15px 15px 15px;
	width: 220px;
	height: 237px;
	background: url(../images/services_box-2.jpg) no-repeat;
}
#services h2 {
	border-bottom: #60829a 2px solid;
	margin-bottom: 5px;
	font-size: 20px;
	color: #a0ce67;
}

.blue {
	color: #00a7e5;
}