@charset "utf-8";
/* CSS Document */
html * {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.2em;
	background-image: url(images/BODY_BG.gif);
	background-repeat: repeat-y;
	background-position: 800px;
}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #666;
}

h2 {
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5em;
	color: #2C3694;
	font-weight: bold;
}
h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5em;
	color: #2C3694;
	font-weight: bold;
	margin-left: 12px;
}

a:link, a:visited {
	color: #2C3694;
	text-decoration: none;
}

a:hover {
	color: #FF3300;
}

#main {
	width: 800px;
}

#top {
	height: 40px;
	background-image: url(images/topimg.gif);
	background-repeat: no-repeat;
}

#flash {
	height: 200px;
}

#nav {
	height: 24px;
	background-image: url(images/full_nav_bg.gif);
	background-repeat: no-repeat;
	padding-left: 32px;
}

#navi li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

#navi li a:link, #navi li a:visited {
	text-decoration: none;
	display: block;
	height: 24px;
	width: 93px;
}

#home a:link, #home a:visited {
	background-image: url(images/home_active.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
}

#home a:hover {
	background-position: bottom left;
}

#profile a:link, #profile a:visited {
	background-image: url(images/profile_active.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#profile a:hover {
	background-position: bottom left;
}

#services a:link, #services a:visited {
	background-image: url(images/services_active.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#services a:hover {
	background-position: bottom left;
}

#contact a:link, #contact a:visited {
	background-image: url(images/contact_active.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#contact a:hover {
	background-position: bottom left;
}

#pricontleft {
	float: left;
	height: 162px;
	width: 415px;
	background-image: url(images/pricontleft.gif);
	background-repeat: no-repeat;
}

#pricontright {
	float: right;
	height: 162px;
	width: 385px;
	background-image: url(images/pricontright.gif);
	background-repeat: no-repeat;
}

#pricontleft_prof {
	float: left;
	height: 162px;
	width: 415px;
	background-image: url(images/pricontleft_profile.gif);
	background-repeat: no-repeat;
}

#pricontright_prof {
	float: right;
	height: 162px;
	width: 385px;
	background-image: url(images/pricontright_profile.gif);
	background-repeat: no-repeat;
}

#pricontleft_serv {
	float: left;
	height: 162px;
	width: 415px;
	background-image: url(images/pricontleft_serv.gif);
	background-repeat: no-repeat;
}

#pricontright_serv {
	float: right;
	height: 162px;
	width: 385px;
	background-image: url(images/pricontright_serv.gif);
	background-repeat: no-repeat;
}

#pricontleft_cont {
	float: left;
	height: 162px;
	width: 415px;
	background-image: url(images/pricontleft_cont.gif);
	background-repeat: no-repeat;
}

#pricontright_cont {
	float: right;
	height: 162px;
	width: 385px;
	background-image: url(images/pricontright_cont.gif);
	background-repeat: no-repeat;
}


#bar {
	clear: both;
	height: 25px;
	background-color: #A5CCEC;
}

#seccontent {
	background-image: url(images/lower_bg.gif);
	background-repeat: repeat-x;
}

#contleft {
	float: left;
	width: 400px;
	margin-bottom: 20px;
}

#contright {
	float: right;
	width: 240px;
	margin: 25px 100px 20px 20px;
	
}

#trial {
	clear: both;
	background-image: url(images/spacer.gif); 
}

#footer {
	clear: both;
	border: 1px solid #FFCC66;
	margin: 20px 32px 20px 32px;
	padding: 10px;
	color: #6699FF;
	background-color: #FFFFFF;
}

.conttxt {
	padding-top: 20px;
	margin-left: 38px;
}

.conttxtbox {
	padding-top: 12px;
	margin: 5px 12px 5px 12px;
}

em {
	margin-left: -999em;
}

ol {
	margin-left: 38px;
	margin-top: 10px;
}

li {
	padding-bottom: 12px;
	font-size: 1.1em;
	list-style-type: none;
	color: #003399;
}