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

   Visit FullAhead.org and studio7designs.com for more layouts and downloads for this template!

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



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

   HTML Elements

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



html,  body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/bg/light_body.gif) repeat-y top center;
	font: 400 0.7em verdana, arial, sans-serif;
	line-height: 170%;
	color: #555;
}
/* Headers */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
}
h1 {
	padding-bottom: 0.2em;
	font: 400 1.6em arial, sans-serif;
	color: #536C71;
	border-bottom: 12px solid #ddd;
}
h2 {
	font-size: 1.2em;
	color: #586B7A;
}
table {
	border-style:solid;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
h3 {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #5D6F73;
}
h4 {
	font-size: 0.85em;
}
h5 {
	font-size: 0.8em;
}
/* Needed to horizontally pad in a coloured container */

.horzPad h1,  .horzPad h2,  .horzPad h3,  .horzPad h4,  .horzPad h5,  .horzPad p {
	padding-left: 5px;
	padding-right: 5px;
}
/* Links */

a {
	text-decoration: none;
	color: #3B5D77;
}
a:hover {
	color: #668FA3;
}
a img {
	border: 0;
}
a img.border {
	border: 1px solid #FC3307;
}
a:hover img.border {
	/* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */

  border: 1px solid #668FA3 !important;
	border: 1px solid #FC3307;
}
/* Images */

img.floatRight {
	margin: 5px 0 10px 10px;
}
img.floatLeft {
	margin: 5px 10px 10px 0;
}
/* Lists */

ul li {
	/* list-style-image: url(../images/bg/submenu1.gif); */
	list-style:none;
}
ol li {
	font-weight: bold;
	color: #668FA3;
}
ol li span {
	font-weight: normal;
	color: #444;
}
/* Blockquote */

blockquote {
	margin: 0;
	padding: 0 20px;
	background: #E7F1F3;
	border-top: 1px solid #AAD3DB;
	border-bottom: 1px solid #AAD3DB;
}
/**************************************************************

   Form Elements

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



form {
	padding: 0;
	margin: 0;
}
/* If you're finding the input elements get pushed down, increase the width */

label {
	float: left;
	width: 25%;
	vertical-align: top;
}
input,  textarea,  select {
	padding: 1px;
	font: 400 1em verdana, sans-serif;
	color: #999;
	background: #EEE;
	border: 1px solid #CCC;
}
input:focus,  input:hover,  textarea:focus,  textarea:hover,  select:focus,  select:hover {
	color: #000;
	background: #E7F1F3;
	border: 1px solid #888;
}
input.noBorder,  input:focus.noBorder,  input:hover.noBorder {
	padding: 0;
	border: 0;
}
input.button {
	padding: 2px 5px;
	font: 400 0.9em verdana, serif;
	cursor: pointer;
	color: #fff;
	background: #FC3307;
	border-width: 1px;
	border-style: solid;
	border-color: #FF7800 #691300 #691300 #FF7800;
}
input.button2 {
	padding: 2px 5px;
	font: 400 0.9em verdana, serif;
	cursor: pointer;
	color: #fff;
	background: #006600;
	border-width: 1px;
	border-style: solid;
	border-color: #006600 #691300 #691300 #006600;
}
input.imgbutton {
	padding: 0px 0px;
	font-size:x-small;
	font-family:Arial, Helvetica, sans-serif;
	cursor: pointer;
	margin:3px;
	color: #fff;
	background:#3B5E78;
	border-width: 1px;
	border-style: solid;
	border-color: #3B5E78 #691300 #691300 #3B5E78;
}
input.radio {
	background: none;
	border: 0px;
}


.jqueryslidemenu{
font: bold 12px Verdana;
background: #414141;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #48525B; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
