﻿/*
Made by : Flashdaweb Team flashdaweb.com
License: Creative common.
Date: 01.09.2008
*/

/*   general declaration 
----------------------------*/
body {
font-size:90%; line-height:130%; background-color:#fff;
color:#000000;
font-family:Verdana,sans-serif;
font-size:0.75em;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;

}

* {margin:0px;padding:0px;}

/* =IMAGE: Turn Off Borders */
a img {border: none;}

a {color: #0057B1;}

a:hover {text-decoration: none;}

/* =HEADING 1: Set Color */
h1{color:#004FA2;}

/* =HEADING 1: Set Size */
h1{font-size:1.5em;}

/* =HEADING 2: Set Color */
h2{color:#004FA2;}

/* =HEADING 2: Set Size */
h2{font-size:1.3em;}

/* =HEADING 3: Set Color */
h3{color:#004FA2;}

/* =HEADING 3: Set Size */
h3{font-size:1.2em;}

/* =HEADING 4: Set Color */
h4{color:#004FA2;}

/* =HEADING 4: Set Size */
h4{font-size:1.0em;}

/* =HEADING 4: Set Underline */
h4{text-decoration:underline;}

/* =FONT: Italicize */
p.italic {font-style:italic;}

/* =LIST: Set Bullet */
ul{	padding-left:20px;list-style:circle;list-style-image:url('http://www.hugcrusade.com/art/site/layout-001/bullet_001-triangle-blue.gif');}

	
.clear_left{clear:left;display:block;height:0px; line-height:0;}

/* template declaration start
----------------------------------*/

#container{margin:0px auto;width:975px; font-size:1.083em;} /* this width is width of whole page */

/*tope menu declaration start in header 
------------------------------------------*/
#top_menu
{
	background:#F1F4F8  url('http://www.hugcrusade.com/art/site/layout-001/box_001-beige-26H-bg.png') repeat-x scroll;
	height:26px;	
	margin-left:610px;	
	position:relative;
	color:#3F598B;
}

#top_menu ul
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/box_001-beige-26H-bg-left.png') no-repeat scroll left;
	/*float:left;*/
    height: 26px;
    padding-left:10px;
    
}

#top_menu ul
{
	display:block;
	list-style-type:none;
	list-style-image:none;
	font-size:1em;
	margin:0px auto;
}
#top_menu li
{
	float:left;
	margin: 3px 5px;
}

#topmenu_container
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/box_001-beige-26H-bg-right.png') no-repeat scroll right;
   	height:26px;   
}

#logo
{
	background:#ffffff url('http://www.hugcrusade.com/art/site/GF-001-C-Logo-345w.gif') no-repeat;
	width: 550px; height: 50px;
}
#logo span
{
	display:none;
}

#primary_menu
{
	background: #ffffff url('http://www.hugcrusade.com/art/site/layout-001/menu_001-blue-975W_x_64H-bg.png') no-repeat;
	margin: 0px auto; height: 68px; width: 975px;
}

#pm_main
{
	padding-left:20px;
	height: 38px;
}
#pm_sub ul
{
	list-style-type:none;
	list-style-image:none;

}
#pm_main ul
{
	list-style-type:none;
	list-style-image:none;

}
#pm_main li
{
	float:left;
	margin:2px 10px 0 0;
	background:url('http://www.hugcrusade.com/art/site/layout-001/menu_001-blue-64H-sep.png') no-repeat scroll right;
	padding:0px 10px 0 0;
	text-align:center;
	vertical-align:middle;
	height: 34px;
	margin-top:2px;
}

#pm_main li a
{
	color:#fff;
	display:block;
	height: 34px;
	float:left;
	
	
}
#pm_main li a:hover
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	
}

#pm_main li a
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	
}

#pm_main li a:hover
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/tab_001-blue-34H-bg_active.png') no-repeat scroll right top;
}

#pm_main li a:hover b
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/tab_001-blue-34H-bg_active_left.png') no-repeat scroll left top;
}

#pm_main li.active a
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/tab_001-blue-34H-bg_active.png') no-repeat scroll right top;
}

#pm_main li.active a b
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/tab_001-blue-34H-bg_active_left.png') no-repeat scroll left top;
}

#pm_main li a b
{
	padding:0 10px;
	display:block;
	padding-top: 7px;
}
#pm_sub
{
	float:right;
	margin-right:10px;
}
#pm_sub li
{
	float:left;
	margin:2px 5px;
	
}

#pm_sub li a
{
	color:#E0E7EF;
	font-weight:bold;
	font-size:1em;
}

/* meanu declaration end*/


/* content area start 
-----------------------*/
#conent
{
	margin:20px 0;
	padding:0px;
	text-align:justify;
}

/* =COLUMNS: Set Left Float */
.left_col
{
	width:60%;
	min-height:300px;
	margin-left:0px;
}

/* =COLUMNS: Set Right Float */
.right_col
{
	float:right;
	min-height:200px;
	width:38%;
}

/* =COLUMNS: Set Center Float */
.center_col
{
	/*float:center;
	*/
	position:relative;
	left:200px;
	width:600px;
	min-height:300px;
	
	
}


/* Footer declaration Start */
#footer
{
	background:#fff url('http://www.hugcrusade.com/art/site/layout-001/bar_001-white-400W-3H-bg.png') no-repeat scroll right top;
	width:100%;
	min-height:5px;
	margin-bottom:50px;

}

#sitemap
{
	float:right;
	font-size:0.8em;
	margin-top:5px;
}

#copyright
{
	float:right;
	font-size:0.7em;
	margin-top:5px;
}
#designby
{
	clear:both;
	float:right;
	font-size:0.6em;
	margin-top:5px;

}


/* design boxes declaration start */

/* =Design box #1: Main Container */
.db1
{
	position:relative;
}
.db1 .db1_title
{
	float:none;
	background:#fff url('http://www.hugcrusade.com/art/site/layout-001/db_001-title_bg.png') repeat-x;
	border-right:1px solid #E8E8E8;
	height:34px;
}

.db1 .db1_title h3
{
	height:27px;
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_001-title_bg_left.png') no-repeat scroll top left;
	display:block;
	padding-top: 7px; 
	padding-left: 20px;	
	color:#004FA2;
}

.db1 .db1_content
{
	background:#fff url('http://www.hugcrusade.com/art/site/layout-001/db_001-content_bg.png') no-repeat scroll top right;
}
.db1  .db1_container 
{
	background: url('http://www.hugcrusade.com/art/site/layout-001/db_001-content_bg.png') no-repeat scroll top left;
	padding: 10px;
	position:relative;
}

.db1 .db1_misc1
{
	font-size:0.80em;
	text-align:right;
}

/* design box 2*/

.db2
{
	margin:10px 0;

} 
/**/
.db2_content
{
	background:#fff url('http://www.hugcrusade.com/art/site/layout-001/db_002-content_bg_right.png') repeat-y scroll right;
	position:relative;
}

.db2_content_container
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_002-content_bg_left.png') repeat-y scroll left;
	padding: 0px 10px 0px 10px;
	position:relative;
}



.db2_content h3
{
border-bottom:1px solid #E0E1E1;
margin:0  5px 10px 5px;
padding:0px 5px 5px 10px;
}

.db2 .db2_misc1
{
	font-size:0.90em;
	text-align:center;
}

.db2 .db2_misc2
{
	font-size:0.8 0em;
	text-align:center;
}

.bd2_top
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_002-bg_right.png') no-repeat scroll right top;
	height:10px;
	line-height:0;
	font-size:1px;
}
.bd2_top_content
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_002-bg_left.png') no-repeat scroll left top;
	height:10px;
	line-height:0;
	font-size:0px;
}
.bd2_bot
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_002-bg_right.png') no-repeat scroll right bottom;
	height:10px;font-size:1px;
}

.bd2_bot_content
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_002-bg_left.png') no-repeat scroll left bottom;
	height:10px;font-size:1px;
	line-height:0;
}

/* design box 3*/

.db3
{
	margin:10px 0;
}
.db3_content
{
	background:#ebf3fa;
	border-left:1px solid #b1c9d9;
	border-right:1px solid #b1c9d9;
	padding: 0px 10px;
}

.db3_content h3
{
border-bottom:1px solid #b1c9d9;
margin:0  5px 10px 5px;
padding:0px 5px 5px 10px;
}

.bd3_top
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_003-bg_right.gif') no-repeat scroll right top;
	height:10px;
	line-height:0;
	font-size:1px
}
.bd3_top_content
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_003-bg_left.gif') no-repeat scroll left top;
	height:10px;
	line-height:0;
	font-size:1px
}
.bd3_bot
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_003-bg_right.gif') no-repeat scroll right bottom;
	height:10px;font-size:1px
}

.bd3_bot_content
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_003-bg_left.gif') no-repeat scroll left bottom;
	height:10px;font-size:1px
}

.db3_content
{
	background:#ebf3fa;
	border-left:1px solid #b1c9d9;
	border-right:1px solid #b1c9d9;
	
	padding: 0px 10px;
}

.db3_content h3
{
border-bottom:1px solid #b1c9d9;
margin:0  5px 10px 5px;
padding:0px 5px 5px 10px;
}

.bd3_top
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_003-bg_right.gif') no-repeat scroll right top;
	height:10px;
	line-height:0;
	font-size:1px;	line-height:0;
}
.bd3_top_content
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_003-bg_left.gif') no-repeat scroll left top;
	height:10px;
	line-height:0;
	font-size:1px;	line-height:0;
}
.bd3_bot
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_003-bg_right.gif') no-repeat scroll right bottom;
	height:10px;font-size:1px;	line-height:0;
}

.bd3_bot_content
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_003-bg_left.gif') no-repeat scroll left bottom;
	height:10px;font-size:1px;	line-height:0;
}

/* design box 4*/

.db4
{
	margin:10px 0;
} 
.db4_content
{
	background:#FAFAFA;
	border-left:1px solid #E0E1E1;
	border-right:1px solid #E0E1E1;
	font-size:0.85em;
	padding: 0px 10px;
}

.db4_content h3
{
border-bottom:1px solid #E0E1E1;
margin:0  5px 10px 5px;
padding:0px 5px 5px 10px;
}

.bd4_top
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_004-bg_right.png') no-repeat scroll right top;
	height:10px;
	line-height:0;
	font-size:1px;
	line-height:0;
}
.bd4_top_content
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_004-bg_left.png') no-repeat scroll left top;
	height:10px;
	line-height:0;
	font-size:1px;
	line-height:0;

}
.bd4_bot
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_004-bg_right.png') no-repeat scroll right bottom;
	height:10px;font-size:1px;	line-height:0;
}

.bd4_bot_content
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_004-bg_left.png') no-repeat scroll left bottom;
	height:10px;font-size:1px;
}

/* Design box #5 */
.db5
{
	position:relative;
}
.db5 .db5_title
{
	float:none;
	background:#fff url('http://www.hugcrusade.com/art/site/layout-001/db_005-title_bg.png') repeat-x;
	border-right:1px solid #E8E8E8;
	height:34px;
}

.db5 .db5_title h3
{
	height:27px;
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_005-title_bg_left.png') no-repeat scroll top left;
	display:block;
	padding-top:7px; 
	padding-left:20px;	
	color:#004FA2;
}

.db5 .db5_content
{
	background:#fff url('http://www.hugcrusade.com/art/site/layout-001/db_005-content_bg.png') no-repeat scroll top right;
	font-size:0.50em;
}
.db5  .db5_container 
{
	background:url('http://www.hugcrusade.com/art/site/layout-001/db_005-content_bg.png') no-repeat scroll top left;
	padding:10px;
	position:relative;
}

/* Design box #6 */
.db6
{
	position:relative;
	top:5px
}

.db6 .db6_misc1
{
	font-size:0.90em;
	text-align:left;
}

/* misc start */

.misc1
{
	font-size:0.80em;
	text-align:right;
}





/* pics start */

#jody
{
	background:#ffffff url('http://www.hugcrusade.com/art/site/Jody-01.jpg') no-repeat;
	width: 99px; height: 159px;
	margin:5px 5px 5px 10px;
	position:relative;
	float:right;	
}
#jody span
{
	display:none;
}


/* <=========================> */
/* <=== BEGIN CLB LIBRARY ===> */
/* <=========================> */


/* =IMAGE PLACEMENT: Places 20px from right border. */
/* =USAGE: <img src="http://www.hugcrusade.com.pic.jpg" width="XXX" height="XXX" alt="XXX" class="right" /> */

.right {

float:right;
padding-left:20px;

}

/* =IMAGE PLACEMENT: Places 20px from left border. */
/* =USAGE: <img src="http://www.hugcrusade.com.pic.jpg" width="XXX" height="XXX" alt="XXX" class="left" /> */

.left {

float:left;
padding-right:20px;

}

/* =FORMS: Login & Subscription Form Code */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;	
}

#login label {
	position:relative;
	left:100px;
	font-size: 1.0em;
	font-weight: bold;
}

#login input {
	position:relative;
	left:100px;
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}




/* <=========================> */
/* <=== BEGIN CLB LIBRARY ===> */
/* <=========================> */