/* CSS! */

/* Good programmers comment. Great programmers explain. */

/* Reset stupid default browser crud so it all looks the same without additional formatting */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main page container */
#outer {
width: 718px;
margin-left: auto;
margin-right: auto;
border-left: 1px solid #BCBCBC;
border-right: 1px solid #BCBCBC;
border-bottom: 1px solid #BCBCBC;
padding-bottom: 2px;
}


#cwrap {
width: 718px;
background: url(images/sidebar-bg.jpg) repeat-y top right;
margin-top: 0px;
}


/* Header / logo / nav area */
#header {
margin-bottom: 0px;
padding: 0px;
background: url(images/sidebar-bg.jpg) repeat-y left bottom;
}

#header a {
border: 0;
margin: 0;
padding: 0;
}

#header a img {
border: 0;
margin:0;
padding: 0;
}

/* Where all the stuff goes */
#content {
font-family: Tahoma, Arial, Helvetica, Sans-serif;
font-size: 12px;
color: #444;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-top: 5px;
width: 485px;
}

#content p {
margin-top: 6px;
margin-bottom: 6px;
line-height: 13px;
padding-left: 8px;
padding-right: 8px;
text-align: justify;
}

#content img.right {
float: right;
padding: 1px;
border: 1px solid #BCBCBC;
margin: 5px;
}

#content img.left {
float: left;
padding: 1px;
border: 1px solid #BCBCBC;
margin: 5px;
}

#content a, a:link {
color: #576789;
text-decoration: underline;
}

#content a:hover {
color: #0080FF;
text-decoration: none;
}

#content ul {
margin-top: 3px;
list-style: url(images/li.jpg); 
line-height: 14px;
}

#content dt, dd {
padding: 2px;
}

#content h1 {
width: 480px;
height: 23px;
font-size: 16px;
font-family: Verdana, Helvetica, Sans-Serif;
font-weight: normal;
background: url(images/heading.jpg) no-repeat top left #c5cbd7;
padding-left: 24px;
padding-top: 3px;
font-variant: small-caps;
font-weight: bold;
color: #435173;
}

#content h2 {
width: 450px;
height: 14px;
font-size: 14px;
font-family: Verdana, Helvetica, Sans-Serif;
font-weight: normal;
padding-left: 20px;
padding-top: 3px;
padding-bottom: 3px;
margin-left: 0px;
background: url(images/heading.jpg) no-repeat #c5cbd7;
background-position: 1% 55%;
font-variant: small-caps;
font-weight: bold;
color: #435173;
}

#content h6 {
width: 442px;
height: 16px;
font-size: 13px;
font-family: Arial, Helvetica, Sans-Serif;
font-weight: bold;
padding-left: 0px;
padding-top: 10px;
margin-left: 12px;
border-bottom: 1px solid #aaa;
background-position: 0% 75%;
clear: left;
}

#footer {
background: url(images/bgfooter.gif) repeat-x;
font-family: Tahoma, Arial, Helvetica, Sans-serif;
font-size: 12px;
color: #ccc;
text-align: center;
padding: 3px;
border-left: 2px solid #FFF;
border-right: 2px solid #FFF;
clear: both;
}

#footer a, a:link {
color: #CCC;
text-decoration: underline;
}

#footer a:hover {
color: #FFF;
text-decoration: none;
}

#sidebar {
font-family: Tahoma, Arial, Helvetica, Sans-serif;
font-size: 12px;
color: #444;
float: right;
width: 175px;
border: #BCBCBC;
padding: 3px;
/* margin: 0 3px 0 0; */
}

#content input, textarea {
border: 1px solid #BCBCBC;
}

#sidebar  hr {
  border: 0;
  width: 80%;
 color: #aaa;
background-color: #aaa;
height: 1px;
  }
  
#sidebar h3 {
text-align: center;
width: 100%;
border-bottom: 1px solid #aaa;
font-size: 14px;
margin-left: auto;
margin-right: auto;
font-variant: small-caps;
font-weight: bold;
font-family: Verdana, Helvetica, Sans-Serif;
margin-bottom: 5px;
}
  
#sidebar a, a:link {
color: #576789;
text-decoration: underline;
}

#sidebar a:hover {
color: #0080FF;
text-decoration: none;
}

#sidebar p.services {
line-height: 14px;
margin-left: 10px;
}

.clear {
clear: both;
}

.inlinebox {
width: 470px;
border: 1px solid #AAA;
margin-left: 12px;
/* background: url(images/stripe.gif) repeat-y left; */
}