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

/* LINKS */

a {
    /*color: #333;*/
	text-decoration:none;
}


a:focus {
   outline:none;
}


a:hover {
    /*text-decoration: underline;
	border-bottom:1px dashed #15addd;*/
}


/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
	padding-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #15addd;
	font-weight: normal;
}

h1 { font-size: 28px; }
h2 { font-size: 21px; }
h3 { font-size: 19px; }
h4 { font-size: 17px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

/* DEFAULT CONTENT CSS */


p {
	padding: 0px;
	margin: 0px;
    line-height: 22px;
    font-size: 13px;
    color: #666;
	margin-bottom:20px;
}

p.last {
	margin-bottom:0;	
}

p a {
	text-decoration: none;
	color: #494949;
}

p a:hover {
	text-decoration: none;
	color: #15addd;
}

.hightlight {
	color: #00adb3;
}

.icon_left {
    float: left;
	padding-right: 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.image-left {
    float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.image-right {
    float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* ie fix image border */
a img {
	border: 0px;
}

#header {
margin-bottom: 50px;
}