/* PB code */
#container-center ul{
	 margin:0 30px 6px 30px; 
	 padding:0;
}
#container-center li{
	 margin:0 0 0 8px;
}
#container-right ul{
	 margin:0 30px 6px 30px; 
	 padding:0;
}
#container-right li{
	 margin:0 0 0 8px;
}

#navcontainer {
	background:  url(../images/menu_bg.gif);
	height: 60px;
	padding: 0;
	padding-left: 20px;
	overflow: hidden;
}

#navbar {
	margin: 0;
	padding: 0;
	position: relative;
	height: 60px;
	background:  url(../images/menu_bg.gif) 0 0 no-repeat;
	padding-left: 2px;
	font: normal 0.9em Arial, Verdana, Sans-Serif;
}

#navbar ul {
	margin: 0;
	padding: 0;
	float: left;
}

#navbar ul ul ul {
display:none;
}

#navbar li {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	background:  url(../images/menubar.gif) 100% 0 no-repeat;
}

#navbar li li {
	background:  url(../images/submenu_div.gif) 100% 50% no-repeat;
}

#navbar li.mainlevel_current-navmenu {

}
#navbar ul ul li a {font-weight:bold;}

#navbar li ul {
	width: 960px;
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top:33px;
	height: 20px;
	left: 0;
}

#navbar a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#navbar a:hover {
color: #ccc;

}
#navbar ul#mainlevel li a:hover {
background:#000 url(../images/navbar_over.gif) right center repeat-x;
color:#fff;
}


#navbar ul#mainlevel li a.active {
background:#000 url(../images/navbar_over.gif) right center repeat-x;
color:#fff;
}


#navbar ul#mainlevel ul li a:hover {
background:none;
color:#8FD021;
}

#navbar li ul a:hover,
#navbar li.mainlevel_current-navmenu ul a:hover {
	color: #000;
}

#navbar li.mainlevel_current-navmenu ul {
	display: block;
}

#navbar li:hover ul, #navbar li.sfhover ul {
	display: block;
	z-index: 6000;
}

#navbar li a {
	display: block;
	float: left;
	padding: 0 15px;
	height: 33px;
	line-height: 33px;
}

#navbar li:hover a, 
#navbar li.over a {
}

#navbar li li.mainlevel_current-navmenu a, 
#navbar li li.mainlevel_current-navmenu:hover a,
{
 text-decoration: underline;
}

/* sub level links */

#navbar ul li {
	border-right: 0;

}

#navbar li ul a, #navbar li.mainlevel_current-navmenu ul a {
	display: block;
	float: left;
	color: #fff;
	font-weight: normal;
	padding: 0 10px;
	background: none;
	height: 25px;
	line-height: 25px;
}

/* 
  ================================================
  PVII Uberlink Styles
  Copyright (c) 2006 Project Seven Development
  www.projectseven.com
  ================================================
*/
.locked {
	background-image: url('../images/padlock.gif');
	background-repeat:no-repeat;
	background-position:96% 50%;
}
#sidebar {
	position: relative;
	width: 211px;
	font-size: 0.8em;
}
#navlist {
	margin: 0;
	padding: 0 0 100px 0;
	list-style-type: none;
	background-image: url('../images/left_col_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight:bold;
}
#navlist li {
	margin:0;
}
  
#navlist a, #navlist a:visited {
	display: block;
	padding: 5px 15px 5px 14px;
	border: 1px solid;
	border-color: #666 #333 #000 #333;
	background-color: #333333;
	/*background-image:  url(sidenav_bkg.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;*/
	color: #eee;
	text-decoration: none;
}
#navlist a:hover {
	background-color: #9F6F9F;
	/*background-image:  url(sidenav_bkg_over.gif);*/
	color: #2D1E2D;
}
#sidebar #navlist .uberlink {
	background-color: #9F6F9F;
	/*background-image:  url(sidenav_bkg_over.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;*/
	color: #333 !important;
	font-weight: bold;
	cursor: default;
}
#cvcentrenav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight:bold;
	font-size:0.85em;
	display: inline;
}
#cvcentrenav li {
	margin:8px 0 12px 0;
	float:left;
	display: inline;
	padding:0;
}

#cvcentrenav a, #cvcentrenav a:visited {
	display:block;	
	padding: 4px;
	border: 1px solid;
	border-color: #333 #666 #000 #333;
	background-color: #333333;
	color: #eee;
	text-decoration: none;
}
#cvcentrenav a:hover {
	background-color: #9F6F9F;
	/*background-image:  url(sidenav_bkg_over.gif);*/
	color: #2D1E2D;
}



/*** The contents of this file were (ostensibly) written by Owen Briggs
@ www.thenoodleincident.com, and any Copyright rests with him. No
credit for the work that has gone into researching the use of font
sizes and styles rests with ClevaTreva Designs. 100% Kudos to Owen.
This is an EDITED version of the original! You will want to play with
these settings to make your own style for fonts and color other
bits. ***/

body {
	font-family: Arial, Verdana, Sans-Serif; 
	font-size:100.1%; /*** Don't change this setting. Make all other
font-sizes in % (preferred) or ems ***/
	color:#000000;
	}
a {
	text-decoration: underline;
	outline: none;
	color:#945790;
	}
a:visited {

	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
h1 {
	font-size: 1.6em; 
	font-weight:200;
	padding:16px 0 12px 0;
	margin:0;
}
h2 {
	font-size: 1.2em; 
	font-weight:normal;
	margin:12px 0 3px 0px;
	color:#945790;
}
h3 {
	font-size: 0.9em; 
	margin: 6px 0px 2px 0px;
}
p {
	font-size: 0.85em;
	line-height: 1.3em;
	margin: 0;
	padding: 0px 0px 10px 0px;
	}

li {
	font-size: 90%;
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em; 
	}
ul {
	margin-top: 1.0em;
	margin-bottom: 1.0em; 
	}
img {
	border: 0;
	}
	
#subfooter1 p{
	font-size:0.8em;
	padding:6px 0;
}
#subfooter1 p a{
	color:#FFFFFF;
}

h3#jobs {
    padding-top: 29px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
	margin:0;
	background-image:url(../images/nav_jobs.gif);
    background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
    height /**/:29px; /* for IE5.5's bad box model */
}	
h3#talentresources {
    padding-top: 29px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
	margin:0;
	background-image:url(../images/nav_talent_resources.gif);
    background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
    height /**/:29px; /* for IE5.5's bad box model */
}	
h3#employerresources {
    padding-top: 29px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
	margin:0;
	background-image:url(../images/nav_employer_resources.gif);
    background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
    height /**/:29px; /* for IE5.5's bad box model */
}	
h3#cvcenter {
    padding-top: 29px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
	margin:0;
	background-image:url(../images/nav_cv_center.gif);
    background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
    height /**/:29px; /* for IE5.5's bad box model */
}	
h3#presenters {
    padding-top: 29px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
	margin:0;
	background-image:url(../images/nav_presenter.gif);
    background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
    height /**/:29px; /* for IE5.5's bad box model */
}	
h3#production {
    padding-top: 29px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
	margin:0;
	background-image:url(../images/nav_production.gif);
    background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
    height /**/:29px; /* for IE5.5's bad box model */
}	

h3#membersresources {
    padding-top: 29px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
	margin:0;
	background-image:url(../images/nav_membersresources.gif);
    background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
    height /**/:29px; /* for IE5.5's bad box model */
}	
h3#videotestimonials {
    padding-top: 29px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
	margin:0;
	background-image:url(../images/nav_videotestimonials.gif);
    background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
    height /**/:29px; /* for IE5.5's bad box model */
}	

	
/*** the following styles and notes are (c) Copyright
Big John @ www.positioniseverything.net ***/
div,p{margin:0}

.italics-test, .italics-test-side {
font-style: italic; 
text-align: justify; 
}

/***
The following fixes prevent justified italic text
from destroying the layout in IE/win. The problem
is that those properties together make IE force the
container wider, which in this type of floated layout
causes a float drop.
Pre-IE6 gets "width: 100%" and "overflow: hidden",
while IE6 gets "width: auto" and "overflow: visible,
which is the default, but explicitly stating it seems
to keep IE6 happy. IE6 also needs to see the
"height: 1%" to give it some kind of box dimension.
Browser coddling we call it. Finally, Bruno Fassino
found that "word-wrap: break-word;" disarranged the
justified text in IE5.5 and 6, so it is defaulted to
"normal" for this text.
If you don't need justified and italicized text then
forget all these fixes.
Although, ClevaTreva adds, I have seen some odd
behavior with normal justified text in IE, so
this may be worth remembering.
***/

/* \*/
* html .italics-test, * html .italics-test-side {
overflow: hidden;
width: 100%;
o\verflow: visible;
w\idth: auto;
he\ight: 1px;
word-wrap: normal;
}

.submitbutton {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	margin:2px;
}

.formstyle {
	padding:0;
	margin:0;
	font-size:0.75em;
}
.formstyle th {
	font-size:1.2em;
	color:#FFFFFF;
	background-color:#2A3479;
	padding:4px;
	text-align:center;
}
.formstyle td {
	color:#000000;
	background-color:#DDE1F4;
	padding:2px;
	text-align:left;
}
.formstyle .label {
	background-color:#CED6F0;
	padding:2px;
	font-weight:normal;
	text-align:left;
}

#loginform {
	font:Arial, Verdana, Sans-Serif;
	font-size:12px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	float:right;
	margin:0px 20px 0 0 ;
	width:169px;
}
#loginform td {
	padding:0px;
	margin:0;
}
#loginform label {
	width:60px;
	display:block;
	padding:0 0 0 5px;
	text-align:left;
}
#loginform input {
	width:70px;
	height:14px;
	padding:0;
	margin:0 4px 2px 0;
}
#loginform input#submit{
	width:auto;
	height:auto;
	margin:2px;
	float:right;
}

/* promo boxes */
.talentPromo{
		background-color:#333333;
        width:auto;
        margin:0;
		padding:5px;
		border-top:1px solid #000;
	}
.talentPromo p{
        color:#fff;
	font-size:0.7em;
}
.talentPromo h2{
        font-size:0.82em;
		font-weight:bold;
        margin-top:0px;
}

.talentPromo img{
        width:85px;
        float:left;
        margin-right:5px;
}
.talentPromo a:hover{
	text-decoration:underline;
}
.talentpromo-container{
	margin: 0;
	padding: 0 0 100px 0;
	background-image: url('../images/left_col_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}
.textbred {
	font-weight:bold;
	color:#FF0000;
	}
.textred {
	color:#FF0000;
	}


.signupBtn{
background-color:#934F8C;
color:#fff;
margin-left:8px;
cursor:pointer;
}




.jobLinks ul, .jobLinks li{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
} 

.jobLinks h3{
	background-color:#904D8A;
	color:#fff;
	margin:0px;
	padding:5px;
	padding-left:17px;
}

.jobLinks a{
	display: block;
	padding: 5px 15px 5px 14px;
	border: 1px solid;
	border-color: #666 #333 #000 #333;
	background-color: #333333;
	color: #eee;
	text-decoration: none;
}

.comp-background {
	background-attachment: scroll;
	background-image: url(/competition/images/background.jpg);
	background-repeat: no-repeat;
}

.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #374680}

.smalltextcomp {

font-family: Tahoma, Arial, Verdana; font-size: 10px; color: #374680

}

