/* Standard HTML Tags */


body { 
    width: 100%;
	margin: 0px;
	padding: 0px;
	color:#000000;
	text-align:center;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	background-position:center;
	font:75%/1.3 verdana,sans-serif;
	}
	
body.nobg{
	background: #FFFFFF;
	margin: 10px 10px 10px 10px;
	font:75%/1.3 verdana,sans-serif;
	}
	
p 	{
	margin-bottom:10px;
	margin-top:5px;
	}
	
h1 {
    font-family: Times New Roman;
	font-size: 28px;
	font-weight:bold;
	color: #000000;
	}

h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:007CC3;
	padding:3px 3px 3px 8px;
	margin-top:15px;
	text-transform:uppercase;
	}
	
h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	margin-bottom: 4px;
	margin-top: 4px;
	}	
	
h4 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 3px;
	margin-top: 0px;
	color:#004C98;
	}	
	
h5 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0px;
	margin-bottom:5px;
	color: #000000;
	font-weight:bold;
	}	


a {
	text-decoration: none;
	color: #005F96 ;
	}

a:hover {
	text-decoration:underline;
	color: #CC3300;
	}

img {
    border-width:0px;
	padding:0px;
	margin:0px;
	}
	
hr {
	border: 0px;
	height: 1px;
	color: #AAAAAA;
	background-color:#AAAAAA;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
/* Global Classes */
	
.smalltext{
	font-size: 11px;
	}
	
.label {
	font-weight:bold;
	text-align:right;
	}

.labelhidden {
	font-weight:bold;
	color:#CCCCCC;
	text-align:right;
	}

.center {
	text-align: center;
	}
	
.nomargin {
	padding: 0px;
	margin: 0px;
	}

/* Layout Divs */
	
#container {
	width: 988px;
	text-align: left;
	margin:0 auto;
	}
	
#container-margin {
	}

#header {
	width:988px;
	height:120px;
	}
	
#header-margin {
    padding:0px 24px 0px 24px;
	
	}
	
#header-logo {
    padding:20px 0px 0px 0px;
	}
	
#nav {
	width: 988px;
	}

#nav-margin {
	padding:0px 24px 0px 24px;
}

#history {
	width: 988px;
	height: 23px;
	}

#history-margin {
	position: relative;
	padding:0px 24px 5px 0px;
	margin:5px 24px 10px 24px;
	font-size:11px;
	display: block;
	border-bottom: solid 1px #999999;
	background-repeat: no-repeat;
	background-position:left top;
	color: #999999;
	text-transform:capitalize;
	
}

#content {
	width: 988px;
	}

#content-margin {
	margin:0px 0px 0px 12px;
}

#contentleft {
	float:left;
	width:636px;
}

#contentleft-margin {
}

#contentright {
	float:right;
	width:324px;
	
}

#contentright-margin {
padding:15px 24px 0px 0px;

}

#contentright-margin #sidebar {
	border:#64000e solid 1px;
	padding:10px;
	margin-bottom:15px;
	background:#e5d4d6;
}

#footer {
	width: 988px;
}

#footer-margin {
	margin:15px 24px 0px 24px;
	padding:5px;
	text-align:center;
	border-top: solid 2px #333333;;
	font-size:11px;
	color: #444444;
	display: block;
}

/*Special divs*/

#clear {
	clear: both;
}
#break {
	clear: both;
	height:10px;
}

/*Div Specific HTML tags and classes*/

#history a {
	color: #444444;
}

#history a:hover {
	color: #990000;
}

#nav ul {
	float: none;
	height: 23px;
	margin:0px;
	padding:0px;
	background-color: #007CC3;
}

#nav li {
	float:left;
	list-style-type:none;
	font:normal 12px Arial, Helvetica, sans-serif;
}
	

#nav li a {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	line-height: 0.94;
	display: block;
	height: auto;
	text-indent: 0px;
}

#nav li.navactive a {
	background-color: #ededed;
	padding-top: 3px;
	padding-left: 7px;
	margin-left: 1px;
	position: relative;
	top: 3px;
	color: #004c98;
}

#nav ul.subnav {
	height:23px;
	width: 940px;
	background-color: #ededed;
	margin:0px;
	padding:0px;
}

#content td{
	font-size:12px;
	padding: 0px;
	margin: 0px;
}

#content th {
    font-size:12px;
	text-align: left;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000000;
	padding:3px;
	margin: 0px;
}

#content li{
	font-size:12px;
}

#footer a {
	color: #000000;
}

.bannerad {
display:block;
margin-bottom:15px;
}

#col2-1 {
	float:left;
	width:300px;
}

#col2-2 {
	float:right;
	width:300px;
}


/* Form Tags */
	
form {
	margin: 0px;
	}
	
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align:middle;
	}
	
input.small {
	width: 100px;
	}
	
input.medium {
	width: 200px;
	}
	
input.large {
	width: 400px;
	}

input.button {
	font-weight:bold;
	}
	
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align:middle;
	}

select.small {
	width: 100px;
	}
	
select.medium {
	width: 200px;
	}
	
select.mediumlarge {
	width: 260px;
	}
	
select.large {
	width: 400px;
	}
	
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
textarea.small {
	width: 400px;
	height: 100px;
	}
	
textarea.medium {
	width: 400px;
	height: 200px;
	}
	
textarea.large {
	width: 400px;
	height: 400px;
	}



/*Site specific*/

#section {
	border-left: 12px solid #004a94;
	background-color:#CECEDE;
	padding: 3px 0px 3px 10px;
	font-size:22px;
	font-weight:bold;
	height:auto;
	margin: 0px 0px 15px 0px;
}

#sectionsmall {
	border-left: 12px solid #004a94;
	background-color:#CECEDE;
	padding: 3px 0px 3px 10px;
	font-size:14px;
	font-weight:bold;
	height:auto;
	margin: 0px 0px 15px 0px;
}

#message_left {
	float:left;
	width:300px;
}

#message_right {
	float:right;
	width:300px;
}

#message {
}

#message #intro{
	/*border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;*/
	padding:3px;
	margin-bottom:15px;
	}
	
#keydates {
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding:3px;
	margin-bottom:15px;
	}

h2.keydates{
	margin-bottom:0px;
	margin-top:0px;
	font-size: 14px;
	}
	
#message #image {
	padding:0px 0px 0px 0px;
}

#list-image {
	width:150px; float:left; padding-right:10px;
}

#message h2{
	margin-bottom:0px;
	font-size: 14px;
	}
	
	
#link {
	background-image:url(../images/icon_arrow.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding: 0px 0px 3px 15px;
}

#message p {
	font-size:11px;
	margin-top:3px;
	margin-bottom:3px;
}

#message a {
	font-size:11px;
	margin-top:3px;
	margin-bottom:3px;
}

.summary {
	font-weight:bold;
}

#leftimage {
	float:left;
	padding:10px 10px 10px 0px;
	
}

rightimage {
	float:right;
	padding:10px0px 10px 10px;
	
}
#sidebar p {
	font-size:11px;
	margin-right:10px;
}

#sidebar a {
	font-size:11px;
	margin-top:3px;
	margin-bottom:3px;
	padding-right:10px;
}

#articletools {
	float:right;
}

#editbox {
	line-height: 13px;
	margin-bottom: 10px;

	padding: 10px;
	text-align:left;
}

#editbox .edittable {
	width:100%;
	
}

#editbox td {
	 vertical-align:top;
	 font-size: 11px;
}
	
#editbox .label {
	text-align: right;
	font-weight: bold;
	padding: 5px 10px 0px 0px;
	width:135px;
	font-size: 11px;
}

/* resultbox */

#resultbox {
	padding: 0px 0px 10px 0px;
	}

#resultbox table {
	border-collapse: collapse;
	width: 100%;
	}

#resultbox table th {
	background-color: #B4C6E0;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	}
	
#resultbox table th a {
	text-decoration: none;
	color: #000000;
	}
	
#resultbox table th a:hover {
	text-decoration: underline;
	color: #000000;
	}

#resultbox table tr.even {
	background-color: #EAF2FF;
	}

#resultbox table td {
	vertical-align: top;
	padding: 5px;
	font-size: 11px;
	}

#resultbox table .right {
	text-align: right;
	}
	
#resultbox table a.ASC {
	background-image: url(images/list_arrowdown.gif); 
	background-repeat: no-repeat;
	padding-left:15px;
	background-position:0px 4px;
	}	

#resultbox table a.DESC 
{
	background-image: url(images/list_arrowup.gif); 
	background-repeat: no-repeat;
	padding-left:15px;
	background-position: 0px 4px;
	}	
	
/*Blog Classes*/

#comment {
	padding-left: 15px;
	border-left: 1px dashed #AAAAAA;
}
#content p {
margin-bottom:5px;
margin-top:5px;
}
#content .forum-date {
font-size:11px;
color:FF272A;
margin-bottom:5px;
margin-top:2px;
float:right;
}
#content .forum-count {
text-align:right;
margin-bottom:5px;
margin-top:2px;
float:left;
}
#content .forum-head {
margin-top:10px;
margin-bottom:15px;
}
#content .forum-image {
margin-right:10px;
margin-bottom:15px;
float:left;
}
#content .forum-commenthead {
margin-top:10px;
margin-bottom:0px;
}
#content .forum-commentbody {
margin-top:0px;
margin-bottom:0px;
}

#latestcomments {
margin-bottom:15px;
}

#latestcomments img{
margin-bottom:5px;
}

#latestcomments ul {
padding: 0px;
margin: 0px;
}

#latestcomments li {
	font-size:11px;
	list-style-type: none;
	padding: 0px 0px 5px 15px;
	margin: 0px;
	background: url(../images/comment_icon.gif) no-repeat 0px 2px;
}

#sitemap ul {
	padding: 0px;
	margin: 0px;
}

#sitemap ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
}

#youraccount{
	border:1px solid #007cc3;
}
#youraccount-heading{
	padding:2px 10px 3px 10px;
	background-color:#007cc3;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-family:arial;
	font-size:16px;
}
#youraccount-margin{
	padding:10px;
	background-color:#c7d4e4;
	color:#007cc3;
}
#youraccount .youraccount-link{
	padding:8px 0px 13px 40px;
	background-position:top left;
	background-repeat:no-repeat;
	font-weight:bold;
	text-transform:uppercase;
}
#youraccount .archives{
	background-image:url(images/archives.jpg);
}
#youraccount .sprites{
	background-image:url(images/sprites.jpg);
}
#youraccount .resources{
	background-image:url(images/resources.jpg);
}
#youraccount .products{
	background-image:url(images/products.jpg);
}
#youraccount-logout{
	position:relative;
	float:right;
	margin-right:5px;
	margin-top:3px;
	z-index:2;
}
#youraccount-logout a{
	color:#fff;
}
.datasection{}
.datasection-heading{
	padding:2px 10px 3px 10px;
	background-color:#007cc3;
	color:#fff;
	font-weight:bold;
	font-family:arial;
	font-size:16px;
	text-align:left;
}
.datasection-data{
	background-color:#c7d4e4;
	padding:15px;
	margin-bottom:15px;
	text-align:left;
}
#content .datasection td.fieldlabel{
	width:170px;
	padding-right:10px;
	height:20px;
}
.bluebutton{
	background-color:#007cc3;
	color:#fff;
	border:0;
	font-size:14px;
	text-transform:uppercase;
	padding:3px 10px;
	cursor:pointer;
	font-weight:bold;
}
#shoppingcart {
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding:3px;
	margin-bottom:15px;
	}

h2.shoppingcart{
	margin-bottom:0px;
	margin-top:0px;
	font-size: 14px;
	background-image:url(../onlineorder/images/cart.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:35px;
}
