/* CSS Document */

html {
	height:100.02%; 
	/* forces a scrollbar on every page - prevents shifting that occurs when some pages have and some don't */
}

body {
	/* specify default font information here */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
 	color: #1f689a;
	margin:0px;
}

#o_container {
	/* Specifies width and left/right position of the page */
	position:absolute;
	width:900px;
	margin-left:-387px;
	left:50%;
}

#i_container {
	/* borders & background colours specified here */
	background-color:#FFFFFF;
	border:1px solid #1f689a;

}

#header {
	background: url(../images/framework/banner-background.jpg) no-repeat;
	padding: 10px;
	margin-bottom: 40px;
	height:130px;
	padding-bottom:25px;

}
a {
	color:#1f689a;
}
a:hover {
	color:#003399;
}

#contentwrapper {
	/* wraps main content elements, could include text areas and left menus */
	float: left;
	padding-bottom:15px;
	width: 600px !important;
}
#logo {
	width:300px;
	float:left
	
}
#logo #text {
	font-size:1.1em;
	text-align:center;
	padding-right:85px;
	font-weight:bold;
	padding-bottom:5px;
}
#message {
	margin-left:300px;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	line-height:1.3em;
	padding-top:10px;
}
#message a {
	color:#FFFFFF;
	text-decoration:none;
}

#message ul {
	margin:0;
	padding:0;
}



#copyright {
	text-align:center;
	margin-top:5px;
	border-top:#1f689a solid 1px;
	margin-left:80px;
	margin-right:80px;
	padding-bottom:10px;
	padding-top:5px;

}
#o_foot {
	/* outer foot tag, stwtag and anything that should be "below" the page */

}

#stwtag {
	/* website designed by stwdesign, etc. */

}

#stwtag a {

}

#stwtag a:hover{

}



.clear {
	clear:both;
	height:1px;
	line-height:1px;
}
#mainmenu {
	background-color:#1f689a;
	text-align:center;
	clear:both;
	float: left;
	width: 155px;
	margin-right: 10px;
	display: block;
	height: auto;
}
#mainmenu ul {
	margin:0px;
	padding:0px;
	text-align:left;
	background-color:#1f689a;

}
#mainmenu ul {
	border-right: 2px solid black;
	border-bottom: 1px solid black;
}

#mainmenu ul li {
	margin:0px;
	padding:0px;
	display:block;
	list-style: none;
/*	border-left:1px solid white;*/
}
#mainmenu ul li.last {
/*	border-right:1px solid white;*/
}
#mainmenu ul li a {
	/*width:100px;
	display:block;*/
	display: block;
	padding: 5px 5px 5px 10px;
	color:#FFFFFF;
	text-decoration: none;
	text-align:left;
}
#mainmenu ul li a:hover {
	background-color:#003399;
}
#leftcol {
	float:left;
	width:175px;
	display: none;
}
#submenu {
	padding-top:12px;
	min-height:20px;
	width:175px;
}
#submenu ul {
	margin:0px;
	padding:0px;
	list-style-image: none;
	list-style-type: none;
	padding-top:0px;
	padding-bottom:0px;
	background-image: url(../images/backgrounds/submenu-back.jpg);
	background-repeat: repeat-y;
	background-position: 0px 5px;
}

#submenu ul li {
	margin:0px;
	padding:0px;
	list-style-image: none;
	list-style-type: none;
/*	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;*/
	background-image: url(../images/backgrounds/SUBMENU.jpg);
	background-repeat: repeat-y;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:22px;

}
#submenu ul li a {
	text-decoration:none;
	display:block;
	
/*	width:150px;	*/
	padding-top:3px;
	padding-left:3px;
	padding-bottom:3px;
}
#submenu ul li a:hover, #submenu ul li a.on:hover  {
/*	background-color:#00309c;*/
	color:#990000;
}
#submenu ul li a.on {
	/*background-color:#D6E7FF;
	color:#FFFFFF;*/
}
#submenu ul li.first {
	background-image: url(../images/backgrounds/submenu-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:1px;
}
#submenu ul li.last {
	background-image: url(../images/backgrounds/submenu-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left:-11px;


}
#pagename {
	float: left;
	width: 400px;
}
#pagename h1 {

	text-transform:capitalize;
	padding-bottom:10px;

}

#content {
	float:left;
	width:400px;
	margin-left:10px;
	
}

h1 {
	font-size:1.4em;

}
h2 {
	font-size:1.1em;

}
h3 {
	font-size:1em;
}

label {
	float:left;
	width:175px;
}
input {
	float:left;
	width:185px;
}
select {
	width:190px;
}
textarea {
	width:185px;
}
input.csc-mailform-submit {
	margin-left:177px;
}
.csc-mailform-field {
	clear:both;
}
fieldset {
	border:none;
}

#footmenu a {
	color:#1f689a;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
}
#i_foot {
	/* inner foot tag, includes foot menus, copyrights, etc */
	/* inner because it is within the borders and background of the page */
	
}

#footmenu {
	padding-top:50px;
	text-align:center;	
	text-transform: uppercase;	

}


#footmenu a:hover {

}
#rightcol {
	width:150px;
	float:right;
}

#testimonial {
	padding-top:25px;
	padding-left:25px;
	padding-right:10px;
}
#testimonial a {
	color:black;
	text-align:center;
	font-size:.9em;
}
