/*
cti-allar
*/

* {
padding:0;
margin:0;
}

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:1.0em;
background-color:#333333;
margin:0 auto;
padding:0;
height:100%;
}

/*
cti-structure 
*/

#container {
min-height:100%;
margin:0 auto;
width:90%;
padding-top:30px;
}

#header {
background-image:url('images/middle.gif');
background-repeat:repeat-x;
background-position:top left;
height:150px;
border-bottom: #666 solid;}

#rightheader {
background-image:url(images/rh.gif);
background-repeat:no-repeat;
background-position:top right;
height:150px;
}

#cti-title {
background-image:url(images/lh.gif);
background-repeat:no-repeat;
background-position:top left;
height:150px;
padding-top:40px;
padding-left:30px;
}

#cti-title h3 {
font-size:.75em;
color: #000000;
margin-bottom: 0px;
font-weight: bold;
margin-top: 10px;
margin-left: 220px;}

#content {
border-left:6px solid #666666;
border-right:6px solid #666666;
background-color:#AE0000;
}

#page {
background-color:#ffffff;
width:70%;
float:left;
min-height:100px;
padding-top: 20px;
background-image: url(images/flames.gif);
background-repeat: repeat-y;
padding-bottom: 20px;}

#rightcolumn {
width:27%;
float:left;
padding-top:20px;
}

#rightcolumn h3 {
font-size:.95em;
color: #FFF;
margin-bottom: 30px;
margin-left: 10px;}

#rightcolumn p {
font-size:0.70em;
color: #FFFFFF;
padding-left: 10px;
padding-right: 0px;
margin-top: 5px;
margin-bottom: 0px;}

/*
cti-nav
*/

#rightcolumn ul {
list-style:none;
margin:0;
padding:0;
}
#rightcolumn ul li {
}
#rightcolumn ul li a {
background-color:#910000;
color:#ffffff;
border-bottom:2px solid #7D0000;
border-right:2px solid #7D0000;
border-left:1px solid #620000;
display:block;
padding:16px 7px;
text-decoration:none;
font-size:0.9em;
}
#rightcolumn ul li a:hover {
background-color:#880000;
}



/*
headers
*/

h1 {
color: #000000;
font-size:1.0em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
padding-top: 20px;}

h2 {
color:#660000;
font-size:.90em;
font-weight:normal;
padding:0;
margin: 10px 0em 0px 0em
}

#page h2 {
margin-left: 80px;}

h3 {
font-size:1.0em;
color:#7F0000;
font-weight:normal;
margin-bottom: 20px;}

#page h3 {
margin-left: 80px;}


/*
cti-links
*/
a {
color:#910000;
}

a:hover {
color:#880000;
}

#rightcolumn ul li a.selected, #rightcolumn ul li a.selected:hover {
background-color:#ffffff;
border-left:none;
border-right:none;
font-weight:bold;
color: #000000
}

/*
cti-paragraphs
*/

p {
font-size:0.75em;
color:#333333;
line-height: 1.5em;
padding-left: 80px;
padding-right: 20px;
margin-top: 15px;
margin-bottom: 15px;}

/*
cti-footer
*/

div#footer {
padding:10px 0;
border-left:6px solid #666;
border-right:6px solid #666;
background-color:#880000;
}

div#footer p {
margin:0;
padding:0;
padding-left: 80px;
font-size: .55em;}
div#footer p, div#footer a {
color: #ffffff;
}

#footer .right {
float: right;
width: 400px;
}



/*
forms, labels, inputs
*/
input.button {
font-weight:bold;
padding:5px 15px;
}
input, textarea {
padding:5px;
background-color:#ffffff;
border:1px solid #dddddd;
}
label {
font-weight:bold;
}
form input.formbutton {
background-color:#950303;
color:#FFFFFF;
font-weight:bold;
padding:5px 10px;
}



/*
tabbles
*/
table {
width:100%;
font-size:0.85em;
}
table tr th {
color:#ffffff;
background-color:#333333;
}
table tr th, table tr td {
padding:5px 10px;
text-align:left;
}
table tr td {
border-bottom:1px solid #dddddd;
}



/*
lists
*/
div.sidebar ul {
list-style:none;
padding:0;
border-top:4px solid #dddddd;
margin:0 0 20px 0
}
ul {
margin:0 0 20px 20px;
padding:0;
list-style:square;
}
ul li {
padding:3px 0;
}



/*
miscs
*/
code {
border:1px solid #cccccc;
background-color:#dddddd;
color:#333333;
display:block;
padding:10px 5px;
margin:10px 0;
}
.clear {
clear:both; 
}
.right { 
float:right;
margin-bottom: 20px; 
}
.left  {
float:left;  
}
*:focus {
outline:none;
}

abbr {
border-bottom-width: 1px;
border-bottom-style: dotted;
cursor: help; border-bottom: none;}

.abbr {
border-bottom-width: 1px;
border-bottom-style: dotted;
}