body {
	background-color: #FFF;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main_container {
	width: 100%;
	clear: both;
	background-image: url(../images/cloud_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content_container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../images/cloud_main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
}

.topright{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight:bold;
	font-size: 12px;
	text-align: right;
	margin-right: 20px;
	padding-top: 10px;
}

.topright p{
	margin: 0px;
}
.topright a{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
}

.topright a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
}

.title {
	width: 700px;
	float: right;
	padding-top: 0px;
}

.title h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #d33b27;
	font-weight: normal;
	margin: 0px;
}
.title h3{
	font-family: Garamond;
	font-size: 1.5em;
	color: #4A4A4A;
	font-weight: normal;
	margin: 0px;
}
.title h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: 0px;
}
.content_lower {
	width: 1000px;
	clear: both;
	padding-top: 60px;
}
.content_left {
	float: left;
	width: 250px;
	padding-left: 20px;
	padding-top: 30px;
}
.content_left .news_stream {
	width: 240px;
	clear: both;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 60px;
	padding-left: 5px;
}
.content_left .news_stream h4 {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #236287;
	font-size: 18px;
	margin: 0px;
	padding-bottom: 10px;
}
.content_left .news_stream .post {
	width: 240px;
	clear: both;
	background-image: url(../images/latest_news_div.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px;
}
.content_left .news_stream .post h5 {
	color: #9fa1a2;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
}
.content_left .news_stream .post p {
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.content_right-home {
	width: 690px;
	padding-right: 20px;
	float: right;
}
.content_right-home p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content_right-home .box img {
	border: 1px solid #666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content_right-home .box .a{
	background-image: url(../../m/images/boxa.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 150px;
	width: 210px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
}
.content_right-home .box .b{
	background-image: url(../../m/images/boxb.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 150px;
	width: 210px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
}
.content_right-home .box .c{
	background-image: url(../../m/images/boxc.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 150px;
	width: 210px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
}

.content_right {
	width: 690px;
	padding-right: 20px;
	float: right;
}
.content_right h2 {
	margin: 0px;
	font-weight: normal;
	font-family: Garamond;
	font-size: 1.8em;
	color: #333;
}
.content_right h3 {
	font-weight: normal;
	font-family: Garamond;
	color: #2F6075;
	font-size: 1.3em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content_right p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.content_left ul {
	list-style: none;
	width: 250px;
	margin: 0;
	padding: 0;
	}

.content_left li:hover ul {
	display: block;
	background-color: #A7C8D9;
	padding: 3px;
}

.content_left ul li {
	position: relative;
	}

.content_left li ul {
	position: absolute;
	left: 250px;
	top: 0;
	display: none;
	}

.content_left ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 5px;
	border-bottom: 0;
	margin: 3px;
	width: 234px;
	}

.content_left ul li a:hover {
	text-decoration: none;
	color: #FFF;
	border-bottom: 0;
	background-color: #3D7694;
}
/* Fix IE. Hide from IE Mac \*/
* html .content_left ul li { float: left; }
* html .content_left ul li a { height: 1%; }
.footer {
	width: 1000px;
	background-color: #333;
	height: 100px;
	background-image: url(../images/foot_bg.jpg);
}
.footer .orion {
	width: auto;
	float: right;
	height: 80px;
	padding-top: 20px;
	text-align: right;
	padding-right: 20px;
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.brk {
	clear: both;
	height: 0px;
	width: 1000px;
	float: none;
}
.footer .orion a {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
}
.footer .orion a:hover {
	color: #6AA3C0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
}
#name {
	width: 395px;
	height: 23px;
	border: 1px solid #333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 7px;
	padding-left: 5px;
}
#email {
	width: 395px;
	height: 23px;
	border: 1px solid #333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 7px;
	padding-left: 5px;
}
#verif {
	width: 395px;
	height: 23px;
	border: 1px solid #333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 7px;
	padding-left: 5px;
}
#comment {
	width: 395px;
	height: 200px;
	border: 1px solid #333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 7px;
	padding-left: 5px;
}
.content_right-home h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C30;
	margin: 0px;
	font-size: 24px;
	text-align: center;
	padding-bottom: 10px;
}

.content_right-home h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #069;
	margin: 0px;
	font-size: 32px;
	text-align: center;
	padding-bottom: 10px;
}

.content_right-home p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.content_right-home p b {
	color: #9B0000;
}

