@charset "utf-8";
body  {
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background: #021848;
}

img {
	border: 0;
}


#backtile {
	background:url(/custom/themes/default/images2/back-tile.gif) repeat-x;
	width: 100%;
	height: 174px;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

 
#container { 
	width: 980px; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 


#header { 
	position: relative;
	width: 980px;
	height: 174px;
	background:url(/custom/themes/default/images2/header.gif);
} 

#header #chat {
	position: absolute;
	top: 46px;
	left: 859px;
	z-index: 5;
	width: 109px;
	height: 50px;
}


#header #homelink {
	position: absolute;
	top: 140px;
	left: 160px;
	z-index: 5;
}

#homelink a {
	color: #fff;
	text-decoration: none;
}

#homelink a:hover {
	color: #f9f338;
	text-decoration: underline;
}

#header #nav {
	position: absolute;
	top: 135px;
	left: 250px;
	width: 700px;
	z-index: 5;
}
	
	
	

#header #topnav {
	position: absolute;
	top: 45px;
	left: 465px;
	color: #ffffff;
	font-size: 14px;
}

#topnav a {
	color: #ffffff;
	text-decoration: none;
}

#topnav a:hover {
	color: #fff;
	text-decoration:underline;
}

#header #searchfield {
	position: absolute;
	top: 15px;
	left: 544px;
	background: #03a9df;
	width: 366px;
	height: 14px;
	border: 0px;
	color: #fff;
}

#header .formButton{
	position: absolute;
	top: 13px;
	left: 924px;
	width: 40px;
	border: 0px;
	color: #fff;
	background: #03a9df;
	text-transform:uppercase;
	font-weight:bold;
	cursor: pointer;
	cursor: hand;
	
}
	



#content-container {
	background:url(/custom/themes/default/images2/content-tile.gif) repeat-y;
	width: 980px;
}


#sidebar1 {
	float: left; 
	position:relative;
	width: 245px;
	margin: 10px 10px 0 10px;
}


#mainContent { 
	float: left;
	width: 710px;
	margin: 10px 0 0 0;
} 


#mainContent #tag { 
	width: 710px;
	margin: 0 0 3px 0;
	font-size: 14px;
} 


/*Home Page Styles*/

#featuredWrap {
	width: 710px;
}

#featuredWrap strong {
	color: #0b2f80;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:1px solid #ccc;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0;
	border-right: 0;
	padding: 5px 0;
	width: 705px;
	display:block;

}
	


	




/*Sidebar Styles*/

#greybox {
	float: left;
	position:relative;
	width: 240px;
	background-color: #f1f1f1;
	color: #333; 
	margin: 0 0 15px 0;
}

#greybox p#tab-name{
	margin: 3px 0 0 25px;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 14px;
	color: #fff;
}


	
#greybox #greytop {
	background: url(/custom/themes/default/images2/grey-topright.gif) no-repeat top right;
}

/* Control the height of the box on the P tag  */
#greybox p{
	margin: 25px 15px 15px 15px;
	font-size: 11px;
	height: 100px;
	color: #000;
}


#greybox #greybottom {
	background: url(/custom/themes/default/images2/grey-botright.gif) no-repeat top right;
}

#greybox img.corner {
   width: 9px;
   height: 10px;
   border: none;
   display: block !important;
}

#tab-red {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 28px;
	background:url(/custom/themes/default/images2/tab-red.gif) no-repeat;
	z-index: 5;
}

#tab-blue {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 28px;
	background:url(/custom/themes/default/images2/tab-blue.gif) no-repeat;
}



#footer { 
	position: relative;
	width: 980px;
	height: 95px;
	background:url(/custom/themes/default/images2/footer.gif);
	color: #fff;
	font-size: 11px;
} 
#footer #address {
	float: left;
	margin: 40px 0 0 10px
}

#footer #phones {
	position: absolute;
	top: 53px;
	left: 350px;
}

#footer #facebook {
	float: right;
	margin: 40px 10px 0 0;
}

/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
