body {
    background: #B5C9D8 url('../images/body-bg.jpg') top center no-repeat;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
}

.Message
{
	font-size: 12px;
	color: #206084;
	font-weight:bold;
}

#container {
    background: #fff;
    margin: 0 auto;
    width: 960px;
    text-align: left;
}

/* Header */

#header {
    background: #fff;
    height: 160px;
    overflow: hidden;
}

#header .logo {
    height: 160px;
    width: 670px;
    float: left;
}

#header .logo img {
	background: #fff;
    border: none;
    width: 670px;
}

#header .logo a {
    border: none;
    text-decoration: none;
}

#header .banner {
    float: left;
    height: 160px;
}

#header .banner img {
    width: 290px;
	height: 160px;
}

/* Navigation Bar */
#navigation {
    background: #fff url(../images/menu-bg.gif) top right no-repeat;
    height: 80px;
}

/* Content */
#content {padding-top: 10px;}

.front #content {
    overflow: hidden;
    padding: 30px 10px 10px;
}

/* Layout Options */

/* Default 50%/50% */
body.default #content .left {
    float: left;
    width: 49%;    
}

body #content .inner {
    overflow: hidden;
    padding: 10px;
}

body.full #content .inner {
    overflow: visible;
}

body.default #content .right {
    float: right;
    width: 49%;
}

/* Right Hand Side */

body.right-side #content .left {
    float: left;
    width: 615px;
}

body.right-side #content .left .inner {
    padding-top: 0;
}

body.right-side #content .right {
    background: transparent url('../images/rhs-bg-top.jpg') top left no-repeat;
    float: right;
    width: 315px;
}

body.right-side #content .right .inner {
    background: transparent url('../images/rhs-bg-bottom.jpg') bottom left no-repeat;
    margin-top: 44px;
    overflow: hidden;
    padding: 0 15px 40px 15px;
}

/* Left Hand Side */

body.left-side #content .right {
    float: right;
    width: 615px;
}

body.left-side #content .right .inner {
    padding-top: 0;
}

body.left-side #content .left {
    background: transparent url('../images/rhs-bg-top.jpg') top left no-repeat;
    float: left;
    width: 315px;
}

body.left-side #content .left .inner {
    background: transparent url('../images/rhs-bg-bottom.jpg') bottom left no-repeat;
    margin-top: 44px;
    overflow: hidden;
    padding: 0 15px 40px 15px;
}

/* Full width */

body.full #content {
    margin: 0 70px;
    width: 800px;
}






/* End Layout Options */

#photos {
    float: left;
    background: #fff url(../images/photos-bg.gif) top left no-repeat;
    height: 350px;
    width: 460px;
    }

#content .text-box {
    float: right;
    width: 460px;
    border: 1px solid #303030;
}

#content .text-box .inner {
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.text-box .inner h3 {
    color: #4A7C9D;
    text-align: center;
    border-top: 2px solid #4A7C9D;
    font-size: 18px;
	margin-bottom: 1px;
    padding: 15px;
}

.text-box hr {
border-bottom:1px solid #4A7C9D;
border-top:1px solid #4A7C9D;
color: #4A7C9D;
height:2px;
margin: 0 120px;
}

.text-box ul {
	list-style: none;
	padding: 0 0 0 15px;
}

.text-box ul li {
	background: #fff url('../images/bullet.gif') left 2px no-repeat;
	padding: 0 0 0 15px;
}

/* Ticker */
#ticker-nav {
    background: #5998C9 url(../images/ticker-bg.gif) top left no-repeat;
    clear: both;
    height: 40px;
	position: relative;
 }

#ticker-nav marquee {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 13px;
    left: 0;
}

#ticker-nav marquee span {
    list-style: none;
    display: inline;
    color: #fff;
    font-weight: bold;
    margin: 0 15px 0 5px;
    text-decoration: none;
    text-transform: uppercase;
}

#ticker-nav marquee span.title {
    margin-right: 0;
    margin-left: 25px;
}


/* Footer */
#footer {
    background: url(../images/footer.jpg) bottom left no-repeat;
    height: 83px;
}

#photos h2 {
	border-bottom: 1px solid #fff;
	font-size: 15px;
	color: #fff;
	margin: 10px 0 5px 15px;
	padding-bottom: 5px;
	width: 340px;
}

.galleria{list-style:none;width:90px;float: right;padding-left:10px;
padding-right:5px;
padding-top:27px;} 
.galleria_container {float:left; position: relative; width:340px;margin: 10px 0 10px 15px;}
.galleria_wrapper {border-right:1px solid #fff;margin-top:20px;padding:5px 0;}
.galleria_wrapper img {width: 320px; border: 2px solid #998000;}
.galleria_container .caption {position: absolute; top: 0;font-size: 15px; font-weight: normal;color: #fff;}
.galleria li{display:block;width:70px;height:70px;overflow:visible;float:left;margin:0 10px 10px 0}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{top:auto;left:auto;display:block;width:auto;height:auto;border-width:1px;}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

/* Search styles */
.search-container {
	float: right;
	width: 320px;
}

.gcse {
	float:right;
	padding-top:20px;
	width:250px;
}

.gcse input {
	float: left;
	margin-top: 0px;
}

.gcse input.query {
	width: 185px;
}

.gcse input.button {
	width: 58px;
	background: none;
	border: none !important;
	font-weight: bold;
	color: #666;
}

.login {
	margin-top: 10px;
}

.login p {
	float: right;
	margin: 0;
	padding-top: 5px;
	width: 74px;
}

.login p a {
	background: transparent url('../images/login-bullet.gif') left 0px no-repeat;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	padding-left: 25px;
}

/* Headings */
h2.title {
    color: #206084;
    font-size: 24px;
    margin: 0 0 1em;
}

h2.title-alt {
    background: transparent url('../images/about-header.jpg') top left no-repeat;
    color: #fff;
    height: 20px;
    padding: 10px 0 5 20px;
    margin: 0 0 0 10px;    
}


/* Images */
#content img {
    border: 2px solid #998000;
}

#content img.float-right {
    float: right;
    margin: 0 0 10px 10px;
}

/* Links */

#content .inner a:link,
#content .inner a:visited,
#content .inner a:active {
    color: #4A7C9D;
    font-weight: bold;
    text-decoration: none;
}

#content .inner a:hover {
    text-decoration: underline;
}


/* Lists */
/* Simple Lists */
#content ul.list {
    list-style: none;
    padding: 0 0 0 15px;
}

#content ul.list li {
    background: #fff url('../images/bullet.gif') left 2px no-repeat;
    padding: 0 0 0 15px;
}

/* Three Wide Image Gallery List */
ul.imagery {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

ul.imagery li {
    float: left;
    margin: 0 20px 0 0;
    padding-bottom: 20px;
    width: 180px;
    background: #fff url('../images/imagery-bg.jpg') bottom left no-repeat;
}

ul.two-col li{
    background: #fff url('../images/two-col-bg.jpg') bottom left no-repeat;
    width: 275px;
}

ul.imagery li h3 {
    background: transparent url('../images/imagery-h3-bg.jpg') top left no-repeat;
    padding: 1em 10px 10px;
    margin: 0;
    font-size: 14px;
    height: 25px;
    color: #fff;
}

ul.two-col li h3 {
    background: transparent url('../images/two-col-top-bg.jpg') top left no-repeat;    
}

ul.imagery li h3 span {
    font-size: 12px;
}

ul.imagery li img {
    border: 2px solid #89762C;
    display: block;
    width: 150px;
    margin: 0 0 0 10px;
}

ul.two-col li img {
    width: 245px;
}

ul.imagery li.last {
    margin-right: 0;
}

ul.imagery li.first {
    clear: both;
    margin-left: 100px;
}

ul.two-col li.first {
    margin-left: 0;
}

ul.imagery li.two-col {
    margin-top: 20px;
}

/* Two Column */
ul.two-column {
    overflow: hidden;
    padding-bottom: 10px;
}

ul.two-column li {
    display: block;
    float: left;
    margin-bottom: 10px;
    width: 40%;
}

/* Scroll Box */
.scroll-box {
    border: 1px solid #303030;
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
}

/* Contact Details Box */
.contact {
    clear: both;
    padding-top: 10px;
    padding-bottom: 0;
    width: 100%;
}

.contact a {
    color:#4A7C9D;
    font-weight:bold;
    text-decoration:none;
}

.right .contact {
    float:right;
}

.left .contact {
    float: left;
}
    
 /* Side Content Styling */
 
body.right-side #content .right h3,
body.right-side #content .right h4,
body.left-side #content .left h3,
body.left-side #content .left h4 {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin-top: 0;
    text-align: center;
    border-bottom: 2px solid #fff;
    padding: 10px 0 10px;
}

body.right-side #content .right h4.last,
body.left-side #content .left h4.last {
    border: none;
}

body.right-side #content .right h4 a:link,
body.left-side #content .left h4 a:link,
body.right-side #content .right h4 a:visited,
body.left-side #content .left h4 a:visited,
body.right-side #content .right h4 a:hover,
body.left-side #content .left h4 a:hover,
body.right-side #content .right h4 a:active,
body.left-side #content .left h4 a:active {
    color: #fff;
    text-decoration: none;
}

body.right-side #content .right h4 a:hover,
body.left-side #content .left h4 a:hover {
    text-decoration: underline;
}                        
   

/* Default Style - Large Photo Right Hand Side Styling */
.default .right .photo {
     background: #fff url('../images/rhs-photo-lg-top.jpg') top right no-repeat;
     padding: 10px 0;
}

.default #content .right .photo .inner{
     background: #fff url('../images/rhs-photo-lg-bottom.jpg') bottom right no-repeat;
     padding: 0px 10px 25px 15px;
}

.default .right .photo img {
    border: 2px solid #89762C;  
}

.right .photo h3,
.right .photo h4 {
    color: #fff;
}

.default .right .photo h3 {
    border-bottom: 1px solid #fff;
    margin: 10px 0 4px;
    padding: 0 0 8px;
    width: 400px;
}

.default .right .photo h4 {
    margin: 8px 0;
    padding: 0;
}                      

.ISO{
    font-weight: bold;
    color:#000;
}

/* Table Styling */
table.zebra {
    border: 1px solid #89762C;
    border-bottom: none;
    border-right: none;
    border-collapse: collapse;
    vertical-align: top;
}

table.zebra tr.odd {
    background: #DDD8C4;
}

table.zebra tr td {
    padding: 4px;
    border-bottom: 1px solid #89762c;
    vertical-align: top;
    border-right: 1px solid #89762c;
}

table.zebra tr td.title {
    font-weight: bold;
    padding: 4px 10px;
}

table.zebra tr td p {
    margin: 0;
    padding: 0 0 5px;
}

/* Form styling */
.form-container {
    width: 98%;
}

form.contact {
    border: 1px solid #89762C;
}

form.contact label {
    font-weight: bold;
    display: block;
    float: left;
    width: 140px;
    margin-right: 10px;
    text-align: right;
}

form.contact #comment {
    width: 280px;
}

form.contact input.submit {
    border: 1px solid #89762C;
    background: #DDD8C4;
    float: right;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 120px;
    padding-top: 6px;
    padding-bottom: 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* Login Form */
form.login {
    width: auto;
}

form.login label {
    font-weight: bold;
    display: block;
    float: left;
    width: 140px;
    margin-right: 10px;
    text-align: right;
}

form.login div {
    margin-bottom: 10px;
}

form.login input {
}

form.login input.submit {
    border: 1px solid #89762C;
    background: #DDD8C4;
    float: right;
    font-weight: bold;
    margin-right: 00px;
    width: 120px;
    padding-top: 6px;
    padding-bottom: 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* Front-page .inner fix */
body #content .front-inner {
    padding: 0;
}

/* Search Results */
#cse-search-results {
	padding: 10px 0 100px 0;
	}
	
div#res {
	background:red;
	width: 60%;
}