/*	
	Copyright (c) 2009 navyblue.
	Doc: print
	Revision: 1.0
*/



/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#0d0d27;
}


/* Generic Links */

a:link, a:visited, a:active {
	color:#0d0d27;
	text-decoration:underline;
}
a:hover {
	color:#999999;
	text-decoration:underline;
}


/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/
#wrapper {
	position:absolute;
	width:100%;
	z-index:10;
}

#container {
	width:1000px;
	margin:5px auto;
}

#header {
	display:none;
}

#top_nav, #myslidemenu {	
	display:none;
}


#search {
	width:250px;
	height:30px;
	float:left;
}

#banner {
	width:1000px;
	height:270px;
	margin:0 0 5px 0;
}

#banner_sml {
	width:1000px;
	height:150px;
	margin:0 0 5px 0;
}

#main_panel {
	width:1000px;
}

#breadcrumbs {
	display:none;
}
#breadcrumbs .light {
	color:#999999;
}
#homecrumbs {
	width:980px;
	height:20px;
	padding:5px 0 0 20px;
	font-size:0.83em;
}

#home_panel {
	width:650px;
	float:left;
	padding:0 80px 0 0;
}

#full_panel {
	width:784px;
	float:left;
}

#right_col {
	display:none;
}

#left_col {
	display:none;
}

#middle_col {
	width:514px;
	float:left;
}

/* Right Column */

.right_title {
	width:232px;
	height:25px;
	background:url(../img/img_titlebar.gif) repeat-x;
	margin:0 0 2px 0;
	padding:10px 0 0 15px;
	font-size:1.33em;
	color:#0d0d27;
	font-weight:bold;
}
.right_title p{
	font-size:1.33em;
	color:#0d0d27;
	font-weight:bold;
}

.right_panel {
	width:217px;
	background:#FFFFFF url(../img/img_leftcol_bg.gif) no-repeat bottom;
	margin:0 0 2px 0;
	padding:10px 15px 10px 15px;
	color:#666666;
}

.news_panel {
	width:217px;
	background:#FFFFFF url(../img/img_leftcol_bg.gif) no-repeat bottom;
	margin:0px 0 2px 0;
	padding:10px 15px 10px 15px;
	color:#666666;
}

.link_gen a:link, .link_gen a:active, .link_gen a:visited{
	width:232px;
	height:20px;
	padding:10px 0 0 15px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}

.link_gen a:hover {
	color:#0d0d27;
	text-decoration:underline;
}

/* Left Column */

.left_ttl {
	width:176px;
	background:url(../img/img_titlebar.gif) repeat-x;
	margin:0 0 2px 0;
	padding:10px 0 5px 20px;
	font-size:1em;
	color:#0d0d27;
	font-weight:bold;
}
.left_ttl p{
	font-size:1em;
	color:#0d0d27;
	font-weight:bold;
}

.left_panel {
	width:161px;
	background:#FFFFFF url(../img/img_leftcol_bg.gif) no-repeat bottom;
	margin:0;
	padding:10px 15px 0 20px;
	color:#666666;
}

/* Main */

.news_container {
	width:500px;
	padding:15px 0 15px 0;
	border:solid #FFFFFF;
	border-width:1px 0 0 0;
	clear:both;
}

.news_img {
	width:120px;
	height:80px;
	float:left;
	background:#FFFFFF;
	margin:0 0 15px;
	display:inline;
}

.news_txt {
	width:360px;
	float:left;
	padding:0 0 0 20px;
}

.news_txt p.sml {
	color:#999999;
}

#album_pages {
	width:780px;
}

.album_box {
	width:180px;
	height:133px;
	padding:10px 0;
	float:left;
}

.album_txt {
}
.album_img {
	width:150px;
	height:100px;
	padding:5px;
	border:1px solid #FFFFFF;
}

.album_txt p {
	margin:10px 0 0 0px;
	padding:0px;
}
.album_txt p.sml {
	color:#999999;
}


#full_panel  .album_txt a:link, #full_panel .album_txt a:visited, #full_panel .album_txt a:active {
	color:#00bce4;
	text-decoration:none;
	font-weight:bold;
	padding:0 0 0 20px;
	background:url(../img/btn_download.gif) no-repeat;
}
#full_panel .album_txt a:hover {
	color:#999999;
	text-decoration:underline;
}

#Pagination {
	width:780px;
	height:30px;
	padding:10px 0 0px 0;
	border:solid #FFFFFF;
	border-width:1px 0 0 0;
}

#full_panel #Pagination a:link, #full_panel #Pagination a:active, #full_panel #Pagination a:visited {
    text-decoration: underline;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

#Pagination span {
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

#Pagination .current {
    color: #fff;
}

#Pagination .current.prev, #Pagination .current.next{
	color:#999;
	border-color:#ffffff;
}

.gallery {	
	width:500px;
	height:100px;
	padding:10px 0 10px 0;
	background:url(../img/img_gallery_bg.gif) repeat-x;
	margin:2px 0 0 0;
}

.gallery_img {
	width:350px;
	height:100px;	
	float:left;
	text-align:right;
}
.gallery_img img{
	margin:0 10px 0 0;
}

.gallery_txt {
	width:135px;
	height:100px;	
	float:left;
	padding:0 0 0 15px;
}

#middle_col a.gallery_link:link, #middle_col a.gallery_link:active, #middle_col a.gallery_link:visited {
	display:block;
	height:16px;
	padding:4px 30px 0 0;
	background:url(../img/img_gallery_arrow.gif) no-repeat right;
	color:#FFFFFF;
}
#middle_col a.gallery_link:hover {
	color:#0d0d27;
}

/* Footer */
#footer {
	display:none;
}

.expand_footer {
	width:980px;
	height:25px;
	background:url(../img/img_plus_dark.gif) no-repeat right;
	margin:0 0 2px 0;
	padding:10px 0 0 20px;
	cursor:pointer;
	font-size:1.33em;
	color:#0d0d27;
	font-weight:bold;
}

#site_expand .selected {
	background:url(../img/img_minus_dark.gif) no-repeat right;
}

.footer_panel {
	width:1000px;
	background:#FFFFFF url(../img/img_leftcol_bg.gif) repeat-x bottom;
	margin:0 0 2px 0;
	padding:10px 0 0 0px;
}

.footer_col {
	width:150px;
	float:left;
	padding:0 16px 0 20px;
	font-size:0.92em;
}
.footer_col ul {
	list-style:none;
	padding:0;
	margin:0 0 15px 0;
}


.footer_col_lrg {
	width:225px;
	float:left;
	padding:0 10px 0 21px;
	color:#666666;
	font-weight:bold;
}

#base {
	display:none;
}

#base_nav {
	width:730px;
	height:35px;
	float:left;
	padding:0 0 0 20px;
}

#base_nav a:link, #base_nav a:active, #base_nav a:visited {
	color:#999999;
}
#base_nav a:hover {
	color:#ffffff;
}

#base_font {
	width:155px;
	height:35px;
	float:left;
	text-align:right;
}
#font_btn {
	width:75px;
	height:35px;
	float:left;
	text-align:right;
	padding:0 20px 0 0;
}



/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/  


/* Main nav - See jqueryslidemenu.css */

/* Subnav */

ul#subnav, ul#subnav ul {
	list-style:none;
	padding:0;
	margin:0;
}

ul#subnav li {
	width:196px;
	margin:0 0 2px 0;
}

ul#subnav li a:link, ul#subnav li a:active, ul#subnav li a:visited {
	display:block;
	width:176px;
	padding:8px 0 5px 20px;
	text-decoration:none;
	color:#FFFFFF;
}

ul#subnav li ul li{
	width:196px;
	margin:0 0 0 0;
	background:none;
}

ul#subnav ul li a:link, ul#subnav ul li a:active, ul#subnav ul li a:visited {
	display:block;
	width:156px;
	padding:8px 10px 5px 30px;
	text-decoration:none;
	color:#FFFFFF;
	background:url(../img/img_tert_arrow.gif) no-repeat;
}

ul#subnav ul li a.selected {
	color:#0d0d27;
	background:url(../img/img_tert_select.gif) no-repeat;
}



ul#subnav ul ul li a:link, ul#subnav ul ul li a:active, ul#subnav ul ul li a:visited {
	display:block;
	width:156px;
	padding:4px 10px 4px 30px;
	text-decoration:none;
	color:#FFFFFF;
	background:url(../img/img_tert_drop.gif) no-repeat;
}
ul#subnav ul ul li a:hover {
	color:#0d0d27;
	font-weight:normal;
}

ul#subnav ul ul li a.selected {
	color:#0d0d27;
	background:url(../img/img_tert_droped.gif) no-repeat;
	font-weight:normal;
}

ul#subnav ul ul ul li a:link, ul#subnav ul ul ul li a:active, ul#subnav ul ul ul li a:visited {
	background:none;
}
ul#subnav li a:hover {
	color:#0d0d27;
	font-weight:normal;
	text-decoration:underline;
}
ul#subnav li a.selected, ul#subnav li ul li a.selected {
	color:#0d0d27;
	font-weight:bold;
	text-decoration:none;
}

/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */

/* Type */

.dl a {
	background:url(../img/img_doc.gif) no-repeat;
}

.adobe a {
	background:url(../img/img_adobe.gif) no-repeat;
}

p {
	line-height:1.33em;
	margin:0;
	padding:0 0 16px 0;
}

.right_panel p {
	margin:0;
	padding:0 0 16px 0;
}
.news_panel p, news_txt p{
	margin:0;
	padding:0;
}

p.sml {
	font-size:0.92em;
	margin:0;
	padding:0;
}

hr {
	border:none;
	height:1px;
	background:#FFFFFF;
}
ul {
	margin:0;
	padding:0 10px 10px 30px;
}
li {
	line-height:1.33em;
}

/*--------------------------------------------------------------------------------------------
	Forms - form, input, label etc
  --------------------------------------------------------------------------------------------*/
form {
	padding:0;
	margin:0;
}

#search input#search_box {
	width:200px;
	height:17px;
	padding:3px 10px 0px 10px;
	margin:0;
	background:url(../img/img_searchbox.gif) no-repeat;
	color:#666666;
	border:none;
	font-size:0.83em;
}
#search input#search_btn {
	width:20px;
	height:20px;
	border:none;
	background:none;
	background:url(../img/btn_search.gif) no-repeat;
	cursor:pointer;
	margin:0;
}

#right_col input#email_box, #right_col input#pass_box, #right_col input#forgot_box {
	width:180px;
	height:17px;
	padding:3px 10px 0px 10px;
	margin:0 0 10px 0;
	background:url(../img/img_searchbox.gif) no-repeat;
	color:#666666;
	border:none;
	font-size:0.83em;
}
#right_col input#sign_btn {
	width:54px;
	height:18px;
	border:none;
	background:none;
	background:url(../img/btn_sign.gif) no-repeat;
	cursor:pointer;
	margin:0 0 10px 146px;
}
#right_col input#submit_btn {
	width:54px;
	height:18px;
	border:none;
	background:none;
	background:url(../img/btn_submit.gif) no-repeat;
	cursor:pointer;
	margin:0 0 10px 146px;
}

.emailform, #mkt_plan  {
	background:#FFFFFF url(../img/img_leftcol_bg.gif) repeat-x bottom;
	color:#0d0d27;
	padding:20px;
}

form#mkt_plan label, form#mkt_plan label {
	display: block;
	float:left;
	width:180px;
	padding:4px 0 0 0;
}
form#mkt_plan .onlineform, form#mkt_plan .onlineform {
	width:220px;
}
form#mkt_plan .formbutton, form#mkt_plan .formbutton {
	padding:0 10px;
}
form#mkt_plan div.rowElem, form#mkt_plan div.rowElem {
	clear:both;
	padding:10px 0 0 0;
	position:relative;
}

form#mkt_plan div.rowElem span {
	background: #fff url(../img/btn_right.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px 10px 0 0;
	height: 33px;
}

form#mkt_plan div.rowElem span input {
	background: #fff url(../img/btn_left.gif) no-repeat;
	color: #333;
	padding: 4px 4px 0px 8px;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	text-decoration: none;
	height: 33px;
	border:none;
	cursor:pointer;
}

/*--------------------------------------------------------------------------------------------
	Google
  --------------------------------------------------------------------------------------------*/  

#google_map {
}

#google_map_dir {
}

#google_directions {
}

