/* 
This file is for any styles used in the content pages of the cms. This is d
one so that the content css styles can be imported to the wysiwyg editor.
 */

body{	
}


.navpanel-title{
	font: bold 13px "Trebuchet MS", tahoma, verdana, arial;	
	margin-bottom: 8px;
}
.navpanel-image{
	float:left;
}
.navpanel-bullets{
	width:190px;
	height:200px;
	float:right;
}
.navpanel-bullets ul{
	font: normal 12px verdana, tahoma, arial;
}	
.navpanel-bullets ul li{
	list-style: circle; 
	margin-left:0px;
}
.navpanel-desc{
	clear:both;
	margin-top:10px;
	font: normal 13px "Trebuchet MS", tahoma, verdana, arial;
	line-height: 14px;	
}




.panel-title{
	font: normal 14px "Trebuchet MS", tahoma, verdana, arial;	
	margin-bottom: 8px;
}
.panel-image{
	
	float:left;
}
.panel-bullets{
	width:180px;
	height:200px;
	float:right;
}
.panel-bullets ul{
	font: normal 11px arial;
}	
.panel-bullets ul li{
	list-style: circle; 
	margin-left:0px;
}

.panel-desc{
	clear:both;
	margin-top:10px;
	font: normal 12px "Trebuchet MS", tahoma, verdana, arial;	
}
div.navhome{
	font: bold 16px "Trebuchet MS", tahoma, verdana, arial;
	color:#42115f; 
	display: inline;
	margin:25px;
}
div.navhome a{
	color:#42115f;
	text-decoration:none;
}
div.navhome a:hover, div.navhome a:selected{
	text-decoration:underline;
}



ul.checkmark li{
	list-style: url(../img/checkmark_green_20.gif);
	margin-left:0px;
}
ul.checkmark{
	margin-left: 20px;
}


h1.hometitle{
	font: normal 25px "Trebuchet MS", Tahoma, Verdana, Arial;
	text-align: center;
	color: #42115f;
	margin: 10px 0;
}

.pagetitle, h1 {
	font: normal 17px "Trebuchet MS", Tahoma, Verdana, Arial;
	
}

.note1{
	font: normal 12px tahoma, verdana, arial;
	color: navy;
}

.error{
	color: red;
	font: normal 11px tahoma, verdana, arial;
}
.error li{
	list-style-image: url(../img/warningcircle.gif);
}


div.divrow{
	font: normal 11px verdana, tahoma, arial;
	padding: 3px;
	clear: left;
	
	margin-bottom: 5px;
}
div.divrow input[type="text"], div.divrow select, div.divrow textarea{
	background-color: #f2f2f2;
	border: 1px solid gray;
	padding: 2px;
	font: bold 13px "Trebuchet MS", tahoma,verdana,arial;
}
div.divcell{
	float:left;
	margin: 5px 0px 5px 0px;
}
div.divcell.label{
	width: 80px;
}

.input-error{
	border: 1px solid red;
	background-color: #ffe3e3;
}
