@charset "utf-8";
/* CSS Document */

/* colours used in the site

background dark blue: #2E3192;


*/

/* reset styles */
html,body,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}
/* end reset styles */

/* layout styles */
#page_wrapper{
	width:1022px;
	margin:0px auto;
	background-image: url(../images/background-page.jpg);
	background-repeat: no-repeat;
	min-height:768px;
}
#content_wrapper{
	margin: 0px 122px 131px 124px;
	padding-top: 131px;
	height: 506px;
  
}
#column_wrapper {
}
#left_column_home {
	float: left;
	width: 251px;
	height: 506px;
	background-image: url(../images/background-leftcolumn-homepage.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#left_menu_home {
	margin-right: 41px;
	background-image: url(../images/background-menu-homepage.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 338px;
}


#left_column {
	float: left;
	width: 251px;
	height: 506px;
	background-image: url(../images/background-leftcolumn.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#left_menu {
	margin-right: 41px;
	background-image: url(../images/background-menu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 338px;
}
#left_image {
	margin-right: 41px;
}


#right_column {
	margin-left: 251px;
	height: 506px;
}
#right_column_top_homepage {
	height: 345px;
	background-image: url(../images/background-rightcol-top-homepage.jpg);
	background-repeat: no-repeat;
	padding-top: 73px;
}
#vortex_flash {
	margin-right: 4px;
	margin-left: 8px;
	height: 226px;
}

#right_column_top {
	height: 378px;
	background-image: url(../images/background_rightcol_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 40px;
}
#right_content_block {
	margin-right: 20px;
	margin-left: 5px;
	height: 320px;
	overflow: auto;
	float:left;
	width: 500px;
}

#right_column_bottom {
	height: 88px;
	background-image: url(../images/background-rightcol-bottom.jpg);
	background-repeat: no-repeat;
}
#right_bottom_text {
	margin-left: 197px;
}




/* ------------- Standard tag definitions ----------------------------- */
body {
	background-color: #FFFFFF;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	background-position: center;
}

p,a,li,em,strong,td,span{ font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;font-family:Arial, Helvetica, sans-serif; }

p {
	color:#000000;
	margin:0px 5px 5px 5px;
	font-size:0.8em;
	padding-top:5px;
	line-height: 1.2em;
}

a { color:#000000; text-decoration:underline; }

a:hover, a:focus { text-decoration:none; }

ul {
	list-style:disc;
	margin:0px 10px;
	list-style-position:inside;
}

li {
	font-size:0.8em;
	line-height: 1.3em;
}

strong { font-weight:bold; }

em { font-style:italic; }

h1,h2,h3,h4,h5,h6,h7 {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#000000;
	margin:0px 5px 8px 5px;
	padding-top:5px;
	line-height: 1.3em;
	font-style:italic;
}

h1 { font-size:1.4em; }
h2 { font-size:1.2em; }
h3 { font-size:1em; }
h4 { font-size:.9em; }
h5 { font-size:.8em; }
h6 { font-size:.7em; }



/* ------------------ Standard Class Definitions -------------------------- */
.clearer { clear:both; }

.align-center,td.align-center,.align-centre,td.align-centre{text-align:center;}
.align-left,td.align-left{text-align:left;}
.align-right,td.align-right{text-align:right;}
.align-justify,td.align-justify{text-align:justify;}

.text-smaller,td.text-smaller{font-size:.6em;}
.text-small,td.test-small{font-size:.7em;}
.text-large,td.text-large{font-size:1em;}
.text-larger,td.text-larger{font-size:1.2em;}
.text-largest,td.text-largest{font-size:1.4em;}
.text-huge,td.text-huge{font-size:1.8em;}

.color-red{color:#FF0000;}
.color-white{color:#FFFFFF;}
.color-black{color:#000000;}
.color-light-grey{color:#CECECE;}
.color-medium-grey{color:#999999;}
.color-dark-grey{color:#333333;}

/* -------------- site menu classes ------------------------ */

ul.site-menu{
	list-style-type:none;
	margin-left: 18px;
	padding-top: 90px;
	}
ul.site-menu li {
	line-height: 1.3em;
	color: #FFFFFF;
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 5px;
}
ul.site-menu li a {
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}
ul.site-menu li a:hover{color:#FF9900; }

/* ------------------- custom text styles ------------------------ */

/*this styles text blocks for the section title at the bottom of the pages*/
.section-titles{
	color:#FFFFFF;
	font-style:italic;
}

.img-gallery{
	margin-left: 5px;
	float:left;
	vertical-align: middle;
}
.img-gallery-firstrow{
	float:left;
}
.gallery-row{
	clear: both;
	margin: 5px auto 5px auto;
	vertical-align: middle;
	height: auto;
}
