/* main css layout */

html, body {
margin: 0;
padding: 0;
color: #000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background: #ffffff url(images/bg_page.gif) repeat-x;
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
}

body {
font-size: 70%;
}

p {
font-family: Verdana, Arial, Tahoma;
font-size: 1.2em;
line-height: 1.6em;
padding: 7px 0 7px 0;
}

a {
color: #ff6c17;
font-size: 1.1em;
font-family: Arial, Verdana;
font-weight: bold;
}

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

a.lg {
font-family: Arial, Verdana;
font-size: 1.4em;
color: #ff6c17;
}

a.lg:hover {
color: #999999;
text-decoration: none;
}

a.lightor {
color: #fead7e;
}

a.lightor:hover {
color: #999999;
text-decoration: none;
}

a.blue {
color: #5380ab;
}

a.blue:hover {
color: #999999;
text-decoration: none;
}

a.dkblue {
color: #003366;
}

a.dkblue:hover {
color: #999999;
text-decoration: none;
}

a.smor {
color: #ff6c17;
font-size: 0.9em;
font-family: Arial, Verdana;
}

a.smor:hover {
color: #999999;
text-decoration: none;
}

a.smwhite {
color: #ffffff;
font-size: 0.9em;
font-family: Arial, Verdana;
}

a.smwhite:hover {
color: #cccccc;
text-decoration: none;
}

a.white {
color: #ffffff;
}

a.white:hover {
color: #cccccc;
text-decoration: none;
}

a.bluelg {
font-family: Verdana, Arial;
font-size: 1.3em;
color: #5380ab;
}

a.bluelg:hover {
color: #999999;
text-decoration: none;
}

a.dkbluelg {
font-family: Verdana, Arial;
font-size: 1.3em;
color: #003366;
}

a.dkbluelg:hover {
color: #999999;
text-decoration: none;
}

h1, h2, h3, h4 {
font-family: Arial, Verdana, Tahoma, sans-serif;
font-weight: bold;
margin: 0;
display: inline;
}

h1 {
font-size: 1.8em;
}
h2 {
font-size: 1.6em;
}
h3 {
color: #003366;
font-size: 1.4em;
}
h4 {
font-size: 1.2em;
}


.sm {
font-size: .8em;
}

.lg {
font-size: 1.3em;
font-weight: bold;
}

.lg2 {
color: #5380ab;
font-size: 1.6em;
font-family: Arial, Verdana;
font-weight: bold;
}

.lg3 {
color: #ffffff;
font-size: 1.3em;
font-weight: bold;
}

img {
border: 0;
}

img.block {
display: block;
border: 0;
}

ul {
margin: 0;
padding: 10px 0 10px 0;
}

li {
margin-left: 20px;
}

td {
padding: 1px;
}

a.tag1 {
font-size: 2em;
font-weight: bold;
color: #ffffff;
}

a.tag1:hover {
color: #999999;
text-decoration: none;
}

a.tag2 {
font-size: 1.8em;
font-weight: bold;
color: #ffffff;
}

a.tag2:hover {
color: #999999;
text-decoration: none;
}

a.tag3a {
font-size: 1.6em;
color: #ffffff;
}

a.tag3a:hover {
color: #999999;
text-decoration: none;
}

a.tag3b {
font-size: 1.6em;
color: #dddddd;
}

a.tag3b:hover {
color: #999999;
text-decoration: none;
}

a.tag4a {
font-size: 1.4em;
color: #ffffff;
}

a.tag4a:hover {
color: #999999;
text-decoration: none;
}

a.tag4b {
font-size: 1.4em;
color: #dddddd;
}

a.tag4b:hover {
color: #999999;
text-decoration: none;
}

a.tag5a {
font-size: 1.2em;
color: #ffffff;
}

a.tag5a:hover {
color: #999999;
text-decoration: none;
}

a.tag5b {
font-size: 1.2em;
color: #dddddd;
}

a.tag5b:hover {
color: #999999;
text-decoration: none;
}

#heading {
width: 762px;
margin: 25px 0 0 4px;
border-top: 1px solid #dedede;
}

#heading h1 {
font-size: 1.8em;
}

#headingr {
width: 752px;
margin: 25px 0 0 4px;
padding-right: 10px;
border-top: 1px solid #dedede;
text-align: right;
}

#headingr h1 {
font-size: 1.8em;
}

.clear {
clear: both;
}

.hidden {
display: none;
}

#container {
position: relative; /* needed for footer positioning*/
width: 770px;
margin: 0 auto; /* Centers the design */
border-left: 1px solid #003366;
border-right: 1px solid #003366;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
height: auto !important; /* real browsers */
height: 100%; /* IE6: treated as min-height*/
min-height: 100%; /* real browsers */
background: #ffffff;
}

#header {
  height: 70px;
  background: #fff url("images/head_back.gif") repeat-x;
}

#header_logo {
	float: left;
	width: 170px;
}

#header_right {
	float: left;
	padding: 10px 10px 0px 0px;
	width: 588px;
	color: #5380ab;
	text-align: right;
}

#head_right a {
	color: #5380ab;
}

#head_right a:hover {
	color: #999999;
	text-decoration: none;
}

#top_menu {
	position: absolute;
	top: 48px;
	right: 10px;
	font-size: 1.4em;
}

#content {
	padding: 8px 4px 8px 4px;
}

#footer {
	position: absolute;
	width: 766px;
	height: 36px;
	bottom: 0; /* stick to bottom */
	background: #ff6c17;
	border-top: 4px double #fff;
	padding: 4px 4px 0 0;
	text-align: right;
}

#fpad {
	height: 48px;
}

#home_top {
	width: 770px;
	height: 160px;
	background: #fff url("images/home_back.gif") repeat-x;
}

#home_top h1 {
	font-size: 2.6em;
	font-style: italic;
	color: #003366;
	padding: 0 0 0 20px;
}

#home_top a {
display:block; height:40px; width:160px; overflow:hidden;
}

#home_top a:hover {
display:block; text-indent:-160px;
text-decoration: none;
}

.box_wrap_h { position: absolute; width: 762px; height: 58px; top: 157px; left: 4px; }
.bl_h {background: url(images/box_bl.gif) 0 100% no-repeat #5380ab; width: 100%; height: 58px; }
.br_h {background: url(images/box_br.gif) 100% 100% no-repeat; }
.tl_h {background: url(images/box_tl.gif) 0 0 no-repeat; }
.tr_h {background: url(images/box_tr.gif) 100% 0 no-repeat; padding: 10px; height: 38px; }
.clearbox {font-size: 1px; height: 1px; }

.box_wrap_o { position: relative; color: #444444; }
.bl_o {background: url(images/box_bl_o.gif) 0 100% no-repeat #fead7e; width: 100%; }
.br_o {background: url(images/box_br_o.gif) 100% 100% no-repeat; }
.tl_o {background: url(images/box_tl_o.gif) 0 0 no-repeat; }
.tr_o {background: url(images/box_tr_o.gif) 100% 0 no-repeat; padding: 10px; }
.clearbox {font-size: 1px; height: 1px; }

.box_wrap_g { position: relative; color: #444444; }
.bl_g {background: url(images/box_bl_g.gif) 0 100% no-repeat #dedede; width: 100%; }
.br_g {background: url(images/box_br_g.gif) 100% 100% no-repeat; }
.tl_g {background: url(images/box_tl_g.gif) 0 0 no-repeat; }
.tr_g {background: url(images/box_tr_g.gif) 100% 0 no-repeat; padding: 10px; }
.clearbox {font-size: 1px; height: 1px; }

.box_wrap_b { position: relative; color: #ffffff; }
.bl_b {background: url(images/box_bl_b.gif) 0 100% no-repeat #5380ab; width: 100%; }
.br_b {background: url(images/box_br_b.gif) 100% 100% no-repeat; }
.tl_b {background: url(images/box_tl_b.gif) 0 0 no-repeat; }
.tr_b {background: url(images/box_tr_b.gif) 100% 0 no-repeat; padding: 10px; }
.clearbox {font-size: 1px; height: 1px; }

#box_left {
float: left;
width: 530px;
color: #FFFFFF;
font-weight: bold;
}

#box_right {
float: right
width: 232px;
}

#box_left h2 {
font-size: 2em;
color: #FFFFFF;
margin: 0;
padding: 0;
display: inline;
}

#free {
position: absolute;
top: 78px;
left: 425px;
}

.float {
float: left;
}

.floathalf {
float: left;
width: 50%;
}

/* Form markup */

form {
margin: 0;
}

fieldset {
border: 1px solid #ff6c17;
padding: 4px;
margin: 0;
}

legend {
color: #000;
background: #fead7e;
border: 1px solid #ff6c17;
padding: 2px 4px;
font-weight: bold;
}

label {
	text-align: right;
	margin: 7px 4px 0 0;
	float: left;
	width: 195px;
	}

label.field {
	display: inline;
	float: none;
	}

label.login {
	width: 95px;
	}

input.radiochk {
	margin: 5px 2px 0 0;
	}

input.text {
	font-size: 1.2em;
	color: #444444;
	background-color: #dddddd;
	padding: 2px;
	border: solid 1px #ff6c17;
	margin: 2px 0 0 0;
	}

input.text:hover {
	background-color: #fead7e;
	border: solid 1px #5380ab;
	color: #000;
	cursor: pointer;
	}

input.text:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #5380ab;
	cursor: text;
	}
	
textarea {
	font-size: 1.3em;
	color: #444444;
	background-color: #dddddd;
	padding: 2px;
	border: solid 1px #ff6c17;
	margin: 2px 0 0 0;
	}

textarea:hover {
	background-color: #fead7e;
	border: solid 1px #5380ab;
	color: #000;
	cursor: pointer;
	}

textarea:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #5380ab;
	cursor: text;
	}

select {
	font-size: 1.2em;
	color: #444444;
	background-color: #dddddd;
	padding: 2px;
	border: solid 1px #ff6c17;
	margin: 2px 0 0 0;
	cursor: pointer;
	}

select:hover {
	color: #333;
	background-color: #fead7e;
	border: solid 1px #5380ab;
	}

select:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #5380ab;
	}

input.btn {
color: #fff;
background: #003366;
border: 2px outset #dddddd;
margin: 4px 0 4px 200px;
padding: 1px 2px 1px 2px;
font-size: 1.2em;
font-family: Verdana, Arial, Sans-Serif;
font-weight: bold;
text-align: center;
overflow: visible;
cursor: pointer;
}

input.btn:hover {
	background: #5380ab;
}
	
input.btn:active {
	background: #003366;
}

.hrline {
height: 1px;
margin: 4px 0 4px 0;
background-color: #dddddd;
clear: both;
}

.hrline hr {
display: none;
}

.hrlinedk {
height: 1px;
margin: 4px 0 4px 0;
background-color: #999999;
clear: both;
}

.hrlinedk hr {
display: none;
}

.suboptions {
margin: 4px 4px 0 200px;
padding: 2px;
border: 1px dashed #999999;
}

form .info {
margin: 4px 4px 0 202px;
}

.charcnt {
background-color: #fead7e;
font-weight: bold;
padding: 2px;
}

/* End Form markup */

.layone_left {
float: left;
width: 316px;
padding: 2px;
}

.layone_right {
float: right;
width: 438px;
padding: 2px;
}

.laytwo_left {
float: left;
width: 438px;
padding: 2px;
}

.laytwo_right {
float: right;
width: 316px;
padding: 2px;
}

.layad_left {
float: left;
width: 590px;
padding: 2px;
}

.layad_right {
float: right;
width: 164px;
padding: 2px;
text-align: center;
}

.box_orange {
position: relative;
border: 1px solid #ff6c17;
padding: 2px;
}

.box_blue {
position: relative;
border: 1px solid #003366;
padding: 2px;
}

table.blue {
background: #003366;
border: 1px solid #003366;
}

.friends {
float: left;
width: 242px;
height: 100px;
margin-left: 3px;
background: #efefef;
border: 1px solid #666666;
}

.topfriend {
float: left;
width: 242px;
height: 100px;
margin-left: 3px;
background: #5380ab;
border: 1px solid #003366;
}

.members {
float: left;
margin: 4px 2px 4px 0px;
padding: 1px;
width: 100px;
height: 120px;
text-align: center;
background: #ebebeb;
border: 1px solid #cccccc;
}

.mems {
float: left;
width: 117px;
margin: 10px 6px 6px 0px;
text-align: center;
background: #ebebeb;
}

.memsb {
width: 111px;
height: 144px;
padding: 2px;
border: 1px solid #cccccc;
}

.gmembers {
float: left;
width: 106px; 
margin: 10px 8px 6px 0px;
text-align: center;
}

.gmem {
width: 100px;
height: 120px;
padding: 2px;
background: #ebebeb;
border: 1px solid #cccccc;
}

.gmemtop {
width: 100px;
height: 116px;
padding: 2px;
background: #5380ab;
border: 1px solid #003366;
}

.gmemtop a {
color: #ffffff;
font-size: 0.9em;
font-family: Arial, Verdana;
}

.gmemtop a:hover {
color: #999999;
text-decoration: none;
}

.peek {
width: 170px;
height: 22px;
margin: 4px 0px 0px 4px;
padding-top: 10px;
border: 1px solid #cccccc;
background: #ebebeb;
text-align: center;
}

.share {
margin: 4px 0px 4px 4px;
padding: 4px 20px 4px 0px;
border: 1px solid #cccccc;
background: #ebebeb;
text-align: right;
}

.cols {
color: #ffffff;
font-size: 1.2em;
font-weight: bold;
background: #003366;
}

tr.r1 {
background: #ffffff;
padding: 1px;
}

tr.r2 {
background: #dddddd;
padding: 1px;
}

#error {
position: relative;
width: 450px;
margin: 20px auto;
text-align: center;
background: #fea7a7;
border: 2px dashed #b10202;
padding: 8px;
font-size: 1.2em;
}

#error a {
color: #b10202;
font-size: 1.1em;
}

#error a:hover {
color: #444444;
text-decoration: none;
}

#success {
position: relative;
width: 400px;
margin: 20px auto;
text-align: center;
background: #fead7e;
border: 1px solid #ff6c17;
padding: 8px;
font-size: 1.2em;
}

#success a {
color: #ffffff;
font-size: 1.1em;
}

#success a:hover {
color: #999999;
text-decoration: none;
}
