/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Argyll Rock School Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {text-decoration: underline; font: 11px verdana, arial, sans-serif;}
a:visited {color: #9900FF;}
a:hover {color: #CC0033;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a.moreInformation {cursor: pointer; text-decoration: none; color: #123E81; font: 11px verdana, arial, sans-serif; border-bottom: 3px double #123E81;}
a.moreInformation:visited {color: #123E81;}
a.moreInformation:hover {color: #64104E; border-bottom: 3px double #64104E;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 11px verdana, arial, sans-serif;
	line-height: 18px;
	background-image: url(images/background_body.gif);
	background-position: top left;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

hr {
	clear: both;
	background-color: #F1F1F1;
	height: 2px;
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	font: 20px verdana, arial, sans-serif;
	color: #000066;
	margin: 0px 0px 4px 0px;
	}

h2 {
	font: normal 14px verdana, arial, sans-serif;
	color: white;
	margin: 0px 0px 4px 0px;
	padding: 4px 0px 4px 20px;
	background-image: url(images/background_h2.gif);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #3333CC;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Argyll Rock School Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.rightFeatures {
	float: right;
	width: 250px;
	position: relative;
	left: 16px;
	padding: 0px 0px 0px 20px;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.purpleText {
	font-weight: normal;
	color: #64104E;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.blueText {
	color: #123E81
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.links {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
	.links li {
		padding: 0px 0px 10px 25px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	border-top: 5px solid #F1F1F1;
	width: 450px;
	}

	.formattedTable th {
		background-color: #C7C7C7;
		font: bold 13px arial, verdana, sans-serif;
		color: #64104E;
		vertical-align: top;
		text-align: left;
		}
		
	.formattedTable .grey {
		background-color: #F1F1F1;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.quoteArea {
	width: 230px;
	float: right;
	border-left: 17px solid white;
	font: 16px arial, verdana, sans-serif;
	color: white;
	background-image: url(images/background_quotearea.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #133E81;
	}
	
	.quoteArea a {
	padding: 10px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
		}
	

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Argyll Rock School Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 740px;
	margin: 0px auto 0px auto;
	background-color: white;
	border: 5px solid white;
	background-image: url(images/background_mainarea.gif);
	background-position: 20px top;
	background-repeat: repeat-y;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	padding: 0px 0px 2px 0px;
	background-image: url(images/background_toparea.gif);
	background-position: left 10px;
	background-repeat: no-repeat;
	border-bottom: 3px solid #C7C7C7;
	background-color: white;
	}
	
	#topArea #logo {
		position: relative;
		margin: 0px 0px -61px 20px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	float: left;
	width: 119px;
	padding: 15px 0px 15px 25px;
	}
	
	#menuArea a {text-decoration: none; color: #123E81; font: 11px verdana, arial, sans-serif; display: block; padding: 6px 0px 6px 9px;}
	#menuArea a:visited {color: #123E81;}
	#menuArea a:hover {color: #64104E; background-image: url(images/background_menuitem.gif); background-position: left 9px; background-repeat: no-repeat;}
	
	#menuArea a.subNav {color: #123E81; font-weight: normal; padding-left: 15px;}
	#menuArea a.subNav:hover {background-position: 6px 8px;}
	#menuArea a.subNav:hover {color: #64104E;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentArea {
	float: left;
	width: 557px;
	margin: 16px 17px 16px 17px;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	clear: both;
	height: 18px;
	position: relative;
	margin: 26px 0px -26px 0px;
	font: 10px verdana, arial, sans-serif;
	color: #A7A7A7;
	}
	
	#footerArea #toltechLink {
		float: right;
		}
	
	#footerArea a {text-decoration: none; color: #A7A7A7; font: 10px verdana, arial, sans-serif;}
	#footerArea a:visited {color: #A7A7A7;}
	#footerArea a:hover { text-decoration: underline; color: white;}
quoteArea a {
	width: 230px;
	float: right;
	border-left: 17px solid white;
	font: italic 16px arial, verdana, sans-serif;
	color: white;
	background-image: url(images/background_quotearea.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #133E81;
}
