/*=====================================================================||
|| HaloClans Main Stylesheet
|| Copyright 2009 Ironfist Design Services
|| ====================================================================||
|| This CSS Code is copyright 2009 Ironfist Design Services
|| Any unauthorized reproduction is against the law - violaters
|| will be punished to the fullest extent.
|| ====================================================================||
|| Design & Backend Code Copyright 2009 Ironfist Design Services
|| http://ironfistdesign.com 
=======================================================================*/

/*========================================
   Basic Styles & Designs
========================================*/

html {
	margin:0;
	padding:0;
	overflow-x: auto;
}

body {
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background:#FFFFFF url('images/bg.gif') repeat;
	text-align: center;
}

img {
	border:0;
}

#whitelink a:visited,
#whitelink a:link,
#whitelink a:hover,
.whitelink a:visited,
.whitelink a:link,
.whitelink a:hover {
	color:#FDFDFD;
}

a:visited {
	color: #000000;
	text-decoration:underline;
}
a:link 	{
	color: #000000;	
	text-decoration:underline;  
}
a:hover {
	color:#4D5262;
	text-decoration:none;
}

#wrapper {
	width:987px;
	margin:0 auto 0 auto;
	text-align:left;
}

#clear {
	clear:both;
	height:1px;
}

#ifgn_bar_wrapper {
	background:#666666 url('http://ironfistdesign.com/css/images/ifgn_bar.gif') repeat-x;
	width:100%;
	height:12px;
	padding:4px 0 4px 0;
	text-align:left;
	font-size:11px;
	color:#ffffff;
	border-bottom:#333333 solid 1px;
}

#ifgn_bar {
	width:975px;
	margin:0 auto 0 auto;
}

/*========================================
   Header
========================================*/

#header {
	height:85px;
	width:987px;
	margin:0 auto 0 auto;
	text-align:center;
}

#h_left {
	width:10px;
	background:#30364d url('images/header_left.gif') no-repeat;
	height:85px;
	margin:0;
	padding:0;
	float:left;
}

#h_main {
	width:967px;
	background:#30364d url('images/header_bg.gif') repeat-x;
	height:85px;
	margin:0;
	padding:0;
	float:left;
}

#h_right {
	width:10px;
	background:#30364d url('images/header_right.gif') no-repeat;
	height:85px;
	margin:0;
	padding:0;
	float:left;
}

#h_logo {
	text-align:left;
	width:340px;
	float:left;
}

#h_main_right {
	text-align:center;
	width:625px;
	float:left;
}

#h_top {
	height:20px;
	width:100%;
	margin:0 auto 0 auto;
	text-align:right;
	padding-top:10px;
	color:#ffffff;
}

#h_nav {
	height:20px;
	width:100%;
	margin:0 auto 0 auto;
	padding-top:25px;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	color:#ffffff;
}

#h_nav a:link, #h_nav a:visited {
	color: #ffffff;	
	padding: 0 3px 0 3px;
	text-decoration: none;
}

#h_nav a:hover {
	color:#99ccff;
	padding: 0 3px 0 3px;
	text-decoration: underline;
}

#h_nav ul {
	text-align:right;
	margin:0;
	padding:1px 0 0 0;
	list-style:none;
}

#h_nav li {
	display:inline;
	margin:0 0 0 2px;
	padding:4px;
}

#h_border {
	width:5px;
	padding:0 2px 0 2px;
	background:url('images/nav_div.gif') bottom no-repeat;
	height:50px;
	margin-left:10px;
}

/*========================================
   Homepage Specific
========================================*/

#welcomewagon1 {
	background:#cccccc url('images/homepage_top.gif') no-repeat;
	height:213px;
	width:987px;
	padding:0;
	margin:0 auto 0 auto;
	text-align:left;
}

#wwl {
	float:left;
	width:480px;
	/*border:1px #ff0000 solid;*/
	margin-top:12px;
	padding:5px;
	font-size:14px;
	height:187px;
	margin-left:10px;
	color:#ffffff;
}

#wwr {
	float:left;
	width:285px;
	/*border:1px #0066ff solid;*/
	margin-top:12px;
	margin-left:5px;
	padding:5px;
	height:187px;
	font-size:14px;
	font-weight:bold;
}

#hpg {
	background:#333333 url('images/hpg.gif') repeat-x;
	width:987px;
	margin:0 auto 0 auto;
	text-align:center;
	color:#ffffff;
	height:220px;
}

#hpg_block {
	width:210px;
	height:210px;
	padding:5px 15px 5px 15px;
	margin:0 auto 0 auto;
	float:left;
	text-align:left;
	color:#ffffff;
}

#ifgn_reg_login {
	background:#cccccc url('images/bf2support.gif') no-repeat bottom right;
}

/*========================================
   Content Styles
========================================*/

h3 {
	margin-top:5px;
	margin-bottom:5px;
	font-size:14px;
}

#content {
	background:#cccccc url('images/pagetop.gif') no-repeat top;
	padding:25px 10px 5px 10px;
	width:967px;
	border-bottom:1px solid #999999;
}

#pagetitle {
	width:100%;
	background:#cccccc url('images/title.gif') bottom repeat-x;
	padding-bottom:8px;
	height:24px;
	color:#333333;
	font-size:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0 auto 5px auto;
}

.pt_left {
	width:48%;
	float:left;
	text-align:left;
}

.pt_right {
	width:48%;
	float:right;
	text-align:right;
}

.pt_right .tip_title {
	color:#666666;
	font-size:11px;
	font-weight:bold;
	font-variant:small-caps;
}

.pt_right .tip_text {
	color:#666666;
	font-size:11px;
	letter-spacing:.02em;
}

#container {
	width:965px;
	margin:0 auto 0 auto;
}

#pls {
	width:140px;
	background:#cccccc url('images/p_side_r') repeat-y right;
	padding:5px;
	text-align:center;
	float:left;
}

#pcc {
	min-width:605px;
	background:#cccccc;
	padding:5px;
	text-align:center;
	float:left;
}

#prs {
	width:190px;
	background:#cccccc url('images/p_side_l') repeat-y left;
	padding:5px;
	text-align:center;
	float:left;
}

#csl {
	width:134px;
	padding:2px;
	margin:2px auto 2px auto;
	list-style:none;
	border-top:1px solid #aaaaaa;
	text-align:left;
}

#csl li {
	border-bottom:1px solid #aaaaaa;
	padding:5px 0 6px 0;
	font-size:12px;
	font-weight:bold;
	margin:0;
}

#csl a {
	text-decoration:none;
}

#csl_a {
	background:#cc3333;
	border-top:2px solid #990000;
	border-bottom:2px solid #990000 !important;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}

#csl_m {
	background:#009900;
	border-top:2px solid #336633;
	border-bottom:2px solid #336633 !important;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}

#csl_p {
	background:#ffffcc;
	border-top:2px solid #ffff99;
	border-bottom:2px solid #ffff99 !important;
	color:#000000;
	font-weight:bold;
	text-align:center;
}

/*========================================
   Forms
========================================*/

form {
	margin:0;
	padding:0;
}

.textfield {
	background:#575e76 url('images/textfield.gif') repeat-x;
	border:1px #575e76 solid;
	min-height:14px;
	padding:2px 2px 2px 2px ;
	font-size:12px;
	color:#ffffff;
}

.textfieldw {
	background: url('images/input.gif') repeat-x #cccccc;
	border:1px #999999 solid;
	min-height:18px;
	padding:2px 2px 2px 2px ;
	font-size:14px;
	color:#303030;
}

/*========================================
   Alerts
========================================*/

#alert_y {
	background: #fff6bf 15px 50% no-repeat; 
	text-align: center; 
	color:#000000;
	width:80%;
	margin:0 auto 0 auto;
	padding: 5px 20px 5px 20px; 
	border: 1px solid #ffd324;
}

#alert_r {
	background: #FFBFBF 15px 50% no-repeat; 
	text-align: center; 
	color:#000000;
	width:80%;
	margin:0 auto 0 auto;
	padding: 5px 20px 5px 20px; 
	border: 1px solid #FF2424;
}

#alert_g {
	background: #ccffcc 15px 50% no-repeat; 
	text-align: center; 
	color:#000000;
	width:80%;
	margin:0 auto 0 auto;
	padding: 5px 20px 5px 20px; 
	border: 1px solid #33ff33;
}

/* SAS */

#sas_r {
	background:#ffffff;
	border:2px #ff0000 solid;
	width:973px;
	margin:10px auto 10px auto;
	text-align:center;
	font-weight:bold;
	color:#ff0000;
	padding:5px;
}

#sas_b {
	background:#ffffff;
	border:2px #0000ff solid;
	width:973px;
	margin:10px auto 10px auto;
	text-align:center;
	font-weight:bold;
	color:#0000ff;
	padding:5px;
}

/*========================================
   Footer
========================================*/

#footer {
	width:977px;
	margin:0 auto 0 auto;
	text-align:left;
	padding:0 5px 5px 5px;
	background:#b6b6b6 url('images/footer.gif') repeat-x;
	border-bottom:2px solid #999999;
}

#footer ul {
	margin:0;
	padding-left:10px;
}

#postfooter {
	margin:5px auto 0 auto;
	width:980px;
}

#postfooter p {
	text-align:center;
	margin:3px;
	font-size:10px;
	color:#999999;
}