* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#32598A;
	margin:0 0;
	padding:0px 0;
	background-color:#FFF;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	padding-bottom:30px;
}

h1,h2,h3,p,ul,ol,dl {
	line-height:1.7em;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
	font-weight:bold;
	color:#32598A;
	margin-top:0em;
	margin-bottom:0.75em;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#2D5183;
	margin-top:1.25em;
	margin-bottom:0.2em;
	border-bottom:solid black 1px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	color:#16729E;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

p, ul, ol, dl {
	font-size:100%;
	margin-top:0;
	margin-bottom:1.0em;
}

ul {
	list-style:disc;
}

ul li,
ol li {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

img {
	border:none;
}

table {
	font-size:100%;
	border:none;
	margin-top:0;
	margin-bottom:1.0em;
	border-collapse:collapse;
}

/* Default Link Properties */

a {
	color:#0547A0;
}

a:hover {
	text-decoration:none;
	color:#275A98;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:952px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#EAEFF6;
	background-image:url(../images/page-bg.png);
	background-repeat:repeat-y;
	margin-top:10px;
}

#header {
	height:285px;
	margin:0;
	padding:0;
	background-image:url("../images/header-bg.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
	
}

#body {
	margin:0 10px;
	_margin:0 6px;
	min-height:120px;
	_height:120px;
	padding-top:0px;
}

#content {
	width:650px; /* 2px less due to IE bug with overflowing <em>s */
	_width:640px; 
	padding:0 10px 5px 5px;
	float:left;
}

#sidebar {
	width:250px;
	_width:252px;
	padding:10px 0px 10px 10px;
	float:right;
}

#footer {
	padding:0 10px;
	height:220px;
	background-image:url(../images/footer-bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	clear:both;
	position:relative;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:10px;
	top:36px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:391px;
	display:block;
	padding-top:138px;
	height:0px !important; /* for most browsers */
	height /**/:138px; /* for IE5.5's bad box model */
	overflow:hidden;
}

/* Sidebar
============================================================ 
--------------------------------------------------------- */
#sidebar {
	color:#333;
	font-size:90%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* Headings within the Sidebar */

#sidebar h2 {
	color:#32598A;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:none;
	padding-bottom:0px;
	padding-top:10px;
	padding-right:15px;
	padding-left:0px;
	margin:5px 0px 5px 0px;
	border-bottom:none;
}

#sidebar .box {
	background-image:url(../images/sidebar-bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	display:block;
	width:250px;
	margin-left:-10px;
	padding-bottom:15px;
	margin-top:-6px;
}

#sidebar .sidebar-box {	
	background-image:url(../images/sidebar-top.png);
	background-position:top;
	background-repeat:no-repeat;
	padding:15px;
	padding-bottom:0px;
	margin:15px 0;
	margin-left:-8px;
	width:220px;
	 
}

.bottom {
	background-image:url(../images/sidebar-sidebar-bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:250px;
	height:29px;
	margin-left:-15px;
	margin-right:-15px;
}

/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#FFF;
	font-size:90%;
	margin:0;
	padding-right:5px;
	text-align:center;
	position:absolute;
	left:20px;
	bottom:10px;
}

#footer .links {
	position:absolute;
	right:20px;
	bottom:0px;
	color:#FFFFFF;
}

#footer a {
	color:#FFF;
	font-size:90%;
	margin:0;
}

#newline-signature {
	text-align:center;
	margin:0 auto;
}

#newline-signature a {
	display:block; /* set to "none" to hide the signature */
	margin:15px auto;
	margin-bottom:0;
	width:260px;
	padding-top:36px;
	height:0px !important; /* for most browsers */
	height /**/:36px; /* for IE5.5's bad box model */
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../images/newline-signature.gif);
}

/* Navigation
============================================================ 
--------------------------------------------------------- */

/* Main nav */

#main-nav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	width:650px;
	top:188px; 
	left:2px;
}

#main-nav li {
	display:block;
	margin:0;
	padding:0;
	float:left;
	background:none;
	line-height:28px;
	height:28px;
}

#main-nav li a {
	background-repeat:no-repeat;
	padding:0px;
	display:block;
	padding-top:28px;
	height:0px !important; /* for most browsers */
	height /**/:28px; /* for IE5.5's bad box model */
	overflow:hidden;
	outline:none;	
}

#main-nav-home a {		background-image:url(../images/main-nav/home.png); width:81px; }
#main-nav-our-company a {		background-image:url(../images/main-nav/our-company.png); width:116px; }
#main-nav-product-showcase a { background-image:url(../images/main-nav/product-showcase.png); width:153px; }
#main-nav-services a {	background-image:url(../images/main-nav/services.png); width:89px; }
#main-nav-resources a {	background-image:url(../images/main-nav/resources.png); width:105px; }
#main-nav-contact-us a {	background-image:url(../images/main-nav/contact-us.png); width:106px; }


#main-nav li a:hover {
	background-position:0 -28px;
}

#main-nav li a.current,
#main-nav li a.current:hover {
	background-position:0 -28px;
}

/* Sub nav */

#sidebar h2.sub-nav {
	width:220px;
	color:#32598A;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:none;
	background-image:url(../images/sidebar-h2.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:16px;
	padding-top:15px;
	padding-right:15px;
	padding-left:15px;
	margin:5px 0px 5px -10px;
	border-bottom:none;
	
}

#sub-nav {
	margin-left:7px;
	padding:0;
	list-style:none;
	line-height:1.5em;
	
}

#sub-nav li {
	padding:0;
	margin:0px;
}	

#sub-nav li a {
	display:block;
	padding:4px 0px;
	padding-left:10px;
	color:#16549E;
	text-decoration:none;
}

#sub-nav li a:hover {
	color:#1D334D;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	text-decoration:none;
	font-weight:bold;
}


/* Crumbs */

#crumbs {
	font-size:85%;
	color:#666;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:1.5em;
	list-style:none;
	background-image:url(../images/crumbs-bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#crumbs li {
	display:inline;
}


/* Posts/News/Blog
============================================================ 
--------------------------------------------------------- */

/* Posts - styles for category listing*/

.posts {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.posts li {
	margin-bottom:1.5em;
}

.posts h3 {
	font-size:100%;
	margin-top:0em;
}

/* Post - styles for individual post detail view*/

.posts .meta {
	font-size:75%;
	color:#888;
	margin-bottom:0.4em;
	padding:0.3em 0;
	border-bottom:1px solid #C3D0E2;
}

.posts .date {
	font-weight:normal;
	color:#275A98;
}

.posts .categories a {
	color:#777;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #C3D0E2;
	text-align:center;
	clear:both;
}

.posts-paging a {
	font-weight:bold;
}


/* Post */

.post .meta {
	font-size:75%;
	color:#888;
	margin-bottom:1.5em;
	padding:0.3em 0;
	border-bottom:1px solid #C3D0E2;
}

.post .date {
	font-weight:normal;
	color:#275A98;
}

.post .categories a {
	color:#777;
}


/* Comments */

#comments ol {
	list-style:none;
	margin:0;
	padding:0;
}

#comments ol li {
	font-size:85%;
	margin:1.0em 0;
	padding:0 0.5em;
	border-bottom:1px solid #DCE2EC;
}

#comments ol .meta {
	font-size:85%;
	color:#888;
	margin-bottom:1.0em;
	padding:0.3em 0;
	border-bottom:1px solid #C3D0E2;
}

#comments ol .date {
	font-weight:normal;
	color:#275A98;
}






/* Standard Widgets
		overriding of default styles for standards widgets
		(located at /cms/content/widgets/stylesheets/standard-widgets.css)
============================================================ 
--------------------------------------------------------- */

div.picture-right img,
div.picture-left img,
div.picture-center img {
	border:solid 2px #D1D7DF;
}

div.no-border img {
	border:none;
}

div.picture-right p,
div.picture-left p,
div.picture-center p {
	color:#275A98;
	
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
	border-bottom:1px solid #C3D0E2;
}

#sidebar ul.recent-posts  {
		
}

ul.recent-posts span.date {
	color:#275A98;
}

#sidebar ul.recent-posts a {

}

#sidebar ul.recent-posts p {

}

div .hr {
	background-color:#C3D0E2;
}

div .hr-transparent {
	background-color:#FFF;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #000;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #000;
}

fieldset table th {
	width:140px;
	background-color:#575757;
	border-right:1px solid #000;
	text-align:right;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #C8D7CF;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #C8D7CF;
}

fieldset table th {
	width:140px;
	background-color:#EDF1EF;
	border-right:1px solid #C8D7CF;
	text-align:right;
	color:#0547A0;
}
/* Custom Widgets
============================================================ 
--------------------------------------------------------- */
#google-map {
	color:#333333;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #C3D0E2;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #C3D0E2;
}

fieldset table th {
	width:140px;
	background-color:#F5F8FC;
	border-right:1px solid #C3D0E2;
	text-align:right;
}

/* Table Styles
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */

table.listing {
	border:1px solid #C3D0E2;
	border-bottom:none;
	text-align:left;
}

table.listing th {
	font-weight:bold;
	padding:0.3em 0.75em;
	background-color:#F5F8FC;
	border-bottom:1px solid #C3D0E2;
	color:#010101;
}

table.listing td {
	padding:0.3em 0.75em;
	border-bottom:1px solid #C3D0E2;
}

/* Custom Styles */

div.brand {
	float:right;
	width:380px;
}

div.model {
	float:right;
	width:430px;
}

h3.fancy {
	font-family:Georgia, Times, sans-serif;
	font-size:130%;
	font-weight:bold;
	font-style:italic;
	color:#CD4B31;
	margin-top:0.2em;
	margin-bottom:0.2em;
	border-bottom:solid 1px #CCC;
}

table.white {
	font-size:80%;
	color: #666;
	background-color: #CCC;
	border: solid 1px #333;
	padding: 2px;
}
table.white th {
	padding: 10px;
	background-color: #EEE;
}
table.white td {
	padding: 5px;
	background-color: #FFF;
	border-bottom: solid 1px #CCC;
}
