/******** ajpower.com Styles - Redesign V1 ********/

/******************** Begin Global Styles *********************/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	background: #FFF url(../images/header_back.jpg) repeat-x;
	color:#000;
	text-align: center;
	height:100%;
}
a:link {color:#ab0d0c; text-decoration: underline;}
a:visited {color:#ab0d0c; text-decoration: underline;}
a:hover {color:#3d63aa; text-decoration: underline;}
a:active {color:#ab0d0c; text-decoration: underline;}


/*********************************************/

.main #container { 
	width: 954px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main #wrapper { 
	padding: 10px 0;
	height: 100%;
} 
.main #header { 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	height:373px;
	width:954;
	position: relative;
}
.main #headerlogo {
	position:absolute;
	top: 17px;
	left: 0px;
	width: 355px;
	height: 91px;
}
.main #headerphone {
	position:absolute;
	top: 62px;
	right: 10px;
	width: 327px;
	height: 30px;
	background: url(../images/header_phone.jpg) no-repeat;
}
.main #headerflash {
	position:absolute;
	top: 108px;
	left:0;
	width: 954px;
	height: 265px;
	background: url(../images/homeheaderflashback.jpg) no-repeat;
}
.main #headerlinks {
	position:absolute;
	top: 7px;
	right: 10px;
	font-size:90%;
	padding-bottom: 5px; 
	color: #FFF;
	text-align: right;
}
.main #header a:link {color:#FFF; text-decoration: underline;}
.main #header a:visited {color:#FFF; text-decoration: underline;}
.main #header a:hover {color:#ab0d0c; text-decoration: underline;}
.main #header a:active {color:#FFF; text-decoration: underline;}

.main #footercontainer { 
	width:100%;
	height:94px;
	background: #FFF url(../images/footer_back.jpg) repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-size: 90%;
	color: #FFF;
	padding-top:7px;
} 
.main #footer { 
	width:954px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	color: #FFF;
} 
.main #footer p {
	margin: 0;
	padding: 5px 0;
}
.main #footer a:link {color:#FFF; text-decoration: underline;}
.main #footer a:visited {color:#FFF; text-decoration: underline;}
.main #footer a:hover {color:#000; text-decoration: underline;}
.main #footer a:active {color:#FFF; text-decoration: underline;}

/******************** End Global Styles *********************/


/******** Home Only Styles *********/
.main #wrapperhome { 
	padding: 0;
	margin: 15px 0;
}
.main #wrapperhome h1{ 
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	color: #5780ae;
	font-size: 150%;
	font-weight: bold;
}
.main #wrapperhome h2{ 
	padding: 0;
	margin: 10px 0;
	font-size: 110%;
	font-weight: bold;
}
.main #wrapperhome p{ 
	padding: 0;
	margin: 20px 0;
}
.main #wrapperhome ul{ 
	padding: 0;
	margin: 0 0 10px 0;
	font-size:100%;
	list-style: none;
}
.main #wrapperhome ul li{ 
	padding: 0;
	margin: 0 0 10px 20px;
	list-style: none url(../images/bullet_arrow.gif);
}
.main #wrapperhome a:link, a:visited, a:active {font-size:100%; color:#ab0d0c; text-decoration: underline; }
.main #wrapperhome a:hover {font-size:100%; color:#3d63aa; text-decoration: underline; }

.main #leftcolhome {
	float: left; /* since this element is floated, a width must be given */
	margin:0;
	padding-right:15px;
	width: 293px;
}
.main #rightcolhome {
	float: right; /* since this element is floated, a width must be given */
	margin:0;
	width: 293px;
	padding-left:15px;
}
.main #centercolhome { 
	margin: 0 309px 0 309px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0 15px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}


/******** End Home Only Styles *********/

/******************** Begin Three Column Styles ********************/
.main #wrapper3col { 
	padding: 20px 0 10px 0;
	height:100%;
	min-height:400px;
} 
.main #leftcol3col {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	height:100%;
}
.main #rightcol3col {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-left:10px;
	height:100%;
}
.main #centercol3col { 
	margin: 0 215px 0 180px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0 20px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	height:100%;
}
.main #centercol2col { 
	margin: 0 0 0 180px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0 20px;
	border-left: 1px solid #000;
	height:100%;
}
.main #centercol3col h1{ 
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	color: #ab0d0c;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
.main #centercol2col h1{ 
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	color: #ab0d0c;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
.main #centercol3col ul{ 
	padding: 0;
	margin: 0 0 10px 0;
	list-style: disc;
}
.main #centercol3col ul li{ 
	margin: 0 0 10px 28px;
}
.main #wrapper3col a:link, a:visited, a:active {font-size:100%; color:#ab0d0c; text-decoration: underline; }
.main #wrapper3col a:hover {font-size:100%; color:#3d63aa; text-decoration: underline; }

.main #wrapper3col h2{ 
	padding: 0;
	margin: 10px 0;
	font-size: 110%;
	font-weight: bold;
}
.main #wrapper3col h3{ 
	padding: 0;
	margin: 10px 0;
	font-size: 110%;
	font-weight: bold;
}
.main #wrapper3col h4{ 
	padding: 0;
	margin: 10px 0;
	font-size: 110%;
	font-weight: bold;
}
.main #wrapper3col p{ 
	padding: 0;
	margin: 10px 0;
}

/******************** Begin One Column Styles ********************/
.main #wrapper1col { 
   background: url(../images/mainback.gif) repeat-y;
	padding: 20px;
	height:100%;
} 
.main #col1col { 
	padding: 0 10px 0 10px;
	height:100%;
} 
.main #wrapper1col a:link, a:visited, a:active {font-size:100%; color:#ab0d0c; text-decoration: underline; }
.main #wrapper1col a:hover {font-size:100%; color:#3c5a7d; text-decoration: underline; }
.main #wrapper1col h1{ 
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	color: #5780ae;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
.main #wrapper1col h2{ 
	padding: 0;
	margin: 10px 0;
	font-size: 110%;
	font-weight: bold;
}
.main #wrapper1col h3{ 
	padding: 0;
	margin: 10px 0;
	font-size: 110%;
	font-weight: bold;
}
.main #wrapper1col h4{ 
	padding: 0;
	margin: 10px 0;
	font-size: 110%;
	font-weight: bold;
}
.main #wrapper1col p{ 
	padding: 0;
	margin: 10px 0;
}
.main #wrapper1col ul{ 
	padding: 0;
	margin: 0 0 10px 0;
	font-size:100%;
	list-style: none;
}
.main #wrapper1col ul li{ 
	padding: 0;
	margin: 0 0 10px 8px;
	font-size:95%;
	list-style: none;
}
.main #wrapper1col ul li li{ 
	padding: 0;
	margin: 8px 0 8px 8px;
	font-size:100%;
	list-style: none;
}
/******* End One Column Styles ********/

/******* Begin Right Side Module Styles ********/

.main #module {background: #f3f3f3; margin:0 0 20px 0; font-size:90%;}
.main #module h2, .main #module p {margin:0;}
.main #module h2 {font-size:110%; font-weight:bold; color:#fff; background:#ab0d0c; padding:4px 8px;}
.main #module p {padding:5px 8px;}
.main #modulewrapper {padding:0;margin:0;clear:both;}

.main #module a:link, a:visited, a:active {font-size:100%; color:#ab0d0c; text-decoration: underline; }
.main #module a:hover {font-size:100%; color:#3d63aa; text-decoration: underline; }

.main #module ul{ 
	padding: 0;
	margin: 10px 0 10px 0;
	font-size:100%;
	list-style: none;
}
.main #module ul li{ 
	padding: 0;
	margin: 0;
	font-size:100%;
	font-weight: bold;
	list-style: none url(../images/bullet_arrow.gif);
}

.moduleicons {
	float:right;
	margin-right:5px;
	margin-top:5px;
}

/******* End Right Side Module Styles ********/


/******************** Begin Other Styles *********************/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}
.smalltext {
	font-size: 75%;
}
.leftnavbrk {
	border-bottom:1px dotted #000;
}
 div.hr {
  height: 1px;
  margin:8px 0 5px 0;
  border-top: 1px dotted #000;
}
div.hr hr {
  display: none;
}
.execcontent {
	border:1px solid #3c5a7d;
	background: #FFF;
	padding:10px;
}
.execheader {
	border-top:1px solid #3c5a7d;
	border-right:1px solid #3c5a7d;
	border-left:1px solid #3c5a7d;
	background: #dcdee1;
	padding:10px;
}
.execpics {
	margin-right:10px;
	margin-bottom:5px;
}
.piccontainer {
	border:1px solid #3d63aa;
	background: #FFF;
	padding:3px;
	margin:10px 0;
}
.piccontent {
	padding:5px;
	margin-top:3px;
	background: #eaeaea;
	font-size:90%;
	font-style: italic;
}
.managepiccontent {
	padding:5px;
	margin-top:3px;
	background: #eaeaea;
}
.staffpiccontainer {
	border:1px solid #faaf3e;
	background: #FFF;
	width: 467px;
	padding:3px;
	margin-bottom:10px;
}
#lcwrapper {
	margin: 0;
}
#lcwrapperl {
	width: 230px;
}
#lcwrapperr {
	width:230px;
	float:right;
}
.lccontainer {
	border:1px solid #ccc;
	background: #FFF;
	width: 230px;
	margin-bottom:20px;
}
.lcheader {
	padding:5px 10px;
}
.lccontent {
	padding:10px;
	background: #e2e2e2;
	border-top:1px solid #ccc;
}
.featurecontainer {
	border:1px solid #ccc;
	background: #FFF;
	width: 290px;
	margin-bottom:20px;
}
.featureheader {
	padding:5px 10px;
	background: #e2e2e2;
	color:#5780ae;
	font-weight: bold;
}
.featurecontent {
	padding:5px 10px;
	background: #e2e2e2;
	border-top:1px solid #ccc;
}
.stockname {
	font-weight: bold;
	color: #3c5a7d;
}
.headimage {
	border:1px solid #3c5a7d;
}
.headcontent {
	border:1px solid #3c5a7d;
	background: #dcdee1;
	padding:5px 10px;
}
.main #leftcolsitemap{
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	height:100%;
}
.main #rightcolsitemap {
	float: right; /* since this element is floated, a width must be given */
	width: 305px;
	padding-left:20px;
	height:100%;
}
.main #centercolsitemap { 
	margin: 0 350px 0 275px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left:20px;
	height:100%;
}
.tableheader {
	color: #FFF;
	font-weight: bold;
}
.highlights {
	background: #cfdaef;
	border: 1px dotted #ab0d0c;
	font-size:90%;
	margin: 0 0 5px 15px;
	padding:10px;
	float:right;
}
.main #newsletter {
	border: 1px solid #b2b5bc;
	padding:10px;
	background: #ccd5d9;
}

.style1 {color: #FFFFFF}
/******************** End Other Styles *********************/


.customrowone {
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	padding:10px 20px;
	margin-bottom:10px;
}
.customrowoneheader {
	color:#FFF;
	font-weight:bold;
	background:#ab0d0c;
	padding: 4px 10px;
	border:1px solid #000;
}
.customrowtwo {
	padding:10px 20px;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	margin-bottom:10px;
}
.customrowtwoheader {
	color:#FFF;
	font-weight:bold;
	background:#ab0d0c;
	padding: 4px 10px;
	border:1px solid #000;
}
.customimages {
	float:left;
	margin-right:50px;
	margin-bottom:20px;
}

.requestquote {
	width:450px;
	background: #e2e2e2;
	border: 1px solid #ab0d0c;
	margin: 15px auto;
	padding:10px;
}