/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #cac2b7;
	background-image: url(../images/background/gradient.gif);
	background-repeat: repeat-x;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

#textfield1 {
	width: 150px;
	padding: 4px 0px 0px 3px;
	background: #FFFFFF;
	border: 1px solid #DFDFDF;
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
}

#submit1 {
	width: 55px;
	height: 20px;
	background: url(../images/subpage1_01.gif) no-repeat left top;
	border: none;
	text-transform: lowercase;
	font-size: 12px;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #393939;
}

h2 {
	font-size: 18px;
}

h2 strong {
	color: #1c3e97;
}

h3 {
	font-size: 13px;
}

h3 strong {
	color: #5C7600;
}

h4 {
	font-size: 11px;
	font-weight: bold;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5E5E5E;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 18px;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 22px;
}

/** LINKS */

a {
	color: #516900;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}

/** STYLES */

.style1 {
	font-size: 10px;
	color: #6D6D6D;
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(../images/homepage02.jpg) no-repeat left top; }
.bg2 { background: url(../images/homepage04.jpg) no-repeat left top; }
.bg3 { background: url(../images/homepage05.jpg) no-repeat left top; }
.bg4 { background: url(../images/homepage06.jpg) no-repeat left top; }
.bg5 { background: url(../images/homepage07.jpg) no-repeat left top; }
.bg6 { background: url(../images/homepage08.jpg) no-repeat left top; }
.bg7 { background: url(../images/homepage09.gif) no-repeat left top; }
.bg8 { background: url(../images/homepage14.gif) repeat-x left top; }
.bg9 { background: url(../images/homepage16.gif) repeat-y left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

#cowell_logo {
	text-align: center;
}
#trustcowell {
	text-align: center;
	color: #1c3e97;
	font-weight: bold;
	font-size: 15px;
}
a:hover#menu1 {
	background-image: url(../images/homepage04_rollover.jpg);
}
a:hover#menu2 {
	background-image: url(../images/homepage05_rollover.jpg);
}
a:hover#menu3 {
	background-image: url(../images/homepage06_rollover.jpg);
}
a:hover#menu4 {
	background-image: url(../images/homepage07_rollover.jpg);
}
a:hover#menu5 {
	background-image: url(../images/homepage08_rollover.jpg);
}
.contact_content_leftbox {
	float: left;
	margin-top: 30px;
	margin-left: 30px;
}
.contact_content_rightbox {
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}
#contact_form {
	background-color: #EAEAEA;
	padding: 15px;
}
.contactthankyou_content_leftbox {
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	width: 500px;
}
#header-splash_separate {
	height: 10px;
	width: 778px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer_links {
	width: 350px;
	margin-left: 370px;
}#logo_top a {
	text-decoration: none;
	color: #FFFFFF;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #289715; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 111.4px;
	border-left-width: 1px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0D006E;
	border-right-color: #0D006E;
	border-bottom-color: #0D006E;
	border-left-color: #0D006E;
	font-weight: bold;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 130px; /*width of sub menu levels*/
	color: navy;
	text-decoration: none;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

.suckertreemenu ul li a:hover{
	background-color: #0D006E;
	color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	background-image: url(../images/navbar/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background-color: #F3F3F3;
	background-image: url(../images/navbar/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


/*vertical menu
/*cssfor homepage menu
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}

#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#ddblueblockmenu li a{
	display: block;
	padding-left: 9px;
	width: 169px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #1c3e97;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #90bade;
	border-left-color: #1958b7;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}

#ddblueblockmenu li.activevert a {
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	width: 169px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #289715;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #90bade;
	border-left-color: #1958b7;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}


#ddblueblockmenu div.menutitle{
	color: white;
	border-bottom: 1px solid black;
	padding: 1px 0;
	padding-left: 5px;
	background-color: black;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

</style>
.underline {
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}
.links_content_leftbox {
	float: left;
	margin-left: 50px;
}
.links_content_rightbox {
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}.links_content_leftbox a {
	font-weight: bold;
	color: #5C7600;
	text-decoration: none;
}
.links_content_leftbox a:hover {
	color: #1c3e97;
}
#home_left p {
	text-align: left;
}

