/* Dandy Made Productions
September 27, 2016
Version: 1.1
*/

body
{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Verdana, san-serif;
	font-size: 16px;
	color: #000000;
	background: #fff;
}

a:link, a:visited
{
	color: #b7bd19; text-decoration: none; font-weight: bold;
}

a:active, a:hover 
{
	color: #d8df44; text-decoration: underline;
}

img
{
	padding: 0px;
	margin: 0px;
}

h1
{
	font-size:1.9em;
	font-weight:bold;
	margin:10px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}

h2
{
	font-size:1.4em;
	font-weight:bold;
	margin:10px 0px 13px 0px;
	padding:0px 0px 0px 0px;
}

h3
{
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0px 11px 0px;
	padding:0px 0px 0px 0px;
}

p
{
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

.cleaner
{
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height
{
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_divider
{
	clear: both;
	width: 100%;
	height: 15px;
	border-bottom: 1px solid #333;
	margin-bottom: 25px;
	font-size: 1px;	
}

/*** Main container ***/

#main_container
{
	width: 960px;
	margin: 0 auto;
	padding: 0 5px;
	background: url(images/main_backgrnd.jpg) repeat-y;
}

/*** Header section ***/

#header
{
	width: 920px;
	height: 155px;
	padding: 0 20px 0 20px;
	background: url(images/header_top.jpg) no-repeat;
}

#header #title
{
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 55px 0 10px 0;
	width: 400px;
	height: 70px;
	background: url(images/ajqvue_logo.jpg) no-repeat bottom;
}

/*** Main Menu ***/

#menu
{
	clear: both;
	width: 960px;
	margin: 0;
	height: 45px;
	background: url(images/menu_backgrnd.jpg) right no-repeat;
}

#menu ul
{
	padding: 0 0 0 10px;
	margin: 0 auto;
	height: 45px;
	list-style: none;
}

#menu ul li
{
	float:left;
	padding-right: 5px;
}

#menu li a
{
	float: left;
	display: block;
	color: #fff;
	font-size: 14px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	padding: 0px 0 0 0px;	
}
#menu  li a b
{
	float: left;
	display: block;
	padding: 0px 24px 0 24px;
}
#menu  li.current a, #menu li a:hover
{
	color: #d4f110;
	text-decoration: none;
	background: url(images/menu_hover_right.jpg) right top no-repeat; 
}
#menu  li.current a b, #menu li a:hover b
{
	color: #d4ff10;
	text-decoration: none;
	background: url(images/menu_hover_left.jpg) left top no-repeat;
}

/*** Content Top ***/

#top_content
{
	clear: both;
	width: 960px;
	padding: 20px 0px;
	background: url(images/top_content.jpg) top no-repeat;
}

#top_content h1
{
	color: #1b230f;
	margin: 0 20px 15px 20px;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #1b2308;
}

#top_content h2
{
	color: #1f1f1f;
	margin: 0 20px 5px 20px;
	padding: 0 0 15px 0;
}

#top_content p
{
	margin: 0 20px 5px 20px;
	padding: 0px;
	font-size: 16px;
	text-align: justify;
}

#top_content img
{
	margin: 3px 20px 15px 20px;
	border: 5px solid #4b5e1e;
}

#top_content .top_content_box
{
	float: left;
	width: 215px;
	margin: 0px 0px 0px 15px;
}

#top_content .top_content_box img
{
	margin-bottom: 10px;
}

/*** Content ***/

#main_content
{
	position: relative;
	color: #fff;
	width: 920px;
	padding: 0;
	margin-left: 20px;
	background: url(images/main_content_backgrnd.jpg) repeat-y;
}

#main_content .top
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 920px;
	height: 15px;
	background:url(images/main_content_backgrnd_top.jpg) bottom center no-repeat;
}

#main_content .bottom
{
	position: absolute;
	float: left;
	bottom: 0;
	left: 0;
	width: 920px;
	height: 15px;
	background: url(images/main_content_backgrnd_bottom.jpg) top center no-repeat;
}

/*** Content Left ***/

#main_content #content_left
{
	float: left;
	padding: 40px 0 0 35px;
	width: 600px;
}

#content_left h1
{
	 font-size: 24px;
	 padding: 3px 0 15px 0;
	 margin: 0 0 15px 0;
}

#content_left p
{
	padding-bottom: 10px;
	margin: 0px;
}

#content_left img
{
	float: left;
	margin: 3px 15px 0 0;
	border: 5px solid #4b5e1e;
}

/*** Content Center ***/

#main_content #content_center
{
	float: left;	
	padding: 10px 0px 0px 35px;
	width: 850px;
}

#content_center .center_box
{
	float: left;
	width: 270px;
	margin: 0px 0px 0px 10px;
}

#content_center .center_box p
{
	margin: 0px auto;
	padding: 6px;
	border-color: #c68b0c;
	border-style: inset;
	border-width: 2px;
	font-size: 13px;
	text-align: justify;
}

#content_center h1
{
	font-size: 24px;
	height: 30px;
	margin: 0px 0px 15px 0px;
	padding: 3px 0px 15px 0px;
}

#content_center h2
{
	color: #d4f110;
}

#content_center img
{
	margin: 0px 0px 5px 0px;
}

#content_center p
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
}

/*** Content Right ***/

#main_content #content_right
{
	float: right;	
	padding: 40px 35px 0 0;
	width: 245px;
}

#content_right h1
{
	color: #374712;
	font-size: 20px;
	height: 30px;
	margin: 0px;
	padding: 15px 0 0 20px;
	background: url(images/header_bg.jpg) no-repeat;
}

#content_right h2
{
	color: #b7bd19;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#content_right img
{
	margin: 0px 0px 5px 0px;
}

#content_right p
{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#content_right .right_column_section
{
	clear: both;
	margin: 20px;
}

/*** footer ***/

#footer
{
	clear: both;
	width: 960px;
	margin-top: 30px;
	padding: 20px 0px 15px 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #000;
}

#templatemo_footer a
{
	color: #d4f110;
	font-weight: bold;
}