/*
_______________________________
BASE */

@import url(/css/tripoli/tripoli.base.css);

/*
_______________________________
PLUGINS */

@import url(/css/tripoli/plugins/tripoli.visual.css);
/*@import url(/css/tripoli/plugins/tripoli.type.css);*/

/*
_______________________________
END */


/************************************

COLOURS:
blue			#21637e
khaki			#a5a17e
brown 		#756c67

body			#333
footer		#ccc
grey lt		#f2f2f2
grey drk	#808080

************************************/

/* Global overrides
************************************/
a:link,
a:visited {
	color:#21637e;
	text-decoration: underline;
}
a:hover {
	color:#21637e;
	text-decoration: none;
}
a:active,
a:focus {
	color:#21637e;
}

/* Main containers
************************************/
html,
body {
	color: #333;
	background-color: #756c67;
	width: 100%;
	text-align: center;
}

#frame {
	width: 1010px;
	margin: 0 auto;
	text-align: center;
	background: transparent url(/images/ui/frame-bg.gif) repeat-y 0 0;
}

#header,
#main {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#footer {
	width: 1010px;
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
	background: #756c67 url(/images/ui/footer-bg.gif) no-repeat 0 0;
}
#footer p {
	margin: 25px 20px 30px;
}
#footer a {
	color: #333; 
}

/* Header
************************************/
#header {
	height: 151px;
	position: relative;
	background: #fff url(/images/ui/header-bg.gif) repeat-x 0 0;
}
#header h1 {
	display: block;
	width: 128px; height: 96px;
	position: absolute;
	left: 20px; top: 25px;
	text-indent: -9999px;
	margin: 0;
	background: transparent url(/images/ui/gms-logo.gif) no-repeat 0 0;
}
#header h1 a {
	display: block;
	width: 100%; height: 100%;
}
#nav {
	position: absolute;
	left: 500px; top: 80px;
	font-size: 13px;
	margin: 0; padding: 0;
}
#nav >li {
	display: block;
	float: left;
	height: 60px;
	position: relative;
}
#nav #n5 {
	margin-left: 40px;
}
#nav >li >a {
	display: block;
	height: 30px; line-height: 30px;
	color: #000;
	background-color: transparent;
	text-decoration: none;
	padding: 0px 10px 0px;
}
.p1 #n1 >a,
.p2 #n2 >a {
	color: #fff;
	background-color: #21637e;
}
.p1 #n1,
.p2 #n2, {
	background-color: transparent;
}
.p0 #n0, 
.p3 #n3, 
.p4 #n4, 
.p5 #n5 {
	background-color: #21637e;
}
.p0 #n0 >a, 
.p0 #n0 >a:hover, 
.p1 #n1 >a, 
.p1 #n1 >a:hover, 
.p2 #n2 >a, 
.p2 #n2 >a:hover, 
.p3 #n3 >a, 
.p3 #n3 >a:hover, 
.p4 #n4 >a, 
.p4 #n4 >a:hover, 
.p5 #n5 >a, 
.p5 #n5 >a:hover {
	color: #fff;
	text-decoration: none;
}
#nav >li >a:hover {
	color: #21637e;
	text-decoration: underline;
}
.p1 #n1 >a:hover,
.p2 #n2 >a:hover  {
	color: #fff;
	text-decoration: none;
}
/* Sub nav */
#nav ul {
	margin: 0; padding: 0;
	position: absolute;
	left: 0; top: 30px;
	border-top: 1px solid #21637e;
	display: none;
	z-index: 100;
}
.p1 #n1 ul {
	width: 435px;
	display: block;
}
.p2 #n2 ul {
	width: 362px;
	display: block;
}
#n1 ul li,
#n2 ul li {
	display: block;
	float: left;
	border-right: 1px solid #808080;
	padding: 0 10px; 
	height: 18px; line-height: 18px;
	margin-top: 5px;
}
#nav ul li.last {
	border: none;
}
#nav ul a {
	color: #000;
	text-decoration: none;
}
.p1.s1 #n1 .s1 a,
.p1.s2 #n1 .s2 a,
.p2.s1 #n2 .s1 a,
.p2.s2 #n2 .s2 a,
.p2.s3 #n2 .s3 a,
.p2.s4 #n2 .s4 a,
#nav ul a:hover {
	color: #21637e;
}


/* Main
************************************/
#main {
	width: 950px;
	background-color: #fff;
	padding: 0 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h2.main {
	font-size: 24px;
	color: #a5a17e;
}
h3.sub {
	font-size: 20px;
	color: #21637e;
	line-height: 23px;
}
ul.heading {
	font-size: 16px;
	color: #21637e;
	margin-left: 15px;
	margin-bottom: 15px;
}
ul.heading li {
	margin: 3px 0 2px;
}


/* Columns
************************************/
.col2,
.col3,
.col4,
.col6,
.col7 {
	margin-right: 10px;
	position: relative;
}
.col2 {
	width: 182px;
}
.col3 {
	width: 278px;
}
.col4 {
	width: 374px;
}
.col4.sp {
	width: 376px;
}
.col5 {
	width: 470px;
}
.col6 {
	width: 566px;
}
.col6.sp {
	width: 568px;
}
.col7 {
	width: 662px;
}
.col10 {
	margin: 0 20px;
}
.ng {
	margin-right: 0;
}

/* Homepage
************************************/
.p0 #main {
	width: 990px;
	padding: 0;
}
.home-col {
	width: 268px; height: 460px;
	float: right;
	padding: 0 25px 0 15px;
}
.home-col h2 {
	font-size: 19px;
	line-height: 22px;
	color: #21637e;
}
.home-rotation {
	width: 682px; height: 360px;
	float: left;
}
.home-news {
	width: 682px; height: 100px;
	float: left;
	background-color: #a5a17e;
}
.home-news h2 {
	display: block;
	width: 66px; height: 80px;
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 20px;
	margin: 0;
}
.home-news ul {
	margin: 0; padding: 0;
	list-style: none;
}
.home-news ul li {
	width: 171px; height: 80px;
	float: left;
	margin: 0; padding: 10px;
	border-left: 1px solid #fff;
}
.home-news span {
	display: block;
	margin-bottom: 5px;
	clear: both;
	font-size: 17px;
	color: #fff;
}
.content .home-news a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
.content .home-news a:hover {
	color: #333;
	text-decoration: underline;
}


/* About
************************************/
.about-subbox {
	width: 282px; height: 460px;
	border-right: 1px solid #fff;
	float: left;
	background-color: #a5a17e;
}
.content .about-subbox a {
	display: block;
	padding: 20px 40px 20px 20px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	background: transparent url(/images/ui/chevron-rt-br.gif) no-repeat 250px 22px;
}
.content .about-subbox a:hover {
	text-decoration: underline;
	color: #fff;
}


/* Team
************************************/
ul.team-list {
	margin: 0; padding: 0;
	list-style: none;
}
.team-list li {
	width: 278px; height: 120px;
	color: #21637e;
	background-color: #f2f2f2;
	margin: 0 10px 10px 0;
	list-style: none;
	float: left;
}
.team-list li.bgwhite {
	background-color: #fff;
}
.team-list img {
	float: left;
	margin-right: 10px;
}
.team-list h4 {
	margin: 0;
	padding: 10px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.team-list h5 {
	margin: 5px 0 10px;
	font-size: 12px;
	color: #808080;
}
.team-list span {
	color: #808080;
}
.team-list a {
	color: #21637e;
}


/* History
************************************/
ul.history-list {
	margin: 0; padding: 0;
	list-style: none;
}
.history-list li {
	width: 189px; height: 460px;
	border-right: 1px solid #fff;
	float: left;
	background-color: #a5a17e;
}
.content .history-list a {
	display: block;
	padding: 10px 35px 5px 10px;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	text-decoration: none;
	background: transparent url(/images/ui/chevron-rt-br.gif) no-repeat 160px 11px;
}
.content .history-list a:hover {
	text-decoration: underline;
	color: #fff;
}
.history-list p {
	padding: 0 10px;
	font-size: 12px;
	line-height: 14px;
}
/* History sub */
ul.history-nav {
	width: 278px;
	margin: 73px 0 30px; padding: 0;
	list-style: none;
}
.history-nav li {
	line-height: 25px;
	padding: 0 5px;
	border-bottom: 1px dotted #808080;
}
.content .history-nav a {
	color: #333;
	text-decoration: none;
}
.content .history-nav a:hover {
	color: #21637e;
}
.content.p1 .col4.sp img {
	border: 1px solid #a5a17e;
}
.caption {
	margin: 0; padding: 10px;
	font-size: 11px;
	background-color: #a5a17e;
}


/* Property
************************************/
.p2 #main {
	background: #fff url(/images/ui/main-prop-bg.gif) repeat-y 0 0;
}
ul.property-nav {
	width: 172px;
	margin: 0px 0 30px; padding: 0;
	list-style: none;
}
.property-nav li {
	line-height: 16px;
	padding: 0 5px;
	border-bottom: 1px dotted #808080;
	padding: 4px 0;
}
.content .property-nav a {
	color: #333;
	text-decoration: none;
}
.col4.prop {
	margin-left: 20px;
	width: 345px;
}
h4.area {
	font-size: 18px;
	color: #808080;
	margin: -5px 0 15px;
}
.col4.prop ul li {
	margin: 5px 0;
}
ul.unpad {
	margin: 0; padding: 0;
	list-style: none;
}
span.prop-label {
	color: #808080;
}
.prop-contacts {
	background-color: #f2f2f2;
	padding: 10px 10px 1px 10px;
	margin-bottom: 1px;
	font-size: 11px;
	line-height: 14px;
}
.prop-contacts .www-link {
	display: block;
	border-top: 1px solid #fff;
	line-height: 30px;
}

/* Slideviewer styles
************************************/

/*preload classes*/ 
.svw { width: 50px; height: 20px; background: #fff; } 
.svw ul { position: relative; left: -999em; } 
 
/*core classes*/ 
.stripViewer {  
	position: relative; 
	overflow: hidden;  
	margin: 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
} 
.stripViewer ul li { float:left; cursor: pointer; } 
.stripTransmitter { 
	overflow: auto; 
	width: 1%;
	background: #a5a17e; 
	border-top: 1px solid #fff;
} 
.stripTransmitter ul { 
	margin: 0; 
	padding: 0; 
	position: relative; 
	list-style-type: none; 
} 
.stripTransmitter ul li { 
	width: 25px; 
	float:left; 
	border-right: 1px solid #fff;
	margin: 0; 
	cursor: pointer;
} 
#content .stripTransmitter ul li img { margin: 0; }
#content .stripTransmitter a { border: none; }
.stripTransmitter a { 
	font-size: 11px; 
	text-align: center; 
	line-height: 28px; 
	background: #a5a17e; 
	color: #fff; 
	text-decoration: none; 
	display: block; 
} 
.stripTransmitter a:hover { 
	background: #938f72; 
	color: #fff; 
} 
.stripTransmitter a.current { 
	background: #605e49; 
	color: #fff; 
} 



/* News
************************************/
ul.news-list {
	margin: 0; padding: 0;
	list-style: none;
}
.news-list li {
	margin: 0;
	padding: 10px 0 20px 96px;
	border-top: 1px dotted #808080;
}
.news-list li:first-child {
	border: 0;
}
.news-list .date {
	margin-left: -96px;
	color: #808080;
	font-size: 14px;
	font-style: italic;
}
.news-list h4 {
	margin-top: -18px;
	font-size: 16px;
	line-height: 18px;
	color: #21637e;
}
ul.news-pages {
	margin: 0; padding: 0;
	list-style: none;
	float: right;
	margin-top: -35px;
}
.news-pages li {
	display: inline;
	color: #21637e;
}
.content .news-pages a {
	padding: 3px 8px;
	background-color: #fff;
	text-decoration: none;
}
.content .news-pages a:hover {
	background-color: #f2f2f2;
}
.content .news-pages a.current {
	background-color: #21637e;
	color: #fff;
}
/* News sub */
ul.news-nav {
	width: 182px;
	margin: 0px 0 20px 0; padding: 0;
	list-style: none;
}
.news-nav li {
	line-height: 25px;
	padding: 0 5px;
	border-bottom: 1px dotted #808080;
}
.content .news-nav a {
	color: #333;
	text-decoration: none;
}
.content .news-nav a:hover {
	color: #21637e;
}
/* News article */
span.date-full {
	display: block;
	color: #808080;
	font-style: italic;
	margin-bottom: 10px;
}
.caption2 {
	margin: 0; padding: 10px;
	font-size: 11px;
	color: #fff;
	background-color: #21637e;
}
.back-news {
	float: right;
	margin-top: -35px;
}
.news-contact {
	width: 250px;
	background-color: #f2f2f2;
	padding: 10px;
}
.content.p3 .col4.sp img {
	border: 1px solid #21637e;
}


/* Contact
************************************/
p.caption3 {
	margin: 0 10px 0 0; padding: 10px;
	font-size: 11px;
	background-color: #a5a17e;
}
.caption3 a {
	color: #333;
}
.contact-form,
.login-form {
	padding: 10px;
	background-color: #f2f2f2;
	position: relative;
}
.contact-form {
	height: 245px;
}
.login-form {
	margin-bottom: 100px;
}
.contact-form h5 {
	font-size: 13px;
	color: #808080;
	margin: 5px 0 15px
}
.contact-form h5 em {
	font-size: 11px;
	padding-left: 5px;
}
.formrow {
	width: 350px;
	height: 30px;
	line-height: 25px;
	float: none;
}
.formrow em {
	font-size: 11px;
	float:right
}
.formrow label {
	display: block;
	width: 76px; 
	float: left;
}
.formrow input[type='text'] {
	width: 260px;
	display: block;
	float: right;
	height: 20px; line-height: 25px;
}
.formrow textarea {
	width: 260px;
	display: block;
	float: right;
	height: 115px;
	line-height: 14px;
}
.formcol {
	width: 86px;
	position: absolute;
	top: 180px;
	right: 10px;
}
/*.p5 #main {
	height: 300px;
	padding: 0;
}*/
.formrow.remme {
	padding-left: 85px;
}
.formrow.remme label {
	display: inline;
	width: auto; 
	float: none;
}
.login-form .submit-btn {
	margin-left: 0px;
}
.login-form .formcol {
	top: 70px;
	right: 10px;
}

.asplogin {
	width: 260px;
	display: block;
	float: right;
	height: 20px; line-height: 25px;
}

/* Shareholder
************************************/
ul.docs-list {
	list-style: none;
	margin: 10px 10px 50px;
}
.docs-list li {
	margin: 10px 0;
	padding: 0 25px;
	background: #fff url(/images/ui/link-doc.gif) no-repeat 0 0;
}
.docs-list span {
	padding: 0 10px 0 0;
	font-style: italic;
	color: #666;
}
.docs-list a {
	line-height: 20px;
	
}



/* Misc
************************************/
.hide { display:none; }
.hidden { visibility: hidden; }
.left { float: left; }
.right { float: right; }
.grey { color: #808080; }
.blue { color: #21637e; }
.clearfix {
	width: 100%;
	height: 0.01em;
	clear: both;
}
.pad-right { padding-right: 20px }
.pad-top { padding-top: 80px }
.content .bottom0 { margin-bottom: 0 }

/************************************

COLOURS:
blue			#21637e
khaki			#a5a17e
brown 		#756c67

body			#333
footer		#ccc
grey lt		#f2f2f2
grey drk	#808080

************************************/

.editpencil {
	position: absolute;
	top: 0;
	left 0;
}
div.editdiv {
	position: relative;
}

#ctl00_cphMain_valSumm {
	position: absolute;
	top: -150px;
	left: 200px;
}

