@charset "UTF-8";
/*******************************************************************
 * My Job Search Pilot Style Sheet		                           *
 *******************************************************************/
/*******************************************************************
 * Top Content Area Background					                   *
 *******************************************************************/
#container_top {
width:780px;
margin: 0 auto;
margin-top: 0px;
text-align: right; /* this overrides the text-align: center on the body element. */
}
#container_top_left {
padding: 10px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
margin: 0 auto;
text-align: left; /* this overrides the text-align: center on the body element. */
float: left;
}
#container_top_right {
padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
margin-top: 0px;
margin-right: 20px;
text-align: center; /* this overrides the text-align: center on the body element. */
float: right;
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
font-weight: normal;
text-decoration: none;
}
.thrCol #container_top_right a {
color: #000000;
text-decoration: underline;
}
/*******************************************************************
 * TOP Navigation			                                       *
 *******************************************************************/
#container_top_links {
clear:both;
font-size: 14px;
background-image: url(images/mjsp_top_links.gif);
background-repeat: no-repeat;
background-position: top left;
text-align: left; /* this overrides the text-align: center on the body element. */
width:780px;
padding:14px 0px 0px 0px;
margin: 0px 0px 8px 0px;
height:40px;
}
.thrCol #container_top_links ul.top_links
{
margin: 0px 0px 0px 0px;
text-align: left;
}
.thrCol #container_top_links li.top_links
{
margin: 0px 0px 0px 0px;
display: inline;
padding: 0 0 0 0;
}
.thrCol #container_top_links li.top_links a, .thrCol #container_top_links li.top_links a:link, .thrCol #container_top_links li.top_links a:visited {
color: #666666;
text-decoration: none;
padding: 0px 6px 0px 2px;
margin: 0;
}
.thrCol #container_top_links li.top_links a:hover, .thrCol #container_top_links li.top_links a:active {
color: #c71246;
text-decoration: underline;
padding: 0px 6px 0px 2px;
margin: 0;
}
/*******************************************************************
 * Main Content Area							                   *
 *******************************************************************/
#container_main {
clear:both;
width:780px;
margin: 0px;
text-align: left; /* this overrides the text-align: center on the body element. */
}
img.pic_rightside {
float:right;
margin:0px;
padding:0px 0px 0px 0px;
border: none;
}
/*******************************************************************
 * Quote Area									                   *
 *******************************************************************/
#container_quote {
clear:both;
text-align: center; /* this overrides the text-align: center on the body element. */
width:780px;
margin: 15px 0px 0px 0px;
color: #5b5a5a;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
overflow: hidden;
}
#container_quote_top {
background-image: url(images/mjsp_quote_top.gif);
background-repeat: no-repeat;
background-position: top left;
background-color: #FFF;
margin: 0px auto;
padding:15px 45px 0px 45px;
text-align: left; /* this overrides the text-align: center on the body element. */
width:444px;
}
#container_quote_bottom {
background-image: url(images/mjsp_quote_btm.gif);
background-repeat: no-repeat;
background-position: top right;
background-color: #FFF;
margin: 0px auto;
padding:0px 45px 0px 45px;
text-align: left; /* this overrides the text-align: center on the body element. */
width:444px;
height:40px;
}
.container_quote2 {
clear:both;
text-align: center; /* this overrides the text-align: center on the body element. */
width:780px;
margin: 15px 0px 0px 0px;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
overflow: hidden;
}
.container_quote_top2 {
background-image: url(images/mjsp_quote_top.gif);
background-repeat: no-repeat;
background-position: top left;
background-color: #FFF;
margin: 0px auto;
padding:15px 45px 0px 45px;
text-align: left; /* this overrides the text-align: center on the body element. */
width:425px;
}
.container_quote_bottom2 {
background-image: url(images/mjsp_quote_btm.gif);
background-repeat: no-repeat;
background-position: top right;
background-color: #FFF;
margin: 0px auto;
padding:0px 45px 0px 45px;
text-align: left; /* this overrides the text-align: center on the body element. */
width:425px;
height:40px;
}
.container_quote_top3 {
background-image: url(images/mjsp_quote_top.gif);
background-repeat: no-repeat;
background-position: top left;
background-color: #FFF;
margin: 0px auto;
padding:15px 45px 0px 45px;
text-align: left; /* this overrides the text-align: center on the body element. */
width:265px;
}
.container_quote_bottom3 {
background-image: url(images/mjsp_quote_btm.gif);
background-repeat: no-repeat;
background-position: top right;
background-color: #FFF;
margin: 0px auto;
padding:0px 45px 0px 45px;
text-align: left; /* this overrides the text-align: center on the body element. */
width:265px;
height:40px;
}
#LRquote {
width:680px;
margin: 0px;
margin-top: 0px;
text-align: left; /* this overrides the text-align: center on the body element. */
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
#LRquote_left {
padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
margin: 0px;
text-align: left; /* this overrides the text-align: center on the body element. */
float: left;
width:265px;
}
#LRquote_right {
padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
margin: 0px;
text-align: right; /* this overrides the text-align: center on the body element. */
float: right;
width:265px;
}
/*******************************************************************
 * Bottom Links Area							                   *
 *******************************************************************/
#container_btm_links {
background-image: url(images/mjsp_btm_links.gif);
background-repeat: no-repeat;
background-position: top left;
background-color: #FFF;
text-align: center; /* this overrides the text-align: center on the body element. */
width:780px;
margin: 15px 0px 0px 0px;
padding:15px 0px 0px 0px;
height:60px;
}
.thrCol #container_btm_links a:link, a:visited {
text-decoration:none;
color: #666;
}

.thrCol #container_btm_links a:hover {
text-decoration:underline;
color:#B50937
}
.thrCol #container_btm_links a:active {
text-decoration:underline;
color:#C30
}
/*******************************************************************
 * Copyright Area								                   *
 *******************************************************************/
#container_copyright {
clear:both;
width:780px;
margin: 0 auto;
margin-bottom: 10px;
padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
text-align: left; /* this overrides the text-align: center on the body element. */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000;
}

.redlink a:link, a:visited {
	color: #B50937;
}
