/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset */

#wrapper ul {
	margin-top: 10px;
}

#nav_bar_container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#nav_bar {
	margin: 0;
	background-color: #0e425d;
}

#nav_bar a {
	color: #fff;
	text-decoration: none;
	padding: 4px 20px 5px 20px;
}

#nav_bar .active {
	background-color:#fff;
}

#nav_bar .active a {
	color:#004062;
}

#nav_bar ul {
	height: 25px;
}

#nav_bar li {
	background-color: #00273d;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	height: 25px;
	line-height: 25px;
	font-size: 10pt;
	font-weight: bold;
	border-right: 1px solid #0e425d;
	zoom: 1;
	*display: inline;
}

#nav_bar li.inactive:hover {
	background-color: #058;
}

#nav_bar li.nav_orange:hover {
	background-color: #f60;
}


#nav_bar .nav_orange {
	background-color: #ff4a00;
}
#nav_bar .nav_orange a {
	color: #fff;
}

html {
	background-color: #006cb7;
}

body {
	font-family: Arial, Sans-serif;
	text-align: center;
	color: #004fa0;
}

sup {
	font-size: 0.7em;
	vertical-align: text-top;
}

form {
	display: inline;
}

input, select, textarea {
	margin: 3px 0px 0px 0px;
	padding: 0;
	width: 250px;
	font-size: 0.8em;
	font-family: Arial;
	background: #b5dcfe;
	color: #000;
}

textarea {
	width: 580px;
	height: 180px;
	font-size: 1em;
	padding: 2px;
}

button, submit {
	padding: 5px;
}

blockquote {
	padding-left: 20px;
}

td {
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #0087e1;
}

small {
	font-size: 0.7em;
}

hr {
	border: 0;
	background: #0087e1;
	height: 2px;
}

hr.gray {
	height: 1px;
	background: #dddddd;
}

a:hover {
	text-decoration: underline;
	color: #ff5000;
}

#outer_wrapper {
	background-image: url(/resources/images/gradient.png);
	background-color: #fff;
	background-repeat: repeat-x;
}

#logo_wrapper {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	background-image: url(/resources/images/header.png);
	background-repeat: no-repeat;
	height: 125px;
	vertical-align: middle;
	position: relative;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	height: 100%;
}

#header {
	height: 120px;
	line-height: 120px;
}

#logo_wrapper img {
	margin-top: 17px;
}

#footer {
	font-size: 0.7em;
	text-align: center;
	color: #fff;
}

#footer_menu {
	letter-spacing: 1px;
	color: #fff;
}

#footer_menu img {
	vertical-align: text-top;
}

#footer_menu a {
	color:#fff;
	font-weight: bold;
}

#footer_menu a:hover {
	color: #fc0;
	text-decoration: none;
}

#footer_menu .top_menu {
	font-size: 0.8em;
}

#footer_menu .bottom_menu {
	font-size: 0.6em;
}

#footer_copyright {
	color: #fff;
	font-size: 0.7em;
}

h1 {
	font-size: 1.7em;
	color: #ff5000;
	font-weight: normal;
	margin-bottom: 15px;
}

h2 {
	font-size: 1.7em;
	font-weight: normal;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 3px;
}

/* h4 used for popups */
h4 {
	font-size: 1.1em;
	color: #ff5000;
	font-weight: normal;
	margin-bottom: 10px;
}

#wrapper ul {
	list-style-type: disc;
	margin-left: 30px;
}

ol {
	list-style-type: upper-alpha;
	margin-left: 30px;
}

#wrapper li {
	margin-left: 10px;
	margin-bottom: 10px;
}

.error {
	color: #f00;
}

.center {
	text-align: center;
}

.middle {
	vertical-align: middle;
}

.image_center {
	margin: 0 auto;
}

.popup_link {
	cursor: pointer;
	color: #0087e1;
	text-decoration: underline;
}

.ol_num {
	list-style-type: decimal;
}

.spacer {
	height: 30px;
}

.small_spacer {
	height: 15px;
}

.findurls {
	cursor: pointer;
}

.mini_spacer {
	height: 6px;
}

.micro_spacer {
	height: 3px;
}

.right {
	text-align: right;
}

.bottom {
	vertical-align: bottom;
}

.orange {
	color: #ff6511;
}

.hidden {
	display: none;
}

.button {
	cursor: pointer;
	font-size: 2em;
	color: #fff;
	background-color: #ff6511;
	text-align: center;
	line-height: 74px;
}

.large_button {
	width: 401px;
	height: 74px;
	background-image: url(/resources/images/button.jpg);
}

.medium_button {
	width: 313px;
	height: 74px;
	background-image: url(/resources/images/button2.jpg);
}

.small_button {
	width: 150px;
	height: 36px;
	line-height: 36px;
	background-image: url(/resources/images/button3.jpg);
	font-size: 1.3em;
}

.people {
	width: 470px;
	height: 325px;
}

.submit {
	background-color: #006cb7;
	color: #fff;
	font-weight: bold;
	width: auto;
}

/* Home Page */
.home_left {
	width: 430px;
	line-height: 1.5em;
	vertical-align: top;
}

.home_left .content {
	font-size:1.0em;
}

.home_right td {
	vertical-align: middle;
}

.features .icon {
	width: 48px;
}

.tr_spacer {
	height: 20px;
}

.features .icon span {
	display: inline-block;
}

.features .content {
	padding-left: 16px;
	width: 422px;
}

.home_sprite {
	background:url(/resources/images/sprite.jpg);
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}

.home_sprite_free
{
	background-position: 0px 0px; 
}

.home_sprite_customizable
{
	background-position: -48px 0px; 
}

.home_sprite_simple
{
	background-position: -96px 0px; 
}

.home_sprite_reliable
{
	background-position: -144px 0px; 
}

.home_sprite_remotelyhosted
{
	background-position: -192px 0px; 
}

.featured_forum {
	line-height: 1.5em;
}

.featured_forum .title {
	color: #003770;
	font-size: 1em;
	letter-spacing: 4px;
}

.featured_forum a {
	line-height: 1.1em;
	font-size: 1.6em;
	font-weight: bold;
}

.featured_forum a:hover {
	text-decoration: none;
}

/* Contact Us */
.three_column_table {
	width: 900px;
}

.three_column_table td {
	padding-right: 20px;
	width: 280px;
}

.contact_spacer {
	width: 880px;
	height: 3px;
	background-color:#006cb7;
}

.contact_office_photo img {
	width: 280px;
	height: 176px;
}

.contact_map a {
	font-size: 0.7em;
}

/* Advertise */
.advertise_left, .advertise_right {
	width: 450px;
}

.advertise_start_campaign {
	padding-left: 40px;
}

/* Advertise - Targeted */
.advertise_targeted_table td {
	padding-bottom: 10px;
}

/* Report Abuse */
.report_abuse_table {
	font-size: 1.5em;
}

.report_abuse_table .content {
	text-align: right;
	padding-right: 10px;
}

/* Sign Up */
.signup_table {
	width: 650px;
}
.signup_table td {
	vertical-align: top;
	font-size: 1.2em;
	padding-bottom: 10px;
}

.signup_table select {
	font-size: 0.8em;
	width: auto;
}

.signup_table .title {
	width: 300px;
}

.signup_table .forum_url .title {
	width: 230px;
}

.signup_table .forum_url .forum_http {
	width: 70px;
}

.signup_table .forum_url td {
	vertical-align: middle;
}

.signup_table .forum_url .input {
	width: 200px;
}

.signup_table input {
	width: 200px;
}

.signup_table .forum_url input {
	width: 200px;
}

.signup_table .input {
	width: 350px;
}

.signup_table .checkbox {
	width: auto;
}

.signup_table .tos {
	font-size: 1em;
}

.signup_table .gray {
	color: #666;
	font-size: 1.3em;
}

.signup_table .title.captcha {
	vertical-align: top;
}

#signup_button {
	margin-left: 300px;
}

#signup_checkforum, #signup_password_match {
	font-size: 0.8em;
}

#signup_checkforum_td, #signup_password_match_td {
	height: 34px;
}

#signup_passwordstr {
	font-size: 0.7em;
}

.signup_tiny {
	font-size: 0.5em;
}

#signup_checkforum img {
	vertical-align: text-bottom;
}

/* Recaptcha */

#recaptcha_table {
	position: relative;
	left: -3px;
}

/* Blog */
.blog .right {
	text-align: right;
	float: right;
}
.blog .left {
	text-align: left;
	width: 300px;
}

.blog .sidebar {
	width: 186px;
	border: 2px solid #0061a2; 
	background-color: #f3f3f3;
	padding: 5px;
	padding-top: 40px;
	font-size: 0.7em;
	color: #666;
	background-image: url(/resources/images/blog/sidebar_bg.png);
	background-repeat: no-repeat;
}

.blog .content {
	width: 680px;
	padding-right: 20px;
	font-size: 0.8em;
	font-family: Verdana;
	border: none;
	line-height: 1.3em;
}

.blog_table {
	width: 900px;
}

.blog .sidebar ul {
	list-style-type: disc;
	margin-left: 20px;
}

.blog .sidebar .icon {
	margin-right: 6px;
} 

.blog p {
	margin-bottom: 15px;
}

.blog .sidebar strong {
	font-size: 1.5em;
	color: #004fa0;
}

.blog .date {
	font-size: 1.1em;
	font-weight: bold;
}

.blog .gray {
	color: #666;
}

.blog .title {
	font-weight: bold;
}

.blog .blog_post_content {
	color: #333;
}

.blog input {
	width: auto;
}

/* Graphics and Logos */

#graphics_forum_table {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

#graphics_proboards_table {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.graphics_table .header td {
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
	padding: 5px 0px;
}

.graphics_table td {
	padding: 10px 0px;
	vertical-align: middle;
	text-align: center;
}

/* Visit Forum */
#graphics_forum_table .graphic178 {
	width: 210px;
}

#graphics_forum_table .graphic145 {
	width: 178px;
}

#graphics_forum_table .graphic100 {
	width: 132px;
}

#graphics_forum_table .graphic88 {
	width: 120px;
}

/* PB */
#graphics_proboards_table .graphic145 {
	width: 186px;
}

#graphics_proboards_table .graphic100 {
	width: 140px;
}

#graphics_proboards_table .graphic88 {
	width: 120px;
}

#graphics_proboards_table .graphic36 {
	width: 76px;
}

#graphics_proboards_table .graphic22 {
	width: 62px;
}

#graphics_proboards_table .graphic16 {
	width: 56px;
}


.graphics_table td:hover {
	background-color:#e0e0e0;
}

.graphics_table .image {
	cursor: pointer;
}

/* Jobs */

.jobs_table td {
	vertical-align: top;
	width: 900px;
}

.jobs_table .silhouette {
	width: 200px;
}

/* Global */
.global_welcome_table {
	width: 700px;
}

.global_welcome_table td {
	width: 350px;
}

.global_main_table {
	width: 700px;
}

.global_main_table td {
	padding: 2px;
	vertical-align: top;
	overflow: hidden;
}

.global_main_table .profile {
	width: 200px;
}
.global_main_table .profile div.wrap {
	width: 200px;
	overflow: hidden;
}

.global_main_table .visit {
	width: 120xp;
}
.global_main_table .visit div.wrap {
	width: 120xp;
	overflow: hidden;
}

.global_main_table .messages {
	width: 350px;
}
.global_main_table .messages div.wrap {
	width: 350px;
	overflow: hidden;
}

.global_main_table .actions {
	width: 30px;
}
.global_main_table .actions div.wrap {
	width: 30px;
	overflow: hidden;
}

.global_main_table hr {
	margin: 3px;
}

.global_main_table tr.account:hover {
	background-color: #ffefe5;
}

/* Android / iPhone Preview */
.phone_image {
	float: right;
}

#phone_app_table tr.feature:hover {
	background-color: #ffefe5;
	cursor: pointer;
}

#phone_app_table .title {
	vertical-align: middle;
}

#phone_app_table tr.feature td, #phone_app_table tr.padded td {
	padding-bottom: 5px;
	padding-top: 5px;
}

#phone_app_table .col1 {
	width: 424px;
	padding-right:20px;
	font-size: 0.8em;
}

#phone_app_table .col3 {
	width: 76px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

#phone_app_table img {
	margin: 0 auto;
}

#phone_search_div {
	width: 490px;
}

#pb_on_android_float {
	position: absolute;
	top: 8px;
	left: 500px;
	z-index: 2;
}

