html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family:"Trebuchet MS",Geneva,Arial;
}
button {
	width: 150px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	padding: 10px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
div.clearer {
	clear: both;
}
a {
	color: #2EB0CF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 18px;
	font-family: Verdana;
	color: #666666;
	padding: 5px 0px;
	border-bottom: 1px solid #6495A3;
}
h3 {
	font-size: 15px;
	font-family: Verdana;
	color: #666666;
	padding: 5px 0px;
	font-weight: bold;
}
h3 a {
	font-size: 15px;
	font-family: Verdana;
	color: #2EB0CF;
	padding: 5px 0px;
	font-weight: bold;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}

span.orange {
	color: #FE9D32;
	font-weight: bold;
}

#header {
	width: 970px;
	height: 115px;
	padding: 0px;
	margin: 0;
	background: url(../../IMAGES/logo_topbar.jpg) no-repeat;
}
#header a.logo {
	display: block;
	width: 50%;
	height: 100%;
}
#header a.sipa {
	float: right;
	margin-top: 25px;
	margin-right: 25px;
}
#header #phonenums {
	float: right;
	padding-right: 80px;
	margin-top: 20px;
	text-align: right;
}
#header ul {
	list-style: none;
}
#header li {
	list-style: none;
	padding: 2px 0px;
}
#main {
	width: 970px;
	background: url(../../IMAGES/main_bg.jpg) repeat-y;
	padding-bottom: 15px;
	padding-top: 0px;
	margin-top: 0px;
}
#content {
	width: 744px;
	padding-left: 10px;
	padding-top: 5px;
	float: left;
}
#content div {
	padding: 10px;
}
#footer {
	clear: both;
	padding: 30px 0px;
	background: url(../../IMAGES/footer_bg.jpg) no-repeat top left;
	width: 836px;
	font-family:"Trebuchet MS",Geneva,Arial;
	font-size: 12px;
	text-align: center;
}
#navigation {
	width: 184px;
	float:left;
	background: url(../../IMAGES/nav_bg.jpg) repeat-y;
	font-size: 14px;
	font-family:"Trebuchet MS",Geneva,Arial;
	/*text-align: center;*/
}
#navigation ul {
	list-style: none;
	display: block;
	padding: 10px 5px 10px 15px;
}
#navigation li {
	list-style: none;
	padding: 5px 0px;
}
#navigation a {
	color: #2EB0CF;
	font-weight: bold;
	text-decoration: none;
}
#navigation a.selected {
	color: #FE9D32;	
}
#navigation a:hover {
	color: #FE9D32;
}
#navbottom {
	background: url(../../IMAGES/nav_bottom.jpg) no-repeat;
	width: 184px;
	height: 25px;
}

/*modals*/
div.modal div {padding-bottom: 12px;}
div.modal label.newline { display:block; }
div.modal input.radio, div.modal label { padding: .4em; }
div.modal input.text { width:80%; padding: .4em; }
div.modal textarea {width:95%; padding: .4em;}
div.modal select {  width:40%; padding: .4em; background: white;}
div.modal fieldset { padding:0; border:0; margin-top:25px; }
div.modal h1 { font-size: 1.2em; margin: .6em 0; }
.ui-button { outline: 0; margin:0; padding: .4em 1em .5em; text-decoration:none;  !important; cursor:pointer; position: relative; text-align: center; }
.ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { padding: .3em;  }

.qmodal {
	height: 460px;
}
.cmodal {
	height: 500px;
}

.TresMB {
	font-family: "Trebuchet MS", Geneva, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	color: #666666;
}
.treslarge {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
}
