body {
	background-color: #ccc;
	background-image: url(../images/pagebg.png); background-repeat: no-repeat;
	font-size:100%;
    line-height:1.125em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
	border-bottom: 1px dashed #cb4516;
}

blockquote {
	font-size: small;
	line-height: 1.3em;
		
	color: #222;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	font-size: 0.80em;
	margin-bottom: 15px;
}

.wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: white;
	margin-top: 15px;
	padding: 10px;
}

#header {
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0 0 10px 0;
}

#header h1 {
	text-indent: -9999px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 58px; width: 235px;
}

#nav {
	border-top: 6px solid #f85030;
	padding-top: 12px;
	padding-bottom: 0px;
	width: 810px;
	
}

#nav li {
	display: inline;
	padding: 10px 12px 8px 12px;
	border-right: 1px solid #ccc;
	margin-right: -10px;
}

#nav li#curr {
	background-color: #f85030;
}

#nav li#curr a {
	color: #fff;
}

#nav li a {
	color: #000066;
	font-weight: bold;
	border-bottom: 0;
}

#mast {
	z-index: 0;
	position: relative;
}

#main {
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
}

#main h2 {
	font-size: large;
	color: #003399;
	margin-bottom: 10px;
}

#wide {
	padding-top: 0;
	padding-left: 0;
	width: 810px;
}


#snippets {
	background-image: url(../images/separator.jpg);
	background-repeat: repeat-y;
	background-position: 240px;
	padding-top: 0;
	padding-left: 0;
	width: 810px;
}

#feature1 {
	width: 530px;
	border-right: 1px solid #ccc;
}

#feature1 p {
	margin: 0 15px 15px 15px;
	text-align: justify;
}


#feature2 {
	width: 240px;
}

#feature2 div {
	padding-left: 20px;
}

#feature2 img {
	margin-bottom: 10px;
}

.feature-block {
	float: left;
}

#wide ul {
	list-style: circle;
	margin-right: 10px;
}

#wide li {
	list-style: circle;
	list-style-type: circle;
	margin-left: 25px;
	margin-bottom: 10px;
}

.feature-block h4 {
	font-size: medium;
	font-weight: bold;
	color: #cb4516;
	margin: 5px 0 5px 0;
}

#feature2 h4 {
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
}

.feature-block div {
	margin-bottom: 20px;
}


.feature-block ul {
	margin-bottom: 20px;
}

.feature-block li {
	font-size: 0.75em;
	list-style: none;
	display: block;
	margin-left: 10px;
}	

.feature-block li li {
	font-size: 1em;
	list-style: none;
	display: block;
	margin-left: 10px;
	margin-top: 10px;
}	

.feature-block li.more {
	margin: 10px 0 0 0;
	font-weight: bold;
}

.feature-block h3 {
	background-image: url(../images/feature_h_bg.png); background-position: top left; background-repeat: no-repeat;
	height: 40px; width: 97.5%;
	padding: 10px 0 0 55px;
	color: #003399;
	font-size: large;
}

.col {
	width: 42%;
	float: left;
	margin-right: 4%;
	padding-left: 20px;
}

#footer {
	border-top: 6px solid #f85030;
}

#footer h4 {
	font-size: small;
}


/** form **/

form#fcontact {
	float: right;
	width: 500px;
	padding-top: 10px;
}

form#fcontact input {
	display: block;
	border: 1px solid #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin-bottom: 15px;
	width: 200px;
}

form#fcontact input#bsubmit{
	background-color: #ccc;
	cursor: pointer;
	width: 100px;
	margin-top: 10px;
	font-size: large;
	height: 30px;
	text-transform: uppercase;
}

form#fcontact textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #333;
	width: 400px;
	font-size: small;
}

p#success, p#bademail, p#badserver {
	display: none;
	font-weight: bold;
}

p#success {
	background-color: #006600;
	color: #fff;
	padding: 3px;
}

p#bademail, p#badserver {
	color: #990000;
}
