/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0px;
	background: url('images/backtop.gif') repeat-x;
	text-align: justify;
	font: 12px Arial, Helvetica, sans-serif; /*"Trebuchet MS",*/
	color: gray;
}

h1, h2, h3 {
/*	font: 1.82em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px; */
	color: #FFFFFF;
}

p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #828170;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 1000px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
}

/* Logo */

#logo {
	float: left;
	padding: 10px 0 0 50px;
}

#logo h1 {
	margin: 0;
	height: 90px;
	padding: 20px 0 0 0px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 4em;
	font-weight: normal;
	color: #FFFFFF;
	float:left;
}

#logo h1 a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin: -103px 0 0 2px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

#logo a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px 30px 0px 0px;
	padding: 83px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 1px;
	padding: 5px 35px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; /* bold; */
	font-size: 11px;
	color: white;
}
#menu a:hover, #menu .active a {
	
	color:  #29a9e1;
	background: white;
}



/* Page */


#page {
	width: 900px; /* 940 */
	margin: 0px auto;
	padding: 1px 0 0 0;

}

/* Content */
#image_applied {
	height: 220px;
	padding: 0;
	margin: 0 auto;
	border-bottom: 7px solid white;
	background: #011016;
}

#content {
	float: left;
	width: 650px;
	margin-bottom: 10px;
	margin-top: 10px;

}

.content_h2 {

/*	margin-left: 10px; */
	margin-top: 20px;
	margin-left: 10px;
	font-size: 1.4em;
	color: #29a9e1;
	font-weight: normal;	
}

.col1 {
	float:right;
	padding: 20px 20px 20px 0;
	width: 300px;
	line-height: 20px;
}

.col1 img {
	
	float: left;
	padding: 5px;
	margin: 10px 10px 5px 0;
	border: 1px solid #cccccc;
}

.col0 {
	float:right;
	padding: 20px 20px 20px 0;
	width: 620px;
	line-height: 20px;
}

.col0 .imgfl {
	
	float: left;
	padding: 5px;
	margin: 10px 10px 5px 0;
	border: 1px solid #cccccc;
}

/* Post */

.post {
	margin-top: 20px;
	margin-bottom: 40px; 
	margin-right: 40px;
	padding-left: 10px;
}

.post .date {
	float: left;
	width: 29px;
	height: 32px;
	margin: 0;
	margin-top: 3px;
	margin-right: 20px;
	padding-top: 2px;
	background: url(images/img02.jpg) no-repeat;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}

.post .date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 14px;
	color: #5C5C5C;
}

.title {
	margin: 0;
	padding: 0px 0 5px 0;
/*	margin-left: 10px;
	padding-left: 10px; */
	font-size: 1.4em;
	color: #29a9e1;
	font-weight: normal;
}

.post .title h2 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.post .hr1 {
}

.post .meta {
	margin: 0 0 10px 20px;
	padding: 0;
	line-height:normal;
	text-transform: uppercase;
	color: #979680;
}

.post .meta a {
	color: #828170;
}

.post .entry {
	margin: 0;
	padding: 0 0 20px 50px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding-top: 20px;
	margin-bottom: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li img {
	float: left;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
	/* border-top: 1px dashed #666633; */
	padding-left: 15px;
	background: #f5f5f5;
	border: 1px solid #eaeaea;
}

#sidebar li li {
	margin: 0;
	padding: 8px 0 8px 0;
}

#sidebar li li a {
}

#sidebar h2 {
	padding: 5px 10px;
	margin: 0 0 6px 0;
/*	font-size: 1.2em;
	font-weight: normal; */
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; /* bold; */
	font-size: 11px;
	color: white;
	background: #29a9e1; 
	border-left: 5px solid #011016 ;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#wrapper {
	background: url('images/wrap.gif') repeat-x 0 -18px;
	border-top: 1px solid #ccc;
}

.shadow {
/*	text-shadow: #000 1px 1px 2px; */
	list-style-position: outside;
}

#int {
	width: 1000px;
	margin:0 auto;
	padding-left:  200px;
	background:  url('images/int.jpg') no-repeat;
	background-position: center;
	height: 220px;
}
#iapplied {
	
	width: 250px;
	color: white;
	padding-top: 130px;
	padding-left: 15px;
	line-height: 20px
	
}
#footer {
	width: 100%;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 20px;
	font-size: 12px;
	/* text-transform: uppercase; */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url('images/wrap2.gif') repeat-x #29a9e1;
}
#w {
	margin: 0 auto;
	width: 1000px;
	padding:0;

}
#footer #w a {
	
	padding: 2px 5px;
	background: #167ba8;
	color: #29a9e1;
}
#footer #w a:hover{
	background: none;
	color:  white;
}

#footer ul {
	float: left;
	list-style: none;
	width: 200px
	
}
#footer ul li {
	margin: 0;
	padding: 2px;
}

#footer a {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}
#phone {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 24px;
	padding-bottom: 10px;
}

#legal {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	color: white;
}

#legal a {
	border-bottom: 1px white; /* dotted */
	text-decoration: none;
	color: white;
}
