/* http://www.shadow-fox.net/tutorial/3-Column-All-CSS-Layout-With-Fluid-Center-and-Two-Columns */

body, form, input, ul, li, p, h1, h2, h3, h4, img 
{
    margin: 0; 
    padding: 0; 
}

body
{
   text-align: center; /* center page */
}

/* Tags */
IMG
{
    border-width: 0px;
    vertical-align: middle;
}


/* Layout */
#wrapper 
{
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

#header
{
    height: 200px;    
}


#left
{
    float: left;
    width: 685px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 0px;
}

#right
{
	float: right;
	width: 200px;
	
}

#center
{
	margin-left: 5px;
	margin-right: 5px;
}



#footer
{
	clear: both;
}


/* Elements */
#header-lang
{
    text-align: right;    
}

#header-lang ul
{
	height: 18px;
	display: block;
	padding-top: 2px;
	margin: 0px;
	font-family: Arial; 
	font-size: 12px; 
	text-decoration: none;
	color: #333333;
	
}

#header-lang a
{
    color: #333333;
    text-decoration: none;	
}

#header-lang a:hover
{
	color: #C6212F;
	text-decoration: underline;
}
	
#header-lang li
{
	position: relative;
	margin: 0px;
	display: inline;
	list-style: none;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	border-right: 1px solid #333333;
}
	
#header-lang li.noborder
{
	border-right: none;
	padding-right: 0px;
}



#header-bar
{
    background-image: url(../Design/Backgrounds/header-top.gif);
    background-repeat: repeat-x;
	background-position: top center;
	height: 7px; 
}

#header-logo
{
    width: 211px;
	height: 80px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
}


#header-search
{
    background: url(../Design/Backgrounds/gray.gif) repeat-x;
    border-bottom: 1px solid #EBEBEB;
    width: 530px;
	height: 26px;
	position: absolute;
	right: 50%;
	margin-right: -450px;
	padding-right: 5px;
	text-align: right;
	vertical-align: middle;
}

#header-search a
{
    font-family: Verdana; 
	font-size: 10px; 
	text-decoration: none;
	color: #008FD5;
	padding-right: 15px;
}

#header-search a:hover
{
    text-decoration: underline;
}

#header-links
{
    position: absolute;
	width: 600px;
	height: 22px;
	top: 85px;
	text-align: right;
	right: 50%;
	margin-right: -450px;
	font-family: Arial; 
	font-size: 12px; 
	letter-spacing: 1px;
}

#header-links a 
{
    color: #333333;
    text-decoration: none;
}

#header-links a:hover 
{
    color: #008FD5;
    text-decoration: underline;
}


#header-image 
{
    top: 130px;
    width: 540px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
}

#header-slogan 
{
    text-align: right;
    top: 150px;
    width: 360px;
	position: absolute;
	right: 50%;
    margin-right: -450px;
    font-family: Verdana; 
	font-size: 18px; 
	text-decoration: none;
	color: #B7B6B6;
}

#header-bar2
{
	position: absolute;
	top: 180px; 
	background-image: url(../Design/Backgrounds/header-top.gif);
    background-repeat: repeat-x;
	background-position: top center;
	margin-top: 2px;
	width: 900px;
	height: 7px; 
}




#right-header h4
{
    text-align: right;
    background-color: #E8E8E8;
    height: 22px;
    font-family: Verdana; 
	font-size: 10px; 
	text-decoration: none;
	color: #333333;
	padding: 6px 5px 0px 4px;
	
}

#right-header p
{
    padding: 5px;
    background-color: #FAFAFA;
    font-family: Verdana; 
	font-size: 10px; 
	text-decoration: none;
	color: #333333;
}

#right-header a
{
    color: #018FD1;
}


#right-header a:hover
{
    color: #C6212F;
}




#left h1
{
    font-family: Verdana;
    font-size: 20px;
    color: #316AC5;
    font-weight: normal;
    padding-bottom: 5px;
}

#left p
{
    padding-top: 12px;
    /* optional */
    font-family: Arial;
    font-size: 12px;
}

#left label
{
    font-family: Verdana; 
	font-size: 11px; 
	text-decoration: none;
	color: #008FD5;
	margin-top: 4px;
}

#left img
{
    margin-top: 4px;
    cursor: hand;
}



#footer-links 
{
    margin-top: 10px;
    background: url(../Design/Backgrounds/gray.gif) repeat-x;
    border-bottom: 1px solid #EBEBEB;
    width: 900px;
	height: 26px;
	text-align: center;
	vertical-align: middle;
}

#footer-links ul
{
	height: 18px;
	display: block;
	padding-top: 4px;
	margin: 0px;
}

#footer-links a
{
    font-family: Verdana; 
	font-size: 10px; 
	text-decoration: none;
	color: #008FD5;	
}

#footer-links a:hover
{
	color: #C6212F;
	text-decoration: underline;
}
	
#footer-links li
{
	position: relative;
	margin: 0px;
	display: inline;
	list-style: none;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	
}
	
	
#footer-copyright p
{
    font: 9px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: right;
	margin: 5px;
}

#footer-authors p
{
    font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: right;
	margin: 5px;
}

#footer-authors a
{
    color: #C6212F;
	
}

#spacer
{
	height: 20px;	
}

/* Forms */
#form
{
    padding: 5px;
}

#form fieldset
{
    width: 340px;
   
	
}

#form legend
{
    font-family: Verdana; 
	font-size: 11px;
	padding: 10px; 
	
}

#form p
{
    width: 300px;
    clear: left;
    margin: 0;
    padding: 5px 0 8px 0;
    padding-left: 100px; /*width of left column containing the label elements*/
}

#form label
{
    float: left;
    margin-left: -100px; /*width of left column*/
    width: 90px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
    padding-left: 10px;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}


#siteMapContainer
{
    padding: 10px;
    width: 50%;
}


/* ASP.NET Controls */
.input-textbox {
	font-size: 11px; 
	color: #333333; 
	font-family: Arial;
	height: 18px;
	border: solid 1px #263E94;
	padding-left: 2px;
}

.input-textbox-multi {
	font-size: 12px; 
	color: #333333; 
	font-family: Arial;
	border: solid 1px #263E94;
}

.input-buttons
{
	height: 24px;
	font-size: 12px;
	color: #333333; 
	font-family: Arial;
}


#menu 
{
    padding: 5px;
    background-color: #FAFAFA;
}

#menu ul
{
    font-family: Arial;
    font-size: 12px;
    
}

#menu li
{
    height: 20px;
}


#menu a
{
    color: #008FD5;
    text-decoration: none;
}

#menu a:hover
{
    color: #C6212F;
    text-decoration: underline;
}







.menu-item-style
{
    height: 18px;
}

.menu-dynamic-style
{
    width: 125px;
    background-color: #FAFAFA;
    border: solid 1px #333333;
}
