/*
	Adapted from Green-business design by David Herreman
	Available at http://www.free-css-templates.com
	
*/
* { padding: 0; margin: 0; }
body { background: #fff; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 9pt; color: #454545; }
body.live { background: #a0a8d7; }
h1 { font-size: 12px; line-height: 19px; margin: 0 0 5px 0; clear: both; }
p { padding: 2px 0 2px 0; }
ul, ol { padding: 10px 0 10px 30px; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
input, textarea  { border: 1px solid #aaa; }
input:hover, textarea:hover  { border: 1px solid #888; }
img { border: 3px solid #e5e5e5; margin: 0 5px 0 5px; }
a { color: #12276A; text-decoration: none; background: inherit; }
a:hover { text-decoration: underline; }
blockquote { margin: 0 0 15px 30px; padding: 20px 0 0 50px; font-size: 12px; font-style: italic; background: url(images/quote.jpg) top left no-repeat; text-align: center; text-indent: 0; height: 50px; overflow: visible; }
input, textarea  { border: 1px solid #aaa }
input:hover, textarea:hover  { border: 1px solid #888; }
input.text { color: #000000; border: 1px solid #E6E6E6; background: inherit; }
textarea.text { font-size: 8pt; border: 1px solid #E6E6E6; }
input.text:hover, textarea.text:hover { border: 1px solid #D6D6D6; }
form { display: inline; margin: 0; padding: 0; }
hr { clear: both; }

#editor { font-size: 12pt; text-align: center; border: red 1px solid; padding: 2px; z-index: 9999; background: orange; position: fixed; top: 0px; left: 0px; width: 100%; }

#l1 { background: #15286c; border-top: solid 4px #04144f; }
#l2 { background: #15286c url(images/subheaderbg.jpg) repeat-x top; border-bottom: 2px solid #182b66; overflow: hidden; }
#l3 { background: #fff url(images/mainbg.jpg) repeat-x top; overflow: hidden; }
#l4 { clear: both; overflow: hidden; border-top: 2px solid #182b66; color: #ccc; background: #a0a8d7 url(images/footer-bg.jpg) repeat-x; }

#title, #subheader, #maincontent, #footer { margin: auto; width: 765px; background: transparent; }

#title { padding: 0; height: 150px; position: relative; }
	#title .green { color: #A1A9D6; line-height: 25px; background: inherit; }
	#title .pad { padding: 0px 0; }
	#title a.button { color: #fff; font-size: 110%; float: right; margin-right: 5px; padding: 8px; padding-top: 4px; background: #04144f; }
	#title a.button a:hover { text-decoration: underline; }
	#title h1 { font: bold 2.0em "Arial", Sans-Serif; margin: 0; letter-spacing: -1px; color: #fffffe; padding-top: 28px; background: inherit; }
	#title .telephone { font: 2.0em "Arial", Sans-Serif; margin: 0; color: #fff; position: absolute; top: 55px; right: 20px; }

#menu { display: block; position: absolute; top: 115px; right: 0; padding: 0; background: transparent; line-height: 35px; color: #81d7df; height: 35px; width: 100%; }
#menu  a, #menu a:visited { color: #81D7DF; text-decoration: none; background: inherit; font-size: 8pt; }
#menu .submit { float: right; vertical-align: bottom; }
	#menu .submit ul { margin: 0; padding: 0px 10px 0 50px; list-style: none; }
	#menu .submit li { display: inline; margin: 0; padding: 0; }
 	#menu .submit a { float: left; background: transparent url(images/tableft.gif) no-repeat left top; margin: 0; padding: 0 0 0 8px; text-decoration: none; }
	#menu .submit a span { float:left; display: block; background: url(images/tabright.gif) no-repeat right top; padding: 0px 15px 0px 10px; margin-right: 2px; color: #fff; }
    
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#menu .submit a span { float: none; }
	/* End IE5-Mac hack */

	#menu .submit a:hover { background-position: 0% -35px; }
	#menu .submit a:hover span { background-position: 100% -35px; color: #000; }
	#menu .submit  a.selected { background-position: 0% -35px; }
	#menu .submit  a.selected span { background-position: 100% -35px; }
	
#subheader { /*min-height: 87px;*/ }
	#subheader .rside { float: right; width: 355px; background: transparent; margin-left: 20px; text-align: right; padding: 10px; }
		#subheader .rside input.text { background: transparent url(images/input.gif) no-repeat; width: 290px; height: 27px; border:0; padding: 2px 0 0 5px; }
		#subheader .rside .btn1 { background: transparent url(images/loupe.gif) no-repeat; width: 30px; height: 20px; height: 28px; border: 0; padding: 0; cursor: pointer; }
	#subheader .lside { background: inherit; color: #FFF; font-size: 120%; }
		#subheader .lside .padding { padding-top: 15px; font-family: Tahoma, Verdana, Arial, sans-serif; }
		#subheader .lside a, .lside a:hover  { color: #FFF; text-decoration: underline; background: inherit; }

#maincontent { background: transparent; padding-top: 15px; min-height: 140px; overflow: hidden; }
	#maincontent h2 { color: #3A3A3A; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; line-height: 19px; margin: 0 0 5px 0; background: inherit; clear: both; }
	#maincontent h2 a { color: #12276A; text-decoration: none; line-height: 19px; margin: 0 0 5px 0; background: inherit; }
	#maincontent h2 a:hover { color: #12276A; text-decoration: underline; background: inherit; }
	#maincontent .underline { border-bottom: 1px dotted #aaa; margin-bottom: 10px }
	#maincontent h3 { font-size: 130%; color: #6AA6AB; border-bottom: 1px dotted #aaa; background: inherit }
	#maincontent p { padding: 0 0 10px 0; color: #454545; font: 1.0em "Arial", Sans-Serif; margin: 0;  text-decoration: none; background: inherit }
	#maincontent .mpnull { margin: 0; padding: 0 0 0 0; }
	#maincontent .textbox { /*float: right;*/ color: #454545; /*width: 40%;*/ background: #fefefe; padding: 10px; margin: 5px; border: 1px solid #e8e8e8 }
	
	#left_side { width: 545px; background: transparent; padding-bottom: 20px; float: left; }
		#left_side .columns { clear: both; width: 100%; }
		#left_side .columns .row { overflow: hidden; clear: both; }
		#left_side .columns .row .cell { width: 250px; float: left; margin: 5px; padding: 2px; overflow: hidden; }
		#left_side .columns .row .cell .textbox { float: none; width: auto; margin: 0; }
	
	#right_side { width: 200px; background: transparent; float: right; margin-bottom: 20px; }
		#right_side h2 { height: 22px; background: transparent url(images/h3bg.gif) repeat-x; color: #FFF; border: 0; font: bold 9pt "Arial", Sans-Serif; padding: 0px 0 0 5px; line-height: 22px; }
		#right_side h2 a { height: 22px; color: #FFF; text-decoration: underline; }
		#right_side .lcontent { background: #f8f8f8; border: 0px solid #e5e5e5; margin-bottom: 15px; color: #888; padding: 8px; }
		#right_side .lcontent p { color: #777; background: inherit; }
		#right_side ul { padding-left: 10px; background: inherit; color: #454545; }
		#right_side li { list-style: square; }
		#right_side img { border: 1px solid #B6D6BB; }

#footer a { color: #fff; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer .right { float: right; text-align: right; }

.editButton { /*position: relative; z-index: 999;*/ clear: both; }
.idFooter { clear: both; text-align: right; }
.details { background: #fefefe; padding: 10px; margin: 5px 0 15px 15px; border: 1px solid #e8e8e8; width: 40%; float: right; }