/* ////////////   RESET STYLES  /////////////////////// */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


/* ////////////   DEFAULT SITE STYLES  /////////////// */

	
#flashcontent {
		height: 100%;
}

body { 
	font: 12px/18px Helvetica, Arial, Verdana, sans-serif; 
	background: #424134; 
	color: #333;
	text-align: center; 
	margin: 0;
	padding: 0;
}


a { 
	color: #000;
	text-decoration: underline;
	outline: none; 
}

a:link, a:visited, a:active { 
	text-decoration: underline; 
}

a:hover { 
	color:purple;
}

strong, b { 
	font-weight: bold; 
}

em, i { 
	font-style: italic; 
}

p { 
	margin-bottom: 18px; 
}

h1 { 
	font-weight: bold; 
	font-size: 24px; 
	line-height: 36px; 
	margin-bottom: 18px; 
}
h2 { 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 18px; 
	margin-bottom: 18px; 
}
h3 { 
	font-weight: bold; 
	font-size: 1em; 
	line-height: 18px; 
}
h4 { 
	font-weight: bold; 
	font-size: 10px; 
	line-height: 18px; 
}
.clear_both {
	clear: both;
	height:0px;
	overflow: hidden;
}

/* ////////////   LAYOUT STYLES  /////////////// */

#wrapper {
	width: 950px;
	margin: 0px auto 0px auto;
	background: #fff;
	text-align: left;
}

#pers_nav {
	width: 1000px;
	margin: 10px auto 5px auto;
	text-align: left;
	padding-left: 25px;
	color:#ccc;
}

#pers_nav a{
	color:#FFF;
}

#header {
	height:100px;
}

#header #logo {
	position:relative;
	top:27px;
	left:30px;
	float:left;
}

#header #headline {
	position:relative;
	top:30px;
	float:right;
	margin-right: 20px;
}

#page_wrapper {
	padding:0px;
}

#left_col {
	width:290px;
	float:left;
	padding-top: 90px;
}

#mid_col {
	height:500px;
}

#right_col {
	float:right;
	width:423px;
	margin-right: 100px;
	padding-top: 30px;
	padding-bottom:100px;
	height:auto;
}

#right_col img {
	margin-bottom: 15px;
}

#footer {
	background: #424134;
	height:25px;
	text-align: center;
	padding:4px 25px 0px 25px;
	font-size: 11px;
	color:#fff;
}

#footer a{
	color:#fff;
}

.nojs {
	background: red;
	color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

/* ////////// GENERIC FORM STYLES /////////////// */

#page_wrapper form {
	padding-top:15px;
}

#page_wrapper .form_row {
}

#page_wrapper .form_label {
	float: left;
	text-align: right;
	width:29%;
	padding-bottom: 10px;
	font-weight: bold;
	padding-top:2px;
	color:#666666;
}

#page_wrapper .required {
	color:#003366;
}

#page_wrapper .form_input {
	float: right;
	text-align: left;
	width:69%;
	padding-bottom: 10px;
}

#page_wrapper .form_input input {
	background: #efefef;
	border: none;
	padding:4px;
	width: 240px;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
}

#page_wrapper .checkbox input {
	background: none;
	border: none;
	width: auto;
}

#page_wrapper .submit input {
	background: #003366;
	cursor: pointer;
	border: none;
	color:#fff;
	width: auto;
}


/* ////////////   SEARCH STYLES  /////////////// */

#search {
	background: url(/images/common/search_back.gif) no-repeat;
	float: right;
	height: 23px;
	width: 163px;
	margin-right: 15px;
	margin-top: 50px;
}

#search form input {
	width:120px;
	font: 11px/18px Arial, Verdana, sans-serif; 
	color:#999;
	float:left;
	border:0px solid #fff;
	height:12px;
	padding: 0;
	line-height: 12px;
}

#search form .submit {
	width:18px;
	height: 18px;
	background: url(/images/common/search_button.gif) no-repeat top center;
	margin: -4px 0 0 0;
	padding: 0;
	float:right;
	cursor: pointer;
	border:none;
	border:0px solid #fff;
}

#search form {
	padding:6px 5px 5px 9px;
}


/* ////////////   MAIN NAV STYLES  /////////////// */

#smoothmenu1 {
	clear:both;
	text-align: center;
	font-size: 12px;
}

#smoothmenu1 a{
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 30px 0px 30px;
}

#row1 {
	background: #e0e0e0;
	clear:both;
	text-align: center;
	padding:5px;
}

#row2 {
	background: #dc263d;
	clear:both;
	text-align: center;
	padding:5px;
}

#row2 a{
	color:#fff;
}

#row1 a{
	color:#666;
}

.row1 {
	background: #e0e0e0;
	clear:both;
	text-align: center;
	padding:5px;
}

.row2 {
	background: #dc263d;
	clear:both;
	text-align: center;
	padding:5px;
}

.row2 a{
	color:#fff;
	font-size: 11px;
}

.row1 a{
	color:#666;
	font-size: 11px;
}

/* ////////////   SUBNAV STYLES  /////////////// */


#subnav ul {
	list-style-type: none;
	text-align: left;
}

#subnav ul li {
	padding-bottom: 12px;
}

/* first level */
#subnav ul li a {
	background: transparent url(/images/common/listarrow_off.gif) left 7px no-repeat;
	padding-left: 15px;
	text-align: left;
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#subnav ul li a:hover {
	background: transparent url(/images/common/listarrow_on.gif) left 7px no-repeat;
	color: #000;
	text-decoration: underline;
}

#subnav ul li a#current {
	color: #666;
}

/* second level */

#subnav ul ul {
	padding: 10px 0 0 20px;
}

#subnav ul ul li {
	list-style-type: none;
	text-align: left;
	padding-bottom: 7px;
}

#subnav ul ul li a {
	background: transparent url(/images/common/listarrow_off.gif) left 5px no-repeat;
	padding-left: 15px;
	display: block;
	text-align: left;
	font-size: 11px;
	text-decoration: none;
	color: #666;
	line-height: 15px;
	font-weight: normal;
}

#subnav ul ul li a:hover {
	background: transparent url(/images/common/listarrow_on.gif) left 5px no-repeat;
	color: #000;
	text-decoration: underline;
}

#subnav ul ul li a#current {
	background: transparent url(images/common/list-active.gif) left 5px no-repeat;
	color: #666;
}


/* ////////////   RIGHT PROMO STYLES  /////////////// */

.promo {
  background:#f1f1ef;
  margin-bottom: 15px;
}

.promo_content {
  padding:10px;
}

.promo h1 {
  color:#fff;
  background: #818386;
  font-size: 13px;
  padding:0 10px 0 10px;
  margin:0 0 5px 0;
}

.promo h2 {
  font-size: 12px;
}

.promo p {
  font-size: 11px;
  line-height: 15px;
}

