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

/* Yo! */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
    background-color:#fff;
	margin: 0px;
	padding: 0px;
	height:100%;

}


a:link {
	color:#999999;
		text-decoration: none;
		}

a:visited {
	color:#999999;
		text-decoration: none;
		}
	
a:hover {
	color:#fff;
	background-color:#1ca8ea;
		text-decoration: none;

	}
	


ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
img {
	border:none;
	}
	
h1 {
	font-size: 14px;
	color:#1ca8ea;
	font-weight:normal;
	line-height: 25px;
	margin:25px 0 0 0;
	}
	
h2 {
	font-size: 18px;
	color:#1ca8ea;
	font-weight:normal;
	line-height: 25px;
	margin:20px 0 15px 0;
	}
	
h3 {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	margin:0px 0 20px 0;
	padding: 0px 0 5px 0;
	color:#1ca8ea;
	width: 100%;
	border-bottom: 2px solid #8bd2f3;
	}
	
h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 10px;
	margin:-10px 0 25px 0;
	text-align:right;
	}
	
h5 {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	margin:0px 0 20px 0;
	padding: 30px 0 5px 0;
	color:#1ca8ea;
	}
	
.work_list {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	margin:0px 0 20px 0;
	padding: 0px 0 5px 0;
	width: 100%;
	color:#666666;
	}
	
.work_list a:visited {
color:#999999;
	text-decoration: none;

	}
	
.work_list a:hover {
	color:#fff;
	background-color:#1ca8ea;
		text-decoration: none;

	}
	
p {
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	}
	
span {
	color:#1ca8ea;
	}

/* Container */

#container {
	font-family: Helvetica, Arial, sans-serif;
	width: 725px;
	padding-left:80px;
	padding-top:40px;
	text-align:left;
	border:none;
	background-color:#FFFFFF;
	font-size:14px;
}

/* Top Right Banner */

#top_right_banner {
	position:fixed;
	top:0px;
	right:0px;
	}

/* Left Column */


#left_column {
	position:absolute;
	float:left;
	width: 30%; 
}


.logo {
	margin-bottom:25px;
	}

.bar1 {
	position:relative;
	width: 190px;
	height: 2px;
	background-color:#8bd2f3;
	margin: 10px 0 10px 0;
	}
	
	
/* Right Column */

#right_column {
	position:relative;
	float:right;
	width:70%;
	margin: 95px 0 0 0px;
}


.post {
	width:900px;
	padding: 0 0 5px 0;
	margin: 0 0 150px 0;
	}
	
.info {
	width:315px;
	padding: 0 0 5px 0;
	margin: 0 0 150px 0;
	}
	
.post_detail {
	color: #8bd2f3;
	width:900px;
	padding: 0 0 5px 0;
	margin: 0 0 50px 0;
	}
	
.home_flash {
		position:absolute;
		top: 150px;
		left: 275px;
}
	
#clear {
	clear:both;
	}
	
/* Right Column Contact Page */

#right_column_contact {
	position:relative;
	float:right;
	height: 100%;
	margin: 243px 30px 0 0px;
}

	
/* Footer */

#footer {
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
	height:5px;
	margin: 0px 0 0 0px;
	color:#1ca8ea;
	}
	
/* Other Pages */
	
.info_graph {
	font-size: 14px;
	color:#1ca8ea;
	font-weight:bold;
	line-height: 25px;
	width: 506px;
	height: 100%;
	}
