﻿* 
{
    border:0;
}

body, html {
	background-color:#e5e5e5;
	font-family: Trebuchet MS, Trebuchet, Helvetica, sans-serif;
	font-size:12px;
}



/* Positioning Styles */

.left 
{
    float:left;
}

.right
{
    float:right;
}

.large {
    font-size:1.2em;
}



/* Header Styles */
h1, h2, h3, h4, h5, h6 {
    color:#000;
    padding:0;
    margin:0;
    line-height:1.6em;
    font-size:1em;
    font-weight:bold;
}

h1 
{
    font-size:1.1em;
    padding:20px 0 10px 0;
    text-transform:uppercase;
    color:#666;
    text-align:center;
}

h3
{
    font-size:1.4em;
    padding-top:10px;
}

h4 
{
    font-size:1em;
    color:#777;
    padding-bottom:5px;
}

h4 span
{
    font-style:italic;
}

h5 
{
    color:#003399;
}


/* Border Styles */
hr, input, textarea
{
    border:1px #CCC solid;
}

.darkborder 
{
    border:1px #999 solid;
}

.checkBoxGroup input, .radioButtonGroup input 
{
    border:none;
}



/* Image Styles */
img 
{
    padding:0;
    margin:0;
    display:block;
}



/* Container Styles */

#preload 
{
    height:0;
    width:0;
    overflow:hidden;
}

#contentWrapper 
{
    width:805px;
    margin:0 auto;
    padding:0 17px;
    background:url('images/content_bkg.gif') repeat-y;
    overflow:auto;
}

#content
{
    width:800px;
    background-color:#FFF;
    clear:both;
    overflow:auto;
}

#employee_nav {
	color: #909090;
	top:10px;
	font-size: .8em;
	text-transform: uppercase;
	width: 790px;
	margin:0 auto;
	text-align:right;
}

.header {
	width: 827px;
	height: 146px;
	background-repeat: repeat-x;
	background-image: url(images/header.png);
	letter-spacing: normal;
	text-align: center;
	margin:10px auto 0 auto;
	position:relative;
}

.menu 
{
    width:75%;
	margin:0 auto;
	padding:0;
	position:absolute;
	bottom:15px;
	right:20px;
}

.divider {
	width: 800px;
	height: 6px;
	background-image: url(images/navi_divider.png);
	background-repeat:repeat-x;
}

.slide_container {
	width: 800px;
	height: 306px;
	background-color:#000;
}

.logo {
	background-image: url(images/logo_ogs.png);
	width:225px;
	height:113px;
	background-repeat: no-repeat;
	margin-left:30px;
	margin-top:25px;
	float:left;
}
.container_col {
	color: #303030;
}

.content_container div.left 
{
    width: 520px;
	background:url(images/vertical_line.gif) repeat-y top right;
}

.content_container div.right
{
    width: 280px;
}

.inner_container
{
    margin: 5px 40px 25px 40px;
}

.inner_container h6
{
    font-weight:bold;
    font-size:1em;
    line-height:0;
    padding:0;
    margin:30px 0 0 0;
    color:#000;
}

.inner_container h6 a
{
    font-weight:inherit;
    font-size:inherit;
    padding:0;
    margin:0;
    color:inherit;
}

.more_info_link 
{
    padding-top:15px;
    border-top:1px solid #AAA;
    text-align:right;
}

.content_header {
	background-image: url(images/grey_grad.png);
	height: 29px;
	width:100%;
}

.content_header p {
	color:#FFF;
	font-weight:bold;
	padding:7px 0 0 40px;
	margin:0;
}

.content_container {
	color: #303030;
	clear:both;
}

.general_wrapper 
{
    margin:0 auto;
    padding:0;
    overflow:auto;
}

.paginationWrapper
{
    overflow:auto;
}


/* Link Styles */
a {
    color:#000;
    font-weight:bold;
    text-decoration:none;
}
a:hover {
    color: #1A47A0;
    text-decoration:none;
}

#content a 
{
    border-bottom:1px solid #FFF;
    line-height:inherit;
    margin:0 5px;
    font-size:.8em;
    text-transform:uppercase;
    color:#777;
}

#content a:hover
{
    border-bottom:1px solid #777;
}

#employee_nav a {
	margin:0 10px;
	color:#101010;
}

#content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {
	color:inherit;
	font-size:inherit;
	padding:0;
	margin:0;
	text-transform:inherit;
}



/* Social Icons Styles */
.social_icons {
	background-image: url(images/grey_gradient_large.png);
	width:800px;
	background-repeat:repeat-x;
	background-color:#3B3B3B;
	min-height:60px;
	text-align:center;
	padding:16px 0 0 0;
}

.social_icons img {
	display:inline;
}

.social_icons a, .social_icons div
{
    border:0;
    padding:0;
    margin:0;
}

.social_icons #LI
{
    background: url(images/icon_in.png) center no-repeat;
}
.social_icons #LI:hover
{
    background: url(images/icon_in_highlight.png) center no-repeat;
}

.social_icons #RS
{
    background: url(images/icon_rss.png) center no-repeat;
}
.social_icons #RS:hover
{
    background: url(images/icon_rss_highlight.png) center no-repeat;
}

.social_icons #FB
{
    background: url(images/icon_facebook.png) center no-repeat;
}
.social_icons #FB:hover
{
    background: url(images/icon_facebook_highlight.png) center no-repeat;
}

.social_icons #TW
{
    background: url(images/icon_twitter.png) center no-repeat;
}
.social_icons #TW:hover
{
    background: url(images/icon_twitter_highlight.png) center no-repeat;
}


/* List Styles */

dl 
{
    margin:10px 0 20px 0;
    border-left:1px solid #999;
    border-right:1px solid #999;
    border-bottom:1px solid #999;
}

dl dt 
{
    color:#333;
    font-weight:bold;
    background:#E7E7E7;
    margin-top:10px;
    padding:3px 10px;
    border-top:1px solid #999;
    border-bottom:1px solid #999;
}

dl dd 
{
    margin:0;
    padding:10px 10px;
}

.inner_container ul
{
    margin:0;
    padding:0;
    list-style-type:none;
}

.inner_container ul.darkborder
{
    padding:5px 15px;
    margin:20px 0;
}

.inner_container ul li
{
    margin:0;
    padding:5px 0;
    border-top:1px solid #CCC;
}

.inner_container ul li:first-child
{
    border-top:none;
}

#content .inner_container ul li a
{
    margin:0;
    padding:0;
}

.inner_container ul ul li
{
    margin-left:40px;
    padding:2px 0;
    border:none;
}

.inner_container ol
{
    margin:20px 0 0 0;
    padding:0;
}

.inner_container ol li
{
    margin:15px 0 0 0;
    font-weight:bold;
}

.inner_container ol ul, .inner_container ol ul li
{
    margin:0;
    padding:0;
    border:none;
}

.inner_container ol ul li
{
    list-style-type:none;
    font-weight:normal;
}

#content .inner_container ol ul li a
{
    font-size:.9em;
    font-weight:bold;
    padding:0;
    margin:0;
}

#pipe ul {
	list-style-type: none;
    padding: 0px;
    margin: 0px;
	} 

#pipe ul li {
	display: inline;
	text-transform:uppercase;
	color: #0076A3;
	font-size:1.2em;
	font-weight: bold;
	background-image: url(images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 2px 6px;
    padding-left: 14px;
	}
	
#pipe ul li:first-child {
	background-image:none;
    padding-left:0;
	}
	
#pipe ul li a 
{
    padding:0 5px;
	text-decoration: none;
	color:#464646;
	}
#pipe ul li a:hover {
	text-decoration: none;
	color:#00197F;
	}
	
dl.image_list
{
    padding:0;
    margin:30px 0 0 0;
    overflow:auto;
    border:0;
    border-bottom:1px solid #CCC;
}

dl.image_list img
{
    display:block;
}

dl.image_list dt
{
    padding:10px 0 0 0;
    margin:0;
    background:none;
    width:45%;
    float:left;
    clear:left;
    border:none;
    border-top:1px solid #CCC;
}

dl.image_list dd
{
    float:right;
    width:53.6%;
    padding:13px 0 0 10px;
    border-top:1px solid #CCC;
}

dl dd.link
{
    padding:0;
    padding-bottom:10px;
    width:100%;
    clear:both;
    border:none;
    text-align:right;
}

.errorMessage ul
{
    border:1px solid #CC3333;
    padding:10px;
    margin:15px 40px;
}

.errorMessage li
{
    margin:0;
    border:0;
    padding:0;
    list-style-type:none;
    color:#CC3333;
}



/* Paragraph Styles */
#content p span
{
    font-weight:bold;
    color:#000;
}

#content .callout 
{
    margin:40px auto;
    width:80%;
    padding:20px;
    background:#E7E7E7;
    border:1px solid #999;
    font-style:italic;
}



/* Footer container and links */

.footer_main_divider {
	background-image: url(images/footer_main.png);
	width: 827px;
	background-repeat:no-repeat;
	overflow:hidden;
	height: 38px;
	margin:0 auto 5px auto;
}

#footer {
	color: #606060;
	font-size: 10px;
	width: 805px;
	margin:0 auto;
}

#footer span {
	font-weight:bold;
}

#footer .left 
{
    width:70%;
}

#footer .right 
{
    width:20%;
    text-align:right
}
	
	

/* Slideshow JQuery */

#gallery {
	position:relative;
	height:306px;
	z-index:5;
}
#gallery a {
	float:left;
	position:absolute;
	padding:0;
	border:0;
	margin:0;
	z-index:6;
}

#gallery a:hover {
	border:none;
}
	
#gallery a.show {
	z-index:7;
}

#gallery h3 a {
	float:none;
	position:relative;
}

#gallery p a {
	color:inherit;
	font-size:.8em;
	padding-top:2px;
	margin-left:10px;
}

#gallery p a:hover {
	border-bottom:1px solid #FFF;
}

#gallery .caption {
	z-index:8; 
	background:url('images/sliding_bkg.png'); 
	color:#FFF; 
	height:100px; 
	width:100%; 
	position:absolute;
	bottom:0;
}

#gallery .caption .content {
	margin:10px 40px
}
	
#gallery h3 {
	margin:0;
	padding:0 0 5px 0;
	color:#FFF;
	font-size:1.3em;
}

#gallery p {
	margin:0;
	padding:0;
}