/* STYLE TOP-NAV */
/* There are a number of views to every site.  Each view should have a similar */
/* look and feel to the other.  Therefore the defaults should determine the entire site */
/* unless specifically stated.  In this instance, please remove the comments around the */
/* sections that have been remarked out. */

/* LEFT STYLE NAV */
/* There are a number of views to every site.  Each view should have a similar */
/* look and feel to the other.  Therefore the defaults should determine the entire site */
/* unless specifically stated.  In this instance, please remove the comments around the */
/* sections that have been remarked out. */


/* -----------------------------------------------------------------------------------------------------------------*/
/* Definitions for the formatted look of the website  */

/* This definitions defines the position of the website when viewing on browser screen */
body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}

/* This defines the font style and look that is default across the website */
body, td, p, li {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-left: 0px;
	line-height : 18px;
}

.hrsidemenu {
	width: 95%;
	color: #B5C525;
	size: 1px;
}

/**********************************************************/
/* Webpage Heading Title */

/* This defines the  font style and look for the 'Page Title' */
.topbanner th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}

/* This defines the positioning of the 'Page Title' */
.topbanner {
	border: 1px;
	border-color: #FFFFFF;
	padding: 0px;
}

/**********************************************************/
/* Content Area look */

/* This defines the look for the area where content is located (separated via table cells) */
#content {
	margin-top: 12px;
	background-color: #FFFFFF;
	xbackground: url(/images/watermark.gif) no-repeat center;	
	color: black;
	vertical-align: top;
	padding: 10px;
	width: 560px;

}

.optincontent {
	margin-top: 0px;
	background-color:#FFFFFF;
	vertical-align: top;
	padding: 0px;
}

/**********************************************************/
/* Footer Text */

/* This defines the font look and the footer text */
.foottext {
	line-height: 140%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	font-style: italic;

}

/**********************************************************/
/* Heading Levels  */
/*  defines the font style and look of heading (dependent on level) */

h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

h6 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}


/* #header {
	float: left;
	width: 100%;
	border-bottom:1px solid #000000;
	margin-bottom: 2em;
}
#header ul {
	margin:0;
	padding: 0.2em 0 0 0;
	list-style: none;
}

#header li {
	float: left;
	background-image: url("../images/tab_left.gif");
	background-repeat: no-repeat;
	margin: 0 1px 0 0;
	padding: 0 0 0 8px;
}
#header a {
	float: left;
	display: block;
	background-image: url("../images/tab_right.gif");
	background-repeat:no-repeat;
	background-position: right top;
	padding: 0.2em 10px 0.2em 0;
	text-decoration: none;
	font-weight: bold;
	color: #333366;
}

ul#nav a:link, #nav a:visited {
	color: #000000;
}

ul#nav a:hover {
	color: #CCCCCC;
}
*/

/* -----------------------------------------------------------------------------------------------------------------*/
/* Webiste Links */

/*  These definitions are responsible for the look of links and anchors within the website */
a {
	color: #F18A45;
	text-decoration: none;
}

a:hover {
	color: #F18A45;
	text-decoration: underline;
}

a:visited {
/*	color: #724C35;*/
	color: #F9F4F4;
	text-decoration: underline;
}

/**********************************************************/
/*  Menu bar links */

/*  These definitions are responsible for the look of the left menu's links */

#sidemenu, #sidemenu ul {
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: none;
}

#sidemenu li {
	float: left;
	position: relative;
	width: 10em;
	border-bottom: 1px none #B0C4DE;
	background-color: none;
	color: #2D486C;
	margin-right: 0 0 0 10em;
}

#sidemenu a:link {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	line-height: 100%;
	color: #370278;
/*	text-decoration: none;*/
}

.sidemenu a:visited {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	line-height: 100%;
	color: #FFFFFF;
/*	text-decoration: none;*/
}

.sidemenu a:hover {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #000000;
/*	text-decoration: none;*/
	line-height: 100%;
	font-weight: bold;
}



/* -----------------------------------------------------------------------------------------------------------------*/
/*  Special boxes for images to be displayed  */

/* This definition defines the table cells for images */
.imagetd {
	background-color:  #FFFFFF;
	border-color: #B6BEC4;
}


/* -----------------------------------------------------------------------------------------------------------------*/
/* Forms */

.form {
	margin: 0px;
	padding: 0px;
}
.optform {
	border: 1px solid #FF0000;
	padding: 2px;
}
.optform th {
	background-color: #FF0000;
	font-family: "Arial";
	font-size: 14px;
	color: #FFFFFF;
	padding: 2px;
	border: 1px 
}
.optform td {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #5B3C30;
	font-style: italic;
}

/* -----------------------------------------------------------------------------------------------------------------*/
/* Search Box */

.searchbox {
	background-image: none;
	width: 130px;
	height: 26px;
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	margin:12px;
	padding-left: 15px;
	vertical-align: center;
}
.searchtext {
	width: 90px;
	height: 17px;
	border: 1px solid white;
	margin-top:2px;
	margin-left: 10px;
}
.searchbutton {
	color: white;
	border: 1px solid red;
	background-color: red;
	cursor: pointer;
}

.topmid {
	background-color: black;
	border-bottom: 1px solid white;
	vertical-align: middle;
	height: 40px;
}
.topmid form{
	padding-left: 10px;
}
.toprep {
	background-repeat: repeat-y;
	background-position: right;
}


/* -----------------------------------------------------------------------------------------------------------------*/
/* Miscellaneous */

/* defines the look for a horiztonal bar */
.hr {
	color: red;
	size: 18px;
	width: 100%;
}
.hrmenu {
	color: red;
	size: 1px;
	width: 100%;
}



/* Miscellaneous */
/* Editable Space area - this is commented out as most of the sites will use the same as the contents area */ 
/* 
.input {
	border: 1px solid #333333;
	background-color:#FFFFFF;
	height: 18px;
} */

li.tick {
	list-style-image: url('../images/tick.gif');
	font-size: 14px
}

.testimonials {
	background-color: #f4c34d;
	width: 100%;
}