/* CSS Document */

/* anchor properties */
a { font-family:Tahoma;}
a:hover { color: #ff9900; text-decoration: none;}
.box_head_1_dyn a,
.box_head_1_dyn { color:#FFFFFF; text-decoration: none; font-weight: bold; white-space:nowrap;}
.box_head_1_dyn a:hover { color:#a5cceb; text-decoration: none; font-weight: bold;}
.box_head_2_dyn a { color:#FFFFFF; text-decoration: none; font-weight: bold; white-space:nowrap;}
.box_head_2_dyn a:hover { color:#DDDDDD; text-decoration: none; font-weight: bold;}
.box_head_2_flip a { color:#FFFFFF; text-decoration: none; font-weight: bold;}
.box_head_2_flip a:hover { color:#DDDDDD; text-decoration: none; font-weight: bold;}
.box_content_link {}
.box_content_link a { color:#000000; text-decoration: none; font-weight: normal;}
.box_content_link a:hover { color:#ff9900; text-decoration: underline; font-weight: normal;}
.submenu_buttons a { color:#336699; text-decoration: none; font-weight: bold;}
.submenu_buttons a:hover { color:#FFFFFF; text-decoration: underline; font-weight: bold;}
.submenu a { color:#000000; text-decoration: none; font-weight: normal;}
.submenu a:hover { color:#ff9900; text-decoration: underline; font-weight: normal;}

/* Keep image links from having a border */
a img { border: none; }

html {
	margin:0px;
	border: 0;
	outline: 0;
}

body {
	background:#f7f7f7 url(../_img/bg_body.png) repeat-x;
	padding:40px 0 40px 0; 
	color:#5f76a9;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	border: 0;
	outline: 0;
}
.bodytable {
	margin: 0px auto; 
	width: 700px;
	background:#f7f7f7;
	border:#CCCCCC solid 1px;
}
#header {
	height:205px;
	width:700px;
	background:#3a65c1 url(../_img/bg_header.jpg) no-repeat;
}

a {
	color:#9c63aa;
	text-decoration:none; 
}
a:hover {
	color:#00b7ea;
}

h2 {
	font-size:18px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight:bold;
}
h3 {
	font-size:12px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight:normal;
}

.block {
	margin:0 0 10px 0;
	padding:10px;
	border:#dbe2ef solid 1px;
	display: table;
	position:relative;
}
.block:hover {
	border:#eed8f4 solid 1px;
	background:#fff;
	position:relative;
}

/*********************************************
MAIN NAV - START
*********************************************/
#nav {
	height: 50px;
	background: #f7f7f7 url(../_img/bg_main_nav.png) 0 0 no-repeat;
	font-size:0.8em;
	text-align:center;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	float: left;
}
#nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav li a {
	margin:0px;
	padding:0px;
	height:50px;
	display: block;
	text-indent:-9000px;
}
#nav #btn1 a{width:57px;}
#nav #btn2 a{width:78px;}
#nav #btn3 a{width:133px;}
#nav #btn4 a{width:91px;}
#nav #btn5 a{width:51px;}
#nav #btn6 a{width:115px;}
#nav #btn7 a{width:96px;}
#nav #btn8 a{width:79px;}

#nav #btn1 a:hover {background: url(../_img/bg_main_nav.png) 0px -50px no-repeat;}
#nav #btn2 a:hover {background: url(../_img/bg_main_nav.png) -57px -50px no-repeat;}
#nav #btn3 a:hover {background: url(../_img/bg_main_nav.png) -135px -50px no-repeat;}
#nav #btn4 a:hover {background: url(../_img/bg_main_nav.png) -268px -50px no-repeat;}
#nav #btn5 a:hover {background: url(../_img/bg_main_nav.png) -359px -50px no-repeat;}
#nav #btn6 a:hover {background: url(../_img/bg_main_nav.png) -410px -50px no-repeat;}
#nav #btn7 a:hover {background: url(../_img/bg_main_nav.png) -525px -50px no-repeat;}
#nav #btn8 a:hover {background: url(../_img/bg_main_nav.png) -621px -50px no-repeat;}

#nav #btn1.current a {background: url(../_img/bg_main_nav.png) 0px -100px no-repeat;}
#nav #btn2.current a {background: url(../_img/bg_main_nav.png) -57px -100px no-repeat;}
#nav #btn3.current a {background: url(../_img/bg_main_nav.png) -135px -100px no-repeat;}
#nav #btn4.current a {background: url(../_img/bg_main_nav.png) -268px -100px no-repeat;}
#nav #btn5.current a {background: url(../_img/bg_main_nav.png) -359px -100px no-repeat;}
#nav #btn6.current a {background: url(../_img/bg_main_nav.png) -410px -100px no-repeat;}
#nav #btn7.current a {background: url(../_img/bg_main_nav.png) -525px -100px no-repeat;}
#nav #btn8.current a {background: url(../_img/bg_main_nav.png) -621px -100px no-repeat;}
/*********************************************
MAIN NAV - END
*********************************************/

/*********************************************
MAIN - START
*********************************************/
#content {
	padding:0px 10px 10px 10px ;
}
#main{
	color:#5f76a9;
}
#main h1, #main h2{
	text-align:left;
	padding: 0 0 5px 0;
	clear:both;
	font-size:20px;
}
#main h1 span {
	font-size:14px;
}
#main h2{
	background:#f0e5f4 url(_img/bg_h2.png) repeat-x bottom left;
	padding:5px 20px 5px 10px;
	display:block;
	margin-bottom:5px;
	color:#FFFFFF;
	border:#eed8f4 solid 1px;
}
#main h2 a{

}
#main h2 a:hover{
	color:#FFFFFF;
}
#main h2 span {
	font-size:12px;
}
#main h3{
	padding:0 0 5px 0;
	color:#00b7ea;
}
#main h4 {
	text-align:right;
	margin-top:5px;
}
#main h4 a{
	color:#f7f7f7;
	background:#9c63aa url(_img/bg_h4.png) repeat-x bottom left;
	padding:4px;
	text-decoration:none;
	border:#b27abf solid 1px;
}
#main h4 a:hover{
	color:#f7f7f7;
	background:#00b7ea url(_img/bg_h4_hover.png) repeat-x bottom left;
	border:#00a7d4 solid 1px;
}
#main p{
	padding: 0 0 10px 0;
	clear:both;
}
#main ul{
	margin-bottom:15px;
	width:415px;
	float:right;
}
#main ul:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#main li{
	margin-top:10px;
	list-style-type:circle;
	margin-left:10px;
}
#main p img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#main li img {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	width:180px;
}
/*********************************************
MAIN - END
*********************************************/

/*********************************************
FOOTER - START
*********************************************/
small {
	font-size:10px;
}
#footer {
	width:700px;
	text-align:center;
	background: #f7f7f7 url(../_img/bg_footer.jpg) repeat-x bottom left;

}
#footer a {
	color:#9c63aa;
	text-decoration:none; 
}
#footer a:hover {
	color:#00b7ea;
}
#footer_nav{
	border-top:#dbe2ef solid 1px;
	padding: 10px 120px 0px 120px;
	font-size:1.1em;
}
#footer_credit{
	padding: 10px 150px 20px 150px;
	font-size:0.9em;
}
/*********************************************
FOOTER - END
*********************************************/

/*********************************************
SIDEBAR - START
*********************************************/
#sidebar{
	padding:10px;
	background-color:#fff;
	border:#dbe2ef solid 1px;
}
#sidebar h3, #sidebar h5, #sidebar h6, #sidebar p {
	padding: 0 0 10px 0;
} 
#sidebar p {
	font-size:10px;
}
#sidebar img {
	width:150px;
}
#sidebar a{
	text-decoration:underline;
}
#sidebar ul{
	padding: 0 0 10px 0;
}
#sidebar li{
	font-size:10px;
	padding: 0 0 3px 0;
}
#sidebar #yearly li{
	display:inline;
}
#subcribe_btn, #download_btn{
	text-align: center;
	margin-top:15px;
}
#subcribe_btn small a {
	display:block;
	width:150px;
	height:60px;
	background:#9c63aa url(../_img/bg_subscribe_btn.png) no-repeat 0px 0px;
	text-indent:-9000px;
}
#subcribe_btn small a:hover {
	background:url(../_img/bg_subscribe_btn.png) no-repeat 0px -60px;
}
.narrow {
	width:150px;
}
.float_left {
	float:left;
	margin-right:5px;
}

/*********************************************
SIDEBAR - END
*********************************************/

/* 3 column main table */
.maintable {
	width: 100%;
	border: 0px solid #AAAAAA;
	border-collapse: collapse;
	padding: 2px;
	margin: 2px;
	margin-left: 0px;
}

/*columns in main table */
.leftcolumn {
	width: 150px;
	padding:4px;
}
.centercolumn {
	padding:4px;
}
.rightcolumn {
	width: 150px;
	padding:4px;
}

/*box defining properties */
.box_150 {
	width: 150px;
	border-collapse: collapse;
	border: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}
.box_content_1 {
	background-color: #a5cceb;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 0px;
	font-size: 12px;
}
.box_head_1_150 {
	width: 126px;
	background-color: #336699;
	background-image:url(images/boxhead2/hd_336699_mid.gif); background-repeat:repeat-x;
	font-weight: bold;
	color: #FFFFFF;
}
.box_head_1_left {
	width:12px;
	height:21px;
	background-image:url(images/boxhead2/hd_336699_left.gif);
	background-repeat: no-repeat;
}
.box_head_1_right {
	width:12px;
	height:21px;
	background-image:url(images/boxhead2/hd_336699_right.gif);
	background-repeat: no-repeat;
}
.box_head_2_150 {
	width: 126px;
	background-color: #ff9900;
	background-image:url(images/boxhead2/hd_336699_mid.gif); background-repeat:repeat-x;
	font-weight: bold;
	color: #FFFFFF;
}
.box_head_2_left {
	width:12px;
	height:21px;
	background-image:url(images/boxhead2/hd_ff9900_left.gif);
	background-repeat: no-repeat;
}
.box_head_2_right {
	width:12px;
	height:21px;
	background-image:url(images/boxhead2/hd_ff9900_right.gif);
	background-repeat: no-repeat;
}
.box_head_2_left_flip {
	width:12px;
	height:21px;
	background-image:url(images/boxhead2/hd_ff9900_left_flip.gif);
}
.box_head_2_right_flip {
	width:12px;
	height:21px;
	background-image:url(images/boxhead2/hd_ff9900_right_flip.gif);
}
.box_150_content_2 {
	width: 148px;
	background-color: #a5cceb;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	padding: 4px;
}
.box_head_2_dyn {
	background-color: #ff9900;
	background-image:url(images/boxhead2/hd_ff9900_mid.gif); 
	background-repeat:repeat-x;
	font-weight: bold;
	font-family:Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.box_head_2_flip {
	background-color: #ff9900;
	background-image:url(images/boxhead2/hd_ff9900_mid_flip.gif); 
	background-repeat:repeat-x;
	font-weight: bold;
	font-family:Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.box_content_2 {
	background-color: #EEEEEE;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 0px;
	font-size: 12px;

}
/* Fix for IE 6 to inherit font size */
.box_content_2 td{
	font-size:12px;
}
.box_dyn {
	border-collapse: collapse;
	border: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}
.box_head_1_dyn {
	background-color: #336699;
	background-image:url(images/boxhead2/hd_336699_mid.gif); 
	background-repeat:repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	font-family:Tahoma;
	font-size: 12px;
}
.box_dyn_content {
	background-color: #FFFFFF;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-left: 2px;
	padding-bottom: 2px;
}

/*not boxes*/
.submenu {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-collapse:collapse;
	text-indent: 8px;
	background-color: #a5cceb;
	padding: 2px;
	font-size: 12px;
}
.submenu_buttons {
	padding: 0px 0px 0px 0px;
	border-collapse:collapse;
	border: 0;
	font-size: 12px;
}
.formbutton {
/*
Example css for form buttons
background-color: #a5cceb;
border: 1px solid #000000;
color: #000000;
font-size: 10px;
font-weight: bold;
*/
}
.user_admin_text1 {
color: #000000;
font-size: 12px;
font-weight: bold;
}
h1 {
font-size: 16px;
text-align: center;
font-weight:bold;
}
.footertext {
	font-size: 10px;}
.login_box_text1 { font-size: 12px; }
.login_box_text2 { font-size: 12px; }

/* ----- CSS for User Management Table ----- */
.use_man_table_container
{
  text-align: center;
  margin: 0px auto;
  width: 600px;
}
.use_man_table_header
{
     clear: both;
     width: 600px;
     padding-bottom: 0px;
     padding-top: 30px;
}
.use_man_table_left
{
  width: 295px;
  padding-right: 5px;
  float: left;
  clear: left;
}

.use_man_table_right
{
  width: 295px;
  padding-left: 4px;
  float: right;
  clear: right;
}
.use_man_table_footer
{
     clear: both;
     width: 600px;
     height: 1px;
}
.use_man_table_left div,
.use_man_table_right div{
	text-align:left;
}

.use_man_table_left div a,
.use_man_table_right div a {
	padding-left: 30px;
	text-decoration:none;
}
.use_man_table_left div img,
.use_man_table_right div img {
	width: 42px;
	height: 42px;	
}
.use_man_table_sep {
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #dddddd;
	clear:both;
}

/* extra questions and extra checkboxes */
.extraCheckboxes {
	margin:0px;
	padding:0px;
	float:left;
	list-style-type: none;	
}
.extraCheckboxes li {
	background-image: url('images/checkbox_arw.gif');
	background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	padding-left: 15px;
	border: 0px solid black;
	white-space:nowrap;
	margin:0px;
}
.extraQuestionName,
.extraQuestionName li,
.extraQuestionValue,
.extraQuestionValue li {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
.extraQuestionName li,
.extraQuestionValue li {
	margin-bottom: 5px;
}













#galleryContainer
{
	width: 450px;
	height: 100%;
	margin: 0px auto; /* CENTER THE DIV */
	text-align: center;
}
#galleryBigImage
{
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	margin-top: 4px;
}
#galleryBigImage img
{
	margin: 0px auto;
}
#galleryThumbs
{
	width: 192px;
	
	float: right;
	padding: 3px;
	
	text-align: auto;
}

#galleryThumbs ul
{
	margin: 0px;
	padding: 0px;
}
#galleryThumbs ul li
{
	list-style: none;
	padding: 0px;
	margin: 1px;
	display: block;
	float: left;
	border: 1px solid #ccc;
	text-align: center;
	
}

#galleryThumbs ul li img
{
	margin: 0px auto;
	border: 0px;	
}

