 /* ----- Global properties declaration ----- */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, map, object, embed {  
	margin:0px; 
	padding:0px; 
	border:0px; 
}

html {
	min-height:100%;
	margin-bottom:1px;
}

body {
	font-size:0.7em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background:#000 none top left no-repeat;
}

/* ----- Heading Properties ----- */
h1,h2,h3,h4,h5,h6 { font-weight:bold; }

h1, h2 { margin:0px 0px 30px 0px; }
h3, h4 { margin:0px 0px 20px 0px; }
h5 { margin:0px 0px 10px 0px; }
h6 { margin:0px 0px 5px 0px; }

h1 { font-size:1.6em; }
h2 { font-size:1.5em; }
h3 { font-size:1.4em; }
h4 { font-size:1.3em; }
h5 { font-size:1.2em; }
h6 { font-size:1.1em; }

/* ----- Table Properties ----- */
td { line-height:1.4em; }

th {
	font-weight:bold;
	padding:3px 10px;
	background-color:#666;
	color:#fff;
	text-align:center;
}

/* ----- Generic Links ----- */
a:link, a:visited {
	color: #808080;
	text-decoration: underline;
}

a:hover, a:visited:hover { color:#333; }


/* ----- Paragraph ----- */
p {
	margin: 0px 0px 1.4em 0px;
	line-height:1.4em;
}

/* ----- Image ----- */
img {
	border:0px;
}

.no_border { border:0px; }

.bordered { border:1px solid #ccc; }

map { display:inline; }


/* ----- Page Breakers ----- */
hr {
	height:1px;
	color:#ccc;
	background-color:#ccc;
	border:0px;
}


/* ----- Lists ----- */
ul, ol {
	margin:10px 0px 10px 17px;
	padding:0px;
	list-style-position:outside;
}

ul { list-style-type:disc; }
ol { list-style-type:decimal; }

ul li, ol li { margin:0px 0px 5px 0px; }

ul.inline {
	margin:0px;
	padding:0px;
}

ul.inline li {
	display:inline;
	margin:0px 5px 0px 0px;
}


/* ----- User Interactivity Elements ----- */
input, select, textarea {
	font: 1em Arial, Helvetica, Tahoma, sans-serif;
	vertical-align: middle;
	padding:1px;
	margin:2px 0px;
	color:#666;
}

form { display:inline; }

.checkbox, .radio {
	border:0px;
	padding:0px;
}

.full { width:95%; }

/* ----- Utilities ----- */
.clear_both { clear:both; }
.float_left { float:left; }
.float_right { float:right; }
.align_left { text-align:left; }
.align_right { text-align:right; }
.align_center { text-align:center; }
.valign_top { vertical-align:top; }
.valign_middle { vertical-align:middle; }
.valign_bottom { vertical-align:bottom; }


/* ----- Contextual IDs / Selectors ----- */
/* Messages */
.msg_error {
	margin:0px 0px 10px 0px;
	font-weight:bold;
}
	
.msg_error { color: #C20000; }
.msg_warning { color: #D07A00; }
.msg_info { color: #A66022; }

.form_error {
	vertical-align:top;
	color: #C20000;
}
#wrapper {
	margin:0px auto;
	padding:0px;
	color: #fff;
	line-height:1.4em;
	width:950px;
	border-left: solid 5px #fff;
	border-right: solid 5px #fff;
	position:relative;
}

.banner_top{
	background: url("../images/banner_top.gif");
	width: 950px;
	height:79px;
	padding:0px;margin:0px;
}

#logo {
	position:absolute;
	top:3px;
	left:8px;
}

.navigation{
	padding:0px;
	margin:0px;
	width: 950px;
	height: 39px;
	text-align:right;
}

.content{
	background: repeat top left url(../images/bg_pattern.gif);
	width:950px;
	padding:0px;
	margin:0px;
}

.content_inner{
	padding:5px;
	background:no-repeat top left url(../images/background.jpg);
}

.left_column{
	float:left;
	width:172px;
}

.center_column{
	float:left;
	width:574px;
	margin-left:3px;
}

.right_column{
	float:right;
	width:186px;
}

.footer{
	width: 950px;
	height:51px;
	background: no-repeat url(../images/img_footer.gif);
}

.page_header{
	background:no-repeat top left url(../images/titlebar.gif);
	height:47px;
	width:575px;
}

.page_header .left_text{
	float:left;
	padding:15px 0px 5px 10px;
	font-weight:bold;
	font-size:25px;
}

.page_header .right_text{
	float:right;
	padding: 15px 10px 0px 0px;
}

.page_header a:link, .page_header a:hover, .page_header a:visited{
	text-decoration:none;
	color:#fff;
}

.content_header{
	font-weight: bold;
	font-family: arial;
	font-size: 23px;
	padding: 15px 0px;
}


.content_header a:link, .content_header a:visited, .content_header a:hover{
	color: #fff;
	font-size: 0.5em;
	text-decoration:none;
}

.content_body{
	width: 554px;
	padding: 0px 10px;
}
/** panels **/
.panel_special, .panel_mailing {
	margin:0px 0px 10px 0px;
}

.panel_special{
	background: no-repeat url(../images/panel_specials.gif);
	width:171px;
	height:128px;
	padding:125px 0px 0px 15px;
}

.panel_mailing{
	background: no-repeat url(../images/panel_mailing_list.gif);
	width:171px;
	height:152px;
	padding:110px 0px 0px 15px;
}

.panel_location{
	background: no-repeat url(../images/panel_location.gif);
	width:162px;
	height:141px;
	margin-top:10px;
	padding: 80px 0px 0px 10px;
}

.panel_feedback{
	background: no-repeat url(../images/panel_feedback.gif);
	width:171px;
	height:123px;
	padding: 80px 0px 0px 15px; 
}
/** CONTENT **/

/** NEWS **/
.news_title{ 
	padding: 10px 0px 10px 10px;
	font-family:arial;
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	color:#fff;
}
.news_body{
	padding-left:10px;
	font-size:12px;
	color:#fff;
	line-height:22px;
}

.news_link a:link,.news_link a:hover,.news_link a:visited{
	color: #fff;
	size: 0.5em;
}
.news_poster{ float:right;padding: 10px 0px; }


/* Designed By */
#designed_by {
	margin:15px 0px 0px 0px;
	float:right;
	color:#333;
}

.feedback_textarea{
	width: 550px;
	height: 170px;
}

.message_field{
	padding-bottom: 10px;
}


/***  CAREERS RELATED ****/
.careers_textarea{
	width: 500px;
	height: 170px;
}

.career_field{
	padding-top:5px;
	padding-bottom:15px;
}

.career_field_validate{
	padding-top:5px;
	padding-bottom:5px;
}

.careers_submit{
	text-align:right;
	color:#fff;
	font-size:15px;
	padding-right:50px;
	font-weight:bold;
}

.careers_submit a:link, .careers_submit a:hover, .careers_submit a:visited{
	color: #fff;
	text-decoration: none;
}

/** Specials **/
.specials_image{
}
.specials_title{
	width:115px;
	text-align:center;
	line-height:20px;
	padding-bottom:15px;
	padding-top:15px;
}
/** Affiliates **/
.affiliates_body img{
	padding-top: 10px;
	padding-bottom: 30px;
}

/***/
#designed_by a:link, #designed_by a:visited { color:#333; }

#designed_by a:hover { color:#666; }

/* message box */
.msg_error {
	border: 1px solid #C20000;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #F9E4E4;
	color: #C20000;
	font-weight: bold;
}

.msg_warning {
	border: 1px solid #D07A00;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #E77200;
	color: #FFF;
	font-weight: bold;
}

.msg_info {
	border: 1px solid #5B5129;
	padding: 10px;
	margin-bottom:5px;
	background-color: #E77200;
	color: #FFF;
	font-weight: bold;
}

