/*

CSS Credit: http://www.templatemo.com/

*/

html {

	background: #333333;

}

body {

	margin: 0;

	padding:0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 1.5em;

	color: #333333;

	width: 100%;

	display: table;

}

a { color: #CCFF00; }
a:hover { color: #FFFFFF; }

#templatemo_background_section_top {

	width: 100%;
	
	height:219px;

	background: url(images/templatemo_background_section_top_bg.jpg) repeat-x;

}

#templatemo_background_section_middle {

	width: 100%;
	
	background: #00458a;
	
	clear: both;
	
	overflow:hidden;

}


.templatemo_container {

	width: 980px;

	margin: auto;

}

#templatemo_header {

	width: 100%;
	height:100px;	
	background:url(images/templatemo_header_bg.jpg) repeat-x;

}

/* Logo Area */
#templatemo_logo_section {

	width:auto;
	height:auto;
	margin-top:12px;
	display: inline;
}


#templatemo_logo_section h1 {
	
	padding-top: 8px;
	font-size: 42px;
	color:#fff;
	margin:5px;
	font-weight: normal;
}


/* End Of Logo Area*/

.templatemo_post_top h1{
	font-size: 18px;
	color:#fff;
	font-weight:bold;
	padding-top: 15px;
	padding-left: 25px;
}

.templatemo_post_mid {
	
	width: 550px;
	background: url(images/templatemo_post_middle.jpg) repeat-y;

}

.templatemo_post_body {
	
	width: 550px;
	height: 39px;
	background: url(images/templatemo_post_body.jpg) no-repeat;
	
}

.templatemo_post_mid img{
	
	border: #ccc solid 1px;
	float: left;
	margin: 3px 15px 0 0;

}

.templatemo_post_mid p{
	
	font-size: 12px;
	color:#fff;
	margin : 0px 25px 25px 25px;
	text-align: justify;

}

span.post{
	margin: 25px;
	color: #00ccff;
	font-size: 11px;
	
}


.clear{
	clear:both;
	height:1px;
}


#templatemo_body_panel {
	clear: both;
	width: 980px;
	height: 1150px;
	margin: 0 auto;
	background-color: #003366;
}
#templatemo_body_panel #templatemo_body_section{
	width: 980px;
	margin: 0 auto;
	height: 890px;

}
#templatemo_body_section .templatemo_body_section_box {
	float: left;
	display:inline;
	margin-top: 15px;
	margin-left: 5px;
	width: 160px;
	border: 1px dashed #97a7bc;
}
#templatemo_body_section .templatemo_middle_section_box {
	float: left;
	display:inline;
	margin-top: 15px;
	margin-left: 5px;
	width: 637px;
	border: 1px dashed #97a7bc;
	background-color: #003366;
}
.templatemo_body_section_box .top{
	width: 263px; /* +15 for padding left and + 2 for border */
	height: 25px;
	margin-top: 5px;
	color: #00CCFF;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 5px;
}
.templatemo_middle_section_box .top{
	width: 637px; /* +15 for padding left and + 2 for border */
	height: 25px;
	margin-top: 5px;
	color: #00CCFF;
	font-size: 16px;
	font-weight: bold;
	padding: 1px 0 0 1px;	
}

.templatemo_body_section_box .body{
	width: 160px;
	padding: 5px;
}

.templatemo_middle_section_box .body{
	width: 637px;
	padding: 2px;
}

.body p{
	
	text-align: justify;
	margin: 10px;
	padding: 0px;
	color: #fff;
}

#templatemo_body_section #templatemo_footer_section{
	clear: both;
	text-align: center;
	width: 980px;
	margin-top: 100px; 
	padding: 50px 0;
	color: #fff;
}
