/*
Theme Name: IOSS

Theme URI: 

Description: HTML Development of IOSS website.

Version: 1.0

Author: WebCastle Technologies

Author URI: http://webcastle.in/

*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, table, tr, th, td {
	margin:0;padding:0;border:0; font-family:Arial, Helvetica, sans-serif;
}



table {border-collapse:separate;border-spacing:0;}
caption{text-align:left;font-weight:normal;}
 th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
table, td, th {margin:0 auto;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
h1, h2, h3, h4, h5, h6 {color:#000; line-height:18px;}
h1 {font-size:26px;line-height:1;margin-bottom:0.5em;}
h2 {font-size:18px;margin-bottom:5px;}
h3 {font-size:18px;line-height:20px;margin-bottom:0; color:#d92127;}
h4 {font-size:14px;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;margin-bottom:1.5em;}
h6 {font-size:1em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#d70000;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em Arial, Helvetica, sans-serif;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
input, textarea{font-size:11px; color:#666; font-family:Arial, Helvetica, sans-serif;}


.team_name {font-size:14px;color:black;}

.team_table {text-align:left;}

.contact_font {font-size:16px;}

#follow_center 
{
position: absolute;
text-align:center;
margin: 0 auto;
}


/* @Global Class */
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.float-left{float:left;}
.float-right{float:right;}
.clear{clear:both;}
a.readmore {
	display:block;
	color:#fff;
	background:#68cafe;
	font-weight:bold;
	padding:2px 12px;
	float:left;
}

.inner_description
{
	color:#000;
}
a.readmore:hover {
	color:#666;
}
.spacer {
	padding:5px;
	clear:both;
}
.red {
	color:#cc0001;
}
ul.list {
	margin:0;
	padding:0;
}
ul.list li {
	list-style:inside disc;
}

/* @Global Class End */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background:#dadada;
}
#container {
	width:1004px;
	margin:0 auto;
	background:#fff url(images/bg-container.jpg) repeat-x;
}
#header {
	width:940px;
	height:175px;
	position:relative;
	margin:0 32px;
}
#header h1 {
	position:absolute;
	top:45px;
	left:0;
}
#header .meta {
	width:255px;
	height:135px;
	position:absolute;
	right:0;
	top:10px;
	text-align:right;
	line-height:1;
}
#header .spacer {
	padding:3px;
}

#nav-global {
	margin:0;
	padding:0;
	width:255px;
}
#nav-global li {
	float:right;
	list-style:none;
	border-right:1px solid #cc0001;
}
#nav-global li.first {
	border:none;
}
#nav-global li a {
	color:#cc0001;
	font-weight:bold;
	padding:0 5px;
	line-height:14px;
}
#nav-global li.first a {
	padding-right:0;
}

#nav-main {
	position:absolute;
	top:145px;
	background:url(images/bg-nav-main.gif) repeat-x;
	height:29px;
	width:940px;
}
/*

#nav-main ul {
	margin:0;
	padding:0;
}
#nav-main ul li {
	list-style:none;
	float:left;
	background:url(images/bg-li-nav-main.gif) repeat-x;
	padding-right:1px;
}
#nav-main ul li a {
	color:#fff;
	font-weight:bold;
	padding:5px 18px;
	float:left;
	background:url(images/bg-a-nav-main.gif) repeat-x;
}
#nav-main ul li span {
	background:url(images/bg-span-nav-main.gif) no-repeat center right;
	padding-right:10px;
	}
#nav-main form {
	float:right;
	padding-right:10px;
	width:220px;
}
#nav-main form label, #nav-main form input {
	float:left;
}
#nav-main form label {
	color:#fff;
	font-size:11px;
	padding:5px 0;
}
#nav-main form input {
	margin:4px 0 0 5px;
	}
#nav-main form .txt {
	width:104px;
	height:15px;
	padding:2px 3px;
	border:none;
}

*/
#spotlight {
	margin:0 auto;
	width:940px;
}
.breadcrumb {
	padding:5px 32px;
	height:18px;
	text-align:right;
	color:#d70000;
}
.breadcrumb a {
	font-weight:bold;
}
.breadcrumb a.current {
	color:#333;
}
#wrap {
	background:url(images/bg-container.jpg) repeat-x 0 -1px;
	float:left;
	width:1004px;
}
#content {
	width:640px;
	float:left;
	margin:0 0 0 32px;
	display:inline;
	padding:32px 15px 0 0;
	border-right:dashed 1px #84a9b6;
}
#content .content {
	border-bottom:1px dashed #82a9b6;
	margin-bottom:25px;
	padding-bottom:25px;
	float:left;
}
#content .content.last {
	border:none;
	margin:0;
}
#content .content p.last {
	margin:0;
}
.content .widget {
	width:320px;
	float:left;
}
.content .widget .head {
	font-size:18px;
}
.content .description {
	float:left;
	width:355px;
	padding-left:25px;
	color:#cc0001;
	text-align:justify
}
#sidebar {
	width:290px;
	float:left;
	padding-top:32px;
}
#sidebar .widget {
	width:290px;
	float:left;
}
#sidebar .widget h4 {
	background:url(images/bg-h4-sidebar.gif) no-repeat 15px 6px;
	padding:0 0 20px 30px;
	margin:0;
}
#sidebar .closed h4 {
	background:url(images/bg-h4-sidebar-closed.gif) no-repeat;
	padding:8px 0 8px 30px;
	margin:0;
}
#quick_quote, #quick_quote_career {
	float:left;
	margin:0;
}
#quick_quote ul, #quick_quote_career ul {
	margin:0 0 0 15px;
}
#quick_quote ul li , #quick_quote_career ul li {
	list-style:none;
	float:left;
	clear:left;
	width:275px;
	padding-bottom:8px;
}
#quick_quote ul li.submit input  , #quick_quote_career ul li.submit input {
	float:right;
	margin-right:10px;
	
}
#quick_quote label, #quick_quote_career label {
	color:#0c2e4a;
	width:120px;
	margin-right:5px;
	float:left;
}
#quick_quote .txt, #quick_quote_career .txt,   #quick_quote  textarea, #quick_quote_career textarea {
	width:135px;
	background:url(images/bg-txt.gif) repeat-x left bottom;
	border:#9cb6c7 solid 1px;
	overflow:auto;
	padding:2px;
}
#quick_quote .txt, #quick_quote_career .txt {
	height:16px;
}
#quick_quote textarea, #quick_quote_career textarea {
	height:58px;
}
#quick_quote  select , #quick_quote_career select {
	width:140px;
	background:url(images/bg-txt.gif) repeat-x left bottom;
	border:#9cb6c7 solid 1px;
}
#footer {
	width:1004px;
	float:left;
}
#footer .region {
	background:url(images/bg-region.gif) repeat-x;
	float:left;
	width:940px;
	height:227px;
	padding:0 32px;
}
#footer .region .widget {
	float:left;
	padding:32px 0 0 25px;
	background:url(images/bg-widget-region.jpg) no-repeat 317px 0;
	width:303px;
}
#footer .region .first {
	padding-left:0;
	background:url(images/bg-widget-region.jpg) no-repeat 317px 0;
	width:328px;
}
#footer .region .last {
	width:255px;
	background:none;
}
.latest-news {
	float:left;
	clear:both;
	width:1004px;
	background:#f77e00;
}


.latest-news p {
	color:#fff;
	font-weight:bold;
	font-size:16px;
	margin:0;
	padding:10px;
	float:left;
}



#footer .footer {
	float:left;
	background:#333 url(images/bg-footer-i.gif) repeat-x;
	padding:0 32px;
	width:940px;
}
#footer .widget {
	color:#4d4c4c;
}
#footer .widget a {
	color:#4d4c4c;
	text-decoration:underline;
}
#footer .footer .widget {
	float:left;
	width:303px;
	background:url(images/bg-footer-footer.jpg) no-repeat 320px 0;
	height:168px;
	padding:0 0 0 25px;
}
#footer .footer .first {
	background:transparent url(images/bg-footer-footer.jpg) no-repeat 320px 0;
	padding-left:0;
	width:328px;
}
#footer .footer .last {
	width:259px;
	background:none;
}
#footer .footer .widget h4 {
	margin:0;
	padding:15px 0;
}
#footer .footer .widget p {
	color:#ccc;
}
.newsletter input {
	float:left;
}
.newsletter .txt {
	background:#ccc;
	font-size:11px;
	color:#333;
	width:194px;
	height:16px;
	padding:5px 2px;
	border:none;
	margin-right:5px;
}
.tweet {
	background:url(images/bg-twitter.jpg) no-repeat;
	width:243px;
	height:70px;
	padding:10px;
	color:#fff;
}
#footer .widget a {
	color:#fff;
}
#footer .footer .widget ul {
	margin:0;
	padding:0;
}
#footer .footer .widget ul li {
	list-style:none;
	float:left;
	margin-right:15px;
}
#footer .nav-footer {
	text-align:center;
	color:#ccc;
}
#footer .nav-footer a {
	color:#ccc;
}
#footer .nav-footer .bold a {
	font-weight:bold;
}
.content .details {
	float:left;
	width:322px;
	padding-left:25px;
	color:#cc0001;
}
.content .details h4 {
	font-size:12px;
	color:#cc0001;
	font-weight:bold;
	margin:0;
}
.nav-related {
	margin:0;
	padding:0;
	float:left;
	margin-bottom:20px;
}
.nav-related li {
	list-style:none;
	float:left;
	clear:left;
	width:290px;
}
.nav-related li a {
	background:url(images/bg-nav-related.jpg) no-repeat 15px 5px;
	color:#000;
	padding-left:32px;
}
.testimonial {
	background:url(images/bg-testimonial.jpg) no-repeat;
}
.testimonial blockquote {
	font-weight:bold;
	color:#000;
	font-style:normal;
	margin:10 0 0 0 ;
	padding:55px 0 0 20px;
	background:url(images/bg-blockquote.jpg) no-repeat 95% bottom;
	
}
.testimonial .detail {
	padding:0 20px 20px;
	line-height:16px;
}
.testimonial .detail img {
	float:left;
	padding-right:10px;
}
.testimonial .detail a {
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}

#search-submit 
{
float:right;
}

.white-text
{
color:#FFFFFF;
}

a.thumb {
	float:left;
	margin-top:-30px;
	
}

a.thumb_normal {
	float:left;
	
}
.gafblack {
	color:#000;
}

.play
{
position: absolute;
left: 100px;
top: 600px;
margin: 0 auto;
width: 160px;
float:left;
}
.search_button
{
position:relative; margin-top:-30px; margin-left:210px;
}
#s_up{
			    border-style: none;
				background:transparent url(./images/btn-signup.jpg) no-repeat;		
				width: 86px;
				height: 26px;			
						
				}
