/** General Layout **/

* {margin:0; padding:0;}

html, body {
	margin:0px;
	padding:0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size:12px;
	position:relative;
	line-height:1.7em;
	background: #fff url(../images/global/cirrascale_bg.jpg) top left repeat-x;	
	color:#6e6e6e;
	text-align:left;
	height: 100%;
}
html.new-header {
	background: url(../images/global/cirrascale_bg.jpg) top left repeat-x;	
}
body#home-page {
	background: none;	
}
.clear {
	clear: both;
	height:0;
	width:0;
	line-height:0;
	font-size:0px;
}

.hidden {display:none;}

.no-margin {margin-right:0 !important;}

.round {-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}

#main-colum input, #main-colum textarea, #main-colum select {-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}

#site-wrapper, #site-wrapper2 {
height: auto !important;
height: 100%;
min-height: 100%;
position:relative;
overflow:hidden;
	background: url(../images/global/cirrascale_top_bg.jpg) no-repeat top center;	

}
#site-wrapper2 {
	background: url(../images/global/cirrascale_top_bg.jpg) no-repeat top center;	
}

#footer {
height:40px;
padding:0;
margin-top:-40px;
position:relative;

}

.container {margin:0 auto; width:960px; position:relative;}

/** Misc **/

.specline {padding:7px 0; border-bottom:#99bfd4 1px solid;}
.specline_gray {border-bottom:#CCC 1px solid;}
.pdf {background:url(../images/PDF.png) no-repeat left 1px; width:auto; margin-right:20px; padding-left:20px;}
.pdf_tables {background:url(../images/PDF.png) no-repeat left 1px; width:auto; padding-left:20px; }
.error_strings {font-weight:bold; color:#C00;}

/** Media Coverage Scoller for Front Page**/
.scrollup {	position: relative;	overflow: hidden; height: 150px; width: 600px;} 
.headline {	position: absolute;	top: 210px;	left: 5px; height: 145px; width: 575px;}
	
/** Table Properties **/

.table			{background:#FDFDFD; margin-bottom:2em;}
				
.table thead .tr	{
				position:relative;
				z-index:0;
				-moz-border-radius-topright: 8px;
				-moz-border-radius-bottomright: 8px;
				-webkit-border-top-right-radius: 8px;
				-webkit-border-bottom-right-radius: 8px;
				border-top-right-radius: 8px;
				border-bottom-right-radius: 8px;
				}
				
.table thead .tl	{
				position:relative;
				z-index:0;
				-moz-border-radius-topleft: 8px;
				-moz-border-radius-bottomleft: 8px;
				-webkit-border-top-left-radius: 8px;
				-webkit-border-bottom-left-radius: 8px;
				border-top-left-radius: 8px;
				border-bottom-left-radius: 8px;
				}
				
.table thead td,
.table thead th	{
				padding:15px;
				text-align:center;
				font-weight:bold;
				color:#ffffff;
				/*background:#004d8e;*/
				background:#88aeba;
				}
				
.table thead th	{border-left:1px solid #ffffff;}

.table tbody th,
.table tbody td {
				padding:10px 15px;
				}
				
.table tbody th {
				text-align:left;
				}
				
.table tbody td {
				text-align:center;
				border-left:1px solid #E3E3E3;
				}

.table tbody tr.odd td {
				border-left:1px solid #CFCFCF;
				background:#E6E6E6;
				}
				
.table tbody tr.odd th {
				background:#E6E6E6;
				}
				
.checked		{
				width:21px;
				height:20px;
				overflow:hidden;
				display:block;
				margin:0 auto;
				background:url(../images/checked.png) 0 0 no-repeat;
				}

/** Exec Bios Specific **/

#content #list .bio {width:640px; margin-right:0; margin-bottom:30px; padding-bottom:15px; border-bottom:#6d9fbb 1px solid; height:auto; overflow:visible;}
#content #list .bio img {margin-bottom:10px; margin-right:20px; !important;}
#content #list .bio h3 {margin-bottom:7px;}


/** News Container **/

#content #main-colum .newscontainer {padding-top:15px; padding-bottom:15px;}
#content #main-colum .newscontainer h6 {margin-bottom:3px; color:#10468b;}
.newscontainer .category {width:auto; margin-right:50px; padding-left:20px; background:url(../images/category.png) no-repeat left top;}
.newscontainer .date {width:125px; margin-right:20px; padding-left:0px; display:inline-block}
.newscontainer .pdf {width:auto; margin-right:20px; padding-left:20px; background:url(../images/pdf.png) no-repeat left 1px;}


/** Typography **/

h1 {font-weight:normal; font-size:36px; line-height:38px;}
h2 {font-weight:normal; font-size:28px; line-height:34px;}
h3 {font-weight:normal; font-size:24px; line-height:30px;}
h4 {font-weight:normal; font-size:20px; line-height:22px;}
h5 {font-weight:normal; font-size:17px; line-height:19px;}
h6 {font-weight:normal; font-size:15px; line-height:16px;}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {margin-bottom:10px; color:#10468b;}
#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover, #content h6 a:hover {text-decoration:none;}

#content p {margin-bottom:15px;}

#content ul {list-style:circle; list-style-position:outside; padding-left:25px; margin-bottom:15px;}
#content ol {list-style:decimal; list-style-position:outside; margin-bottom:15px; padding-left:25px;}

#content ul li {
	margin-bottom: 1em;
}
#content ul ul {
	margin: 0 0 0 1em;
}
#content ul li ul li{
	list-style: circle;
	padding: .25em 0;
	margin: 0 0 0 1em;

}
#content blockquote {margin-bottom:15px; padding:12px ; background:#ececec; color:#737373; border-top:#dbdbdb 1px solid; border-bottom:#dbdbdb 1px solid; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; line-height:1.7em;}
#content blockquote p {margin-bottom:0;}

/** Header **/

#header {height:auto; position:relative; z-index:100;}

#logo {height:55px; width:248px; display:block; background:url(../images/global/cirrascale_logo.png) no-repeat; margin: 44px 0 44px;}
#logo h1 , #logo h1 a {display:block; height:100%; width:100%; text-indent:-9999px; float:left;}
#site-wrapper2 #logo {
	background: url(../images/global/cirrascale_logo.png) left top no-repeat;
	height: 55px;
	margin: 44px 0 44px;
	width: 248px;
}
#search {
	float:right;
	position:relative;
	margin-top:-110px;
}
#search-box {height:100px; width:475px; display:block; background:none no-repeat left top; border:none; padding-left:10px; padding-top:1px; font-size:11px; line-height:30px; color:#6e6e6e;}

/** Old Search Logic **/
/** #search {float:right; position:relative; margin-top:-60px;}
#search-box {height:30px; width:230px; display:block; background:url(../images/search_bg.png) no-repeat left top; border:none; padding-left:10px; padding-top:1px; font-size:11px; line-height:30px; color:#6e6e6e;}
#search-submit {height:16px; width:13px; display:block; float:right; background:url(../images/search_submit.png) no-repeat right top; border:none; position:absolute; right:16px; top:8px;cursor:pointer; } **/

#quote-bar {width:960px; height:70px; background:url(../images/quote_bar.png) no-repeat top left; margin-bottom:30px; position:relative;}
#quote-bar h2 {color:#fff; float:left; padding:20px 0 0 10px;}
#quote-bar .quote {height:54px; width:130px; background:url(../images/quote_btn.png) no-repeat top left; display:block; text-indent:-9999px; float:right; margin-top:8px; margin-right:6px;}
#quote-bar {
	background: url(../images/frontpage/bluebar.jpg) left top no-repeat;
	height: 102px;
}
.quote-blue {
	font-size: 1.5em;
	color: #fff;
	padding: 1em 1.5em;
	line-height: 1.25em;
}
#quote-bar h2 {
	font-size: 19px;	
	margin: 0 1.5em;
}
#quote-bar cufon {
	padding: 1em 0;
}

#page-name {padding-bottom:30px; margin-bottom:30px; border-bottom:#6d9fbb 1px solid; color:#10468b; text-align:center;}
#page-name .tagline {font-size:18px; margin-top:10px;} 

/** Slider **/

#slider-wrapper {width:960px; height:290px; background:url(../images/slider_bg.jpg) no-repeat top left; display:block; position:relative; margin-bottom:30px !important;}
#slideshow {width:940px; height:270px; position:relative; top:10px; left:10px;}

#slider-nav {position:absolute; bottom:20px; left:20px; z-index:30; background:#fff; padding:7px 5px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;}
#slider-nav a {margin-right:5px; margin-left:5px; background:url(../images/slider-pager.png) no-repeat bottom left; height:16px; width:16px; text-indent:-9999px; display:block; float:left;}
#slider-nav a:hover, #slider-nav a.activeSlide {background:url(../images/slider-pager.png) no-repeat top left;}

/** Content **/

#content {height:auto; overflow:hidden; overflow:hidden; padding-bottom:60px; position:relative;}

#content img {background:#ececec; border:#d9d9d9 1px solid; padding:4px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; float:left; margin:0 8px 5px 0;}

.box, .box-top {float:left; width:300px; margin-right:30px; margin-bottom:30px; height:auto; overflow:hidden; position:relative;}
.products-box { height:375px;}
.box-top {height:350px;}
.box-two {float:left; width:630px; margin-right:30px; margin-bottom:30px; height:auto; overflow:hidden;position:relative;z-index:100;}
#content .box img, #content .box-two img {margin:0 0 10px 0;}
.box a, .box-top a, .box-two a {color:#10468b;}
.box a:hover, .box-top a:hover, .box-two a:hover {color:#2a8ec0; text-decoration:underline;}
.teaser-head {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #10468B;
}
#site-wrapper2 .box {
	position: relative;
	height: 260px;
}
#site-wrapper2 .box-social {
	position: relative;
	height: 180px;
}
#site-wrapper2 .box h3 {
	margin: 0 .5em;
	font-size: 18px;
}
#site-wrapper2 .box cufon {
	padding: 1.75em 0;
}
#main-colum a.more, .box a.more, .box-top a.more, .box-two a.more{ position:absolute; bottom:0px; padding:2px 7px; background:#10468b; color:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; font-size:10px; text-transform:uppercase;right:10px;}
#main-colum a.more span, .box a.more span, .box-top a.more span, .box-two a.more span {font-size:12px;}
#main-colum a.more:hover, .box a.more:hover, .box-top a.more:hover, .box-two a.more:hover {background:#043d5d; text-decoration:none; color:#fff;}
.box a.other {
	bottom: 2em;
    margin: 0 1em;
    padding: 2px 7px;
}
#site-wrapper2 .box a.more {
	position: absolute;
	bottom: 5px;
	right: 10px;
}

/** Main-Colum **/

#main-colum {width:640px; float:left; margin-right:30px; display:block;  height:auto; overflow:hidden;}
#main-colum a {color:#10468b;}
#main-colum a:hover {color:#2a8ec0; text-decoration:underline;}

/** Sidebar **/

#sidebar {width:290px; float:right;  height:auto; overflow:hidden;}

#sidebar ul { list-style-type:none; list-style-position:outside; padding:0; margin:0;}
#sidebar ul li.widget {margin-bottom:40px;}
#sidebar ul li.widget li {list-style-type:none;}
#sidebar ul li.widget li a {display:block; padding:7px 0; border-bottom:#99bfd4 1px solid; color:#2a8ec0; background:#fff;}
#sidebar ul li.widget li a:hover {color:#10468b; background:#ececec;}
#sidebar ul li.widget li.current_page_item a {font-weight:bold; background:#ececec; color:#10468b;}

#sidebar ul li.widget li li a {padding-left:10px;}
#sidebar ul li.widget li li.current_page_item a {font-weight:bold; background:#ececec; color:#10468b;}
#sidebar ul li.widget li.current_page_item li a {font-weight:normal; background:#FFF; color:#2a8ec0;}
#sidebar ul li.widget li.current_page_item li a:hover {color:#10468b; background:#ececec;}

#content #sidebar #contact-info img {float:none; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius:5px;padding:5px; border:#d0d0d0 1px solid; background:#ebebeb; margin:-5px 0 15px;}
#content #sidebar #contact-info a {color:#10468b;}
#content #sidebar #contact-info a:hover {color:#2a8ec0; text-decoration:underline;}
#content #sidebar #social-info img {background:transparent none repeat scroll 0 0; border:medium none; padding:0; margin-right:5px;}

/** Portfolio **/

#full-width {height:auto; overflow:hidden;}

#content #grid h3, #content #list h3 {text-transform:capitalize;}

#content #grid {height:auto;}
#content #grid .grid-row {
	position: relative;
	float:left;
	width:100%;
	height:auto;
	overflow:visible;
	margin-bottom:10px;
}
#content #grid .port-box, #content #list .port-box {display:block; position:relative; height:160px; width:300px; background:url(../images/zoom.png) no-repeat 50% 50%; float:left;}
#content #grid .movie, #content #list .movie {background:url(../images/zoom-movie.png) no-repeat 50% 50%;}

#content .port-box {margin-bottom:15px;}

#content #list .box {width:960px; margin-right:0;  border-bottom:#6d9fbb 1px solid; height:auto; overflow:visible;}
#content #list .port-box {margin-right:15px;}
#content #list .box img {margin-bottom:0; width:290px !important;}
#content #list .box h3 {margin-bottom:7px;}

.meta {margin-bottom:7px;}
.meta .category, .meta .comments, .meta .pdf {width:auto; margin-right:20px; padding-left:20px;}
.meta .category {background:url(../images/category.png) no-repeat left top;}
.meta .date {width:auto; margin-right:20px; padding-left:0px;}
.meta .comments {background:url(../images/comment.png) no-repeat left 1px;}
.meta .pdf {background:url(../images/pdf.png) no-repeat left 1px;}

#content .paging {float:left; font-size:11px; width:100%;}
#content .paging a {padding:3px 7px; background:#10468b; color:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;text-transform:uppercase;}
#content .paging a:hover {background:#043d5d; text-decoration:none;}
#content .paging span.selected {padding:3px 7px;background:#043d5d; text-decoration:none;color:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }

/** Blog **/

#content .post {width:640px; margin-right:0; padding-bottom:30px; border-bottom:#6d9fbb 1px solid; height:auto; overflow:hidden; margin-bottom:30px;}
#content .post img {width:620px;}

/** Comments **/

#comments .commentlist {list-style-type:none; list-style-position:outside; overflow:hidden;}
#comments h3 {margin-bottom:30px !important; text-transform:capitalize;}
#comments .commentlist li {margin-bottom:55px; height:auto; width:630px; overflow:hidden;}
#comments .commentlist a {color:#10468b;}
#comments .commentlist a:hover {color:#2a8ec0;}
#comments .commentlist .comment-left {float:left; width:90px; height:100%; margin-right:30px;}
#comments .commentlist .comment-left img {margin:0 0 10px;}
#comments .commentlist .comment-left a {text-align:center; display:block;}
#comments .commentlist .comment-right {float:left; width:470px; overflow:hidden; border:#6d9fbb 1px solid; padding:15px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}

#comments #respond {height:auto; overflow:hidden;}
#comments #respond form p small {color:#6E6E6E !important; }
#comments #respond #commentform input, #comments #respond #commentform textarea {font-size:12px; font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif; color:#6E6E6E; 
border:#6d9fbb 1px solid; padding:2px 5px;}
#comments #respond #commentform input {height:18px;}
#comments #respond #commentform #submit {padding:2px 7px; background:#10468b; color:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; font-size:10px; text-transform:uppercase;float:left; border:none; font-size:14px; height:auto; cursor:pointer;}
#comments #respond #commentform #submit:hover {background:#043d5d; text-decoration:none; color:#fff;}

/** Contact us Form **/

#contact-warp {width:640px; float:left; text-align:left; height:auto;margin-bottom:10px;}
#contact-warp p.label {width:500px; float:left; margin:0;color:#2a8ec0;}
#contact-warp .special {display:none;}

.message {float:left; height:auto; width:500px; background:#FAE673; border:#FEBD63 1px solid; color:#CC6600; display:none; padding:10px;}

#contact-warp input {padding:5px; font-size:12px; width:260px; float:left; font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif; margin-bottom:5px; border:#ababab 1px solid;}
#contact-warp select {padding:5px; font-size:12px; width:270px; float:left; font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif; margin-bottom:5px; border:#ababab 1px solid;}
#contact-warp textarea {
	padding:5px;
	font-size:12px;
	width:585px;
	float:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	margin-bottom:10px;
	border:#ababab 1px solid;
}

#contact-warp input.submit {padding:2px 7px; background:#10468b; color:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; font-size:10px; text-transform:uppercase;float:left; border:none; font-size:14px; height:auto; cursor:pointer; width:auto;}
#contact-warp input.submit:hover {background:#043d5d; text-decoration:none; color:#fff;}


/** Footer **/

#footer {background:url(../images/footer_bg.jpg) no-repeat center top; position:relative;}
#footer .container p {padding:10px;}
#footer .container p a {color:#10468b;}
#footer .container p a:hover {text-decoration:underline; color:#2a8ec0;}

