*
{
	margin: 0;
	padding: 0;
}

html
{

}

body
{
	/* default font */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	
	/* insert background image or color */
	/*background: #dcdedf url('images/body_bg.gif') repeat-x top left;	/* repeat left to right starting top left */
	/*background: #fff url('') repeat-y top left; /* repeat top to bottom starting top left */
	/*background: #dddddd url('images/body_bg.gif') no-repeat top center; /* no repeat top center */
	/*background-color: #bcbebf;			/* no image - just set color */
	background: #ccc url('images/bg.gif') repeat;
}

li
{
	padding: 2px 0px;
	margin-left: 35px;
}

#wrap
{
	/* Default wrapper */
}

#main_page_wrapper
{
	/* adjust main page width here */
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}


#header
{
	background: #fff url('images/white.gif') no-repeat top left;	/* adjust url if using img as background */
	width: 100%;								
	height: 274px;								/* adjust to img height */
}

/* ***** MENU ***** */





#side_top
{
	float: right;
	width: 143px;
	height: 16px;
	background: transparent url('images/side_top.gif') no-repeat;
}

#side_button_first a
{
	float: right;
	width: 143px;
	height: 24px;
	background: transparent url('images/side_button_first.gif') no-repeat;
}



#side_button a
{
	float: right;
	width: 145px;
	height: 26px;

	color: #fff;
	background: transparent url('images/side_button.gif') no-repeat;
}

#side_button a:hover
{
	color: black;
	background: transparent url('images/side_button_on.gif') no-repeat;
}

#side_button_b a
{
	float: right;
	width: 145px;
	height: 26px;

	color: #fff;
	background: transparent url('images/side_button_blue.gif') no-repeat;
}

#side_button_b a:hover
{
	color: blue;	
	background: transparent url('images/side_button_on.gif') no-repeat;
}


#side_button_gr a
{
	float: right;
	width: 145px;
	height: 26px;
	
	color: #000;
	background: transparent url('images/side_button_on.gif') no-repeat;
}

#side_button_gr a:hover
{
	color: #000;	
	background: transparent url('images/side_button.gif') no-repeat;
}

#side_button_gb a
{
	float: right;
	width: 145px;
	height: 26px;
	
	color: blue;
	background: transparent url('images/side_button_on.gif') no-repeat;
}

#side_button_gb a:hover
{
	color: #fff;	
	background: transparent url('images/side_button_blue.gif') no-repeat;
}



#side_button_last a
{
	float: right;
	width: 143px;
	height: 24px;
	background: transparent url('images/side_button_last.gif') no-repeat;
}



#side_bottom
{
	float: right;
	width: 143px;
	height: 16px;
	background: transparent url('images/side_bottom.gif') no-repeat;
}


#sidemenu
{
	float: right;
	width: 150px;
	height: 100%;
}

#sidemenu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#sidemenu li
{
	margin: 0;
	padding: 0;
}

#sidemenu a
{
	display: block;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	
	text-decoration: none;
}

#sidemenu a:hover
{
	text-decoration: none;
	/*background: transparent url('images/side_button_on.gif') no-repeat;*/
}

#sidemenu p
{
	padding: 0;
	margin: 0;
}

#linktext
{
	padding-top: 3px;
}




#sidebar
{
	float: right;
	width: 150px;
	height: 100%;
}

#sidebar ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar li
{
	margin: 0;
	padding: 0;
}

#sidebar a
{
	display: block;

	padding: 3px;
	padding-top: 15px;
	padding-left: 10px;

	color: #4614d5;
	text-decoration: none;

	width: 150px;
	height: 37px;
	background: transparent url('images/sidebutton.gif') no-repeat;
}

#sidebar a:hover
{
	color: #fff200;
	text-decoration: none;
	
	width: 150px;
	height: 37px;
	background: transparent url('images/sidebutton.gif') no-repeat;
}



#content
{
	width: 810px;
	min-height: 350px;
	padding: 20px;
	padding-top: 0px;
}

#content h1
{
	/*color: #fc0404;*/
	padding: 5px 0px;
	padding-bottom: 10px;
}

#content p
{
	margin: 0px;
	padding: 5px 0px;
}

#content li
{
	padding: 2px 0px;
	margin-left: 35px;
}

#content a
{
	color: #f00;			/* adjust link color */
	text-decoration: none;		/* adjust link decoration */
}

#content a:hover
{
	color: #f00;			/* adjust link color */
	text-decoration: underline;	/* adjust link decoration */
}


#special
{
	float: left;
	
	margin: 0;
	padding: 10px;
	
	color: #fff;
	font-weight: bold;
	background: transparent url('images/specials.gif') no-repeat;
	width: 275px;
	height: 256px;
}

#special h1
{
	text-align: center;
	text-decoration: underline;
	color: #fff;
	font-size: 24px;
	padding: 0px;
	padding-bottom: 5px;
	margin-right: 25px;
}

#special p
{
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin: 10px;
	margin-right: 25px;
	margin-top: 40px;
}


#footer
{
	color: #000;
	text-align: center;
	padding: 5px 0px;
	clear:both;
	background: transparent url('images/footer.gif') repeat-x;
}

#footer a
{
	color: #000;			/* adjust link color */
	text-decoration: none;		/* adjust link decoration */
	font-weight: bold;
}

#footer a:hover
{
	color: #000;			/* adjust link color */
	text-decoration: underline;	/* adjust link decoration */
}


/* ***** BORDERS ***** */

/* Set Border Colors */
.bT
{
	border-top: 1px solid #ccc;
}
.bB
{
	border-bottom: 1px solid #ccc;
}
.bL
{
	border-left: 1px solid #ccc;
}
.bR
{
	border-right: 1px solid #ccc;
}

.bALL
{
	border: 1px solid #4614d5;
}


/* ***** ADJUSTMENTS ***** */

.clearboth
{
	clear: both;
}

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

.adjust_text_left
{
	text-align: left;
}

.adjust_text_right
{
	text-align: right;
}

.adjust_text_center
{
	text-align: center;
}

.adjust_text_justify
{
	text-align: justify;
}

.adjust_width400
{
	/* example - create for any size and include in class */
	width: 400px;
}

.adjust_background_red
{
	/* example */
	background-color: red;
}

.adjust_margin_center
{
	margin: 0 auto;
}

.adjust_margin_left10
{
	/* example */
	margin-left: 10px;
}

.adjust_margin_left25
{
	/* example */
	margin-left: 25px;
}

.adjust_color_blue
{
	color: #4614d5;
}

.adjust_color_red
{
	color: #fc0404;
}


.dropshadow
{
	float: left;
	width: 100%;
	height: 36px;
	background: #fff url('images/dropshadow.gif') repeat-x;
}
