pre, tt, code, samp, kbd, xmp, listing, plaintext { font-family: monospace; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none; list-style-position:outside;}
strong{ font-weight:bold;}
em{ font-style:italic;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
strong{ font-weight:bold;}
em{ font-style:italic;}

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height:17px;
	color:#5f6062;
}

a {
	outline: 0;
}

a:link, a:active, a:visited {
	color: #f57b20;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	border-bottom: dotted 1px #f57b20; 
}
#footer a{
	color: #5f6062;
	font-weight:normal;
}
#footer a:hover{
	text-decoration:underline;
	border:none;
}

img {
	border: 0;
	outline: 0;
}
/*-- base set --*/
h1{
	font-size:21px;
	font-weight:bold;
	/*margin-top:17px;*/
	line-height:23px;
	}
h2{
	font-size:14px;
	font-weight:bold;
	margin-top:13px;
	}
h3{
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	}
h4{
	font-weight:bold;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
h5{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
h6{
	color:#00235d;
	font-weight:bold;
}

#main ul, #tinymce ul{ 
	list-style:disc;
	margin-left:24px;
	}
#main ul li, #tinymce ul li {
	line-height:21px;
}
#main ol, #tinymce ol{ 
	list-style:decimal;
	margin-left:24px;
	}
/*--^base set^--*/

.right{float:right;}
.left{float:left;}
img.right{margin-left:10px;}
img.left{margin-right:10px;}
/* nav drop down */
#main{
	background-color:#FFF;
	float:left;
	display:inline;
	width:460px;
	padding:15px;
	margin:15px 20px;
	min-height:400px;
}
#main p, #tinymce p{
	margin:3px 0;
}
#main p img, #tinymce p img{
	margin:7px 5px 3px 5px;
	}
#main h1 img, #tinymce h1 img{
	margin: 0 0 0 0;
}
a:hover.modal, .modal{
	border:none !important;
}
.widget-img-no-margin, #tinymce .widget-img-no-margin{
	margin:-15px 15px 0 -15px !important;
}