* {
	margin: 0;
	padding: 0;
}

body {
	background: #E6E7E8;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	color: #333;
}

img {
	border: none;
}

li {
	list-style: none;
}

a {
    outline: none;  /* prevents dotted line when link is active */
    color: #6D6E70;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dotted #666;
}

a:hover {
    color: #000;
}

.clear {
	clear: both;
}

#wrapper {
	width: 933px;
	margin: 50px auto;
	text-align: left;
}

#header {
	background: url(../images/bg_header.jpg) no-repeat;
	height: 195px;
	padding-top: 70px;
	padding-left: 20px;
}

#nav {
	margin-top: 40px;
}

#nav a {
	border: none;
	color: #039;
}

#nav a:hover {
	border-bottom: 1px dotted #666;
}

#nav li {
	font-size: 14px;
	display: inline;
	margin-right: 20px;
}

#footer {
	width: 933px;
	float: left;
	margin: 40px 0 20px 0;
	border-top: 1px solid #666;
	padding-top: 10px;
	text-align: right;
}

/*|||||| index ||||||*/

#content {
	background: url(../images/bg_content.jpg) no-repeat;
	min-height: 300px;
	padding-top: 50px;
	padding-left: 40px;
}

#content p {
	padding-top: 10px;
	text-align: justify;
}

#our_vision {
	width: 355px;
	float: left;
}

#clients, #partners, #contact {
	float: left;
	width: 320px;
	margin-left: 80px;
}

#contact {
	margin-top: 20px;
}

caption {
	display: none;
}

#contact p, #contact a {
	text-align: justify;
	width: 300px;
}

/*|||||| training services ||||||*/

#training_services {
	width: 355px;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}

#training_services p {
	margin-top: 10px;
}

#training_services p+p {
	margin-top: 5px;
}
 
#training_modules {
	float: left;
	width: 320px;
	margin-left: 80px;
}

#most_popular {
	width: 400px;
	float: left;
	/* margin-top: -80px; */
}

.god {
	color: #0C79AA !important;
}

.father {
	padding-left: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
	color: #000;
}

.stop {
	margin-top: 5px;
	margin-left: 20px;
	cursor: pointer;
	padding-bottom: 10px;
}

.oh_mother {
	margin-left: 20px;
	padding-bottom: 5px;
	color: #000;
}

.odd {
	color: #0C79AA;
}

#list li {
	padding-bottom: 10px;
}

/*|||||| our team ||||||*/

#the_team li {
	display: inline;
}

#the_team a {
	border: none;
}

/*|||||| gallery ||||||*/

#gallery a {
	border: none;
}

#in_action li {
	width: 115px;
	height: 115px;
	display: inline;
}

#in_action a {
	float: left;
	margin: 5px;
	background: url(../images/bg_gallery.png) no-repeat;
	padding: 5px;
}

/*|||||| press release ||||||*/

#press_release li {
	width: 115px;
	height: 115px;
	display: inline;
}

#press_release a {
	float: left;
	padding: 5px;

}

#press_release img {
	background: url(../images/bg_gallery.png) no-repeat;
	padding: 5px;
	margin-left: 5px;
}

#press_release span {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}


/*|||||| application ||||||*/

#application {
	width: 650px;
	float: left;
	margin-left: -10px;
}

input, textarea {
	width: 250px;
	border: none;
	padding: 13px;
	font-size: 13px;
	font-family: Arial;
}

.godl {
	float: left;
	margin-left: 10px;
	width: 270px;
}

dt {
	padding: 5px 0;
}

input {
	height: 10px;
}

.submit {
	float: right;
	height: 20px;
	width: 54px;
	padding: 0;
	margin-top: 10px;
	margin-right: 90px;
	cursor: pointer;
}
