@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'UbuntuRegular';
    src: url('fonts/Ubuntu-Regular-webfont.eot');
    src: url('fonts/Ubuntu-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-Regular-webfont.woff') format('woff'),
         url('fonts/Ubuntu-Regular-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-Regular-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuItalic';
    src: url('fonts/Ubuntu-Italic-webfont.eot');
    src: url('fonts/Ubuntu-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-Italic-webfont.woff') format('woff'),
         url('fonts/Ubuntu-Italic-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-Italic-webfont.svg#UbuntuItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuBold';
    src: url('fonts/Ubuntu-Bold-webfont.eot');
    src: url('fonts/Ubuntu-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-Bold-webfont.woff') format('woff'),
         url('fonts/Ubuntu-Bold-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-Bold-webfont.svg#UbuntuBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuBoldItalic';
    src: url('fonts/Ubuntu-BoldItalic-webfont.eot');
    src: url('fonts/Ubuntu-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-BoldItalic-webfont.woff') format('woff'),
         url('fonts/Ubuntu-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-BoldItalic-webfont.svg#UbuntuBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuLight';
    src: url('fonts/Ubuntu-Light-webfont.eot');
    src: url('fonts/Ubuntu-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-Light-webfont.woff') format('woff'),
         url('fonts/Ubuntu-Light-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-Light-webfont.svg#UbuntuLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuLightItalic';
    src: url('fonts/Ubuntu-LightItalic-webfont.eot');
    src: url('fonts/Ubuntu-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-LightItalic-webfont.woff') format('woff'),
         url('fonts/Ubuntu-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-LightItalic-webfont.svg#UbuntuLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuMedium';
    src: url('fonts/Ubuntu-Medium-webfont.eot');
    src: url('fonts/Ubuntu-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-Medium-webfont.woff') format('woff'),
         url('fonts/Ubuntu-Medium-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-Medium-webfont.svg#UbuntuMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuMediumItalic';
    src: url('fonts/Ubuntu-MediumItalic-webfont.eot');
    src: url('fonts/Ubuntu-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-MediumItalic-webfont.woff') format('woff'),
         url('fonts/Ubuntu-MediumItalic-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-MediumItalic-webfont.svg#UbuntuMediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Regular';
    src: url('fonts/Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

a:link {
	text-decoration: none;
	color: #999999;
	outline:none;
}

a:visited {
	text-decoration: none;
	color:#999999;
	outline:none;
}

a:hover {
	text-decoration: none;
	color:#999999;
	outline:none;
}

a:active {
	text-decoration: none;
	color:#999999;
	outline:none;
}

a:focus {
	text-decoration: none;
	color:#999999;
	outline:none;
}

html {
	height:100%;
		
	overflow-x: hidden;
	overflow-y: scroll;
	
	margin-top:0px;
	margin-bottom: 0px;	
	margin-left: 0px;
	margin-right: 0px;
	
	padding:0px;
}

body {
	height:100%;
	
	overflow:visible;
	
	margin-top:0px;
	margin-bottom: 0px;	
	margin-left: 0px;
	margin-right: 0px;

	padding:Opx;

	font-family: 'UbuntuRegular';
	font-size:12px;

	background-color:#FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	
	text-align:center;
}

.frame {
	min-height:100%;
	width:870px;
	
	margin-left:auto;
	margin-right:auto;
	
	position:relative;
	
	top:0px;
	bottom:0px;
	
	margin-bottom:0px;
	
	border-left:solid;
	border-left-color:#CCCCCC;
	border-left-width:1px;
	border-right:solid;
	border-right-color:#CCCCCC;
	border-right-width:1px;
	background-color:#FFFFFF;
}

.logo {
	height:105px;
	width:850px;
	margin:0 auto;
	display:block;
	margin:auto;
}

.nav_primary {
	height: 20px;
	width: 850px;
	margin:0 auto;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 3px;
	font-size:12px;
}

.nav_secondary {
	height: 20px;
	width: 850px;
	margin:0 auto;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 3px;
	font-size:10px;
}

.regular_text {
	color: #666666;
}

.header_text {
	font-weight: bold;
	color: #666666;
}

.form_field {
	background-color:#FFFFFF;
	font-size: 12px;
	font-family:'UbuntuRegular';
	color:#000000;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.nav_bottom {
	height: 20px;
	width: 850px;
	margin:0 auto;
	border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	padding-top: 3px;
	color:#666666;
	font-size:10px;
}

.other_sites {
	width: 850px;
	margin:0 auto;
	padding-top: 10px;
	color:#666666;
	font-size:10px;
}

#main {
	background-color:#FFFFFF;
	width:850px;
	margin:0 auto;
}

.nivoSlider {
    position:relative;
    width:450px; /* Change this to your images width */
    height:670px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}

.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

.nivoSlider a {
    border:0;
    display:block;
}

