@charset "iso-8859-1";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../../ui/bg.png); background-repeat:repeat-x;
}
fieldset{border:none;}

strong{color:#6600cc;}
a:link {
	color: #6600cc;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6600cc;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: ccff00;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #6600cc;
	font-weight: bold;
}
h1{font-size:22px;}
h1, h2 {
	color: #6600cc;
}

h3{width:680px; background-color:#ccff00; color:#6600cc; font-weight:bold; height:18px; padding:3px;}


#container{
	width:1000px; 
	margin:auto;}
#breadcrumbs{
	width:100%; 
	color:#6600cc; 
	font-weight:bold;
	padding:3px 0;
	height:15px;
	
}
#breadcrumbs a{ text-transform:capitalize; }
#logo{
	width:400px; 
	height:93px; 
	background-repeat:no-repeat;
	float:left;
}
#logo a:link img{border:none;}
#logo a:visited img{border:none;}
#logo a:active img{border:none;}
#logo a:hover img{border:none;}
#callus{
	background-image:url(../../ui/callus2.png);
	background-repeat:no-repeat;
	background-position:right;
	width:600px;
	float:left;
	height:98px;
}

#callus_code{ margin:75px 0 0 240px; padding:0; color:#ccff00; font-weight:bold; text-align:right; }

#jumpMenu{margin:5px 0 0 365px; width:170px;}
#nav{
	width:100%;
}

#nav ul
{
padding-left: 0;
margin-left: 0;
background-color: #ccff00;
color: #6600cc;
float: left;
width: 100%;
}

#nav ul li { display: inline; }

#nav ul li a
{
padding: 5px 4px;
background-color: #ccff00;
color: #6600cc;
text-decoration: none;
float: left;
}

#nav ul li a:hover
{
background-color: #6600cc;
color: #ccff00;
}

#content{
	clear:both;
	float:left;
	width:100%;
	margin-top:12px;
}

.content_large{
	width:675px;
	margin:12px;
	float:left;
}

.content_small{
	width:275px;
	margin:12px;
	float:left;
}

#footer{
	background-image:url(../../ui/footer_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	width:100%;
	font-weight:bold;
	height:42px;
	clear:both;
	margin-top:25px;
}
#footer1, #footer2{
	width:1000px; 
	margin:auto; 
	color:#6600cc;
	text-align:center;
	clear:both;
	height:15px;
	padding:3px;
}
#footer1 a:link, a:active, #footer1 a:visited, #footer1 a:hover{
	color:#6600cc; 
}
#footer2{
	color:#ccff00;
}
#footer2 a:link, #footer2 a:active, #footer2 a:visited, #footer2 a:hover{
	color:#ccff00;
}





.image_right{float:right; margin:5px;}
.box_right_header, .box_right_content{color:#ccff00; }
.box_right_header a:link, .box_right_header a:active, .box_right_header a:visited, .box_right_header a:hover,
.box_right_content a:link, .box_right_content a:active, .box_right_content a:visited, .box_right_content a:hover{
	color:#ccff00;
	font-weight:bold;
} 
.box_right_header{
	width:231px;
	background-color:#5d10d2; 
	height:14px;
	padding:2px 22px;
	font-weight:bold;
	margin-top:12px;
}
.box_right_content{
	width:267px; 
	background-color:#7b42ea; 
	padding:4px; 
}
.box_right_content_details{
	width:267px; 
	background-color:#7b42ea; 
	padding:4px; 
	color:#ffffff;
	font-weight:bold;
}
.box_right_content_details a:link, .box_right_content_details a:active, .box_right_content_details a:visited, .box_right_content_details a:hover{
color:#ccff00;}

.box_right_content_details img{margin:5px 35px 5px 34px; border:3px solid #ccff00; text-align:center;}
.box_right_content_details p{margin:5px 19px; }

.box_right_content_details ul{ margin-left:-8px;}
.box_right_content ul{ margin-left:-8px;}

#b_form{
	color:#FFF;
	padding:0;
	margin:0;
	width:80%;
	background-color:#dbfd55;
	clear:right;
	margin:auto;
}

#b_form th{font-size:16px; text-align:center; background-color:#ccff00; width:100%;}
#b_form tr{background-color:#dbfd55;}

.caps{text-transform:capitalize; }
