/******************
HTML Tags
******************/

body {
	font-family:"trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#666666;
	font-size:.8em;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}

#content p, #content-side p, #footer-container p{
	margin:10px 0px 10px 0px;
	}

#content-side img {
	border:none;
	}

/******************
FORM STYLES
******************/

#content-container form {
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 10px 10px 20px;
	}

/* a nested fieldset */
#content-container fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content-container legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content-container fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}

#content-container label {
	display:block;
	padding-top:8px;
	}

.mainnav-right form {
	margin:0px;
	padding:0px;
	text-align:right;
	}

.mainnav-right form fieldset {
	margin:0px;
	padding:0px;
	border:none;
	}

.mainnav-right form legend {
	display:none;
	}

.mainnav-right label {
	display:none
	}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#003366;
	text-decoration:none;
	}

a:visited {
	color:#003366;
	text-decoration:none;
	}

a:hover {
	color:#003366;
	text-decoration:underline;
	}

a:active {
	color:#003366;
	text-decoration:none;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
.mainnav-left a:link {
	color:#6E6E6E;
	font-weight: bold;
	text-decoration:none;
	}

.mainnav-left a:visited {
	color:#6E6E6E;
	font-weight: bold;
	text-decoration:none;
	}

.mainnav-left a:hover {
	color:#6E6E6E;
	font-weight: bold;
	text-decoration:underline;
	}

.mainnav-left a:active {
	color:#6E6E6E;
	font-weight: bold;
	text-decoration:none;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#breadcrumbs a:link {
	}

#breadcrumbs a:visited {
	}

#breadcrumbs a:hover {
	}

#breadcrumbs a:active {
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#content-side a:link {
	}

#content-side a:visited {
	}

#content-side a:hover {
	}

#content-side a:active {
	}

/******************
HEADINGS
******************/

h1 {
	font-size:1.4em;
	padding:10px 0 6px 0;
	}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:1.4em;
	}
	
h4 {
	font-size:1.1em;
	}
	
h5 {
	font-size:.9em;
	}
	
h6 {
	font-size:.8em;
	}
	
#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}

/******************
LAYOUT DIVS
******************/

#header-container {
	background: #c19d89 url(images/topbdr_mid.png) repeat-x;
	height:40px;
	font-size:1.5em;
	margin:0px;
	font-weight:bold;
	overflow: visible;
	}

#header-container a {
	text-decoration:none;
	color:#333333;
	}
	
#header-left {
	float:left;
	width:280px;
	color:#333333;
	height:35px;
	padding:5px 0px 0px 30px; /*t r b l*/
	background: url(images/topbdr_lefts.png) no-repeat;
	overflow: hidden;
	}

#header-right {
	margin:0px 0px 0px 0px; /*t r b l*/
	color:#333333;
	padding:10px 30px 0px 0px; /*t r b l*/
	height:30px;
	border-rightx:5px solid #FFFFFF;
	font-size:.75em;
	text-align:right;
	background: url(images/topbdr_rights.png) right top no-repeat;
	overflow: hidden;
	}

#posterphoto {
	margin:4px 0px 0px 0px;
	padding:0px;
	}

#posterphoto img {
	border:1px solid #A7A7A7;
	margin:0px;
	display:block;
	}

.mainnav-container {
	margin:4px 0px;
	height:30px;
	clear:both;
	}

.mainnav-left {
	float:left;
	width:568px;
	padding:4px 0px 4px 10px;
	border:1px solid #A7A7A7;
	}

.mainnav-right {
	float:right;
	padding:4px 7px 4px 0px;
	border:1px solid #A7A7A7;
	width:166px;
	height:18px;
	}

#breadcrumbs {
	margin:3px 0px 0px 0px;
	color:#666666;
	}

#content-container {
	backgroundx: url(images/bg-main.jpg) repeat-y right;
	}

#content-side {
	float:right;
	width:155px;
	color:#666666;
	padding:10px;
	margin:0px 0px 4px 0px;
	backgroundx: #d7e8ff url(images/bg-main.jpg);
	}

#content {
	padding:0px 10px 10px 10px;
	margin:0px 180px 0px 0px;
	borderx:1px solid #A7A7A7;
	background: url(images/breadcrumb.png) repeat-x;
	}

#three-column-container {
	width:100%;
	margin:10px 0px;
	padding:10px 0px
	}

#three-column-left {
	float:left;
	width:30%;
	}

#three-column-right {
	float:right;
	width:30%;
	}

#three-column-middle {
	width:30%;
	margin:0px 31% 0px 35%;
	}

#footer-container {
	background: #c19d89 url(images/topbdr_mid.png) repeat-x;
	height:40px;
	color:#000000;
	margin:4px 0px 0px 0px;
	clear:both;
	overflow: visible;
	}

#footer-left {
	width:566px;
	height:39px;
	font-size:.9em;
	line-height:1em;
	padding:1px 0px 0px 10px; /*t r b l*/
	margin:0px;
	background: url(images/topbdr_mid.pngs) repeat-x top;
	overflow: hidden;
	}

#footer-right {
	float:right;
	color:#000000;
	padding:0px;
	width:175px;
	height:40px;
	border-leftx:4px solid #FFFFFF;
	margin:0px;
	background: url(images/topbdr_mid.pngs) repeat-x top;
	overflow: hidden;
	}

/******************
Menu Items
******************/

.mainnav-container ul {
	margin:0px;
	padding:0px;
	}

.mainnav-container li {
	padding-right:10px;
	list-style:none;
	display:inline;
	}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background: url(images/bullet.gif) no-repeat;
	background-position: 0 .6em;
	}

#content ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	}

#content ul.link-list-vertical li a:link {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link.gif) no-repeat;
	background-position: 0 .6em;
	}

#content ul.link-list-vertical li a:visited {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-visited.gif) no-repeat;
	background-position: 0 .6em;
	}

#content ul.link-list-vertical li a:hover {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-hover.gif) no-repeat;
	background-position: 0 .6em;
	}

#content ul.link-list-vertical li a:active {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-active.gif) no-repeat;
	background-position: 0 .6em;
	}

/******************
LISTS - IN THE RIGHT COLUMN
******************/

#content-side ul.list, #content-side ul.link-list-vertical {
	margin:0px 0px 15px 5px;
	padding:0px;
	}

#content-side ul.list li {
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background: url(images/bullet-right.gif) no-repeat;
	background-position: 0 .6em;
	}

#content-side ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	}

#content-side ul.link-list-vertical li a:link {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-right.gif) no-repeat;
	background-position: 0 .6em;
	}

#content-side ul.link-list-vertical li a:visited {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-right-visited.gif) no-repeat;
	background-position: 0 .6em;
	}

#content-side ul.link-list-vertical li a:hover {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-right-hover.gif) no-repeat;
	background-position: 0 .6em;
	}

#content-side ul.link-list-vertical li a:active {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-right-active.gif) no-repeat;
	background-position: 0 .6em;
	}

/******************
TABLE STYLES
******************/

table.table {
	width:100%;
	border:1px solid #D0D0BF;
	border-collapse:collapse;
	}

thead th {
	border-bottom:2px solid #D0D0BF;
	padding:6px;
	}

tfoot th {
	border-top:2px solid #D0D0BF;
	padding:6px;
	}

.table-row-1 td, .table-row-1 th,.table-row-2 td, .table-row-2 th, th {
	padding:2px 6px;
	border:1px solid #D0D0BF;
	}

.table-row-1 td, .table-row-1 th {
	background: url(images/bg-table-row-alternate.jpg);
	}

/******************
CLASSES
******************/

img.photobig, img.photosmall {
	border:1px solid #CCCCCC;
	background: #E0E0E0 url(images/bg-table-row-alternate.jpg);
	padding:10px;
	}

img.photosmall {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	}
	
.searchbox {
	height:1.25em;
	margin:0px;
	padding:0px;
	width:8.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#666666;
	vertical-align:top;
	}

.button-search {
	height:2em;
	margin:0px;
	padding:0px;
	font-size:.75em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0000FF;
	}

.separator-side-column {
	border-top:1px solid #9CA2DD;
	margin-bottom:8px;
	padding:0px;
	}

.section-title-not-heading {
	font-size:1.1em;
	font-weight:bold;
	display:block;
	margin-bottom:8px;
	}

.button-big {
	margin-top:8px;
	}

.small-text {
	font-size:.8em;
	}

.none {
	display:none;
	}

.clear {
	clear:both;
	}

.sectionbox-grey {
	width:226px; 
	background: url(images/teaser-grey-top.gif) no-repeat;
}

.sectionbox-grey .sectionbox-inner {
	width:210px; 
	padding: 8px 4px 8px 12px;
	background: url(images/teaser-grey-bottom.gif) bottom no-repeat;
}

.sectionbox-next {
	width:226px; 
	background: url(images/next-top.gif) no-repeat;
}

.sectionbox-next .sectionbox-inner {
	width:210px; 
	padding: 8px 4px 8px 12px;
	background: url(images/next-bottom.gif) bottom no-repeat;
}

.sectionbox-myaccount {
	width:160px;
	background: url(images/my-account-top.gif) no-repeat;
}

.sectionbox-myaccount .sectionbox-inner {
	width:144px; 
	padding: 8px 4px 8px 12px;
	background: url(images/my-account-bottom.gif) bottom no-repeat;
}

.sectionbox-myaccount .sectionbox-head {
	display: block;
	padding: 0px 0px 0px 20px;
	line-heightx: 30px;
	margin-bottom: 5px;
}

.sectionbox-quicksupport {
	width:468px; 
	background: url(images/quick-support.gif) repeat-y;
}

.sectionbox-quicksupport .sectionbox-inner {
	padding: 8px 4px 8px 12px;
	width:452px; 
	background: url(images/quick-support-top.gif) top no-repeat;
}

.sectionbox-quicksupport .sectionbox-bottom {
	width:452px; 
	padding: 8px 4px 8px 12px;
	background: url(images/quick-support-bottom.gif) bottom no-repeat;
}

.sectionbox-misc1 {
	width:463px; 
	background: url(images/bg_top.gif) no-repeat;
}

.sectionbox-misc1 .sectionbox-inner {
	width:447px; 
	padding: 8px 4px 8px 12px;
	background: url(images/bg_bottom.gif) bottom no-repeat;
}


	
