/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 20px;
	line-height: 22px;
	color: #0185D7;
}

h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #0185D7;
	text-transform: uppercase;
	padding-top: 5px;
}

h3 {
	font-size: 14px;
	color: #0185D7;
	padding-bottom: 10px;
	line-height: 14px;
	font-weight: bold;
}

p, ul, ol {
	margin-top: 0;
	line-height: normal;
}

ul, ol { }

blockquote { }

a {
	color: #0169A7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr {

}

.list1 {

}

.list1 li {
	float: left;
	line-height: normal;
	text-indent: -10px;
	list-style-type: none;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	width: 934px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	background-image: url(../image/bkg.jpg);
	background-repeat: repeat-y;
}

/* Header */

#header-wrapper {
}

#header {
	width: 934px;
	height: 36px;
	background-image: url(../image/nav_bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	padding-top: 10px;
}

/* Menu */

#menu {
	float: left;
	height: 36px;
	color: #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	height: 44px;
	display: block;
	float: left;
	padding: 12px 25px 0px 25px;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item {
	margin: 0px;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	height: 36px;
}

#search form {
	float: right;
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	height: 20px;
	font: 12px Arial, Helvetica, sans-serif;
	border: none;
}

#search-text {
	width: 135px;
	height: 14px;
	margin: 0px 6px 0px 0px;
	padding: 3px 0 0 5px;
	color: #333333;
}

#search-submit {
	padding: 0px;
	margin: 0px;
	height: 21px;
	margin-left: 4px;
	color: #333333;
}

/* Page */

#page {
	margin: 0 auto;
	padding: 0px;
	background-color: #FFFFFF;
}

/** LOGO */

#logo {
	height: 248px;
	background-color: #FFFFFF;
	background-image: none;
	vertical-align: top;
	width: 934px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
.leftContent  {
	width: 718px;
	float: left;
	clip: rect(0px,718px,auto,0px);
	position: relative;
	height: 248px;
	overflow: hidden;
	visibility: inherit;
}
.rightContent   {
	padding: 0px;
	float: right;
	height: 248px;
	width: 216px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	background-color: #FFFFFF;
}
.rightContent h2 {
	font-size: 16px;
	color: #000000;
}


/* Content */

#content {
	float: left;
	width: 718px;
	background-color: #FFFFFF;
}

/* Post */

.post {
	margin-bottom: 15px;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 15px;
}
.post h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 16px;
	text-transform: capitalize;
	color: #005C9A;
	padding-bottom: -5px;
}
.post h3 {
	font-size: 16px;
	color: #0185D7;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.post p {
	padding-top: 0px;
	line-height: 140%;
	padding-bottom: 10px;
}
.post li {
	list-style-type: square;
	margin-left: 0px;
}

.post .entry {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.entry   h1  {
	text-indent: 18px;
}
.entry h3 {
	text-indent: 18px;
}



.post   .entryLeft {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
	width: 215px;
	height: 260px;
}
.post .entryMiddle {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	width: 185px;
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #666666;
	height: 260px;
}
.post .entryRight {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	width: 215px;
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #666666;
	height: 260px;
}
.post .entryLeft a {
	font-size: 12px;
	color: #000000;
}
.post .entryLeft a:hover {
	color: #0185D7;
}


.post .entryMiddle a {
	font-size: 12px;
	color: #000000;
}
.post .entryMiddle a:hover {
	font-size: 12px;
	color: #0185D7;
}

.post .entryRight a {
	font-size: 12px;
	color: #000000;
}
.post .entryRight a:hover {
	font-size: 12px;
	color: #0185D7;
}


.entryLeft .more {
	color: #0185D7;
	padding-left: 170px;
}
.entryLeft .more a {
	color: #0185D7;
	text-decoration: underline;
}
.entryLeft .more a:hover {
	color: #000000;
}

.entryMiddle .more {
	color: #0185D7;
	padding-left: 140px;
}
.entryMiddle .more a {
	color: #0185D7;
	text-decoration: underline;
}

.entryMiddle .more a:hover {
	color: #000000;
}


.entryRight .more {
	color: #0185D7;
	padding-left: 160px;
}
.entryRight .more a {
	color: #0185D7;
	text-decoration: underline;
}

.entryRight .more a:hover {
	color: #000000;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 10px;
	color: #FFFFFF;
	background-color: #333333;
}
#sidebar img {
	margin-left: -6px;

}

#sidebar .rfq a {
	color: #DD0163;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 30px;
}


#sidebar ul {
	font-size: 12px;
	margin-left: 5px;
	margin-top: 5px;
}
#sidebar li {
	margin-right: 5px;
	color: #0099CC;
	list-style-type: square;
	list-style-position: outside;
	font-weight: bold;
}


#sidebar p {
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 12px;
	color: #FFFFFF;
}

#sidebar h2 {
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 17px;
	margin: 0;
	width: 200px;
}


#sidebar a {
	color: #FFFFFF;
	font-weight: normal;
}
#sidebar a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #0099CC;
}

#sidebar a:active {
	color: #0099CC;
	text-decoration: underline;
}



/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #F5F2EF;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
	background: #F5F2EF;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
}

#calendar tfoot td {
	padding: 5px;
}

#calendar tfoot #next {
	text-align: right;
}

#calendar #today {
	background: #E7F1E1;
}

/* Footer */

#footer {
	height: 45px;
	width: 934px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #000000;
}
#footer .address {
	font-size: 10px;
	color: #FFFFFF;
	float: right;
	text-align: right;
}
#footer .links {
	font-size: 13px;
	color: #FFFFFF;
	float: left;
	text-align: left;
	padding-top: 10px;
}



#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
	padding-top: 0px;
}

#footer a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #0185D7;
	font-weight: normal;
	text-decoration: none;
}

#gsearch {
	margin: 5px;
	padding: 0px;
}

.srv1 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.bottomText {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.required {
	color: #DC0063;
}
#sidebar .sidelinkActive  {
	color: #FF3300;
}

#sidebar li {
	list-style-type: square;
}
#crumbs {
	color: #0169A7;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.post h1 {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
