/*////////// General Layout //////////*/
body
{
    margin: 0px;
    font-family: Arial, Verdana, 'MS Sans-Serif';
    font-size: 70% !important;
    font-size: 75%;
    color: white;
    line-height: 1.3;
    text-align: center;  
	background: #CFCFCF url("/images/bg_shadow.gif") center center repeat-y; 
}
#container
{
    width: 900px;
    margin: 0 auto;
    text-align: left;
    min-height: 100%;
	background: #414C52 url("/images/bg_shadow2.gif") center center repeat-y;    
}

#header
{
    width: 900px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#logo
{
    float: left;
	width: 250px;
	padding-left: 30px;
}

#strapline
{
    float: left;
	width: 324px;
	padding-top: 8px;
}

#searchBox
{
    float: left;
	width: 280px;
	padding-top: 30px;
}

#nav
{
    margin-left: 28px;
}

#nav img
{
    float: left
}

#nav a
{
    background: url(/images/nav/nav_bg.jpg) top left repeat-x;
    padding: 8px;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
    height: 15px;
    color: #666;
    font-weight: bold;
}

#nav a:hover
{
    color: #333;
}


#footer
{
	margin-left:-0px !important;margin-left:-1px;
	padding-left: 28px;
	padding-bottom:14px;
	background-image: url("/images/bg_footer.gif");
	background-repeat:no-repeat;
	background-position: center bottom; 
}

/*////////// Home Page Styles //////////*/

#leftCol
{
    float: left;
    width: 280px;
	padding-left: 29px;
}

#middleCol
{
    float: left;
    width: 294px;
	margin-left: 15px;

}

#rightCol
{
    float: left;
    width: 240px;
	padding-left: 10px;
}

#membersLogin
{
    float: left;
    width: 240px;
    /*height: 140px;*/
    background-color: #545D64;
}

.homeSectionLeft
{
    float: left;
	margin-top: 24px !important;
	margin-top: 22px;
    padding: 6px 5px 0px 0px;
}

.homeSectionRight
{
    float: left;
    margin: 9px 0px 0px 0px !important; margin: -9px 0px 0px 0px;
    padding: 6px 5px 0px 0px;
}

.sideArticle
{
    width: 240px;
    padding: 6px 5px 0px 8px;
}

.sideArticle:hover 
{
    background-color: #545d64;
}

.articlePic
{
    float: left;
    margin: 0px 5px 0px 0px;
    padding: 2px 2px 2px 2px;
    border: solid 1px #6e6e6e;
}

/*////////// Internal Two Column Styles //////////*/

#leftColInt,
#leftColIntMap
{
    float: left;
    width: 555px;
    color: #5D5D5D;
	background: #ffffff;
    /*background: #ffffff url("/images/glasses_watermark.jpg") bottom right no-repeat;*/
    border: 4px #687178 solid;
    padding: 10px;
	margin-left: 29px !important;
	margin-left: 15px;
	text-align: justify;
	font-size: 110%;	
}

/*////////// Navigation Styles //////////*/

.navItem
{
    float: left;
}

/*////////// Text, Image Etc Styles //////////*/

img
{
    border: none;
}

hr
{
    border-top: 0px;
    border-bottom: 1px dashed;
    color: #fff;
    height: 1px;
}

/*////////// List Styles //////////*/

ul
{
    list-style: none;
	margin: 0 auto;
	margin-top: 5px;
}

ul li
{
	margin-left: -15px !important;
	margin-left: 15px;
}


/*////////// Link Styles //////////*/

a
{
    color: #82ACD4;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

a.homeSectionArrow
{
    text-decoration: none;
    font-weight: bold;
    margin-left: 20px;
}

#footer a
{
   font-size: 90%;
   color: #D8D9D9;
   font-weight: bold;
   text-decoration: none;
   margin: 0px 3px 0px 3px;
}

/*////////// Form Styles //////////*/

form
{
    margin: 0px;
    padding: 0px;
}

#header label
{
    float: left;
    margin: 3px 5px 0px 0px;
    font-weight: bold;
    font-size: 90%;
}

#header .formField
{
    float: left;
    height: 17px;
    border: 1px #99CDFF solid;
}

#header .submit
{
    float: left;
}

#rightCol label
{
    float: left;
    width: 95px;
    margin: 8px 0px 0px 5px;
    font-weight: bold;
    font-size: 90%;
}

#rightCol .formField
{
    float: left;
    width: 100px;
    margin: 8px 0px 5px 0px;
    font-size: 90%;

}

#rightCol .login
{
    float: right;
    margin: 8px 8px 0px 0px;
}

/*////////// Overidden Content Styles //////////*/

#leftColInt h1,
#leftColIntMap h1
{
    color: #484848;
    border-bottom: solid 1px #99CBFE;
    display: block;
    padding-left: 10px;
    font-size: 20px;
}

#leftColInt h2
{
    color: #606060;
    font-size: 14px;
    padding-left: 10px;
}

#leftColInt p,
#leftColIntMap p
{
    color: #5D5D5D;
	padding-left: 20px;
	padding-right: 20px;
}

#leftColInt li
{
    padding-bottom: 5px;
    color: #6e6e6e;
}

#leftColInt div
{
    /*background-color: #e5e5e5;*/
    text-align: justify;
    border: dotted 1px #cacaca;
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 5px;
}

#leftColInt div:hover 
{
    border-color: #484848;
}

/*////////// Additional Content Styles //////////*/

#leftColInt a
{
	color: #4072A2;
    text-decoration: underline;
}

#leftColInt a:hover
{
	text-decoration: none;
}

#leftColInt .tagline
{
    font-weight: bold;
    color: #000000;
}

#leftColInt .exception
{
    font-style: italic;
}

#leftColInt .top
{
    float: right;
	padding-left: 15px;
	background: url(/images/nav/top.gif) no-repeat left center; 
}

#leftColInt .goback,
#leftColIntMap .goback
{
    float: right;
	padding-left: 15px;
	background: url(/images/nav/back.gif) no-repeat left center; 
}

#leftColInt .contact 
{
    font-size: larger;
    padding-left: 20px;
}

#leftColInt .quote 
{
    font-style: italic;
    font-weight: bold;
}

/*#leftColInt textarea
{
    width: 400px;   
}*/

/*#leftColInt .quote:before
{
    content: <br />;
}*/

/*////////// About Director Divs //////////*/

#leftColInt #abdiv
{
    float: right;
	padding: 10px;
    margin: 10px;
}

/*////////// Member Login Page //////////*/

/*#leftColInt label
{
    float: left;
    width: 95px;
    margin: 8px 0px 0px 5px;
    font-weight: bold;
    font-size: 90%;
}*/

#leftColInt .formField
{
    float: left;
    width: 150px;
    font-size: 90%;
    margin: 8px 0px 5px 0px;
}

#leftColInt .login
{
    float: right;
    margin: 8px 8px 0px 0px;
}

.logoImg
{
    margin: 2px;
	padding: 2px;
    border: 1px solid #6e6e6e;   
}

.logoImg:hover
{
	border-color: #000000;
	background-color: #6e6e6e;
}

#optra img, #ofima img, #oemsa img, #olmada img 
{
	float: right;
}

.homeTable
{
    width: 584px; 
    margin-left: 10px !important; 
    margin-left: 6px; 
    float: left; 
    margin-right: -9px
}

.homeTD 
{
    
}

a.on
{
	background-color:#BDDBFC;
	text-decoration:none;
}

.generalform {
	border: 1px solid #777;
	padding: 10px;
}

.generalform input.text, textarea.text {
	border: 1px solid #777;
	margin-top: 3px;
}

.generalform input.text {
	width: 200px;
}

.generalform textarea.text {
	width: 300px;
}

.generalform input.submit {

}

.generalform select.gselect {
	border: 1px solid #777;
	width: 200px;
}

.generalform label.glabel {
	float: left;
	width: 100px;
	vertical-align: middle;
	margin-right: 20px;
}

.bpl_alt
{
    background-color: #E2F0FF;
    font-size: 120%;
}

    
.bpl_new
{
    background-color: #C7CDA6; 
    font-size: 120%;
}

.bpl_common
{
 font-size: 120%;
}

.bpl_default
{
background-color: #FFD8B5; 
color: #000; font-size: 120%;
}
