/* 
Originally by Joe Rozzi Cirkuit Networks, Inc.
modified by Blipful.
*/

body {
	margin-top:20px;
	margin-bottom:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#F6871B;
}


/* header tags */
h1 {
	color:#2a56d6;
	font-size:130%;
	display:block;
	width:100%;
}
h2 {
	font-size:110%;
	display:block;
	width:100%;
	border-bottom:2px solid #F0F0F0;
	margin:12px 0 -4px 0;
	padding:0;
	color:#2a56d6;
}
h3 {
	font-size:100%;
	display:block;
	width:100%;
	margin:12px 0 -8px 0;
	padding:0;
	color:#2a56d6;
}

/* anchor links */
a, a:visited {
	text-decoration:none;
	color:#F6871B;
}
a:hover, a:visited:hover {
	color:#990000;
	text-decoration:underline;
}

#main {
	width:765px;
	color:#000000;
	text-align:center;
	margin:0 auto;
	padding:0px;
	font-size:80%;
	line-height:130%;
	background-color:#FFFFFF;
	/* background-image:url(images/corner_lt_4.gif); */
	background-repeat:no-repeat;

}

#header_wrapper, #nav_wrapper, #content_wrapper {
	width:765px;
}

/* top right */
#columntitle {
	float:right;
	margin:0 10px -12px 0;
	font-size:85%;
}

/* header image */
#header {
	clear:right;
	background-image:url(images/semantor4.jpg);
	background-repeat:no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
}
#header h1 { color:#2a56d6; height:115px; margin:0 15px; padding:0; line-height:2em; font-size:180% }

/* left navigation area */
#content_left {
	float:left;
	width:145px;
	line-height:135%;
	padding:5px;
	margin:0 0 10px 0;
	text-align:left;
	font-size:100%;
	/* background-color:#FFCC99;
	background-image:url(images/corner_lt.gif);
	background-repeat: no-repeat ;
	background-position: right top; */ 
	
}
#content_left p, #content_left h1, #content_left h2, #content_left h3 {
	padding:0;
	margin:8px 0 0 8px;
}
#content_left ul { /* starts left navigation */
	margin:8px 0 0 8px;
	padding:0;
	text-align:left;
	border-top:2px solid #F0F0F0;
	border-bottom:2px solid #F0F0F0;
}
#content_left li { /* main navigation */
	display:block;
	list-style:none;
	width:100%;
	margin:0;
	padding-left:10px;
	font-weight:bold;
}

#nav_home { /* position navigation */
	background-image:  url(images/dot_red.gif);
	background-repeat: no-repeat;
	background-position: 0em;
}
	
#content_left li.sub { /* sub navigation */
	display:block;
	list-style:none;
	width:100%;
	padding-left:10px;
	margin:0 0 0 10px;
	font-weight:normal;
}

#content_left a, #content_left a:visited { /* mouse out navigation anchor link styles */
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#F6871B;
	border-bottom:1px solid #FFFFFF;
}
#content_left a:hover, #content_left a:visited:hover { /* mouse over navigation anchor link styles */
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	color:#990000;
	text-decoration:underline;
	border-bottom:1px solid #FFFFFF;
}

/* main textual content area */
#content {
	padding:5px;
	margin:0 10px 20px 0;
	line-height:140%;
	background-color:#FFFFFF;
	text-align:left;
	float:right;
	width:550px;
}
#content p {
	padding:0;
	margin:8px 0 8px 0;
}
/* main textual content area (left box) */
#content_l { 
	margin:0 auto;
	padding:0px;
	display:inline;
	float:left;
	width:48%;
}
/* main textual content area (right box) */
#content_r { 
	margin:0 auto;
	padding:5px;
	display:inline;
	float:right;
	width:48%;
}

/* footer */
#footer_wrapper {
	margin:0 auto;
	padding:0px;
	width:765px;
/* 	border-top:6px double #CCCCCC; */
	font-size:80%;
	text-align:center;
	clear:both;
}
#footer {
	padding-right:15px;
	margin:0 0px 0px 0;
	line-height:190%;
	text-align:right;
	clear:both;
	vertical-align:middle;
	background-image:url(images/footer.gif);
	background-repeat: no-repeat ;
	background-position: right bottom;
}