/* PREDEFINED HTML TAGS
------------------------------------------------------------------ */

body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color: #333333;
	line-height:17px;
}

h1 {font-size: 23px; color:#00A5CB;line-height:25px;}	
h2 {font-size: 12px; color:#002857; padding:0; margin:0;}	
h3 {font-size: 110%;}	
h4 {font-size: 100%;}	
h5 {font-size: 90%;}	
h6 {font-size: 50%;}


/* MAIN LINK SETTINGS
------------------------------------------------------------------ */
a,
a:link,
a:visited {
	color:#002857;
	text-decoration:underline;
	outline:none;
}
a:hover,
a:active {
	color:#00A5CB;
	text-decoration:none;
}

/* CONTAINER  (This is the mainwrapper)
------------------------------------------------------------------ */
#container {
	width:985px;
	margin:15px auto;
	position:relative;}


/* HEADER 
------------------------------------------------------------------*/
#header {
	width:975px;
	position:relative;}

#header .left {}
	
#header .right {
	position:absolute;
	background-color:#00A5CB;
	height:55px;
	padding:25px 10px 10px 0;
	right:0px;
	top:0px;
	width:500px;
	text-align:right;
	z-index:2;}
	
#header .right h3 {
	color:#FFFFFF;
	padding:0;
	margin:0 0 3px 0;
	font-size:15px;}
	
#header .right p {
	margin:0;
	padding:0;
	color:#002857;}
	

/* MAINCONTENT (inner templates)
------------------------------------------------------------------ */
#mainContent {
	padding:0px 0 10px 0px;}
	
#mainContent .left {
	float:left;
	width:500px;}
	
#mainContent .right {
	float:left;
	width:430px;
	padding-left:54px;}
	
#mainContent .paddingTop { /* used to get some padding in between menu and text below */
	padding-top:30px;}
	
#mainContent a:link,
#mainContent a:visited {
	color:#0000FF;
	text-decoration:underline;
} 

#mainContent a:hover,
#mainContent a:active {
	color:#0000FF;
	text-decoration:none;
}



/* FOOTER
------------------------------------------------------------------ */
#footer {
	font-size:9px;
	color:#666666;
	text-align:right;
	padding-right:10px}
	
#footer a:link,
#footer a:visited {
	color:#666666;
	text-decoration:none;}

	
/* TOOLBOX
------------------------------------------------------------------ */
.hide{ display:none;}
.bold {font-weight:bold;}
.floatLeft {float:left;}
.floatRight {float:right;}
.clear {clear:both;}
img  {
	border:0;}
.grey {
	color:#999999;
}
	 
	 
/* FORMS
------------------------------------------------------------------ */
form {
	padding:0;
	margin:0;}

.subscribe {
	background-image:url(../templateImages/bgFormSubscribe2.jpg);
	background-repeat:no-repeat;
	width:390px;
	padding:10px;
	height:120px;}

input {
	font-size:11px;}
	
.button {
	font-size:10px;}


/* NEWS 
------------------------------------------------------------------*/	

#news {}

#news .thumbnail {
	float:left;
	margin:0 15px 10px 0;
	border:1px solid #000000;}
	
#news .content { /* heading & ingress */
	float:left;
	width:450px;}

#moreresults ul {
	margin-left:0px;
	padding-left:0px;}
	
#moreresults ul li {
	display:inline;}
	
	

