/* thrillhopper 2006
stuart@hcl.uk.com / 19 dec 05
 */
 
/* ----- layout --------------*/

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #535353;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#midaligner { 
    text-align: center; 
    position: absolute; 
    top: 50%; 
    left: 0px; 
    width: 100%; 
    height: 1px; 
    overflow: visible; 
    display: block; 
    padding:0px; 
    margin: 0px; 
    } 

#wrapper {
	margin-left: -350px;
	position: absolute;
	top: -235px;
	left: 50%;
	width: 700px;
	height: 470px;
	visibility: visible;
	padding: 0px;
	border: none;
	text-align: left;
	z-index: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    } 
	
	/* ----- box model hack being applied here --------------*/
	
div#contentholder {
	padding: 0px;
	margin: 0px;
	border: 10px solid #FFFFFF;
	background-color: #FAB01D;
	}
	
div#contentholder {
	\width: 700px;
	\height: 470px;
	w\idth:680px;
	he\ight: 450px;
	}
	
div#leftcontent {
	margin: 0px;
	padding: 20px;
	float: left;
	overflow: hidden;
	background-image: url(images/content_page/left-bg.gif);
	background-repeat: no-repeat;
}

div#leftcontent {
	\width: 240px;
	\height: 450px;
	w\idth:200px;
	he\ight: 410px;
  }

div#rightcontent {
	margin: 0px;
	padding: 20px;
	float: right;
	overflow: auto;
}

div#rightcontent {
	\width: 440px;
	\height: 450px;
	w\idth:400px;
	he\ight: 410px;
}

	/* ----- box model hack being ENDS --------------*/

.highlighter {
	background-color: #535353;
	padding: 10px;
	width: 90%;
}

.highlighter2 {
	background-color: #D49619;
	padding: 10px;
	width: 80%;
	text-align: center;
}

/* ----- type --------------*/

p, ul {
	line-height: 15px;
}

ul
{
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: round;
}

ul li
{
	margin: 0 0 7px 0;
	padding: 0;
}

h1 {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FECC0D;
	padding-bottom: 3px;
	margin-top: 0px;
}

h2 {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

td { font-size: 11px; }

.bigwhitebold {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	}

.smalltandc {
	font-size: 9px;
	font-style: italic;
}

.whitebold {
	font-weight: bold;
	color: #FFFFFF;
}

.redbold {
	font-weight: bold;
	color: #e55c00;
}

/* ----- images --------------*/

img.left {
	float: left;
}

img.right {
	float: right;
}

img a:link, img a:visited {border: 0}

/* ----- links --------------*/

a:link, a:active {
	color: #333;
	border-bottom: dotted #D1F7FF 1px;
	padding-bottom: 2px;
	text-decoration: none;
}

a:visited {
	color: #555;
	border-bottom: dotted #D1F7FF 1px;
	padding-bottom: 2px;
	text-decoration: none;
}

a:hover {
	color: #000;
	border-bottom: dotted #000 1px;
	padding-bottom: 2px;
	text-decoration: none;
}

a.noline:link, a.noline:active, a.noline:visited, a.noline:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size:10px;
}

a.noline-samefont:link, a.noline-samefont:active, a.noline-samefont:visited, a.noline-samefont:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ----- menu --------------*/

div#subnavcontainer {
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#subnavcontainer ul {
	margin: 0px;
	padding: 18px 0px 0px;
	list-style-type: none;
}

div#subnavcontainer li {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.first {
	border-top: 1px solid #FFF
}

div#subnavcontainer a
{
	display: block;
	color: #333333;
	width: 195px;
	padding: 5px 0px 5px 3px;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	border-bottom: 1px solid #FFF /*#F68E31*/;
}

div#subnavcontainer a:hover
{
	background-color: #444;
	color: #FFF;
}
