
* {margin: 0px;
   padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(images/shadow_left.jpg);
	background-repeat: no-repeat;
}

#container {
	font-size: 1.2em;
	margin-left: 20px;
}

#header {
	height: 155px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}

#linkbar {
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 59px;
}

#left {
	background-image: url(images/content_top_bg.jpg);
	background-repeat: repeat-x;
	height: 417px;
	margin-right: 221px;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 50px;
}

#sub_left {width: 30.3%;
           float: left;}

#sub_full {width: 80%;
           float: left;}


#sub_right {width: 30.3%;
            float: right;}
            
#welcome {width: 99%;
            float: right;}

#sub_content {margin-left: 33.4%;
               margin-right: 33.4%}

#left_topBox {
	height: 45px;
	padding-top: 1px;
	margin-bottom: 35px;
	color: #FFFFFF;
	font-size: 0.9em;
}

#right {
	background-image: url(images/main_graphics.jpg);
	position: absolute;
	top: 0;
	right: 0;
	width: 246px;
	padding-top: 284px;
	background-repeat: no-repeat;
	height: 492px;
}

#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

/******************** Top Navigation ************************/

#navcontainer ul
{
	background-color: #036;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 21px 20px 0px 20px;
color: #fff;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
	background-image: url(images/hover_link_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color: #FFFFFF;
}

/********************* End top navigation ***************************/


p {margin-bottom: 15px; margin-top: 0px;}
.cc { background: url(images/cc_icons.gif) no-repeat; height: 18px; display: block; margin: 30px 0 15px 0; }


.ingress {margin-bottom: 15px;
    margin-top: 10px;}
	
.sign_up {
	font-weight: bold;
	color: #66FFCC;
}

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #67242B; background: inherit; font-weight: bold; }
.norm  { color: #645F9F; background: inherit; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }

h2 { margin: 0; padding: 0; font: normal 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

h3 {
	font-size: 1.3em;
	margin-bottom: 5px;
	color: #67242B;
	font-weight: bold;
}


.tableborder { }
.tablebordert { background: #d0d9e2 url(images/packages_th_bg.gif) repeat-x 0px -44px; border-bottom: 1px solid #d0d9e2; }
.tablebordertl { background: url(images/packages_th_bg.gif) no-repeat; line-height: 22px; }
.tablebordertr { background: url(images/packages_th_bg.gif) no-repeat right; }
.tableborderl { background: url(images/packages_lr.gif) repeat-y left; padding-left: 1px; }
.tableborderr { background: url(images/packages_lr.gif) repeat-y right; padding-right: 1px; }
.tableborderb { background: url(images/packages_b.gif) repeat-x 0px -12px; font-size: 0; }
.tableborderbl { background: url(images/packages_b.gif) no-repeat; height: 6px; }
.tableborderbr { background: url(images/packages_b.gif) no-repeat right; }
.tablebordert th { padding: 0 5px 0 5px; line-height: 22px; text-shadow: #FFFFFF 2px 2px 0px; }
.tableborderl th { padding: 4px 5px 0px 5px;  border-top: 1px solid #d0d9e2; }
.tableborder .alt1 { background: #eff4f8; }
.tableborder .alt2 { background: #ffffff; }

a:link {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bold;
}     /* unvisited link */
a:visited {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bold;
}  /* visited link */
a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}   /* mouse over link */
a:active {
	color: #111111;
	text-decoration: none;
	font-weight: bold;
}   /* selected link */


.img_left {float: left;
            margin-right: 4px;}

 /***************************** sidebar navigation ****************************/
			
.navcontainer {
	width: 246px;
	background-image: url(images/right_navbar_bg.jpg);
	height: 250px;
	padding-top: 74px;
	background-repeat: no-repeat;
}

.navcontainer ul
{
list-style-type: none;
margin-left: 40px;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #FFFFFF;
border-bottom: 1px solid #eee;
	color: #000000;
}

.navcontainer a:link, #navlist a:visited
{
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #76333A;
color: #fff;
}

