/* CSS Document */

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a { color: #00529A; }
a:hover { color: #06C; }

body {
	background: #e5e5e5 url(../images/bg-grey.jpg);
	font: normal 62.5% Tahoma,sans-serif;
	margin-top: 25px;
	margin-bottom: 25px;
}

.border { border: 1px solid #4E5159; }

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: 1.4em Tahoma,sans-serif;}
h2 {
	font-family: Tahoma, sans-serif;
	font-size: 1.2em;
}
h3 {font: 1.1em Tahoma,sans-serif;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left { float: left; }
.right { float: right; }
.center	{ text-align:center; }
.topSpace { margin-top: 15px; }
.bottomSpace { margin-bottom: 15px; }
.leftSpace	{ padding-right: 30px; }
.blue { color: #005099; }
.gray { color: #4E5159; }
.contacttxt {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
}

.white { color: #FFFFFF; }
.orange { color: #F26422; }
.bold { font-weight: bold; }


/* structure */
.container {
	background: url(../images/bg-white.jpg);
	background-color:#FFFFFF; 
	font-size: 1.2em;
	margin: 0 auto;
	padding: 15px;
	width: 750px;
}

/* header  */
.header {
	width: 750px;
	height: 158px;
	margin-bottom: 20px;
	color: #6E99C4;
	padding-bottom: 10px;
}

/* content */
.content {
	color: 4E5159;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 420px;
	min-height: 400px;
	background-image:url(../images/bg-logo.jpg);
	background-repeat: no-repeat;
	font-family: "Lucida Sans", sans-serif;
	line-height: 18px;
}

.content a { 
	text-decoration: none; 
	font: #005099;
	font-weight: bold; 
}

.content a:hover { 
	color: #407CB3;
	text-decoration: underline;
}

.content ul { padding-left: 30px; }

.content ul li { 
	list-style-type: disc; 
	margin-bottom: 5px; 
}

.content ol { padding-left: 30px; }

.content ol li { 
	list-style-type:decimal;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.content li li { 
	list-style-type: circle; 
	margin-bottom: 5px;
}
.content h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #00529B;
}


.content h3 { 
	font-size: 1.1em;
	font-weight: bold;
	color: 4E5159;
}
.content img {
	margin: 10px, 25px, 10px, 25px;
	padding: 5px,0,5px,0;
}

/* contact box */
.contact {	/* this box is for the form submission */
	float: left;
	width: 150px;
	background-color: #F5F5F5;
	background-image:url(../images/bg-#f5f5f5.jpg);
}


/* copyright info */
.copyright {
	padding-left: 10px;
	padding-top: 31px;
	float:left;
	color: #6E99C4;
	text-align: center;
	font-size: 11px;
}

/* footer */
.footer {
	background: url(../images/footer.jpg) no-repeat;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 1em;
	color: #005099;
	height: 80px;
	width: 750px;
	margin-top: 15px;
}

.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}

/* Form Submission --  Right Menu (Name and Email Address) */
.formInfo {
	padding: 0px 8px 0px 8px; /* top, right, bottom, left */
}

input {
	background-color:#FFFFFF;
	background-image:url(../images/bg-white.jpg);
}

.submit { padding-top: 5px; }

.submit input {
	color: #FFFFFF;
	background: #005099;
	border: 1px outset #fff;
}


/* navigation */
.navigation {
	float: left;
	width: 150px;
}

.navigation h2 {
	color: #00529a;
	background-color: #F5F5F5;
	background-image:url(../images/bg-#f5f5f5.jpg);
	margin: 0;
	padding: 8px 0 8px 5%;
	text-decoration: underline;
	text-align: left;
	font-family: Tahoma, sans-serif;
	font-size: 1.2em;
}

.navigation ul {
	padding: 0;
	border-top: 1px solid #E5E5E5;
	background-color: #F5F5F5;
	background-image:url(../images/bg-#f5f5f5.jpg);
}

.navigation li {border-bottom: 1px solid #EAEADA;}

.navigation li a {
	font-size: 1.1em;
	color: #4E5159;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.navigation li a:hover {
	background: #CCCCCC;
	color: #00529a;
}

/* pinkston design */
.webdesign {
	text-align: center;
	padding-top: 15px;
}
.design {
	font-family: "Eras Demi ITC", Arial, sans-serif;
	font-size: 1.1em;
	color: #303030;
}
.design a {
	color: #FFFFFF;
}



.main-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.content-main {
	color: 4E5159;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 420px;
	min-height: 400px;
	background-image:url(../images/bg-logo.jpg);
	background-repeat: no-repeat;
	font-family: "Lucida Sans", sans-serif;
	font-size: 12px;
	line-height: 18px;
	list-style-position: inside;
	list-style-type: circle;
}
