/* CSS Document CB6 */

body  {font-family: Arial, Helvetica, sans-serif;}

#wrap {
	width: 700px;
	padding: 4px;
	margin: auto;
	margin-top: 3px;
	margin-bottom: 10px;
	}

/* Top Styles */
#top img { margin-right: 1px; }
#top a { border: none; }

#top img.right {
	margin-right: 0px;
	}

/* Content Styles */
#content { float: left; margin-top: 3px; background:url(images/content_top_bg.png) top repeat-x; height: 105px; width: 693px; }
#content_main { float: left; width: 651px; border-left: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3; padding: 20px; font-size: 12px;}
#content_footer { float: left; width: 693px; background:url(images/footer.png) bottom center no-repeat; height: 22px; }
#title { position: relative; width: 300px; float: left; top: 150px; left: 20px;}
#title  h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 150%; color: #03307d; font-weight: normal; margin-top: -105px;  width: 250px;}
#title h1 span.web { color: #ff7800; font-style:italic;}

/* Menu Styles */

#menu1 { position: relative; width: 130px; float: right; top: 2px; }
#menu1 ul { padding-left: 10px; }
#menu1 ul li a { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ff7800; text-decoration:none; font-weight:bold; }

#menu2 { position: relative; width: 130px; float: right; top: 2px; }
#menu2 ul { padding-left: 10px; }
#menu2 ul li a { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ff7800; text-decoration:none; font-weight:bold; }

#menu3 { position: relative; width: 130px; float: right; top: 2px; }
#menu3 ul { padding-left: 10px; }
#menu3 ul li a { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ff7800; text-decoration:none; font-weight:bold; }


#content_main p {  
	margin-bottom: 10px;
	color: #6e6e6e; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-color: #03307d; 
	padding: 4px; }

#content_main h2,  #content_main h2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #03307d;
	padding-top: 10px;
	padding-bottom: 5px; 
}

#content_main h3, #content_main h3 a { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #03307d; 
	padding-top: 5px;
	padding-bottom: 3px; 
}
#content_main h4,  #content_main h4 a { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #03307d; 
	padding-top: 5px;
	padding-bottom: 5px;
}

#content_main .entrycontent {
	padding: 0px;
	margin: 0px;
	float: left;
}

#content_main .packages {
	padding: 0px;
	margin: 0px;
	float: left;
}

#content_main ul {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 4px;
}

#content_main li {
	padding: 0px 0px 4px 12px;
	background: url(images/bullet_blue.png) no-repeat 0 3px;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #6e6e6e; 
}

#content_main a { color: #ff7800; }
#content_footer p { font-family: Verdana, Arial, Helvetica, sans-serif; color: #6e6e6e; font-size: 12px; text-align: center; }
	
/* CSS Reset */

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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
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: "" "";
}