/* 
	======================================================================
	Title:		Snodonia Money. Default Styles
	======================================================================
	
	Description:
		Fluid layout that streches the width of the browser. Padding left
		and right provides guttering.
		Main content broken into two columns; the left column's n
		used to make space for the floated right column. Footer used to
		clear main content float.
		
	Created:	16/03/2006
	Modified:	27/03/2006
	Author:		Andrew Mason
	Company:	Oakbase
	Contact:	andrew.mason@oakbase.co.uk

	----------------------------------------------------------------------
		
	Index:
			+ Page set-up
			+ Basic HTML elements
			+ Main Container
			+ Column Container
			+ H1 Logo
			+ Top Navigation
			+ Main Navigation
			+ Left Column
			+ Right Column
			+ Footer
			+ News Article
			+ Fund Prices Link
			+ Form
			+ Generic Classes
			
	======================================================================
*/

/*	Page set-up
------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", verdana, arial, tahoma, sans-serif;
}


/*	Basic HTML elements
------------------------------------------------------------------------- */
a:link, a:visited {
	color: #003399;
}

a:hover, a:active {
	color: #CC0000;
}

p, ul { color: #555555; }

hr { display: none; }


td {
	font-size: 0.9em;
	color: #333;
	border: 1px solid white;
}

.grey {
	background-color: whitesmoke;
}


/*	Main Container
------------------------------------------------------------------------- */
#main-container {
	border-top: 10px solid #0f224c;
	min-width: 720px;
}

/*	Column  Container
------------------------------------------------------------------------- */
#column-container {
	margin: 0;
	padding: 0 2em 0 5em;
	position: relative;
}

/*	H1 Logo
------------------------------------------------------------------------- */
#logo {
	background: #48598a url(../images/mountain-top.jpg) left bottom no-repeat;
	display: block;
	margin: 1px 0 0 0;
	padding: 4em 0;
	text-align: right;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	height: 0;
}

#logo a:link, #logo a:visited {
	color: white;
	text-decoration: none;
}

#logo a:hover, #logo a:active {
	/* color: #FFCC00; */
	/* border-bottom: 1px solid white; */
}

#logo div {
	background: #4a5181 url(../images/grads/logo.gif) center left repeat-x;
	padding: 2.6em 3em 1.53em 2.6em;
	width: 11em;
	position: absolute;
	top: 0;
	right: 2em;
}
#logo h1, #logo p {
	color: white;
	margin: 0;
	padding: 0;
}


/*	Top Navigation
------------------------------------------------------------------------- */
#top-nav {
	background: transparent url(../images/grads/top-nav.gif) bottom left repeat-x;
	color: #505a86;
	display: block;
	font-size: 0.9em;
	list-style-type: none;
	margin: 0;
	padding: 1em;
	padding-left: 5em;
}

#top-nav li {
	display: inline;
	font-size: 1em;
	border-right: 1px solid #b1bede;
	padding: 0 1em;
}

#top-nav li a:link, #top-nav li a:visited { text-decoration:  none; }

#top-nav li a:hover, #top-nav li a:active { text-decoration:  underline; }




/*	Main Navigation
------------------------------------------------------------------------- */
#main-nav {
	background: #2c3d62 url(../images/grads/tab-background.gif) top left repeat-x;
	color: white;
	display: block;
	list-style-type: none;
	margin: 0 0 1px 0;
	height: 2.7em;
	padding: 0 0 0 5em;
}

#main-nav li {
display: inline;

}

#main-nav li a:link, #main-nav li a:visited {
	float: left;
	display: block;
	background: #52648b url(../images/grads/tab.gif) top left repeat-x;;
	color: white;
	padding: 0.68em 1.79em;
	text-decoration: none;
	margin: 1px 1px 0 0;
}

#main-nav li a:hover, #main-nav li a:active {
	background: #4e73c0 url(../images/grads/tab-hover.gif) top left repeat-x;
}

#active a:link, #active a:visited {
	background: #FFF url(../images/grads/tab-active.gif) top left repeat-x !important;
	color: #0f224c !important;
}


/*	Left Column
------------------------------------------------------------------------- */
#left-col {
	margin-right: 17em;
	padding: 1.4em 2em 2em 0;
}

#left-col h2, h3 {
	color: #555;
	font-size: 1.7em;
	margin-top: 0;
}

#left-col h3 {
	font-size: 1.3em;
}

#left-col p {
	font-size: 0.9em;
	line-height: 1.4em;
	/* text-align: justify;  */
}


/*	Right Column
------------------------------------------------------------------------- */
#right-col {
	background: transparent url(../images/grads/right-col.gif) top left repeat-x; 
	margin: 0;
	padding: 1.4em 2em 2em 2em;
	width: 13em;
	/* position: absolute; 
	top: 0;
	right: 2em;*/
	
	float: right;
}

#right-col a:link, #right-col a:visited {
	border-bottom: 1px solid #999;
	color: #38362c; 
	text-decoration: none;
}

#right-col a:visited {
	border-bottom: 1px dashed #CCC;
	text-decoration: none;
}

#right-col a:hover, #right-col a:active { 
	border-bottom: 1px solid #CC0000;
	color: #CC0000;
}

#right-col h2 {
	/* border-bottom: 1px solid #999; */
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0.3em 0;
	padding: 0;
} 

#right-col h3 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0 0 1em 0;
	padding: 0;
}

#right-col ul {
	font-size: 0.9em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#right-col li {
	background: transparent url(../images/bullets/arrow-right.gif) left center no-repeat;
	font-weight: bold;
	padding-left: 12px;
	margin-bottom: 0.2em;
}

.date {
	color: #38362c;
	font-weight: bold;
	font-size: 0.7em !important;
	margin: 0;
}

/*	Footer
------------------------------------------------------------------------- */
#footer {
	border-top: 1px solid #ebe7d7;
	clear: both;
	display: block;
	font-size: 0.7em;
	padding: 2em 0;
}

#footer p {
	color: #666;
	margin: 0;
	padding: 0;
}

#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer p span {
	display: block;
	float: left;
	width: 5em;
}

#footer ul {
	color: #666;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}

#footer ul li {
	border-right: 1px solid #999;
	display: inline;
	padding: 0 1em;
}

/*	News Article
------------------------------------------------------------------------- */
.big-date {
	font-size: 1em !important;
	font-weight: lighter;
}

blockquote {
	background-color: whitesmoke;
	color: #333;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	line-height: 1.4em;
	padding: 1.4em 2em;
}


/*	Fund Prices Link
------------------------------------------------------------------------- */
#dailyprices {
	background: white url(../images/grads/white_gel.gif) top left repeat-x;
	border: 2px solid #CCC;
	font-size: 1.1em !important;
	padding: 0.6em 1.6em;
	margin: 0 0 1em 1em;
	text-align: center;
}

#dailyprices a:link, #dailyprices a:visited {
	color: #003399 !important;
}

#dailyprices a:hover, #dailyprices a:active {
	color: #CC0000 !important;
}

/*	Form
------------------------------------------------------------------------- */
input, textarea {
	font-family: "Trebuchet MS", verdana, arial, tahoma, sans-serif;
	border: 1px solid #9999CC;;
	font-size: 1em;
}

input:focus, textarea:focus {
	background-color: #FFFF99;
	border: 1px solid black;
	color: black;
}

form label {
/*
	float: left;
	width: 10em;
	cursor: pointer;
	*/
}

form p {
	margin: 0.4em 0;
}

#send {
	background-color: whitesmoke;
	border-top: 1px solid #CCC;
	padding: 1em;
	margin: 1em 0 0 0;
	text-align: right;
	width: 35.3em;
}

#send input {
	border: 2px solid #666;
	padding: 0.3em 0.6em;
	cursor: pointer;
}

.rules {
	/* color: red; */
	font-size: 0.8em;
}
/*
  ======================================================================
	Generic Classes
  ======================================================================
*/
.hidden {
	display: none;
}

.align-right {
	text-align: right;
}

.no-border {
	border: none !important;
}

.float-right {
	float: right;
}

.greyback {
	background-color: whitesmoke;
}

.note {
	padding-top: 3em;
}

.small {
	font-size: 0.7em !important;
}

.notice {
	border-top: 1px solid #CCC;
	color: #CCC !important;
	font-size: 0.73em;
	padding-top: 1em;
	margin-top: 4em;
}
.notice p {
	margin:0 0 0.6em 0;
}