/******************************************
			Tag Classes
******************************************/
body { 	margin: 0px;
        margin-top:10px;
        /*height:100%;*/
}
p {
	margin-top: 5px;
	margin-bottom: 11px;
}
ul {
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 8px;
}
ol {
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 8px;
}

li {
	margin-top: 0px;
	margin-bottom: 5px;
}

hr {
	border-top: 1px solid #ccc;
	border-bottom: 1px none;
	border-right: 1px none;
	border-left: 1px none;
	background-color: #fff;
   height: 1px;
}

.img_vertacle_align {
     vertical-align: middle;
	 }
/*td { vertical-align: top; } This style is buggy and may not work properly. */

/******************************************
			Header Classes
******************************************/

h1 {
color:#990000;
font-family:Georgia,Times New Roman,serif;
font-size:1em;
margin-top:0;
padding-top:0;
}
h2 {
	color: #5B5B5B;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 3px;
}
h3 {
	color: #666666;
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


/******************************************
			Background Classes
******************************************/
.bg-black { background-color: #000000; }
.bg-gray3 { background-color: #333333; }
.bg-gray2 {	background-color: #666666; }
.bg-gray1 { background-color: #EEEEEE; }
.bg-white { background-color: #FFFFFF; }
.bg-red { background-color: #c40001; }

.bg-dots1 { background-image:url(images/bg-dots1.html); background-repeat: repeat-x; }

/******************************************
			Text Classes
******************************************/
.txt-small-red {
	color: #c40001;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/******************************************
			Menu Classes   
			
		.m1 = Menu Level 1, 
		.m2 = menu level 2, 
		etc.
		the ".m" classes should control everything but "color" and "text-decoration" styles 
		which should be controlled by link classes, ie: ".a-m1"

******************************************/
.m1 {
    font-family:"verdana", arial, sans-serif;
	font-size: 13px;
	font-variant:small-caps;
	text-align:center;
	line-height: 16px;
	margin: 0px;
	vertical-align:middle;
	display:block; 
	line-height: 16px;
}

.m2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	font-variant:small-caps;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}

.m3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}


.m-func {        /* function menu formatting */
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #eeeeee;
	text-align: right;
	padding-right: 20px;
}

.m-urhere {  /*  class for a "You Are Here" indicator */
    font-family:"verdana", arial, sans-serif;
	font-size: 13px;
	font-variant:small-caps;
	text-align:center;
	line-height: 16px;
	margin: 0px;
	vertical-align:middle;
	display:block; 
	background-color:#EEEEEE;
	line-height: 16px;
}

/******************************************
			Link Classes
******************************************/
a:link { text-decoration: none; color: #990000; font-weight:bold;}
a:visited { text-decoration: none; color: #990000; font-weight:bold;}
a:active { text-decoration: none; color: #990000;font-weight:bold;}
a:hover{ text-decoration: none;  color: #000000;font-weight:bold; }

a.a-m1:link { text-decoration: bold; color: #333333; font-weight:normal; display:block; line-height: 16px;}
a.a-m1:visited { text-decoration: bold;  color: #333333;font-weight:normal;  display:block; line-height: 16px;}
a.a-m1:active { text-decoration: bold; color: #333333;font-weight:normal; display:block; line-height: 16px; }
a.a-m1:hover{ text-decoration: bold;  color: #333333; font-weight:normal; display:block; background-color:#EEEEEE;line-height: 16px;}

a.a-m1-urhere:link { text-decoration: bold; color: #333333; font-weight:normal; display:block; background-color:#EEEEEE;line-height: 16px;}
a.a-m1-urhere:visited { text-decoration: bold;  color: #333333;font-weight:normal;  display:block; background-color:#EEEEEE;line-height: 16px;}
a.a-m1-urhere:active { text-decoration: bold; color: #333333;font-weight:normal; display:block; background-color:#EEEEEE;line-height: 16px; }
a.a-m1-urhere:hover{ text-decoration: bold;  color: #333333; font-weight:normal; display:block; background-color:#EEEEEE;line-height: 16px;}

a.a-func:link { text-decoration: none; color: #eee; }  /* function menu colors and underline info */
a.a-func:visited { text-decoration: none; color: #eee; }
a.a-func:active { text-decoration: none; color: #eee; }
a.a-func:hover{ text-decoration: underline; color: #eee; }


/******************************************
			Page Layout Class
******************************************/
.homepagebody { /* main content area class, includes baseline text formatting and possibly padding info */
	font-family: Georgia, Times New Roman, serif;
	font-size: .8em;
	line-height: 1.6em;
	padding-left:200px;
	padding-right:60px;

}

.pagebody { /* main content area class, includes baseline text formatting and possibly padding info */
	font-family: Georgia, Times New Roman, serif;
	font-size: .8em;
	line-height: 1.6em;

}
.listbody { /* main content area class, includes baseline text formatting and possibly padding info */
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	line-height: 16px;
	padding-left: 8px;
}

/******************************************
			Homepage Classes
******************************************/
.pad-home1 {
	padding-right: 35px;
}
/******************************************
			Footer Classes
******************************************/
.footer {
	font-family:Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

a.a-foot:link { text-decoration: none; color: #333333; font-weight:normal; }
a.a-foot:visited { text-decoration: none;  color: #333333; font-weight:normal;}
a.a-foot:active { text-decoration: none; color: #333333; font-weight:normal;}
a.a-foot:hover{ text-decoration: underline;  color: #333333; font-weight:normal;}

/******************************************
			Search Form Classes
******************************************/
#search{
 }
#search form{
  /* this is the html tag */
 }
.form-searchbox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 100px;
	margin-right: 3px;
	margin-bottom: 1px;
	border: 1px solid #000000;
	height: 15px;
	vertical-align: baseline;
}
.form-searchsubmit {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #666666;
	margin-right: 20px;
	text-transform: uppercase;
	vertical-align:middle;
	vertical-align: baseline;
}
/******************************************
			Misc Classes
******************************************/
.ul-nopad {
	margin: 0px;
}
.no-margin {
	margin: 0px;
}

#container {
	margin:auto;
	width: 941px;
    height:100%;
    /* background-image: url(../images/grey_back.gif); */
    background-image: url(../images/cheating-border.gif);
    background-repeat:repeat-x;
}
#logo {
	float:left;
height:85px;
padding-top:35px;
width:175px;
}
#search {
	width: 677px;
	float: right;
	height: 16px;
	padding-top: 10px;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 20px;
}
#navigation {
	width: 712px;
	float: right;
	clear: right;
	height: 79px;
	padding-right: 20px;
	text-align: right;
    background-image: url(../images/grey_back.gif);
}

#navigation_temphome {
	width: 712px;
	float: right;
	clear: right;
	height: 79px;
	padding-right: 20px;
	text-align: right;
    background-image: url(../images/grey_back.gif);
}

#header_container {
	clear: both;
    height:auto;
    padding-left: 20px;
	padding-right: 20px;
    background-image: url(../images/hack-back.gif);
}

#header_container_index {
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
    background-image: url(../images/hack-back.gif);
	}

#footer {
	height: 43px;
	background-image: url(../images/grey_back.gif);
	clear: both;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
}
#content {
	background-image: url(../images/grey_back.gif);
	padding-left: 20px;
	padding-right: 20px;
	clear: none;
}
#content_left {
	background-color: #FFFFFF;
	width: 652px;
	float: left;
	padding-left: 20px;
	background-image: url(../images/grey_back.gif);
}
#content_right {
	background-color: #FFFFFF;
	width: 248px;
	float: right;
	clear: none;
	padding-right: 20px;
	background-image: url(../images/grey_back.gif);
}
.copy_block_white {
	background-color: #FFFFFF;
}
#content_container {
	background-image: url(../images/grey_back.gif);
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
}

#hp_header_content_container {
	padding-top: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-left-color: #990000;
    background-color: #fff;
}                                                                             
#hp_header_content {
	background-image: url(../images/maroon_back.gif);
	height: 209px;
	padding-left: 100px;
}

#content_container_index {
    background-image: url(../images/grey_back.gif);
	background-repeat:repeat;
	background-position:0% 0%;
    padding-right: 20px;
	padding-left: 20px;
	clear: both;
    height:100% !important;
    overflow:hidden;
}

#hp_content {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	padding-bottom: 5px;
	background-image: url(../images/hp_content_back.gif);
	height: 100%
}

#hp_content_left {
	padding-top: 23px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 12px;
	/*width: 614px;*/
	float:left;
    height:100%;
    
}

#hp_cta {
	width: 212px;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	display:none;
}

.search_copy {
	font-family: Verdana, Arial, sans-serif;
	font-variant: small-caps;
	font-size: 13px;
	padding-right: 10px;
    border-right: 1px solid #990000;
    margin-right:10px;
}
#m1_0 {
	width: 100px;
	border-right: 1px solid #990000;
	margin-top: 15px;
	margin-bottom: 10px;
	float: right;
	height: 32px;
	line-height: 16px;
}
#m1_1 {
	width: 100px;
	border-right: 1px solid #990000;
	margin-top: 15px;
	margin-bottom: 10px;
	float: right;
	height: 32px;
	line-height: 16px;
}
#m1_2 {
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
	margin-top: 15px;
	margin-bottom: 10px;
	float: right;
	height: 32px;
	line-height: 16px;
}
#m1_3 {
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
	margin-top: 15px;
	margin-bottom: 10px;
	float: right;
	height: 32px;
	line-height: 16px;
}
#m1_4 {
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
	margin-top: 15px;
	margin-bottom: 10px;
	float: right;
	height: 32px;
	line-height: 16px;
}
#m1_5 {
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
	margin-top: 15px;
	margin-bottom: 10px;
	float: right;
	height: 32px;
	line-height: 16px;
}
#m1_6 {
	width: 100px;
	margin-top: 15px;
	margin-bottom: 10px;
	float: right;
	height: 32px;
	line-height: 16px;
}
.image_area {
	width: 257px;
	float: right;
	text-align:left;
	margin-left: 15px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}             

.sp_image_area {
	float: right;
	margin-left: 25px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 250px;
}
#footer_right {
	font-family: Verdana, Arial, sans-serif;
	float: right;
	width: 300px;
	text-align: right;
	margin-top: 0px;
}
#footer_left {
	float: left;
	width: 400px;
}
#interior_container {
	clear: both;
}
#border_left {
	width: 20px;
	background-image: url(../images/grey_back.gif);
	height: 300px;
	vertical-align: bottom;
}
#border_right {
	background-image: url(../images/grey_back.gif);
	height: 300px;
	width: 20px;
	float: left;
	vertical-align: bottom;
}
#interior_content_container {
	width: 899px;
	border: 1px solid #990000;
	float: left;
}
#side_navigation {
	width: 300px;
}
#sp_header_content_container {
	border: 1px solid #990000;
	clear: both;
	background-image: url(../images/sp_content_back.gif);
	height: 100% !important;
    overflow:hidden;
    
}

#sp_header_content {
	height: 209px;
	padding-left: 0px;
	padding-top: 10px;
	clear: right;
	width: 205px;
	padding-right: 0px;
	padding-bottom: 10px;
	float: left;
	margin-right: 1px;
    
}

#sp_header_content a:link {color:#000;font-weight:normal;}
#sp_header_content a:visited {color:#000;font-weight:normal;}

#sp_header_content ul li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-variant:small-caps;
	line-height:18px;
	list-style-type:none;
	display:block;
	margin-left:-20px;
	text-indent:20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#sp_header_content ul li a {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	margin: 0px;
}

#sp_header_content ul .li-selected,  #sp_header_content ul li a:hover {
    background-color:#c4a092;
}
.li-selectedpg{
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

/* ie7 renders ul < ul as an amorphous and indistinct area to the left and bottom of the first nested ul, because it is horrible */
#sp_header_content ul ul {
    background-color:#dcd0b8;
}

#sp_header_content ul ul li {
    font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
    line-height:12px; 
	font-variant:small-caps;
    margin-left:-20px;
    text-indent:15px;
    display:block;
}

/* ie7 hack, because ie7 does not understand the very simple concept of style inheritance through unordered lists */
*:first-child+html #sp_header_content ul ul li {
   margin-left:0px;
}

#sp_header_content ul ul li a, #sp_header_content ul ul li a {
    padding-top:5px;
    padding-bottom:5px;
}

#sp_header_content ul ul .li-selected, #sp_header_content ul ul li a:hover{
    background-image: url(../images/listcube.gif);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    background-color:#dcd0b8;
}


#sp_header {
	background-image: url(../images/maroon_back.gif);
	width: 653px;
	float: right;
	margin-top: 12px;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 10px;
}
#sp_content {
	width: 653px;
	float: right;
	padding: 20px;
	height: 100%;
	background-color:#fff;
	margin-bottom: 10px;
}
.title {
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
}

.searchbar_top {
    margin:3px;
    padding-top:3px;
    padding-left:5px;
    height:22px;
	width:130px;
    border:solid 0 #fff;
    background: transparent
    url("../images/searchbar.gif");
    background-position:0% 0%;
    background-repeat:no-repeat;
}
.number {font-size: 11px}#sp_breadcrumbs {
	width: 653px;
	float: right;
	margin-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	height: 3px;
}
#context_menu {
	background-color: #f6f3ee;
	padding: 10px 5px 15px 20px;
	margin-bottom: 10px;
}

.eg-bar{
padding-left: 70px;
}

div.eg-bar{
	width: 500px;
	padding-left: 20px;
}

.iconspan{
	padding-left: 30px;
	margin: 3px;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
}

.icongroup1{
	padding-left: 100px;
}

.style1 {
	font-size: 11px;
	padding-left: 20px;
}

.job_title {
	font-size:14px;
	font-weight:bold;
}

.job_desc {
	padding-left:10px;
	font-size:13px;
}	
	
	

