/* CSS Document */

* {
	font: 100% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

html {
	background: #b62025 url('images/bg.gif') repeat-x left -70px;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
}

#wrapper {
	background:url('images/shadow.png');
	width:960px;
	margin:0 auto;
	padding: 0 8px;
}

#header {
	height:110px;
	background:#fff url('images/redsnapperlogo.png') no-repeat 20px 36px;
	position:relative;
	font-size: 0.8em;
}

h1.page {
	height:50px;
	background:#000 url('images/menu_bg.gif') repeat-x;
	padding:0 0 0 10px;
	margin:0;
	color:#f2f2f2;
	font-family: Rockwell,"Bookman Old Style",  Arial, sans-serif;
	line-height:50px;
	font-size: 29px;
}

h2 {
	padding:0 0 0 10px;
	margin:0;
	color:#b62025;
	font-family: Rockwell,"Bookman Old Style",  Arial, sans-serif;
	line-height:30px;
	font-size: 25px;
	margin: 5px 0;
}

#grouplogo {
	width:169px;
	height:51px;
	border-left:1px solid #BBB;
	position:absolute;
	right: 10px;
	top: 32px;
	padding-left:5px;
}

#grouplogo img {
	border:none;
}

#callinfo {
	width:200px;
	height:27px;
	position:absolute;
	right: 189px;
	top: 48px;
	font: 100% Arial, Helvetica, sans-serif;
}

#callinfo span.highlight {
	color: #b62025;
	font-size:1.166em;
}

#callinfo span.phone {
	font-weight:bold;
	font-size:1.657em;
}
#wrapper #content {
	background-color:#fff;
	overflow:auto;
	padding: 10px;
}

form .style2 {
	color: #980000;
	font-weight: bold;
}
form .hinttext {
	color: #999;
}
form .hinttext1 {
	color: #999;
}
form .normtext {
	color: #000;
}

form label{
	font-weight:bold;
	width:250px;
	display:inline-block;
	text-align:right;
	padding-right:5px;
}

form input[type=text],
form input[type=password]{
	border: solid 1px #98A4B6;
	background-color: #F1f6Fa;
	background:url(images/form.png);
	padding:0 2px;
	width:541px;
	font-size:15px;
	line-height:26px;
	height:26px;
}

form textarea {
	border: solid 1px #98A4B6;
	background-color: #F1f6Fa;
	padding:2px;
	width:541px;
}

form select {
	border: solid 1px #98A4B6;
	background-color: #F1f6Fa;
	padding:2px;
	margin-right:2px;
	height:26px;
}

form p {
	margin: 2px 0;	
}

form ol {
	list-style:decimal-leading-zero outside none;
	margin-left:80px;
}

form ol li {
	font-size:50px;
	font-style:italic;
	font-family: Rockwell,"Bookman Old Style",  Arial, sans-serif;
	color:#f2f2f2;
	padding-top: 10px;
}

form ol li p{
	font-size: 16px;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;;
	color:#000;
}

form ol li p label {
	width:170px;	
}

form ol li p span {
	display:block;
	width:176px;
	float:left;
	margin-right:20px;
}

form ol li p span label{
	display:inline-block;
	width:170px;
	text-align:left;
}

form ol li p span input[type=text] {
	width:170px;
}

form ol li div.inline {
	padding-left:180px; 
	display:block; 
	overflow:auto
}

.awesome{
	background: #222 url(images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
}

.awesome:hover{
	background-color:#444;
}

.awesome.red {
	background-color: #E33100;
}

.awesome.red:hover {
	background-color: #b62025;
}

/*table {
	width:100%;	
	margin-bottom: 40px;
}

table td{
	text-align:center;
}

table tbody tr td:first-child,
table thead tr th:first-child{
	text-align:left;
	width:300px;
}

table thead tr {
	height: 50px;
	background:#000 url('images/menu_bg.gif') repeat-x;
	color:#f2f2f2;
	line-height:50px;
	font-size: 18px;
}

table thead tr th {
	font-family: Rockwell,"Bookman Old Style",  Arial, sans-serif;
}

table thead tr th {
	padding-left:10px;	
}

table tbody tr td {
	padding: 3px 5px;	
}

table tbody tr:hover {
	background-color:#b62025;
	color:#fff;	
}

table tbody tr:hover a,
table tbody tr:hover a:visited,
table tbody tr:hover a:link,
table tbody tr:hover a:active {
	color:#fff;	
} */