@charset "UTF-8";

/* ------------------ INITIAL LAYOUT ITEMS ------------------ */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(../images/bg_home.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1em;
}
.clearFix {
	clear: both;
}
img {
	border-style: none;
}
#wraper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}



/* ------------------ BRANDING ITEMS ------------------ */
#branding {
	float: left;
}
#branding h1 {
	display:block;
	width:220px;
	height:78px;
	text-indent:-9009px;
	background:transparent url(../images/portal_logo.jpg) no-repeat;
}
#branding h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}


/* ------------------ Google Search Items ------------------ */
#searchBox {
	float: right;
	height: 55px;
	width: 370px;
	padding-top: 23px;
	background: url(../images/bg_input_search.gif) no-repeat 0px 23px;
}
#searchBox #searchGoogle {
	float: right;
}
#searchBox input {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	background-color:transparent;
	height: 30px;
	width: 190px;
	border-style: none;
	margin-top: 8px;
}
#searchGoogle div {
	float: left;
}
#submit-search {
	width:150px;
	height:34px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/btn_searchgoogle.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important;
	cursor:hand;
}
#submit-search:hover {
	background-position:0 -34px;
}
#portalBRN {
	clear: both;
	background: url(../images/intranet_banner.png) no-repeat;
	width: 960px;
	height: 167px;
}
#portalBRN h2 {
	text-indent: -9009px;
}


/* ------------------ Navigation ------------------ */
#navigation h2 {
	display: none;
}
#navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	float: left;
	height: 54px;
	padding-right: 15px;
	padding-left: 15px;
}
#navigation a {
	font-size: 1.3em;
	color: #FFFAE8;
	text-decoration: none;
	padding-top: 16px;
	height: 36px;
	display: block;
}
#navigation a:hover {
	color: #FC5A00;
}


/* ------------------ Client Corner ------------------ */
#clientCorner {
	padding-top: 40px;
	height: 335px;
}
#wraper  #col1 {
	float: left;
	width: 460px;
	margin-right: 20px;
}
#clientCorner h1 {
	color: #6B442E;
	font-size: xx-large;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: bold;
}
#clientCorner p {
	font: large/1.3em Georgia, "Times New Roman", Times, serif;
	color: #333;
}
#clientPresentation {
	background: #E9F6FA url(../images/projector.png) no-repeat 10px center;
	border-top: 1px solid #ade7fa;
	border-bottom: 1px solid #ADE7FA;
	padding: 10px 10px 10px 60px;
	margin-top: 40px;
}
#clientPresentation h2 {
	text-transform: uppercase;
	color: #999999;
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 3px;
}
#clientPresentation p {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
}
#clientPresentation a {
	color: #999999;
	text-decoration: none;
	margin-left: -50px;
	padding: 10px 10px 25px 50px;
}




/* ------------------ Staff RSS Feeds ------------------ */

#staffRSS {
	width: 460px;
}


/* ------------------ Sites In Production ------------------ */
#productionSites {
	width: 220px;
	float: left;
	margin-right: 20px;
	margin-top: 40px;
	background: url(../images/bg_wood.jpg) no-repeat;
	padding-bottom: 10px;
	height: 568px;
	margin-bottom: 20px;
}
#productionSites h2 {
	color: #FFFAE8;
	font-size: large;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-weight: normal;
}
#productionSites ul {
	list-style: none;
	background: #FFFFFF;
	margin: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
#productionSites li {
}
#productionSites a {
	padding: 7px;
	display: block;
	border-bottom: 1px solid transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: small;
}
#productionSites  a:hover {
	border-bottom: 1px solid #ade7fa;
	background: #d4eefa url(../images/bg_production_list.png) repeat-x;
	text-decoration: none;
}
#col3/* ------------------ Utility Items ------------------ */
 {
	width: 220px;
	float: left;
	margin-top: 40px;
}
#utilityItems {
	height: 335px;
}
#utilityItems h2 {
	text-indent: -9009px;
}
#utilityItems .userLogin {
	background: url(../images/user_login_title.png) no-repeat;
	height: 50px;
	margin-top: 20px;
}



/* ------------------ Utility Section User Login ------------------ */



#utilityItems input {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	background-color:transparent;
	height: 26px;
	width: 220px;
	border-style: none;
	background-image: url(../images/general_inptu.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	margin-bottom: 3px;
	padding-left: 20px;
	padding-bottom: 3px;
	letter-spacing: 1px;
}

#submit-login {
	width:220px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/btn_login.png) no-repeat 0 0;
	display:block;
	cursor:pointer !important;
	cursor:hand;
}
#submit-login:hover {
	background-position:0 -26px;
}
.pleaseLogin {
	border: 1px solid #E35100;
}
.pleaseLogin p {
	font-weight: bold;
	color: #F45D03;
	text-align: center;
	padding: 5px;
}
#loginArea h3 {
	margin-top: 20px;
	margin-bottom: 20px;
}
#loginArea ul li {
	list-style: none;
	line-height: 1.7em;
}
#loginArea a {
	color: #006699;
	text-decoration: underline;
	font-size: small;
}
#loginArea a:hover {
	color: #333333;
	text-decoration: none;
}
#otherTools h3 {
	color: #DF5000;
	margin-bottom: 10px;
}
#otherTools a {
	color: #006699;
	font: small Verdana, Arial, Helvetica, sans-serif;
}
#otherTools a:hover {
	color: #333333;
	text-decoration: none;
}
#otherTools ul {
	list-style: none;
}
#otherTools li {
	line-height: 1.7em;
}
#footerWraper {
	background: #65686B url(../images/bg_footer.png) repeat-x;
	clear: both;
	padding-bottom: 20px;
}
#footer {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer .footerItem {
	float: left;
	width: 280px;
	margin-top: 40px;
	margin-left: 20px;
	padding-right: 20px;
}
.footerItem p, .footerItem li {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-bottom: 10px;
}
.footerItem ol {
	list-style: decimal inside;
}
.footerItem li {
	padding-left: 10px;
}
.footerItem h3 {
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 20px;
}
.footerItem .icon {
	margin-right: 8px;
}
.divide {
	background: url(../images/footer_divider.gif) repeat-y right 20px;
}
#staffRSS h3 {
	color: #DF5000;
	margin-bottom: 10px;
}
#staffRSS ul {
	list-style: none;
}
#staffRSS li {
	line-height: 1.7em;
}
#staffRSS a {
	color: #006699;
	font-size: small;
}
#staffRSS a:hover {
	color: #333333;
	text-decoration: none;
}
#clientCorner ul      {
	list-style: none;
}
#clientCorner  li {
	line-height: 1.7em;
}
#clientCorner  #favLinks a       {
	font-size: small;
	color: #006699;
	text-decoration: none;
}
.manageBTN {
	padding-top: 15px;
	padding-bottom: 10px;
}
.jobBtn {
	margin-bottom: 10px;
}
