/*Reset Information */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, 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, dl, dt, dd, ol,  li, fieldset, form, 
legend, table, caption, tbody, tfoot, thead, tr, th, td{

    margin : 0;
    padding : 0;
    border : 0;
    outline : 0;
    font-weight : inherit;
    font-style : inherit;
    font-size : 100%;
    font-family : inherit;
    vertical-align : baseline;
}

:focus{
    outline : 0;
}

body{
    line-height : 1;
    color : black;
    background : white;
}

ol{
    list-style : none;
}

table{
    border-spacing : 0;
    margin : 0 0 0 0px;
}

caption, th, td{
    text-align : left;
    font-weight : normal;
}

blockquote:before, blockquote:after, q:before, q:after{
    content : "";
}

blockquote, q{
    quotes : "" "";
}


/* 
 Amsterdam 2009
 Design by Simon cross
*/

/* Main Body */

body {
	background:#04658B url(../images/bg.png) repeat-x;
	font-family: Arial, sans-serif;
	font-size:14px;
	color: #FFFFFF;
}

/* Headers */
div#header{
	margin:40px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width:980px;
	height:220px;
	background:url(../images/mw_joomla_header-02.png) no-repeat;
	max-width:980px;
}

#header h2{
	margin:90px 0px 0px 0px;
}

h1, h2 , h3{
	color: #000000;
	margin: 0px;
}

h1{	
	padding: 20px 0px 0px 0px;
	font-size:18px;
	float:left;
	margin:20 0px 0p 20px;	
}

h2{
	font-family:Verdana;
	font-weight:normal;
	color:#37abc8;
	font-size:20px;
	margin:0px 15px 0px 15px;
	padding:5px 0px 0px 5px;
}

h3{
	color:#37abc8;
	font-family:Verdana;
	font-size:16px;
	margin:30px 15px 0px 150px;
	font-weight:normal;
	padding:5px 0px 0px 5px;
}

h6{
	font-size: 10px;
	margin:10px 0px -14px 0px;
	color: #999;
	font-weight: normal;
	text-align: left;
}



/* Paragraphs */

p{
	font-size:18px;
	margin:20px 10px 0px 300px;
	color: #333333;
}

a{
	text-decoration:underline;
	color:#FFFFFF;
}

a:hover{
	color:#37ABC8;
}

li{
	margin:5px 30px 0px 0px;
	color:#333333;
}

/* Image */
img{
    float:left;
	padding:1em;
	margin:0px 15px 15px 40px;
}

/*Shaded border around page*/
#wrap{
	width:980px;
	margin:0px auto 0px auto;
	padding:0px;
	background:#FFFFFF url(../images/wrap.png) repeat-y;
}

/* Page */
#page{
	width:960px;
	margin: 0px auto 0px auto;
	padding:0px 0px 0px 0px;	
	background:#FFFFFF url(../images/page_bg-03.png) repeat-y;
	min-height:250px;
	height:240px;
	color:#ffadaf;
}


#tickertape{
	padding:150px 0px 0px 40px;
}

#tickertape input{
	color:#000000;
	background:url(../images/page_bg-03.png) repeat-y;
	border:0px;
}

/* Footer */
#footer{
	margin:0px auto;
	width: 960px;
	height:30px;
	background:url(../images/page_bg-03.png) repeat-y;
	text-align : center;
	font-size: 10px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	clear:both;
	padding-top:20px;
}


