

/*
TABLE OF CONTENTS
##############################################################################
1. Colours
2. Base tags
3. Links
4. Typography
5. Lists
6. Layout
7. Images
8. Forms
*/


/* 1. Colours
##############################################################################*/


?>
/* 2. Base tags
##############################################################################*/
* {
font: 11px verdana, arial, sans-serif;
	
	line-height: 1.3;
	color: #000;
}

body {
	background: none;
	font: 11px verdana, arial, sans-serif;
	margin: 0px;
	line-height: 1.3;
	color: #000;
}


img {
	border: 0;
	background: none;
	display: block;
	}

.replace {
	position: relative;
	margin: 0px;
	padding: 0px;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}

.replace span{
	display:block;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 1; /*for Opera 5 and 6*/
}
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/* 3. Links
##############################################################################*/

a {
	color: #3d7eb9;
}

a:hover {
	text-decoration: none;
}

/* 4. Typography
##############################################################################*/
h1 {
	font-size: large;
	font-weight: bold;
	color: #3d7eb9;
}
h2 {
	color: #3d7eb9;
	font-size: small;
	font-weight: bold;
	border: 0;
}
div#footer h2 {
	color: #000;
}

hr {
	border: 0;
	color: #f7fbfc;
	background-color: #f7fbfc;
	height: 1px;
	width: 100%;
}

div#footer hr {
	border: 0;
	color: #c1c1c1;
	background-color: #c1c1c1;
	height: 1px;
	width: 90%;
}

div#contact p {
	color: #3d7eb9;
	text-align: right;
	margin-right: 13px;
}

div#footer span{
	color: #3d7eb9;
}

div#errDiv p {
	color: #ff0000;
}

/* 5. Lists
##############################################################################*/


/* 6. Layout
##############################################################################*/

div#container {
	
	width: 745px;
	margin: auto;
	background: #fff url('/images/main_bg.gif') repeat-y;
	padding: 0px;
}
	div#contact {
		width: 745px;
		margin: auto;
	}

	div#header {
		position: relative;
		width: 725px;
		margin: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;
	}

	div#header p{
		position: absolute;
		top:264px;
		left: 4px;
		width: 486px;
		height: 24px;
		background-color: #3d7eb9;
		color: #fff;
		font: 10px verdana, arial, sans-serif;
		border: 1px #e1e1e1 solid;
		border-top: none;
		padding: 6px;
		
		margin-top: 0px;
	}

	div.sub {
		float: left;
		height: 280px;
		overflow: auto;
		width: 217px;
		background: #fff url('/images/sub_section_bg.gif') repeat-x;
		border: 1px #e1e1e1 solid;
		border-bottom: none;
		
		margin-left: 15px;
		margin-top: 5px;
		padding: 5px;
	}

	div.sub_button {
			
			float: left;
			width: 217px;
			background-color: #fff ;
			border: 1px #e1e1e1 solid;
			border-top: none;
			margin-left: 15px;
			margin-top: 0px;
			padding: 5px;
	}

	div#footer {
		
		clear: left;
		text-align: center;
	}
	
	div#content {
		
		width:705px;
		margin: auto;
	}
	div#nav {
		position:absolute;
		left: 500px;
		top: 0px;
		
	}

/*7. Images
##############################################################################*/

div#header img {
	float: left;
	margin: 0px;
	margin-left: 4px;
	padding: 0px;
	}

div.sub img {
	
	margin: 0px;
	margin-right: 4px;
}

div.sub_button img.details_butt {
	background: #fff url('/images/butt_details.gif') no-repeat top left;
	overflow: hidden;
	height:24px;
}
div.sub_button img.details_butt:hover {
	background-position: 0 -24px;
}

/* 8. Forms
##############################################################################*/

input, select {	
	border: 1px solid #ccc;
	width: 200px;
	font: 11px verdana, arial, sans-serif;
}
input.no {
	border: 1px solid #ccc;
	width: 20px;
}
select.no {
	
	width: 80px;

}
textarea {	
	border: 1px solid #ccc;
	width: 100%;
	height: 200px;
	font: 11px verdana, arial, sans-serif;
}

input#submit {
	border: none;
	width: 69px;
	height: 24px;
	background-position: 0 -24px;
	background: #fff url('/images/butt_send.gif') no-repeat top left;
}
input#submit:hover {
	background-position: 0 -24px;
}
input#confirm {
	border: none;
	width: 69px;
	height: 24px;
	background-position: 0 -24px;
	background: #fff url('/images/butt_confirm.gif') no-repeat top left;
}
input#confirm:hover {
	background-position: 0 -24px;
}
table#confirm tr, table#confirm td, table#confirm th, table#confirm{
	text-align: left;
	border: 1px solid #ccc;
}
th {
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

/* 9. dropdown menu
##############################################################################*/

.chromestyle{


}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.chromestyle img{
width:69px;
height:24px:
display: inline;
list-style-type: none;
background: #fff url('/images/butt_details.gif') no-repeat top left;
overflow: hidden;

}

.chromestyle ul li:hover{
background-position: 0 -24px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
clear:both;
float: left;
top: 0px;

border: 1px solid #4e88d4; /*THEME CHANGE HERE*/
z-index:100;
background: #fff url('/images/sub_section_drop_bg.gif') repeat-x;
width: 217px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.subdropmenudiv{
clear: right;
float: right;
border: 1px solid #4e88d4; /*THEME CHANGE HERE*/
z-index:100;
background: #fff url('/images/sub_section_drop_bg.gif') repeat-x;
width: 217px;
margin-bottom: 2px;
margin-top: 1px;
padding-top: 3px;
padding-bottom: 3px;

}



.dropmenudiv a{
clear: both;
width: 100%;
display: block;

border: none;
padding: 2px 0;
padding-left: 3px;
text-decoration: none;
font-weight: bold;
line-height: 1.6em;
color: #000;
}

.subdropmenudiv a
{
clear: right;
width: 100%;
display: block;

border: none;
padding: 2px 0;
padding-left: 3px;
text-decoration: none;
font-weight: bold;
line-height: 1.6em;
color: #000;
}

.dropmenudiv a:hover, .subdropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #bad8ff;

}

.dropmenudiv img, .subdropmenudiv img{
margin-top: 3px;
margin-left: 3px;
}

div#header span:hover {
	cursor: pointer;
}

img#img_head1 {
	background: url('/images/rsa_subpage_header.gif');
	overflow: hidden;
}
img#img_head2 {
	background: url('/images/aroa_subpage_header.gif');
	overflow: hidden;
}
img#img_head3 {
	background: url('/images/tdhrail_subpage_header.gif');
	overflow: hidden;
}
/* END CSS RENDERING */

