/* Presentation Stylesheet */ 


/* general body and paragraphs */
body
{
	font-family: "Tahoma", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

p
{
	color: #000000;
	line-height: 150%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.strapline
{
font-size: 170%;
}

/* links in general */
a:link
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	/* color: #FF33CC;  */
	/*background-color: #B52C07;*/
	text-decoration: underline;
}

.inline_link {
text-decoration:underline;
}



/* headings etc */

h1
{
	color: #FF6600;
	font-size: 150%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}


h2
{
	color: #FF6600;
	font-size: 150%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}



h3
{
	font-size: 100%;
	color: #FF6600;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

/* table text */
td {
	/* font: Verdana; */
	font-weight: normal;
    /* color: #666666; */
	margin: 0px;
	font-size: 12px;
	padding-top: 5px;
	color: #000000;
}

th {
	/* font: Verdana; */
	font-weight: normal;
    /* color: #666666; */
	margin: 0px;
	font-size: 12px;
	padding-top: 5px;
	color: #000000;
}

/* table text - end */

.boldtext {font-weight:bold}

.boldtext-orange {
	font-weight:bold;
	color: #FF6600;
	padding-top: 6px;
}

ul {
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.t-box
{
	border: 1px solid #A0A0A4;
	margin: 0px;
	padding: 5px;
	background-color: #EAEAEA;
}


/*------------front page------------*/
#mon {
  float:right;
	width:300px;
	border: 2px solid #FF6600;
	padding: 15px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#mon p {
line-height:1.25;
}


.title {
	font-size: 16px;
	color: #ff6600;
	text-align: center;
	font-weight: bold;
}

.orangetext {
	color: #ff6600;
	font-weight: bold;
}

#mission {
font-weight:bold;
text-align:center;
font-style:italic;
}


/* ------ general image positioning -------- */


#floatright {
  float:right;
	padding: 15px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.floatright {
  float:right;
	padding: 15px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.floatleft {
  float:left;
	padding: 15px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.alignright {
float:right;
	margin-left: 0px;
	margin-bottom: 0px;
}


/* ---------- layout for product table ----------- */

.prodtitle {
font-weight:bold;
}

.prod-row-height {
height:75px;
}

.prod-c1-width {
width:125px;
}

.prod-c2-width {
width:400px;
}

.prod-c3-width {
width:100px;
text-align:center;
}

/* ---------- layout for signup form ----------- */

.signupform {
	float:right;
	width:175px;
	height:175px;
	border: 1px solid #999999;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 10px;
}

.centrealign{
text-align:center;
}

.valign{
vertical-align:middle;
}

.rightalign {
text-align:right;
}


/* ---- small sign up form ----- */
#sm_signup_box{
	width:150px;
	border: 1px solid #FF6600;
	float:right;
	vertical-align:middle;
	padding: 3px;
	margin-left: 20px;
}

#sm_signup_box input {
width:100px
}

#sm_signup_box h1,p {
padding-bottom:2px;
margin-bottom:0px;
}


#sm_signup_box INPUT, INPUT.submit, submit {
	border : 1px solid #e0d6cc;
	font-family: Verdana;
	color: #5B578A;
	font-weight: bold;
	width: 100px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:9px;
	padding: 0px;	
}

.signup_label{
font-size:9px;
}

.signup_info{
	font-size:9px;
	text-decoration:none;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align:center;
}

/* ---- large sign up form ----- */
#lge_signup_box{
	width:500px;
	border: 0px solid #6DC1B6;
	vertical-align:middle;
	padding: 3px;
}

#lge_signup_box input {
width:400px
}

#lge_signup_box textarea {
width:400px
}

#lge_signup_box h1,p {
padding-bottom:2px;
margin-bottom:0px;
}


#lge_signup_box INPUT.text {
	border : 1px solid #e0d6cc;
	font-family: Verdana;
	color: #5B578A;
	font-weight: bold;
	width: 400px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:9px;
	padding: 0px;	
}

#lge_signup_box INPUT.submit {
	border : 1px solid #e0d6cc;
	font-family: Verdana;
	color: #5B578A;
	font-weight: bold;
	width: 100px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:9px;
	padding: 0px;	
}


.signup_label{
font-size:9px;
}

.signup_info{
font-size:9px;
text-decoration:none;
}

.centre_align{
text-align:center;
}



.centre_align{
text-align:center;
}


#login_box .inputtext {
	border : 1px solid #e0d6cc;
	font-family: Verdana;
	color: #5B578A;
	font-weight: bold;
	width: 300px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:9px;
	padding: 0px;	
}

#login_box .submit {
	font-family: Verdana;
	color: #5B578A;
	font-weight: bold;
	width: 100px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:9px;
	padding: 0px;	
}



