/* GPL - OpenSource */
/* Clear Floated Elements */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}

/* Clearfix */
.clearfix:before,.clearfix:after {content: '\0020';display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
.clearfix:after {clear: both;}

/* The following zoom:1 rule is specifically for IE6 + IE7 */
.clearfix {zoom: 1;}

/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ 
@font-face {
	font-family:"I am online with u";
	src:url("fontface/I_am_online_with_u.eot?") format("eot"),
		url("fontface/I_am_online_with_u.woff") format("woff"),
		url("fontface/I_am_online_with_u.ttf") format("truetype"),
		url("fontface/I_am_online_with_u.svg#Iamonlinewithu") format("svg");
	font-weight:normal;
	font-style:normal;
}

/* BODY */
body {
    min-width: 960px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 14px;

/* Background Gradient */
	background: rgb(30,87,153); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(125,185,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */
}

a {color: #C6DBEC;text-decoration: none;}
a:hover {color: gray;text-decoration: underline;}
ol, ul {color: #C6DBEC;}

/* HEADER CONTENT */
.container {margin-left: auto;margin-right: auto;width: 960px;}

/* LOGO */
#logo {
	padding-top: 30px;
	height: 200px;
	font-family: "I am online with u",Verdana, Arial, Helvetica, Sans-Serif;
	text-align:center;
	font-size: 140px;
	color: #C6DBEC;
}
#logo img {border: 0px;padding: 20px 10px 0px 10px;}

/* MENU */
#menu {
    position: relative;
	top: 0px;
	left: 0px;
	/*width: 560px;*/
	border-top: #7db9e8 1px solid;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-right: #7db9e8 1px solid;
	border-left: #7db9e8 1px solid;
	padding-bottom: 10px;
	background-color: #c5e4ff;
}
#menu ul {list-style-type: none;margin: 0px;padding: 0px 0px 0px 0px;}
#menu ul li {float: left;padding: 12px 25px 13px 25px;margin-bottom: 0px;}

#menu .current {
	background: #7db9e8;
	border-bottom: #7db9e8 1px solid;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#menu .current.index {
background: #7db9e8;
border-bottom: #7db9e8 1px solid;
border-top-left-radius: 15px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

#menu a{
    color: #1e5799;
    text-decoration: none;
    font-size: 15px;
	font-weight:normal;
    text-shadow: 1px 1px 0px #fff;
}
#menu a:hover{
    color: #6290B5;
    text-decoration: none;
    font-size: 15px;
	font-weight:normal;
    text-shadow: 1px 1px 0px #fff;
}
/* END OF HEADER CONTENT */

.contentleft{
    width: 560px;
    display:inline;
    float: left;
    position: relative;
	text-align:justify;
}

.contentpadding {padding-left: 30px;padding-top:10px;}
.section {padding-top: 10px;padding-left: 30px;padding-right: 10px;}

/* MAIN */
#main {
    color: #191919;
    line-height: 1.5em;
	border-left: #7db9e8 1px solid;
	border-right: #7db9e8 1px solid;
	border-bottom: #7db9e8 1px solid;
    border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #427CB7;
}

#main a, a:hover {font-size:14px;}
h1, h2, h3, h4, h5 {color: #ccc;text-shadow: 1px 1px 0px #6290B5;}

h1 {font-size: 44px;font-weight: normal;line-height: 1.2em;}
h2 {font-size: 30px;font-weight: normal;margin-bottom: 0px;line-height: 1.2em;}
h3 {color: #A3D7FF;line-height: 1.3em;}

pre, blockquote {
    background-color: #c5e4ff;
    padding: 10px;
    border: #385368 1px solid;
    border-radius: 5px;
}
/* PAGE FOOTER */
.contentfooter {
	height: 40px;
    padding-left: 30px;
    padding-top: 0px;
    font-size: 11px;
    vertical-align: middle;
    color: #555;
    background-color: #faf7ef;
}

/* SIDEBAR */
.sidebar {
    width: 360px;
    display:inline;
    float: left;
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
}
.sidebar h2 {
    font-size: 18px;
}
/* FOOTER */
#footers {
	text-align:center;
	margin-top: 20px;
	height: 140px;
	width: 960px;
	background-color: #c5e4ff;
	border: #385368 1px solid;
    border-radius: 5px;
}
#footers ul {list-style-type: none;margin: 0px;padding: 0px 0px 0px 0px;}
#footers ul li {float: left;padding: 0px 10px 0px 10px;margin-bottom: 0px;}
#footers img {border: 0px;padding-top:40px;padding-left:10px;}

.footerleft {
	width: 620px;
	height: 120px;
	padding-left: 30px;
    padding-top: 20px;
	float:left;
    color: #555;
    font-size: 12px;
    line-height: 1.7em;
}

.footerleft a{color: #555;text-decoration: none;}
.footerleft a:hover{color: #888;text-decoration: none;}
.footerleft .current a{color: #1e5799;text-decoration: none;}

.footerright {
	width: auto;
	height: 120px;
	padding-left: 10px;
	padding-right:30px;
    padding-top: 20px;
	float:right;
    color: #555;
    font-size: 11px;
    line-height: 1.7em;
	text-align:right;
}
.footerright a{color: #1e5799;text-decoration: none;text-align:right;}
.footerright a:hover{color: #666;text-decoration: none;}

.social {
	font-family: "I am online with u",Verdana, Arial, Helvetica, Sans-Serif;
	padding-top: 40px;
}
.social a{font-size: 60px;color: #1e5799;text-decoration: none;text-align:right;}
.social a:hover{font-size: 60px;color: #666;text-decoration: none;}
	