/* CSS Document */
* {
margin: 0;
padding: 0;
}

body {
background: #f6f6f6 url(../webation_home/images/bgtop.gif) top repeat-x;

	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:active, a:visited {
	color: #00abe3;
	text-decoration: underline;
}
a:visited {
	color: #00abe3;
	text-decoration: underline;
}
a:hover {
	color: #00abe3;
}
.bluelink a:link, .bluelink a:active, .bluelink a:visited {
	color: #00abe3;
	text-decoration: underline;
}
.bluelink a:visited {
	color: #00abe3;
	text-decoration: underline;
}
.bluelink a:hover {
	color: #00abe3;
}
.greylink a:link, .greylink a:active, .greylink a:visited {
	color: #909090;
	text-decoration: underline;
}
.greylink a:visited {
	color: #909090;
	text-decoration: underline;
}
.greylink a:hover {
	color: #909090;
}

.greenlink a:link, .greenlink a:active, .greenlink a:visited {
	color: #00cd15;
	text-decoration: underline;
}
.greenlink a:visited {
	color: #00cd15;
	text-decoration: underline;
}
.greenlink a:hover {
	color: #00cd15;
}
.orangelink a:link, .orangelink a:active, .orangelink a:visited {
	color: #ff6f0e;
	text-decoration: underline;
}
.orangelink a:visited {
	color: #ff6f0e;
	text-decoration: underline;
}
.orangelink a:hover {
	color: #ff6f0e;
}
#crumbs a:link, #crumbs a:active, #crumbs a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#crumbs a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#crumbs a:hover {
	color: #ffffff;
}

ul {
list-style-type: disc;
padding-left: 15px;
}
ol {
padding-left: 15px;
}




/*formatting*/
.h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 20px;
line-height: 32px;
text-align: left;
color:black;
list-style-type: none;
}


/* strict text styles for activeedit */
.smaller {
	font-size: 10px;
	line-height: 14px;
}
.larger {
	font-size: 16px;
	line-height: 26px;
}
.normal {
	font-size: 12px;
	line-height: 20px;
}
.normalorange {
	font-size: 12px;
	line-height: 20px;
	color:	#ff6f0e;
	font-weight:bold;
}
.normalblue {
	font-size: 12px;
	line-height: 20px;
	color:	#00abe3;
	font-weight:bold;
}
.normalgreen {
	font-size: 12px;
	line-height: 20px;
	color:	#00cd15;
	font-weight:bold;
}
.subHeadingorange {
	font-size: 16px;
	line-height: 26px;
	color:	#ff6f0e;
	font-weight:bold;
}
.subHeadingblue {
	font-size: 16px;
	line-height: 26px;
	color:	#00abe3;
	font-weight:bold;
}
.subHeadinggreen {
	font-size: 16px;
	line-height: 26px;
	color:	#00cd15;
	font-weight:bold;
}
.highlight {
	background-color: #ffff00;
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/***layout***/
#container { 
margin: auto;
width: 957px;
margin-bottom:40px;
}
#header {
width: 957px;
height: 108px;
background: #FFFFFF url(../webation_home/images/top.gif) no-repeat;
position: relative;
}


/*header content*/
#logo {
background-repeat: no-repeat;
height: 100px;
width: 274px;
float: left;
}
#mainmenu {
float: right;
margin-right: 10px;
/*padding: 42px 0 0 0;*/
height: 42px;
width: auto;
white-space: nowrap;
position: relative;
top: 65px;
}
#topmenu {
height: 42px;
width: auto;
float: left;
}
#toplogin {
	float: right;
	left: 526px;
	position: absolute;
	top: 15px;
	white-space: nowrap;
}
#twitters {
display: inline;
float: right;
width: 320px;
}
a.logolink {
margin-left:40px;
width: 200px;
height: 100px;
display: block;
}

a.logolink span{
display: none;
}

a.buttonindentone{
width: 205px;
height: 43px;
display: block;
}
a.buttonindenttwo{
width: 167px;
height: 43px;
display: block;
}

a.buttonindentone span{
display: none;
}
a.buttonindenttwo span{
display: none;
}

/*breadcrumb bar*/
#breadbar {
width: 957px;
height: 19px;
}
.blue_bar {
background: url(images/left_menu_blue/breadbar_blue.gif) no-repeat;
}
.green_bar {
background: url(images/left_menu_green/breadbar_green.gif) no-repeat;
}
.orange_bar {
background: url(images/left_menu_orange/breadbar_orange.gif) no-repeat;
}
.grey_bar {
background: url(images/left_menu_grey/breadbar_grey.gif) no-repeat;
}
#youarehere {
width: 185px;
padding-top: 1px;
float: left;
line-height: 11px;
text-align: right;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: small-caps;
color: #fff;

}
#crumbs {
width: 772px;
padding-top: 1px;
float: right;
line-height: 11px;
text-align: left;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #fff;
text-indent: 10px;
}

/*main area*/
#main {
width: 957px;
min-height: 77px;
overflow: visible;
}
.blue_main {
background: #FFFFFF url(images/left_menu_blue/body.gif) repeat-y;
}
.orange_main {
background: #FFFFFF url(images/left_menu_orange/body.gif) repeat-y;
}
.green_main {
background: #FFFFFF url(images/left_menu_green/body.gif) repeat-y;
}
.grey_main {
background: #FFFFFF url(images/left_menu_grey/body.gif) repeat-y;
}
.grey_main_art {
background: #FFFFFF url(../webation_home/images/body.gif) repeat-y;
}
#mainleft {
float: left;
width: 185px;
}
#bodycontent {
float: right;
width: 746px;
min-height: 400px;
padding: 3px 16px 0px 4px;
white-space: normal;
}
#bodycontent_art {
float: right;
width: 915px;
min-height: 400px;
padding: 3px 15px 0px 15px;
margin: 0px 6px;
white-space: normal;
}
#righttop {
width: 757px;
height: 20px;
float: right;
margin-top: 5px;
padding: 0 10px 0 5px;
}
#subhead {
float: left;
height: 20px;
width: 600px;
margin-left: 7px;
text-align: left;
list-style-type: none;
}
#clearer {
margin: 0;
padding: 0;
clear: both;
}

/*leftmenu*/
#leftmenu {
	margin: 6px 0px 0px 14px;
	width: 159px;
	height: 16px;
	margin-top: 3px;
	text-align: left;
}

#basemenu {
padding-left: 200px;
height: 30px;
}
p.basemenu {
font: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding-bottom: 10px;
}

/*printdisplay*/
div.notForPrint {
	/* nothing needed here */
}
#printHeader {
	text-align: left;
	display: none;
	}
	
/*leftmenu - ryan*/
#leftmenulower, #rightmenulower {
	font-size: 10px;
	line-height: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0084aa;
}
input, select, textarea, div.breadcrumbtext, div.footertext, #rightmenu, input.searchInput, input.mailingListInput, input.mailingListSubscribe, input.mailingListUnsubscribe {
	font-size: 10px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#leftmenu {
	font-size: 11px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
select, textarea, div.breadcrumbtext, div.footertext, #leftmenu, #leftmenulower, #rightmenu, #rightmenulower, input.searchInput, input.mailingListInput {
	text-align: left;
}
div.breadcrumbtext {
	margin: 0px 4px;
}
#leftmenulower {
	margin: 40px 0px 0px 14px;
}
div.breadcrumbtext a:link, div.breadcrumbtext a:visited, div.breadcrumbtext a:active, div.breadcrumbtext a:hover, #leftmenulower a:link, #leftmenulower a:visited, #leftmenulower a:active, #leftmenulower a:hover, #rightmenu a:link, #rightmenu a:visited, #rightmenu a:active, #rightmenu a:hover, #rightmenulower a:link, #rightmenulower a:visited, #rightmenulower a:active, #rightmenulower a:hover {
	color: #00abe3;
	text-decoration: none;
}
div.breadcrumbtext a:hover, #leftmenulower a:hover {
	text-decoration: underline;
}
#leftmenu div {
	background-repeat: no-repeat;
}
#leftmenu div.leftmenumain, #leftmenu div.leftmenumainselected {
	padding: 4px 0px 0px 9px;
	width: 159px;
	height: 16px;
	font-weight: bold;
	margin-top: 7px;
	text-align: left;
}
#leftmenu div.blue_button {
	background-image: url(images/left_menu_blue/leftmenumain.gif);
}
#leftmenu div.green_button {
	background-image: url(images/left_menu_green/leftmenumain.gif);
}
#leftmenu div.orange_button {
	background-image: url(images/left_menu_orange/leftmenumain.gif);
}
#leftmenu div.grey_button {
	background-image: url(images/left_menu_grey/leftmenumain.gif);
}
#leftmenu div.leftmenumain {
	background-color: #f2f2f2;
	margin-bottom: 2px;
	/* cursor specified twice for x-browser compatibility */
	cursor: pointer;
	cursor: hand;
}
#leftmenu div.leftmenumain, #leftmenu div.leftmenumain a:link, #leftmenu div.leftmenumain a:visited, #leftmenu div.leftmenumain a:active, #leftmenu div.leftmenumain a:hover {
	color: #ffffff;
	text-decoration: none;
}
#leftmenu div.blue_button_selected {
	background-image: url(images/left_menu_blue/leftmenumainselected.gif);
}
#leftmenu div.green_button_selected {
	background-image: url(images/left_menu_green/leftmenumainselected.gif);
}
#leftmenu div.orange_button_selected {
	background-image: url(images/left_menu_orange/leftmenumainselected.gif);
}
#leftmenu div.grey_button_selected {
	background-image: url(images/left_menu_grey/leftmenumainselected.gif);
}
#leftmenu div.leftmenumainselected {
	margin-bottom: 2px;
}
#leftmenu div.green_button_selected, #leftmenu div.green_button_selected a:link, #leftmenu div.green_button_selected a:visited, #leftmenu div.green_button_selected a:active, #leftmenu div.green_button_selected a:hover {
	color: #00cd15;
	text-decoration: none;
}
#leftmenu div.orange_button_selected, #leftmenu div.orange_button_selected a:link, #leftmenu div.orange_button_selected a:visited, #leftmenu div.orange_button_selected a:active, #leftmenu div.orange_button_selected a:hover {
	color: #ff6f0e;
	text-decoration: none;
}
#leftmenu div.grey_button_selected, #leftmenu div.grey_button_selected a:link, #leftmenu div.grey_button_selected a:visited, #leftmenu div.grey_button_selected a:active, #leftmenu div.grey_button_selected a:hover {
	color: #909090;
	text-decoration: none;
}
#leftmenu div.blue_button_selected, #leftmenu div.blue_button_selected a:link, #leftmenu div.blue_button_selected a:visited, #leftmenu div.blue_button_selected a:active, #leftmenu div.blue_button_selected a:hover {
	color: #00abe3;
	text-decoration: none;
}
#leftmenu div.leftmenusub, #leftmenu div.leftmenusubselected {
	font-weight: normal;
	padding: 2px 0px 0px 22px;
	width: 146px;
	height: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
}
#leftmenu div.blue_sub {
	background-image: url(images/left_menu_blue/leftmenusub.gif);
}
#leftmenu div.green_sub {
	background-image: url(images/left_menu_green/leftmenusub.gif);
}
#leftmenu div.orange_sub {
	background-image: url(images/left_menu_orange/leftmenusub.gif);
}
#leftmenu div.grey_sub {
	background-image: url(images/left_menu_grey/leftmenusub.gif);
}
#leftmenu div.leftmenusub {
	background-color: #f2f2f2;
	/* cursor specified twice for x-browser compatibility */
	cursor: pointer;
	cursor: hand;
}
#leftmenu div.leftmenusub, #leftmenu div.leftmenusub a:link, #leftmenu div.leftmenusub a:visited, #leftmenu div.leftmenusub a:active, #leftmenu div.leftmenusub a:hover {
	color: #ffffff;
	text-decoration: none;
}
#leftmenu div.blue_sub_selected {
	background-image: url(images/left_menu_blue/leftmenusubselected.gif);
}
#leftmenu div.green_sub_selected {
	background-image: url(images/left_menu_green/leftmenusubselected.gif);
}
#leftmenu div.orange_sub_selected {
	background-image: url(images/left_menu_orange/leftmenusubselected.gif);
}
#leftmenu div.grey_sub_selected {
	background-image: url(images/left_menu_grey/leftmenusubselected.gif);
}
#leftmenu div.leftmenusubselected {
}
#leftmenu div.blue_sub_selected, #leftmenu div.blue_sub_selected a:link, #leftmenu div.blue_sub_selected a:visited, #leftmenu div.blue_sub_selected a:active, #leftmenu div.blue_sub_selected a:hover {
	color: #00abe3;
	text-decoration: none;
}
#leftmenu div.green_sub_selected, #leftmenu div.green_sub_selected a:link, #leftmenu div.green_sub_selected a:visited, #leftmenu div.green_sub_selected a:active, #leftmenu div.green_sub_selected a:hover {
	color: #00cd15;
	text-decoration: none;
}
#leftmenu div.orange_sub_selected, #leftmenu div.orange_sub_selected a:link, #leftmenu div.orange_sub_selected a:visited, #leftmenu div.orange_sub_selected a:active, #leftmenu div.orange_sub_selected a:hover {
	color: #ff6f0e;
	text-decoration: none;
}
#leftmenu div.grey_sub_selected, #leftmenu div.grey_sub_selected a:link, #leftmenu div.grey_sub_selected a:visited, #leftmenu div.grey_sub_selected a:active, #leftmenu div.grey_sub_selected a:hover {
	color: #909090;
	text-decoration: none;
}





/*footer*/
#footer {
width: 757px;
height: 54px;
padding-left: 200px;
}
.blue_foot {
background: #FFFFFF url(images/left_menu_blue/footer.gif) no-repeat;
}
.green_foot {
background: #FFFFFF url(images/left_menu_green/footer.gif) no-repeat;
}
.orange_foot {
background: #FFFFFF url(images/left_menu_orange/footer.gif) no-repeat;
}
.grey_foot {
background: #FFFFFF url(images/left_menu_grey/footer.gif) no-repeat;
}
.grey_foot_art {
background: #FFFFFF url(../webation_home/images/footer.gif) no-repeat;
}
#copyright {
float: left;
margin: 20px 0px 7px 0px;
}
.smaller2 {
font:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#999999;
}
#webationlogo {
padding:20px 20px 0 0;
float: right;
}



/* Software formatting - ryan */

.error {
	color: red;
}
br.clearboth { 
	clear: both; 
}	
.galleryItem {
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px; 
	width: 80px;
}			
.galleryLabel {
	height: 10px; 
	overflow: hidden;
}		
.shopHeading {
	font-size: 24px;
}
.shopProductTitle {
	font-size: 12px;
}
.shopCategoryTitle {
	font-size: 12px;
	font-weight: bold;
}
.shopNote {
	font-size: 12px;
	font-style: italic;
}
.searchInput {
	font-size:9pt;
	border:1px solid;
}
.searchSelect {
	font-size:8pt;
	border:1px solid;
}
.relatedPages_row {
	font-size: smaller;
	padding: 3px;
}
div.breadcrumbtext {
	margin: 0px 0px 5px 0px;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #00abe3;
}
div.breadcrumbtext a:link, div.breadcrumbtext a:visited, div.breadcrumbtext a:active, div.breadcrumbtext a:hover {
	color: #000000;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
div.breadcrumbtext a:hover {
	color: #000000;
	text-decoration: none;
}