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

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 11px;
	color: #666666;
}
a {
	color: #2B2F92;
	text-decoration: none;
}
a:hover {
	color: #99F;
}

/********************** Columns */

/* All */
.col2-set {
	clear:both;
	width:98%;
	margin-right: auto;
	margin-left: auto;
}
 .col3-set, .col4-set, .col5-set {clear:both;}

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 {
	float:left;
}
.col2-set .col-2 { float:right;}

/* Col2-alt */
.col2-alt-set .col-1 { width:30%; padding-left:20px; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right;}

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3{
	float:left;
	width:22%;
}
.col4-set .col-2 { margin-right:4%; }
.col4-set .col-1 { margin-right:2%; padding-left:20px; }
.col4-set .col-3 {
	margin-right:13px;
	padding-right: 22px;
}
.col4-set .col-4 { padding-right:10px; padding-left:10px; width:20%; float:left; background-image:url(images/bg_blue.jpg);}


/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }

.divider {
	height:1px;
	background:url(images/dotted_divider.gif) repeat-x;
	font-size:1px;
	line-height:1em;
	overflow:hidden;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
    }


/* BEGIN HOME NAVIGATION CLASS ------------------------------------------ */

#navigation {
	width: 100%;
	height: 55px;
	position: absolute;
	top: 125px;
	clear: none;
	z-index: 999;
}

.solidblockmenu ul{
	padding: 0;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	height: 31px;
	margin: 0;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #506880;
	text-decoration: none;
	padding-top: 9px;
	padding-bottom: 7px;
	padding-right: 15px;
	padding-left: 15px;
	height: 18px;
	-moz-border-radius: 15px 15px 0px 0px;
	background-image: url(images/div_main/white.png);
	background-repeat: repeat;
	opacity: 0.75;
	filter:alpha(opacity=75); /* IE Class */
	-webkit-border-radius: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #9BCCD6;
	border-right-color: #9BCCD6;
	border-left-color: #9BCCD6;
}

.solidblockmenu li a:visited{
	color: #000045;
}

.solidblockmenu li a:hover {
	color: #000045;
	background-image: url(images/div_main/bg_nav_on_fade.png);
	background-repeat: repeat;
	-moz-border-radius: 15px 15px 0px 0px;
	opacity: 1.0;
	filter:alpha(opacity=100); /* IE Class */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #9BCCD6;
	border-right-color: #9BCCD6;
	border-left-color: #9BCCD6;
}

/******************** ----------------------------------- */

#topContainer {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 0;
	top: 0px;
	height: 479px;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ffffff;
	overflow: auto;
}

#sliquelogo {
	background-image: url(images/slique.png);
	float: left;
	height: 117px;
	width: 200px;
	margin-top: 0px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 20px;
	background-repeat: no-repeat;
}
#slogan {
	float: left;
	height: 95px;
	width: 550px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#slogan h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#slogan h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	font-weight: normal;
	color: #CBFFF0;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-transform: uppercase;
}
.col4-set h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1C73B2;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1C71AF;
	padding-bottom: 5px;
	line-height: 20px;
}
.white {
	color: #ffffff;
}
.learn {
	background-image: url(images/bg_learnLink.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 115px;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 12px;
}
.learn a {
}
.col-1-only {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h1 {
	color: #26A6B3;
	font-size: 35px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 15px;
}
.red {
	color: #ff0000;
}
.green {
	color: #23A2B1;
}
.col-1-only img {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.col-1-only p {
	font-size: 14px;
	line-height: 20px;
}
.col2-alt-set .col-1 p {
	font-size: 14px;
	line-height: 20px;
}
.col4-set p {
	line-height: 18px;
}
.navigationBlock {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.black {
	color: #000000;
}
