/* CSS Document */

/* ------ Universal ------ */

/*Link Colors*/

a:link {
	color:#0033FF
	}    /* unvisited link */
	
a:visited { 
	color:#990099
	}  /* visited link */
	
a:hover { 
	color:#FF0000
	}  /* mouse over link */
	
a:active { 
	color:#FF0000
	}  /* selected link */
	
a {
	text-decoration: none;
	}	
	
.bodylink {
	font-size:12px;
	text-decoration: none;
	}	
	
a.menu:link {
	color: #FFFFFF;
	}    /* unvisited link */
	
a.menu:visited { 
	color: #CCCCCC;
	}  /* visited link */
	
a.menu:hover { 
	color: #FFFF00;
	}  /* mouse over link */
	
a.menu:active { 
	color: #000000;
	}  /* selected link */
	
a.menu {
	font-size:10px;
	text-decoration: none;
	}
	
/*Body*/

html {
    height: 101%;
	}

body {
	text-align:center; /* Hack for IE5/Win */
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/Background_Image_1.gif);
	background-repeat:repeat-x;
	background-position:top left;
	}
		
#Content {
	width:760px;
 	height:auto;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background:#FFFFFF;
	}
	
/*Navbar and Header*/ 
	
#Topbox {
	width:760px;
	height:45px;
	background-image:url(../images/background.jpg);
	float:right;
	}
	
#Logo {
	float: left;
	width:61px;
	height:45px;
	}	
	
#LeftNavSpacer {
	float:left;
	width: 9px;
	height:45px;
	}	
	
#Menu {
	float: left;
	height:45px;
	width:679px;
	}	

/*Footer*/

#Bottombox {
	float:left;
	width:760px;
	height:19px;
	font: 10px Arial, sans-serif;
	color:#FFFFFF;
	padding-top:4px;
	background-image:url(../images/Bottom_Graphic_Homepage.gif);
	background-repeat:no-repeat;
	}	
	
.leftfooter {
	float: left;
	padding-left:10px;
}

.rightfooter {
	float: right;
	padding-right:10px;
}

/*Text Modifiers*/

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}
	
h3 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
	
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	}
	
h5 {
	/*Stable Text To Aviod Resize*/
	font-size:12px;
	font-weight:normal;
	}
	
ul {
	font-size:12px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-left:8px;
	margin-left:8px;
	list-style-type:disc;
	}
	
.quote {
	font-size:14px;
	padding-left:50px;
	padding-right:50px;
	font-style:italic;
	font-weight:bold;
	color:#003399;
	}
	
.greytable {
	background-color:#CCCCCC;
	border-color:#FFFFFF;
	border-spacing:1px;
	border-collapse:separate;
	}	
	
.nospace {
	margin:0px;
	padding:0px;
	}
	
.italic {
	font-style:italic;
	}
	
.bold {
	font-weight:bold;
	}
	
.highlight {
	background-color:#FFFF99;
	font-weight:bold;
	}	
		
.sidebarcolor {
	color:#003399;
	}
	
.toolbarcolor {
	color:#FFFFFF;
	}
	
.dropcap:first-letter {
	float:left;
	color:#003399;
	font-size:36px;
	line-height:20pt;
	}
	
.left {
	float: left;
	margin-right:10px;
}

.right {
	float: right;
	margin-left:10px;
}
	
.top {
	vertical-align:top;
	}
	
.mail {
	margin-top:100px;
	}
	
.greyline {
	padding-top:7px;
	padding-bottom:6px;
	}
	
/* ------ index.html ------ */

/*Image and Content Boxes*/

#Image1 {
	float:left;
	width:760px;
	height:253px;

	}

#Image2 {
	float:left;
	width:252px;
	height:252px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}

#Image3 {
	float:left;
	width:252px;
	height:252px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	}
	
#Content1 {
	float:left;
	width:232px;
  	height:232px;
	padding:10px;
	border-left: 1px solid #CCCCCC;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	}

#Content2 {
	float:left;
	width:232px;
  	height:232px;
	padding:10px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color:#FFFFFF;
} 

#Content3 {
	float:left;
	width:232px;
  	height:232px;
	padding:10px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-right: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	}

/*Image Modifiers*/

.right_newsletter_sample {
	float: right;
	padding-left:7px;
	padding-right:0px;
}

/* ------ Universal Internal Pages ------ */

/*Image and Content Boxes*/

#ContentBox {
	float:left;
	width:758px;
	height:auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-image:url(../images/Sidebar_background1.gif);
	background-repeat:repeat;
	}

#PrimaryContent {
	float:left;
	width:534px;
	min-height:534px;
 	height:auto !important;
  	height:534px;
	padding:10px;
	border-right: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	}
	
#SecondaryContent {
	float:right;
	width:182px;
	min-height:auto;
	padding:10px;
	}

#Toolbar {
	float:left;
	position:relative;
	width:183px;
	height:160px;
	background-image:url(../images/Sidebar_background_2.gif);
	padding:10px;
	}
	
/*Sidebar Elements and Spacers*/
	
#SideImage1 {
	float:left;
	position:relative;
	width:182px;
	min-height:220px;
	padding-top:10px;
	}
	
#SideImage2 {
	float:left;
	position:relative;
	width:182px;
	height:225px;
	}
	
#SideImage3 {
	float:left;
	position:relative;
	width:182px;
	height:225px;
	}
	
#SidebarSpacer {
	float:left;
	position:relative;
	width:182px;
	height:20px;
	}
	
/* ------ newsletter.html ------ */

#newsletterboxleft {
	float:left;
	position:relative;
	width:256px;
	height:auto;
	padding-right:10px;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#CCCCCC;
	}

#newsletterboxright {
	float:left;
	position:relative;
	width:257px;
	height:auto;
	padding-left:10px;
	}
	
/* ------ seminar ------ */
	
#webinar_bottombox {
	width:760px;
	height:19px;
	font: 10px Arial, sans-serif;
	color:#FFFFFF;
	padding-top:4px;
	background-image:url(../images/Bottom_Graphic_Homepage.gif);
	}	
	
#webinar_content {
	width:760px;
 	height:auto;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	}
	
	
/* ------ Highslide ------ */

/*These CSS-styles are necessary for the script to work. You may also put them in an external CSS-file. See the webpage for documentation.*/

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(../scripts/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: none;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(../scripts/highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

.highslide-overlay {
	display: none;
}

/* Controlbar */
.controlbar {	
	background: url(../scripts/highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../scripts/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}