body {
	color: #696969;
	font: 62.5% verdana,sans-serif;
	background: #1A2A5C url(images/bg_2.jpg) repeat-x top center;
}

p {
	font-size: 1em;
	margin-bottom: 15px;
	line-height: 1.4em;
	color: #696969;
}

h1 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 2.0em;
	color: #696969;
}


h2 {
	/*margin-bottom: 10px;*/
	font-weight: bold;
	font-size: 1em;
	color: #696969;
}

h3 {
	margin-bottom: 5px;
	margin-top: 15px;
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	color: #696969;
}

h4 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.3em;
	color: #696969;
}


h1 a {
	color: #696969;
}

a {
	color: #696969;
	text-decoration: underline;
}

a:hover {
	color: #F4C366;
}

.redtext {
	color: red;
}

select, input, textarea {
background-color : #eeeeee;
border-bottom-color : #3c3c3c;
border-bottom-width : 1px;
border-left-color : #3c3c3c;
border-left-width : 1px;
border-right-color : #3c3c3c;
border-right-width : 1px;
border-top-color : #3c3c3c;
border-top-width : 1px;
color : #3c3c3c;
}

#container {
	margin: 0 auto;
	width: 772px;
	background-color: #fff;
	background: transparent url(images/bg_1.jpg) repeat-y top center;
}

#header {
	background: transparent url(images/bg_header.jpg) no-repeat top center;
	width: 772px;
	height: 208px;
	margin: 0 auto;
}

/*#nav {
	background-color: #F4C366;
	margin: 0 auto;
	width: 768px;
	height: 39px;
}*/

#left_column {
	width: 188px;
	float: left;
	min-height: 785px;
	margin-bottom: 20px;
}

#right_column {
	width: 539px;
	float: left;
	padding-left: 20px;
}

#footer {
	background: #F4C366;
	margin-left: 2px;
	width: 768px;
	height: 35px;
	margin: 0 auto;
}

/* all A tags whose HREF attribute ends in .pdf */
/*a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}*/



/*  FOOTER NAVIGATION  */


a#nav_career {
    width: 169px;
    height: 35px;
	background: #F4C366;
    background-image: url(images/footer_career.jpg);
    display: inline;
    text-decoration: none;
	float: left;
	margin-left: 2px;
}

a#nav_career:hover {
    background-position: 0 35px;
}


a#nav_billing {
    width: 217px;
    height: 35px;
    background-image: url(images/footer_billing.jpg);
    display: inline;
    text-decoration: none;
	float: right;
}

a#nav_billing:hover {
    background-position: 0 35px;
}

#footer_nav {

	margin-left: 205px;
}

#footer_nav ul {
	list-style-type: none;
	margin-top: 20px;
	padding: 0;
}

#footer_nav li {
	display: inline;
	margin-right: 7px;
	font: .9em, arial;
}

#footer_nav a {
	color: #696969;
	text-decoration: none;
}

#footer_nav a:hover {
	color: #F4C366;
	text-decoration: underline;
}



/*  begin toggle menu styles */

.menu,
.menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
.menu {width:370px;}
.menu li {
	display:block;
	margin:0;
	padding:0;
	margin-bottom:1px;
}
.menu a {
	display:block;
	padding:2px 5px;
	color:#000;
	background:#BFBFBF;
	text-decoration:none;
}
.menu a:hover,
.menu a:focus,
.menu a:active {background:#DFDFDF;}
.menu ul li {padding-left:15px;}
.menu ul a {background:#CFCFCF;}
.hidden {display:none;}

/*  end toggle menu styles */
