
/* CORPORATE STYLES **************************/
tr.heading
{
	background: #f8f8f8;
}

tr.sub_heading
{
	background: #f4e030;
}


tr.sub_sub_heading
{
	background: #feffb3;
}


tr.mouseover
{
	background: #ffffff;
}
tr.mouseover:hover
{
	background:#fffc00;
}


tr.mouseover_alt
{
	background: #efefef;
}
tr.mouseover_alt:hover
{
	background:#fffc00;
}
/*********************************************/

*
{
	margin: 0;
	padding: 0;
	font-family: Arial, calibri;
	font-size: 0.98em;

}

span
{
	font-size: 1em;
	white-space:nowrap;
}

td
{
	font-size: 1em;
}

div.Colored_Bars{
	
	scrollbar-base-color: #f4e030;
	scrollbar-arrow-color: #ad0000;

	scrollbar-highlight-color: silver;
	scrollbar-3dlight-color: black;
}



a, a:visited
{
	text-decoration: none;
	color: #000000;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: none;
}
html
{
	height: 100%;
}
:focus
{
	outline: 0;
}

.left
{
	float: left;
}
.right
{
	float: right;
}
.white
{
	color: #E6E6E6;
}

label
{
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	
}


/* basic text elements */
h1
{
	color: #ad0000;
	font-size: 1.6em;
	font-family: Arial, calibri;
}
h1.black
{
	color: #000000;
	font-size: 1.6em;
	font-family: Arial, calibri;
}


h2
{
	color: #ad0000;
	font-size: 1.4em;
	font-family: Arial, calibri;
}


h2.black
{
	color: #000000;
	font-size: 1.4em;
	font-family: Arial, calibri;
}

h3
{
	color: #ad0000;
	font-size: 1.1em;
	font-family: Arial, calibri;
}

h4
{
	color: #ad0000;
	font-size: 1em;
	font-family: Arial, calibri;
}

h4 a
{
	color: #ad0000;
	font-size: 1.1em;
	font-family: Arial, calibri;
}

p
{
	margin: 1em 0 1em 0;
}

p a, p a:visited
{
	color: #000000;
	text-decoration: none;
}

p a:hover
{
	text-decoration: underline;
}


/* basic form elements */

select
{
	width: 275px;
	margin: 5px 0 5px 0;
	padding: 2px;
	border: 1px solid #000;
	background: #fff;
}

li.bullet
{
	list-style: none;
	margin: 5px 0 5px 20px;
	padding-left: 10px;
	background: url(/images/design/bullet.png) left 9px no-repeat;
}

.small 
{
	font-size: 0.85em;
}

.big 
{
	font-size: 1.1em;
}


/* layout
------------------------------------------- */

#top-wrapper
{
	height: 30px;
	background-color: #fff;
	padding-top: 2px;
}
#top
{
	width: 955px;
	margin: 0 auto;
}
#langmenu
{
	margin: 0;
	padding: 3px 0 0 0;
	display: block;
	overflow: hidden;
}


#header-wrapper
{
	background: url(/images/design/six_0.gif) top repeat-x;
	height:40px;
}

#header
{
	width: 960px;
	margin: 0 auto;
	background: url(/images/design/six_0.gif) top repeat-x;
}



#title-area-wrapper
{
	border: top 0px solid #000;	
	background: url(/images/design/top3.png) bottom repeat-x;
}

#title-area
{
	position: relative;
	width: 955px;
	height: 30px;
	margin: 0 auto;
}

#title-area h1
{
	margin-top: 2px;
}


#title-area p#slogan
{
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	background: none;
	color: #999;
	font-family: "Lucida Sans";
	text-align: right;
}
#title-area p#slogan strong
{
	font-weight: normal;
	font-family: "Lucida Sans";
}


#page-intro-wrapper
{
	background: #e6e6e6 url(/images/design/top3.png) left bottom repeat-x;
}
#page-intro
{
	position: relative;
	width: 955px;
	height: 235px;
	margin: 0 auto;
}
#page-intro strong, #subpage-intro strong
{
	color: #B30000;
}
#subpage-intro
{
	width: 625px;
	margin: 0 auto;
	padding: 0 310px 0 0;
	overflow: hidden;
	height: 60px;
}

#subpage-intro-sidebar
{
	width: 625px;
	margin: 0 auto;
	padding: 5px 330px 5px 0;
	overflow: hidden;
	height: 88px;
}

#subpage-intro p, #subpage-intro-sidebar p
{
	color: #666;
}


#subpage-intro-home
{
	width: 625px;
	margin: 0 auto;
	padding: 5px 330px 5px 0;
	overflow: hidden;
	height: 360px;
}

#subpage-intro-home p
{
	margin: 0.3em 0 0.3em 0;
}


#fullmain
{
	float: left;
	width: 955px;
	padding: 5px 0 20px 0;
}



#main
{
	float: left;
	width: 625px;
	padding: 5px 0 20px 0;
}
#main h2, #fullmain h2
{
	font-size: 1.3em;
}
#main p, #fullmain p
{
	line-height: 180%;
	margin: 0 0 15px 0;
}
#main strong, #fullmain strong
{
	color: #B30000;
}


#sidebar
{
	float: right;
	width: 315px;
	margin-top: -80px;
}
#side-photo-holder
{
	width: 290px;
	padding: 12px 14px 18px 16px;
	background: url(/images/design/side-photo-back.png) no-repeat;
}

#content
{
	overflow: visible;
	width: 955px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 20px;
}





/* FOOTER ------------------------------------------------------------------------------- */
#footer-wrapper
{
	position: relative;
	padding: 60px 0 0 0;
	background: #151515 url(/images/design/bottom1.png) left top repeat-x;
}

#footer1
{
	width: 850px;
	margin: 0 auto;
}



#footer1 p, #footer1 p *
{
	color: #999;
}


#footer1 a, #footer1 a:visited
{
	text-decoration: none;
	color: #999;
}

#footer1 a:hover
{
	text-decoration: none;
	color: red;
	cursor: hand;
}


#footer2
{
	padding: 30px 10px 30px 10px;
	border-top: 2px solid #373737;
	background: #000000;
	font-size: 0.85em;
}
#footer2 p
{
	width: 500px;
	margin: 0 auto;
	color: #666;
	
}
#footer2 p a, #footer2 p a:visited
{
	color: #666;
	text-decoration: none;
}
#footer2 p a:hover
{
	color: #999;
	color: red;
}


#Padded tr
    {
    	height:30px;
    }

#Padded td
    {
        padding-right: 10px;
    }


#Padded_Small tr
    {
    	height:20px;
    }

#Padded_Small td
    {
        padding-right: 10px;
    }


/* various classes and styles
------------------------------------------- */
.clear
{
	overflow: hidden;
	clear: both;
	height: 0;
}

h2.first
{
	margin-top: 20px;
}



a.button {
    /* Sliding right image */    
    background: transparent url('/images/design/button_right.png') no-repeat scroll top right; 
    display: block;
    float: left;
    height: 34px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 20px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    text-decoration: none;
    font-weight:bold;
    color: #000000;
    border: none;
	cursor: pointer;
}
 
a.button span{    /* Background left image */ 
    background: transparent url('/images/design/button_left.png') no-repeat;     
    display: block;
    line-height: 20px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
    padding: 7px 0 7px 18px;
} 
 
a.button:hover 
{
	background: transparent url('/images/design/button_right_over.png') no-repeat scroll top right; 
	
}

 
a.button:hover span{
    text-decoration:underline;
    background: transparent url('/images/design/button_left_over.png') no-repeat;     
}



a.button-small {
    /* Sliding right image */    
    background: transparent url('/images/design/button_right_small.png') no-repeat scroll top right; 
    display: block;
    float: left;
    height: 18px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 10px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    text-decoration: none;
    font-weight:bold;
    color: #000000;
    border: none;
	cursor: pointer;
	
}
 
a.button-small span{    /* Background left image */ 
    background: transparent url('/images/design/button_left_small.png') no-repeat;     
    display: block;
    line-height: 10px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
    padding: 3px 0 4px 9px;
    font-size: 0.8em;
} 
 
a.button-small:hover 
{
	background: transparent url('/images/design/button_right_over_small.png') no-repeat scroll top right; 
	
}

 
a.button-small:hover span{
    text-decoration:underline;
    background: transparent url('/images/design/button_left_over_small.png') no-repeat;     
}



/*  ACTIVE SMALL BUTTON (ALWAYS LIT)  */
a.button-small-active {
    /* Sliding right image */    
    background: transparent url('/images/design/button_right_over_small.png') no-repeat scroll top right; 
    display: block;
    float: left;
    height: 18px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 10px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    text-decoration: none;
    font-weight:bold;
    color: #000000;
    border: none;
	cursor: pointer;
	
}
 
a.button-small-active span{    /* Background left image */ 
    background: transparent url('/images/design/button_left_over_small.png') no-repeat;     
    display: block;
    line-height: 10px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
    padding: 3px 0 4px 9px;
    font-size: 0.85em;
} 




.lhalf
{
	float: left;
	width: 470px;
}
.rhalf
{
	float: right;
	width: 477px;
}
.rhalf h2
{
	margin-left: 8px;
}
.rhalf h2, .lhalf h2
{
	margin-top: 20px;
	margin-bottom: 10px;
}
.rhalf p, .rhalf li, .lhalf p, .lhalf li
{
	color: #333;
}
.rhalf h2, .lhalf h2
{
	margin-bottom: 5px;
	font-size: 1.3em;
}
.rhalf p, .lhalf p
{
	margin-left: 10px;
}
.rhalf li, .lhalf li
{
	margin-left: 30px;
}
.rhalf .lborder
{
	padding-left: 7px;
	border-left: 1px solid #e6e6e6;
}



/* special sections and elements
------------------------------------------- */


h2 a, h2 a:visited
{
	margin-top: 5px;
	color: #ad0000;
	text-decoration: none;
}
h2 a:hover
{
	text-decoration: underline;
}

