/* ---------------------------------- CSS Document ---------------------------------- */


/* - Smith Osborne - Site.css - */

#overlay, #choices img, #overlay img, #handle1 {	behavior: url(/resources/css/iepngfix.htc); }

/* ---------------------------------- Global Variables ---------------------------------- */


* {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border: 0px;
	text-decoration: none;
}
html, body, table, tr, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
body { background: #212121 url(/resources/img/css/bg.jpg) center center no-repeat; }
tr {	text-align: center;	height: 100%;}
td {	height: 100%; min-height: 100%; }
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}
a {	 cursor: pointer; }
a:link		{ color: #DDD; }
a:visited	{ color: #DDD; }
a:hover		{ color: #FFF; }
a:active	{ color: #FFF; }

/* ---------------------------------- Section Text Colours ---------------------------------- */

.investments .center a:link, .investments .center a:visited 	{	color: #08b5a8; }
.health .center a:link, .health .center a:visited 				{	color: #a37140; }
.life .center a:link, .life .center a:visited	 				{	color: #d1b48b; }
.commercial .center a:link, .commercial .center a:visited 		{	color: #5594c0; }
.retirement .center a:link, .retirement .center a:visited		{	color: #a7b953; }
.mortgages .center a:link, .mortgages .center a:visited  		{	color: #7f6d55; }
.about .center a:link, .about .center a:visited					{	color: #b48966; }
.contact .center a:link, .contact .center a:visited	 			{	color: #848faf; }
.welcome .center a:hover, .investments .center a:hover, .health .center a:hover, .life .center a:hover, .commercial .center a:hover, .retirement .center a:hover, .mortgages .center a:hover, .about .center a:hover, .contact .center a:hover, .privacy .center a:hover, .legal .center a:hover {	color: #FFFFFF; }
.welcome .center a:active, .investments .center a:active, .health .center a:active, .life .center a:active, .commercial .center a:active, .retirement .center a:active, .mortgages .center a:active, .about .center a:active, .contact .center a:active, .privacy .center a:active, .legal .center a:active { 	color: #AAAAAA; }

/* ---------------------------------- Splash Page ---------------------------------- */


#container {
	position: relative;
	margin: 0 auto 0;
	width: 700px;
	height: 480px;
}
#splash {
	position: relative;
	width: 640px;
	height: 425px;
	padding: 15px;
	border: 8px solid #FFFFFF;
}
#overlay {
	position: absolute;
	z-index: 1000;
	margin-top: -320px !important;
	margin-left: 23px !important;
	margin-left: -321px;
}
#choices {
	position: absolute;
	z-index: 1000;
	margin-top: -170px !important;
	margin-left: 23px !important;
	margin-left: -321px;
}
html>body #choices, html>body #overlay {
	*margin-left: -320px !important;
}
#choices ul {
	width: auto;
	position: relative;
	height: 25px;
}
#choices li {
	float: left;
	width: auto;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 9pt;
}
#footer p {
	width: 640px;
	margin: 0 auto 0;
	color: #AAAAAA;
	font-size: 7pt;
	font-family: Helvetica, Arial, sans serif;
	text-shadow: 0px 1px 0px #000;
}

/* ---------------------------------- Structure Rules ---------------------------------- */

#content {
	height: 500px;
	width: 1100px;
	margin: 0 auto 0;
}

/* ---------------------------------- Left Structure Rules ---------------------------------- */

#left {
	width: 225px;
	height: 500px;
	float: left;
	overflow: hidden;
	border-right: 6px solid #FFF;
	padding-right: 15px;
	margin-right: 15px;
}
#left ul {
	margin: 35px 0px 80px 0px;
	width: 220px;
	height: auto;
	text-align: right;
	font-family: Georgia, serif;
	color: #AAAAAA;
	font-weight: 100;
	border-top: 1px solid #FFFFFF;
	padding-top: 6px;
}
#left li {
	height: 22px;
	margin-left: 200px;
	background-color: transparent;
	width: 220px;
	padding-right: 10px;
}
#left ul li a {
	text-shadow: 0px 1px 0px #000;
	font-style: italic !important;
}
#left li a:hover {
	color: #FFFFFF;
}
#logo_container {
	width: 222px;
	height: 101px;
}
#logo {
	width: 222px;
	height: 101px;
	display: none;
}
.spacer {
	height: 18px;
}
#legal {
	width: 220px;
	height: auto;
	font-size: 8pt;
	color: #AAAAAA;
	font-style: italic;
}
#legal p {
	margin-right: -200px;
	text-align: right;
}
.paperwork 				{ color: #AAAAAA; }
.paperwork a:link	 	{ color: #AAAAAA; }
.paperwork a:visited	{ color: #AAAAAA; }
.paperwork a:hover	 	{ color: #FFFFFF; }
.paperwork a:active	 	{ color: #FFFFFF; }

/* ---------------------------------- Left Colour Rules ---------------------------------- */

#nav_01.current a, .investments .title 	{ color: #08b5a8; }
#nav_02.current a, .retirement .title 	{ color: #a7b953; }
#nav_03.current a, .health .title 		{ color: #a37140; }
#nav_04.current a, .life .title 		{ color: #d1b48b; }
#nav_05.current a, .commercial .title 	{ color: #5594c0; }
#nav_06.current a, .mortgages .title 	{ color: #7f6d55; }
#nav_07.current a, .about .title 		{ color: #b48966; }
#nav_08.current a, .contact .title 		{ color: #848faf; }

/* ---------------------------------- Center Structure Rules ---------------------------------- */

.center {
	width: 499px;
	height: 500px;
	margin: 0 auto 0;
	float: left;
	overflow: hidden;
	padding-left: 5px;
}

/* ---------------------------------- Center Background Rules ---------------------------------- */

.welcome .center		{ background: url(/resources/img/center/welcome.jpg) no-repeat; }
.investments .center 	{ background: url(/resources/img/center/investments.jpg) no-repeat; }
.health .center 		{ background: url(/resources/img/center/health.jpg) no-repeat; }
.life .center			{ background: url(/resources/img/center/life.jpg) no-repeat; }
.commercial .center 	{ background: url(/resources/img/center/commercial.jpg) no-repeat; }
.retirement .center 	{ background: url(/resources/img/center/retirement.jpg) no-repeat; }
.mortgages .center 		{ background: url(/resources/img/center/mortgages.jpg) no-repeat; }
.about .center			{ background: url(/resources/img/center/about.jpg) no-repeat; }
.contact .center		{ background: url(/resources/img/center/contact.jpg) no-repeat; }
.legal .center			{ background: url(/resources/img/center/paperwork.jpg) no-repeat; }
.privacy .center		{ background: url(/resources/img/center/paperwork.jpg) no-repeat; }

/* ---------------------------------- Right Structure Rules ---------------------------------- */

.right {
	width: 296px;
	height: 500px;
	margin: 0 auto 0;
	overflow: hidden;
	float: left;
	border-left: 6px solid #FFF;
	padding-left: 15px;
	margin-left: 10px;
}

/* ---------------------------------- Right Background Rules ---------------------------------- */

.welcome .right 		{ background: url(/resources/img/right/welcome.jpg) 15px 0px no-repeat; }
.investments .right		{ background: url(/resources/img/right/investments.jpg) 15px 0px no-repeat; }
.health .right 			{ background: url(/resources/img/right/health.jpg) 15px 0px no-repeat; }
.life .right 			{ background: url(/resources/img/right/life.jpg) 15px 0px no-repeat; }
.commercial .right 		{ background: url(/resources/img/right/commercial.jpg) 15px 0px no-repeat; }
.retirement .right 		{ background: url(/resources/img/right/retirement.jpg) 15px 0px no-repeat; }
.mortgages .right 		{ background: url(/resources/img/right/mortgages.jpg) 15px 0px no-repeat; }
.about .right			{ background: url(/resources/img/right/about.jpg) 15px 0px no-repeat; }
.contact .right 		{ background: url(/resources/img/right/contact.jpg) 15px 0px no-repeat; }
.privacy .right 		{ background: url(/resources/img/right/welcome.jpg) 15px 0px no-repeat; }
.legal .right 			{ background: url(/resources/img/right/welcome.jpg) 15px 0px no-repeat; }

/* ---------------------------------- Text Declarations Rules ---------------------------------- */

h1, h2, h3 {
	font-family: Georgia, serif;
	color: #FFFFFF;
	font-weight: 100;
	text-align: left;
	text-shadow: 0px 1px 0px #000;
}
h1 {
	font-size: 16pt;
	margin: 15px 0px 10px 10px;
	font-style: italic;
}
h2 {
	font-size: 12pt;
	margin: 20px 0px 10px 10px;
	font-style: italic;
}
h3 {
	font-size: 10pt;
	float: left;
	margin: 5px 0px 5px 50px !important;
	margin: 5px 0px 5px 25px;
	width: 100px;
}
.center p {
	font-family: 'Helvetica', Arial, serif;
	color: #DDD;
	font-size: 10pt;
	font-weight: lighter;
	text-align: left;
	margin: 5px 20px 10px 10px;
	line-height: 17px;	
	text-shadow: 0px 1px 0px #000;
}

/* ---------------------------------- Span Colour Rules ---------------------------------- */

.investments .coloured 		{	color: #08b5a8 !important; }
.health .coloured 			{	color: #a37140 !important; }
.life .coloured 			{	color: #d1b48b !important; }
.commercial .coloured 		{	color: #5594c0 !important; }
.retirement .coloured 		{	color: #a7b953 !important; }
.mortgages .coloured 		{	color: #7f6d55 !important; }
.about .coloured 			{	color: #b48966 !important; }
.contact .coloured 			{	color: #848faf !important; }

/* ---------------------------------- From Declarations Rules ---------------------------------- */


form {
	height: 300px;
	position: relative;
}
.left-content {
	float: left;
	width: 200px;
}
.right-contact {
	float: right;
	width: 200px;
}
form label {
	font-family: Georgia, serif;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: 100;
	text-align: left;
	float: left;
	margin: 5px 0px 5px 50px;
	width: 100px;
}
.contact .pright {
	float: left;
	width: 200px;
}
#contact-section h2 {
	float: left;
	width: 420px;
}
form input, form textarea {
	width: 270px;
	background: #DEDEDE;
	color: #00000;
	float: left;
	height: 12px;
	padding: 3px;
	margin: 5px 0px 10px 10px;
}
#comments {
	height: 100px;
	overflow: auto;
}
p.message {
	font-size: 10pt;
	font-weight: bold;
}
#submit {
	font-family: Georgia, serif;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: 100;
	text-align: left;
	clear: both;
	margin-left: 380px;
	width: 60px;
	height: 20px;
	background: transparent;
	cursor: pointer;
}
#permission {
	font-family: Georgia, serif;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: 100;
	text-align: left;
	float: left;
	margin: 5px 0px 5px 50px;
	width: 370px;
}
#check {
	float: left;
	width: 12px;
	text-align: right;
	margin: 5px 5px 0px 0px;
	background: transparent;
}
#fsa, #ombudsman {
	margin: 10px 0px 10px 0px;
	clear: both;
}
.left {
	width: 450px;
	margin: 5px 0px 0px 20px !important;
	margin: 5px 0px 0px 10px;
	float: left;
}
.clear {
	clear: both;
	padding: 10px 0px 10px 30px;
	width: 400px;
}

/* ---------------------------------- Scroll Declarations Rules ---------------------------------- */

#scrollcontainer {
	height: 488px;
	overflow: hidden;
	position: relative;
	float: left;
	width: 460px;
	margin: 6px 0px 0px 5px;
}
#track {
	float: right;
	position: relative;
	width: 4px !important;
	width: 2px;
	height: 480px;
	background: #CCCCCC;
	margin: 10px 20px 0px 0px;
	overflow: visible;
}
#handle {
	width: 8px;
	height: 57px;
	margin-left: -2px !important;
	margin-left: 0px;
	background: url(/resources/img/css/handle.png) no-repeat;
	cursor: move;
}


