/* CSS Document */

/*
Author: L-zanne Wentzel l-zanne.wentzel@ct.saatchi.co.za

Table of Contents:
global
page structure
nav
headings
link styles
text styles
*/

html{overflow:-moz-scrollbars-vertical;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background:#fff url(../gfx/bg_tile.gif) repeat-x top;
	font: 12px Arial, Helvetica, sans-serif normal;
	color:#000000;
	z-index:0;	
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.clear{
	clear:both;
}

a:link {}
a:visited {}
a:hover{}
a:active{}

#container{
	width:970px;
	margin: 0px auto;
	text-align:center;
	border-top: 15px solid #000;
}

#col1{
	float:left;
	width: 700px;
	margin: 0 0 20px 0;
}

#header{
	margin: 20px 10px;
}

#header .thumb{
	float:left;
	margin: 0 10px 0px 0;
	border: 3px solid #FFF;
}

#header h1{
	font-size:20px;
	padding: 5px 10px 5px 0px;	
	background-color:#11A8F0;
	width:540px;
	text-align:left;
	margin: 0 0 0 170px;
}

#header h2{
	padding: 5px 10px 5px 0px;	
	font-size:12px;
	text-align:left;
	background-color:#EF870D;
	width:540px;
	margin: 0 0 0 170px;		
}

#header h3{
	padding: 5px 10px 5px 0px;	
	font-size:14px;
	text-align:left;
	background-color:#FFA200;
	width:540px;
	margin: 0 0 0 170px;		
}

#header a:link, #header a:visited{
	color:#000;
	text-decoration:none;
}

#header a:hover{
	color:#000;
	text-decoration:underline;	
}

#header p {
	text-align:left;
	float:right;
}

#col1 p{
	float:left;
	font-size:14px;
	text-align:left;
	padding: 10px 10px 10px 20px;
	line-height:14px;
}

#col1 table{
	width: 700px;
	background-color:#FFF;
}

#col1 table td  {
	display:table-cell;
	padding:1px;
	text-align:inherit;
	vertical-align:inherit;
}

p img{
	float:left;
}

#col2{
	float:left;
	width: 270px;
}

#col2 ul li{
	width: 201px;
	float:right;
}

#col2 ul li.purple{
	background-color:#8C419C;
	height: 31px;
	line-height: 31px;
}

#col2 ul li.red{
	background-color:#EE1D01;
	height: 31px;
	line-height: 31px;
}

#col2 ul li.blue{
	background-color:#11A8F0;
	height: 31px;
	line-height: 31px;
}

#col2 a:link, #col2 a:visited{
	color:#FFF;
	text-decoration:none;
}

#col2 a:hover{
	color:#FFF;
	text-decoration:underline;
}

#twtr-widget-1{
	float: right;
	margin-top: 10px;
}
.sep{
	background-color:#969696;
	height: 5px;
}
blockquote {
background:#f9f9f9;
border-left:10px solid #FFA200;
margin:1.5em 10px;
padding:.5em 10px;
quotes:"\201C""\201D""\2018""\2019";
}
blockquote:before {
color:#ccc;
content:open-quote;
font-size:4em;
line-height:.1em;
margin-right:.25em;
vertical-align:-.4em;
}
blockquote p {
display:inline;
font-weight: normal;
font-style: italic;
}
