/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block
}
mark, rp, rt, ruby, summary, time {
	display:inline
}
/* Left & Right alignment */
.left {
	float:left
}
.right {
	float:right
}
.wrapper {
	width:100%;
	overflow:hidden
}
/* Global properties ======================================================== */
body {
	background:url(../images/bg_top_main.gif) 0 0 repeat-x #242b71;
	border:0;
	font:14px Arial, Helvetica, sans-serif;
	color:#eaeff3;
	line-height:24px;
	min-width:920px
}
.css3 {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	position:relative
}
/* Global Structure ============================================================= */
.main {
	margin:auto;
	width:920px;
	position:relative
}
.bg1 {
	background:#809ab5;
	color:#000000;
}
/* ============================= main layout ====================== */
a {
	color:#eaeff3;
	text-decoration:none;
	outline:none
}
a:hover {
	color:#fff;
	background:#000;	
}
h1 {
	padding:10px 0 0 21px;
	float:left
}
h4 {
	padding:10px 0 0 9px;
	float:right
}

h2 {
	font-size:33px;
	color:#fff;
	font-weight:700;
	line-height:1.2em;
	padding:30px 0 11px 0;
	letter-spacing:-1px
}
h3 {
	font-size:22px;
	color:#fff;
	font-weight:700;
	line-height:1.2em;
	padding:13px 0 17px 0;
	letter-spacing:-1px
}
h3.color1 {
	padding:0 0 7px 0
}
h3.alignment {
	text-align:center
}
p {
	padding-bottom:14px
}
/* ============================= header ====================== */
header {
	height:179px
}
#page1 header {
	height:417px
}
#logo {
	display:block;
	text-indent:-9999px;
	background:url(../images/SSlogo2.png) 0 0 no-repeat;
	width:580px;
	height:150px
}
#slogan {
	display:block;
	text-indent:-9999px;
	background:url(../images/slogan_main.png) 0 0 no-repeat;
	width:305px;
	height:150px
}
#menu {
	padding-top:40px
}
#menu > li {
	float:left;
	padding-right:5px
}
#menu .last {
	padding-right:0px
}
#menu > li > a {
	width:149px;
	display:block;
	font-size:17px;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	height:61px;
	line-height:58px;
	border-top:1px solid #1f1f1f;
	background:#000;
	text-align:center;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	position:relative
}
#menu > li > a:hover, #menu > .active > a {
	background:#809ab5;
	border-color:#405163
}
#menu > li > a span {
	display:block;
	position:relative
}
/* ============================= content ====================== */
#p2 {
	font-weight:600
}
#content, #content2 {
	padding:0 20px
}
#content, #content3 {
	padding:15px 30px 15px 30px
}
#content {
	padding-bottom:9px
}
#content2 {
	padding-bottom:21px
}
.pad_bot1 {
	padding-bottom:12px
}
.pad_bot2 {
	padding-bottom:8px
}
.marg_right1 {
	margin-right:20px
}
.marg_right2 {
	margin-right:20px
}
.no_pad {
	padding-bottom:0
}
.color1 {
	color:#809ab5
}
.color2 {
	color:#ffffff
}
.color3 {
	color:#415a73
}
.color4 {
	color:#ecedf9
}
.button1 {
	display:inline-block;
	font-size:22px;
	color:#fff;
	padding:0 18px;
	background:#242b71;
	height:45px;
	line-height:44px;
	position:relative;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	letter-spacing:-1px;
	margin-top:-4px
}
.button2 {
	display:inline-block;
	font-size:22px;
	color:#fff;
	padding:0 18px;
	background:#809ab5;
	height:45px;
	line-height:44px;
	position:relative;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	letter-spacing:-1px;
	margin-top:-4px
}
.button1:hover {
	background:#fff;
	color:#000
}
.list1 {
}
.list1 a {
	color:#eaeff3;
	padding-left:15px;
	background:url(../images/marker_1.png) 0 5px no-repeat
}
.list1 a:hover {
	color:#5f870e
}
.list2 {
}
.list2 li {
	padding-left:30px;
	background:url(../images/marker_1.png) 0 9px no-repeat;
	padding-bottom:5px
}
.list3 {
}
.list3 li {
	text-align:center;
	padding-left:12px;
	background:url() 0 9px no-repeat;
	padding-bottom:5px
}
figure {
	padding-top:2px
}
/* ============================= footer ====================== */
footer {
	text-align:center;
	padding:29px 20px 0;
	height:98px
}
footer a {
	color:#808080
}
footer a:hover {
	color:#fff
}
