/* ------------------------------
Filename: styles.css 
Title: Primary CSS file for gspi.am
URL: www.gspi.am/css/style.css
--------------------------------*/

html, body, div, form, {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #0e3f68;
	text-align: center; /* Horizontal centering hack */
}

#wrapper {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 10px 10px 0px 10px;
	text-align: left;
	background-color: #ffffff; 
	-moz-border-radius: 10px;
}

#lang_header {
	margin: 0 auto;
	width: 900px;
	color: white;
	font-size: 12px;
}

#lang_header ul,li {
	margin: 0;
	padding: 0 5px;
	list-style: none;
}

#lang_header li { 
	float: right;
}

#lang_header a {
	color: #cccccc;
	text-decoration: none;
}

#lang_header a:hover {
	color: #ffffff;
}

#header {
	height:100px;
	border: 0px solid gray;
	background: url("../images/logo.png") left top no-repeat;
}

#header #image_container {
	height: 75px;
	float: right;
}

#image_container img {
	margin-right: 3px;
}

#header #intro {
	float: right;
	color: #0e3f68;
	font-weight: bold;
	text-transform: uppercase; 
	letter-spacing: 1px;
}	

#breadcrumbs_nav {
	color: #0072bb;
}

#main_nav {
	height:30px;
	border-top: 1px solid blue;
}

/* =INLINE NAVIGATION STYLES */

#inline_nav {
	width: 50%;
	float : right;
	background-color: #f3f3f3;
	border-top: 2px solid #6e90cd;
	padding: 5px;
}

#inline_nav ul {
	list-style: none;
}

#inline_nav li {
	background: url("../images/bullet.gif") no-repeat;
  background-position: 0 50%;
	padding-left: 16px;
	font-size: 14px;	
	line-height: 18px;
}

#inline_nav a {
	text-decoration: none;
	color: #00e; 
}

#inline_nav h3 {
	margin-left: 20px;
	color: #6d91fb;
}

#inline_nav a:hover {
	padding: 0 0 0 2px;
	text-decoration: underline;
}
/* end inline navigation */

#stripe {
	background: url("../images/nav.png") repeat-x;
	height: 14px;
}

/* =CONTENT STYLES  */
#content {
	padding: 10px 0px;
}

#content p {

}

#content h2 {
	color: #0e3f68;
	border-bottom: 2px double #0e3f68;
	border-right:25px solid #0e3f68;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 0.3em;
	text-align: right;
}

#content h3 {
	margin-bottom: 0.2em;
}

#left_column {
	float: left;
	width:400px; 
	margin:5px
}


#right_column {
	float: right; 
	margin: 5px 0px; 
	width:460px; 
	padding: 0;
}

#right_column p {
	margin: 0;
	padding-top: 10px;
	text-align: justify;
}

img.banner {
	float: left;
	width: 400px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

/* footer styles*/
#footer {
	/*position: fixed; */
	margin: 20px 0 0 0;
	bottom: 0px;
	text-align: center;
	z-index: 5;
}

#footer p.copyright {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#footer a {
	text-decoration: none;
	color: #555555;
}

#footer a:hover {
	color: #101010;
}

/* Float clearing */
.clearfix {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}

.clearfix1 {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* =FORM STYLES  */

#latest_news {
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/top-stories_bg.gif) repeat-x scroll 0 0; 
}

#latest_news h1,h2,h3 {
	padding: 5px 0;
	color: #0e3f68;
}

#latest_news ul {
	padding: 0;
	font-size: 14px; 
	line-height: normal;
	text-align: justify;
	text-decoration: none;
}

#latest_news li{
	border-bottom: 1px dotted #dadadc;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding: 10px 0 2px 0;
}

#search_form input {
	margin-right: 5px;
}

/****** CONTACT US form styles **********/

#form_container {
	/*margin: 20px auto; */
	width: 400px;
	padding: 10px;
}

#contact_us .textbox {
	margin: 10px 0;
	width: 390px;
	padding: 5px;
}

#contact_us input,textarea {
	border: 1px solid #ccc;
}

#contact_us label {
	display: block;
}

#contact_us #submit {
	margin-top: 10px;
	width: 100px;
}

#contact_us 
input:focus, 
textarea:focus {
	background-color: #f9f9ff;	
}
/****************** end CONTACT US ************/ 


.highlight_word {
    background-color: #0072bb;
    color: white;
    font-weight: bold;
}

/* News block styles */

#article {
	border: 1px solid blue;
	width: 300px;
	padding: 5px;
	margin-bottom: 10px;
}

#news_block img {
	margin: 10px 10px 10px 0;
	float: left; 
}

div.info {
	font-size: 12px;
	color: #555555;
}

div.news_title {
	font-weight: bold;
	color: #0e3f68;
}

div.hr {
	border-bottom: 1px dotted #dadadc;
	margin: 0.5em 0;
}

span.drop_cap {
	font-size: 1.8em; 
	font-weight: bold;
	color: #0E3F68;
}

/* CONTACT TABLE */
table#contact_table  {
	border-collapse:collapse;
	float: right;
}

#contact_table td {
	border: 1px solid #c9c9c9;
	padding: 2px 10px;
}

#contact_table tr {
	font-size: 13px;
}

#contact_table tr.zebra {
	background-color: #e5e5ff;
}

/* image styles */

.photos {
	float: left;
	margin: 5px 15px;
}

.photos img {
	border: 1px solid gray;
}

.photos p {
	margin: 5px 0;
	text-align: center;
}
