/* font */
@font-face { 
	font-family:InterstateLight; 
	src:url('fonts/InterstateLight.ttf');
}
@font-face { 
	font-family:InterstateBold; 
	src:url('fonts/InterstateBold.ttf');
} 

html {
	margin:0px;
	padding:0px;
	width:100%;
	min-height:100%;
	height:100%;
}
body {
	background-image:url(images/top_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	min-height:100%;
}

/*Site search field */
.textfieldStyle {
	border-color:#FFF;
	border-width:0px;
	border-style:none;
	background: transparent ;
	margin-top:11px;
	margin-left:20px;
	width:200px;
	height:20px;
}
.searchButton {
	float:left;
}
div.textfieldBg {
	float:left;
	background-image:url(images/searchfield.png);
	background-repeat: no-repeat;
	width:236px;
	height:43px;
}
#searchfield {
	float:left;
	position:relative;
	left:110px;
	top:90px;
	overflow:hidden;
}



/*DIVY*/
#container {
	width:950px;
	height:auto;
	position:relative;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	text-align:left;	
}
#wrapper {
	min-height:100%;
	width:100%;
	position:absolute;
}
#spacer {
	height:180px;
	width:100%;
	float:left;
}
#header {
	width:950px;
	height:150px;
	margin-top:0px;
	overflow:hidden;
}



/* Main menu */
#main_menu {
	width:930px;
	height:40px;
	margin-top:0px;
	margin-left:25px;
	float:left;
	overflow:hidden;
}
#main_menu table {
	width:100%;
	height:40px;
	float:left;
	margin-top:-3px;
	text-align:right;
}
#main_menu table td:first-child{
	text-align:left;
}
div.mainMenuItem {
	min-width:170px;
	height:auto;
	margin-top:2px;
	margin-right:0px;
	border:none;
	float:left;
	text-align:center;
	overflow:hidden;
}

/* SUBMENU */
#submenu {
	width:930px;
	height:40px;
	margin-top:1px;
	margin-left:30px;
	float:left;
	position:absolute;
	top:109px;
	left:0px;
	overflow:hidden;
}
#submenu a {
	cursor:pointer;
}
div.submenuItem {
	min-width:130px;
	height:30px;
	margin-top:10px;
	margin-right:0px;
	border:none;
	float:left;
	text-align:center;
}

/* PAGE */
div.body {
	width:950px;
	height:auto;
	position:relative;
	float:left;
	text-align:left;
	background-image:url(images/body_repeat.gif);
	background-repeat:repeat-y;
	margin-top:10px;
}
div.body_noline {
	width:950px;
	height:auto;
	position:relative;
	float:left;
	text-align:left;
	background-image:url(images/body_repeat_noline.gif);
	background-repeat:repeat-y;
	margin-top:10px;
}
div.head {
	width:950px;
	height:auto;
	float:left;
	overflow:hidden;
}

div.bodyContent {
	width:600px;
	min-height:300px;
	float:left;
	margin-left:45px;
	margin-top:20px;
}
#bodyContent {
	width:600px;
	float:left;
	margin-left:45px;
	margin-top:30px;
}
div.bodyContent_noline {
	width:850px;
	min-height:300px;
	float:left;
	margin-left:45px;
	margin-top:0px;
}
#bodyContent_noline {
	width:850px;
	float:left;
	margin-left:45px;
	margin-top:20px;
}
div.column {
	width:220px;
	height:auto;
	float:left;
	margin-left:45px;
	margin-top:30px;
}
div.column_plain {
	margin-top:20px !important;
}
#footer {
	width:100%;
	height:165px;
	background-image:url(images/bottom_bg.gif);
	background-repeat:repeat-x;
	position:absolute;
	left:0px;
	bottom:0px;
	overflow:hidden;
}
#footerContent {
	width:910px;
	height:auto;
	position:relative;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
	text-align:left;	
}
#footerContent table td {
	padding-left:20px;
	vertical-align:middle;
}
#footerContent table td:first-child {
	padding-left:0px;
}
#flash {
	width:950px;
	height:auto;
	position:relative;
	float:left;
	margin:0px;
}
#pageContent {
	width:960px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:40px;
}
#jsLayer {
	position:absolute;
	width:620px;
	top:760px;
	left:40px;
	background-color: rgba(255, 255, 255, 0.6);
}
#infobox {
	position:absolute;
	width:330px;
	height:150px;
	padding-top:20px;
	padding-left:40px;
	padding-right:30px;
	padding-bottom:10px;
	background-image:url(images/info.png);
	background-repeat:no-repeat;
}
#info_t {
	position:absolute;
	width:280px;
	height:95px;
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:40px;
	background-image:url(images/info_t.png);
	background-repeat:no-repeat;
	top:750px;
	left:195px;
}
#hed1 {
	position:absolute;
	top:50px;
	left:30px;
	font-size:50px;
	color:#FFF;
}
div.question {
	color:#505050;
	font-size:13px;
	letter-spacing:0px;
	margin-top:30px;
}
div.answer {
	width:auto;
	margin-right:20px;
}
p img {
	float:left;
	margin:5px 15px 15px 0px;
}

/*IMG*/
img {
	border-style:none;
	border-width:0px;
}

/*TEXTY*/
p {
	color:#505050;
	font-size:13px;
	letter-spacing:0px;
	margin-top:20px;
	overflow:hidden;
}
table.body {
	color:#505050;
	font-size:13px;
	letter-spacing:0px;
	margin-top:20px;
}
li {
	color:#505050;
	font-size:13px;
	letter-spacing:0px;
	line-height:180%;
	list-style-type:circle;
}
.highlights {
	color:#505050;
	font-size:20px;
	margin-top:20px;
}
.caps {
	text-transform:uppercase;
}
.nospace {
	margin-top:5px;
	padding-top:0px;
}
.catchy {
	color:#00C0F3;
	font-size:30px;
	margin-top:20px;
	font-weight:bolder;
	text-align:center;
}
.blue {
	color:#00C0F3;
}
.gray {
	color:#505050;
}
h1 {
	color:#FFFFFF;
	font-size:45px;
	letter-spacing:1px;
	font-family:InterstateLight, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
h2 {
	color:#585858;
	font-size:28px;
	font-family:InterstateLight, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:lighter;
	margin:0px;
	padding:0px;
}
h3 {
	color:#505050;
	font-size:16px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:20px;
	padding-bottom:0px;
	margin-bottom:0px;
}


/*a.darkGrey*/
a.darkGrey {
	color:#282828;
	font-size:12px;
	text-decoration:underline;
}

/*LINK PRO MAIN MENU*/
a.mainMenu {
	color:#FFF;
	font-size:43px;
	text-decoration:none;
	font-weight:bolder;
	font-family:InterstateBold, "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	line-height:90%;
}
a.mainMenu:hover {
	color:#E6E6E6;
	text-decoration:none;
}

/*LINK PRO SUBMENU*/
a.submenu {
	color:#00C0F3;
	font-size:16px;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-weight:lighter;
}
a.submenu:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.nostyle {
	font-size:inherit;
	font-family:inherit;
	text-decoration:inherit;
}

/*a.sitemap*/
a.sitemap {
	color:#00C0F3;
	font-size:16px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
a.sitemap:hover {
	color:#00C0F3;
	font-size:16px;
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:bold;
}

a.sitemap_sub1 {
	color:#505050;
	font-size:15px;
	text-decoration:none;
	font-weight:normal;
	margin-left:30px;
	line-height:180%;
	text-transform:uppercase;
}
a.sitemap_sub1:hover {
	color:#505050;
	font-size:15px;
	font-weight:bold;
	margin-left:30px;
	line-height:180%;
	text-transform:uppercase;	
}

a.sitemap_sub2 {
	color:#505050;
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
	line-height:180%;
}
a.sitemap_sub2:hover {
	color:#505050;
	font-size:13px;
	font-weight:bold;
	line-height:180%;
}

/* a.index */
a.index {
	color:#00C0F3;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
a.index:hover {
	text-decoration:underline;
}
