/* Utility */

/* For marking up missing content - delete this when amends complete  */
.edit-me {
	color:blue;
	font-weight:bold;
}

/* 
Project:  Dare awards template (Red - Default)
Author: sulianan abbay
Date: 2009-11-30

Notes: SCREEN STYLE SHEET 

Amends Log: 

*/

/* RESET - DO NOT AMEND THIS SECTION WHATSOEVER
==================================*/
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 {
	line-height: 1;
	}
html {
overflow:-moz-scrollbars-vertical; /* for firefox - adds verticle scroll bar to stop page jumping around screen. */
}

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;
	}
/* END GLOBAL RESET
==================================*/





/* HTML
==================================*/
body {
	background-color:#DACFC4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#990100;
	}
h1 {
	font-weight:bold;
	font-size:2.5em;
	margin:0 0 0.4em 0;
	}
h2, h3 {
	font-weight:bold;
	font-size:1.9em;
	margin: 0 0 0.4em 0;
	}
h4, h5, h6  {
	font-weight:bold;
	font-size:1.3em;
	margin: 0 0 0.3em 0;	
	}		
p {
	padding-bottom:10px;
	line-height: 1.2em;
	font-size: 1.2em;
	}
ul.bullets {
	margin: 10px 0 10px 15px;
	list-style-type: disc;
	}
ol.orderedlist {
	margin: 10px 0 10px 20px;
	list-style-type: decimal;
	}		
li {
	line-height: 1.2em;
	}	
/* Global Classes
=================================*/
.floatleft {
	float:left;
	}
.floatright {
	float:right;
	}
.clearboth {
	clear:both;
	}
a {
	color:#990100;
	}	
a:hover {
	text-decoration: underline;
	color:#990100;
	}
/* divs
=================================*/
#wrapper {
	width:750px;
	margin:3em auto 50px auto;
	}
/* header section
=================================*/
#header img.logo {
	width:219px; 
	height:93px;
	text-align:right; 
	float:right;
	margin-bottom:1em;
}	
/* content area
=================================*/		
#content {
	clear:both;
	font-size: 0.75em;
	font-weight:bold;
	margin-bottom:2em;
}	
/* custom
=================================*/
div.col2 { width: 366px; }
div.col3 { width:240px; }
.middlecol{ margin: 0 15px ;}

div.short { width:105px; }
div.wide { width:630px; }

.center { text-align:center; }
.normaltext {
		font-size:0.85em;
}
ul.imagelist {
	margin-bottom:2em;
	float:left;
}
ul.imagelist li {
	float:left;
	margin-right:21px;
}
ul.imagelist li.last {
	margin-right:0;
}
iframe,
object { margin-bottom: 0px;}
.bottom_padd{margin-bottom:1em }
#content img { margin-bottom:00em }

div.clearboth {
	margin-bottom:.5em; 
	float:left;
	width:750px;
}

/* div in standard mark-up, object in generated mark-up */
.video-player { margin-bottom:0; }
ul.linklist {
margin-bottom:10px;
margin-right:20px;
}

.margine-left-10{ margin-left: 10px;}
