body {
	margin: 0;
	background-color: #e8e8e8;
}

img { 
	border :0; 
}

a {
	color:#003366;
	text-decoration:none;
}

a:hover {
	color:#e4701e;
	text-decoration:none;
}

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

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

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

blockquote {
	margin: 0px;
	padding: 0px;	

}

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

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

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

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

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

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

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

/*-------------------------------- Masthead & Nav */


#masthead-container {
	background-image: url(images/tile-masthead.gif);
	background-repeat: repeat-x;
	height: 123px;
	padding-bottom: 3px;
}

#masthead {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
}

#logo {
	margin-right: 30px;
	width: 400px;
	float: left;
}

#tagline {
	float: right;
}

#tagline h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #003366;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
}

#tagline p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #E4701E;
	font-weight: normal;
}

.bullet {
	font-weight: bold;
	font-size: 18px;
}

#nav {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 30px;
}

#nav li, #nav a {
	display: inline;
	margin-left: 30px;
	font-size: 19px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}


#subnav {
	float: right;
	margin-right: 30px;
	margin-top: 18px;
}

/*-------------------------------- Banner & Pages */

#main-container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#subnav-container {
	background-color: #FFFFFF;
	height: 70px;
}

#subnav-title {
	float: left;
	margin-left: 30px;
	margin-top: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}

#subnav li {
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin-left: 20px;
}

#banner-container {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
}

#banner-container-home {
	background-color: #FFFFFF;
}

#banner-home {
	float: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 17px;
	padding-left: 30px;
}

#banner-inside {
	width: 670px;
	float: left;
	padding: 30px;
}

#banner-sidebar img, #banner-sidebar-home img {
	margin-bottom: 10px;
}

#banner-sidebar, #banner-sidebar-home {
	background-color: #FFFFFF;
	width: 200px;
	float: right;

}

#banner-sidebar {
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 20px;	
}

#banner-sidebar-home {
	padding-right: 30px;
	padding-top: 20px;
}

#content-container {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	float: left;
	width: 960px;
}

#content-left {
	float: left;
	width: 670px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
}

#content-left-privacy, #content-left-residency, #content-left-security {
	padding-left: 140px;
	background-position: 20px 30px;
	padding-bottom: 10px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#content-left-privacy {
	background-image: url(images/img-privacy.jpg);
	background-repeat: no-repeat;
	margin-top: 25px;
}

#content-left-residency {
	background-image: url(images/img-residency.jpg);
	background-repeat: no-repeat;
}

#content-left-security {
	background-image: url(images/img-security.jpg);
	background-repeat: no-repeat;
}

#content-left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 18px;
}

#content-left h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 22px;
}

#content-left h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 14px;
}

#content-left h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 2px;
}

#content-left p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 18px;
	color: #666666;
}

#content-left ul {
	margin-bottom: 18px;
}

#content-left ol {
	margin-bottom: 18px;
	list-style-type: upper-alpha;
	margin-left: 20px;
}

#content-left li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	margin-bottom: 8px;
}

#content-right {
	float: right;
	width: 200px;
	padding-top: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
}

#sidebar, #sidebar-interact {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 20px;
}

#sidebar-interact {
	margin-bottom: 0px;
}

#sidebar h1, #sidebar-interact h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(images/tile-sidebar.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 6px;
	margin-bottom: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#sidebar h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	color: #666666;
	margin-bottom: 6px;
	line-height: 14px;
	margin-right: 12px;
}

#sidebar p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 8px;
}

#sidebar-interact ul {
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 14px;
}

#sidebar-interact li {
	display: block;
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 14px;
	padding-left: 34px;
}

.interact-email, .interact-contact, .interact-demo, .interact-trial, .interact-whitepaper {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: -3px 5px;
}

.interact-email {
	background-image: url(images/img-interact-email.jpg);
}

.interact-contact {
	background-image: url(images/img-interact-contact.jpg);

}

.interact-demo {
	background-image: url(images/img-interact-demo.jpg);
}

.interact-trial {
	background-image: url(images/img-interact-trial.jpg);
}

.interact-whitepaper {
	background-image: url(images/img-interact-whitepaper.jpg);
	border-bottom-color: #FFFFFF;
}

#sidebar-quote h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #333333;
	line-height: 24px;
	padding-right: 12px;
	padding-left: 12px;
}

#sidebar-quote p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: 28px;
}

/*-------------------------------- Feature */


#feature-container {}

#feature-home {
	background-image: url(images/feature-home.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}

#feature-home2 {
	background-image: url(images/feature-home2.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}

#feature-home h1, #feature-home2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #003366;
}

#feature-home p, #feature-home2 p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	margin-top: 12px;
}

#feature-home-content {
	width: 600px;
	float: left;
	margin-left: 220px;
	margin-top: 25px;
}

#feature-home-button {
	float: right;
}

#feature-three {
	background-image: url(images/feature-three.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}

#feature-three h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #003366;
}

#feature-three p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	margin-top: 8px;
}

#feature-three-content {
	float: left;
	width: 193px;
	padding-left: 115px;
	padding-top: 20px;
	padding-right: 12px;
}

/*-------------------------------- Footer */

#footer {
	margin-top: 20px;
	margin-bottom: 15px;
}

#footer-content {
	background-color: #D8D8D8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C1C1C1;
	border-left-color: #C1C1C1;
	padding-left: 20px;
}

#footer-content ul {
}

#footer-content li {
	background-image: url(images/img-blog.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 28px;
	height: 22px;
}

#footer-content a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
}

#footer-content a:hover {
	color:#e4701e;
	text-decoration:none;
}

#footer-legal {
	margin-bottom: 30px;
	margin-top: 30px;
}

#footer-legal p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 14px;
	text-align: center;
	margin-bottom: 4px;
}

/*-------------------------------- Special */

#clear {
	clear: both;
}

#form {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.form-label {
	text-align: right;
	line-height: 16px;
}

.form-label-admin {
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
}

.form-submit {
	width: 100px;
	font-size: 14px;
	margin-right: 20px;
}

.form-delete {
	width: 100px;
	font-size: 14px;
}

#delete {
	text-align: center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 30px;
	margin-left: 30px;
}

#delete td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#delete input {
	width: 20px;
}


input {
	border: 1px solid #CCCCCC;
	font-size: 16px;
	width: 300px;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
}

textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}

#separator {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 25px;
	margin-bottom: 25px;
}
