/****************************************************************
   																|
   DESIGNER:  	Chris Chapman									|
   DATE:    	22-11-2006										|
   DESCRIPTION: Styles the html elements						|
   																|
 ****************************************************************/

/*body {margin: 0; padding: 10px 0 0 0; line-height: 170%; color: #333333; font-family: verdana, arial, sans-serif; font-size: 0.8em; font-weight: 400; background:url(../images/backgrounds/body-bg.gif) repeat-x top #b0b0b0;}*/
body {margin: 0; padding: 10px 0 0 0; color: #666; font-family: verdana, arial, sans-serif; font-size: 0.8em; font-weight: 400; background:url(../images/backgrounds/body-bg.gif) repeat-x top #b0b0b0;}

/**********************************************************************************
   Heading styles / general
**********************************************************************************/

h1 {clear: both; color:#E42628;	font-family: "trebuchet ms", serif;	font-size: 1.9em; font-weight: 700;}
h2 {font: 700 1.5em "trebuchet ms", serif; color:#033977;}
h3 {font: 700 1.3em "trebuchet ms", serif; color: #666666;}
h4 {font: 700 1.2em "trebuchet ms", serif; color: #666666;}
h5 {font: 700 1.1em "trebuchet ms", serif; color: #666666;}
h6 {font: 700 1em "trebuchet ms", serif; color: #666666;}
h1, h2, h3, h4, h5, h6, p, dl {margin: 0; padding: 10px 15px;}
table {margin-left: 10px;}/* Aligns tables with headings */

/**********************************************************************************
   Hyperlink Styles
**********************************************************************************/

a {color: #033977; text-decoration: none;}
a:hover {text-decoration: underline;}

/**********************************************************************************
   List styles
**********************************************************************************/

ul {list-style-image: url(../images/bullets/bullet.gif);}


/**************************************************************
   Form styles
 **************************************************************/

label {display: block;}
input,textarea,select {padding: 2px; font: 400 1em verdana, sans-serif; color: #444; background: #EEE; border: 1px solid #444;}
legend {color:#006699;}
fieldset {border-color: #CCCCCC;}

/************************************************************************************
   Blockquote to style important text and messages, various icons for different uses
 ************************************************************************************/

blockquote {margin: 10px 15px; padding-left: 27px; background: #F7F7EF url(../images/icons/information.gif) no-repeat;background-position: 5px 10%; border:solid 3px 1px 1px 1px #EFEBDE;}
blockquote.email {background-image: url(../images/icons/email.gif);}
blockquote.award {background-image: url(../images/icons/award.gif);}
blockquote.calendar {background-image: url(../images/icons/calendar.gif);}
blockquote.warning {background-image: url(../images/icons/warning.gif);}
blockquote.accept {background-image: url(../images/icons/accept.gif);}

/**************************************************************
   Image styles
 **************************************************************/

img.floatRight {margin: 5px 0px 10px 15px;}
img.floatLeft {margin: 5px 15px 10px 0px;}
a img {border: 0px;}
