/* CSS Document */

/*  NEED ALL STYLES BELOW  - CHANGE VALUES FOR SITE */

/* specifiy the RTE background color in Templates/css/1.css and 2.css, further info avaialble in 1.css and 2.css */

/*body  /* This is the background for the rich text editor
{
	background-color:#33FFFF;
}*/

#body /* Use this id to make actual body background different */
{
	background-color:#33FFFF;
}

.LeftAlignedImage /* This is the custom style for an image */ 
{
	margin:10px 10px 10px 0;
}

.Meduim-Blue-Header
{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	color: #000099;
}

td,p,body,default 
{
	font-family: Tahoma, Verdana, Arial; 
	font-size: 8pt; 
	color: #000000; 
}

h1 
{
	font-family: Verdana, Arial, helvetica; 
	font-size: 12pt; 
	color: #03c;
    font-weight: bold; 
}

	
h2 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #03c;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 4px;
	margin-top: 2px;
	padding:0px;

}
	
h3 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #03c;
	font-size: 15px;
	font-weight: bold;
    margin: 0px;
	margin-bottom: 5px;
	margin-top: 7px;
	padding:0px;
}
    
h4 
{
    font-family: Arial, Helvetica, sans-serif;
    color: #03c;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 5px;
    margin-top: 7px;
    padding:0px;
}

h5 
{
    font-family: Arial, Helvetica, sans-serif;
    color: #03c;
    font-size: 12x;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 4px;
    margin-top: 2px;
    padding:0px;
}

h6 
{
    font-family: Arial, Helvetica, sans-serif;
    color: #03c;
    font-size: 10x;
    margin: 0px;
    margin-bottom: 3px;
}

a 
{ 
	color: #03c; 
	text-decoration: none
}

a:hover 
{
	color: #404040; 
	text-decoration: underline
}

ol li 
{
	padding-bottom: 5px;
	list-style-type : decimal;
}

ul li 
{
	padding-bottom: 5px;
	list-style-image: url(/images/site/bullet.gif);
}


hr 
{
	color: #999999;
	height:1px;
	margin:0px;
    border-bottom: 1px dotted #999999;
}

.small 
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 7.5pt;
	color: #000000;
}

/* USE FOR CAPTION OF IMAGE OPJECT */
.caption 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7.5pt; 
	font-weight: normal; 
	color: #333333; 
	text-decoration: none;
}

.error 
{
    color: #404040;
    background-color : transparent;
    font-size: 11px;
}

.genericImageBorder
{
	border: 1px solid #042545;
}


/* FORM ELEMENTS*/

form 
{
	display: inline;
}

input 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	margin: 0px;
	padding: 0px;
}


.tickBox 
{
	background-color : transparent;
	height: 12px;
	width: 12px;
}

input.checkbox 
{
	background-color : transparent;
	color: #003366;
	height: 12px;
	width: 12px;
	padding:0px;
    margin:0px 5px 0px 0px;
}

input .newsletter 
{
width:130px;

}
