/* beweb savvy cms styles - updated 12 May 2006 */
/*
INSTRUCTIONS/NOTES:
 - Modify as needed, these are not hard and fast rules, but using these will ensure all needed styles are defined consistently.
 - The table styles will be used if the administrator pastes in a table from microsoft word, excel or an html page, so its important to define them (they can of course be the same as body copy).
 - Use the next H tag after the headings you need (eg h3 or h4 say) for featured paragraph text if you have such a thing.
 - body.normal is useful if you want to override the body tag of the CMS rich text editor.
 - If using these definitions would require a lot of rework of your existing HTML code, you can prefix them with "normal" (eg "normal.h1") so that they only apply within content blocks.
*/

body, .normal,p,h1,h2,h3,h4,h5,h6,h7,ul,ol,li,td,th {
	font:normal 12px Helvetica, Arial, sans-serif;	
	margin:0;
	padding:0;
	color:#58595b;
}
h1 {
	font:normal 20px Helvetica, Arial, sans-serif;
	color:#008cb0;
	margin-bottom:5px;
}
h1.title {
	background:url(images/title.jpg) 0 0 no-repeat;
	width:603px;
	height:32px;
	color:#fff;
	font-size:22px;
	padding:11px 0 0 17px;
}
h2 {	
	font:bold 14px Helvetica, Arial, sans-serif;
	color:#005576;
	margin-bottom:5px;
}
h3 {
	font:bold 12px Helvetica, Arial, sans-serif;
}
h4 {
	font:bold 12px Helvetica, Arial, sans-serif;
	color:#00aeef;
	float:left;
	background:url(images/arrow.gif) 0 0 no-repeat;
	padding-left:8px;
	margin-right:3px;
}
.text a:link, .text a:active, .text a:visited {
	color:#01aff0;
	text-decoration:none;
}
.text a:hover {
	text-decoration:none;
	border-bottom:1px dotted #01aff0;
	/*border-bottom:1px solid #01aff0;*/
}
.text .img_link a:link, .text .img_link a:hover, .text .img_link a:visited, .text .img_link a:active {
	text-decoration:none;
	border-bottom:0;
}
/* the following defines the background when editing CMS text, used only in the CMS rich text editor */
body.normal {
	background-image:none;
	background-color:white;
}
/* the following table styles are used within the content area if a CMS user inserts (or pastes in) a table */
 .Standard_Table {
	border:1px solid #999999;
	vertical-align: top;
	border-collapse: collapse;
}
 .Standard_Table TH {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding:2px 5px 3px 5px;	
	font-weight: bold;
	text-align: left;
	background-color: #dddddd;
}
 .Standard_Table TD {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding:2px 5px 3px 5px;	
}
 .Invisible_Gridlines {
	vertical-align: top;
}
/* the following are not used by Savvy CMS, but are generally useful */
img { 
	border:0; 
}
form {
	margin:0;
}
/* end of beweb savvy cms styles */

.wrapper{
	width:960px;
	min-width:960px;
	margin:0 auto;	
	background: url(images/wrapper_bg.gif) center 0 repeat-y;
}

.header{
	width:960px;
	height:220px;
	background:#fff;
}
.content{	
	width:960px;
	padding-bottom:15px;
}
.nav{
	width:254px;	
	float:left;
}
.nav ul{
	list-style:none;
	margin:0 0 10px 35px;
}
.nav ul li.mainnav{
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
	padding-left:20px;
	text-transform:uppercase;
	background:url(images/bullet.gif) 0 -1px no-repeat;
}
* html .nav ul li.mainnav{
	background:url(images/bullet.gif) 0 -2px no-repeat;
}
*:first-child+html .nav ul li.mainnav{
	background:url(images/bullet.gif) 0 -2px no-repeat;
}
.nav ul li.mainnav a:link, .nav ul li.mainnav a:active, .nav ul li.mainnav a:visited, .nav ul li.mainnav ul li a:link, .nav ul li.mainnav ul li a:active, .nav ul li.mainnav ul li a:visited{
	color:#2e6878;
	text-decoration:none;
}
.nav ul li.mainnav a:hover, .nav ul li.mainnav ul li a:hover{
	color:#2e6878;
/* 	text-decoration:underline;  */
	border-bottom:1px dotted #2e6878;

}

.nav ul li.mainnav ul{
	margin:8px 0 0 7px;
	padding:0;
}
.nav ul li.mainnav ul li{
	background:none;
	margin-bottom:8px;	
	text-transform:none;
	padding:0;
}
.main{
	width:600px;
	float:left;
	padding:20px 20px 0 20px;
}
* html .main{
	padding-top:0;
}
.text{
	padding:10px 5px;
}
.text p{	
	line-height:16px;
}
.right_col{
	width:66px;
	float:right;	
}
.footer{	
	width:960px;	
	clear:both;
	height:44px;	
}
.alliance_pic{
	width:127px;
	height:144px;
	border-right:1px solid #a8b8be;
	float:left;
	margin-right:15px;
}
.alliance_text{
	float:left;
	width:433px;
	margin-bottom:10px;
}
.partners{
	width:140px;
	float:left;
	margin-right:10px;
	text-align:center;
}
.partners p {
	text-align:left;
}
.text ul{
	margin-left:25px;
}

/* Settings */
.left{ float:left; }
.right{	float:right; }
.middle{ text-align:center; }
.vmiddle{	vertical-align:middle; }
.bold{ font-weight:bold; }
.blue{ color:#00aeef; }
.size1{ font-size:20px; }


/*sitemap*/


ul.sitemap a {
/* 	color:#444;	 */
	color:#2e6878;
	text-decoration:none;
	font-weight:normal;
}
ul.normal li a, ul.sitemap li a {
	font-weight:bold;
}

ul.sitemap li li a {
	font-weight:normal;
}
ul.sitemap a:hover {	
	color:#2e6878;
	border-bottom:1px dotted #2e6878;
	/* text-decoration:underline; */

}

ul.sitemap li {
	background:url(images/bullet2.gif) 0 5px no-repeat;
	padding-left:15px;
	line-height:18px;
}
ul.sitemap li ul {
	margin:0;
	padding:0;
	list-style:none;
}