@charset "utf-8";
/* Format CSS */

/***************************************** Body Style *****************************************/
body
{
	font-family:Arial, sans-serif;
	background-color: #0e0e0e;
	background-image: url(../images/cit_bg.jpg);
	background-repeat: repeat-y;
	background-position:top;
}

/***************************************** Paragraph Style *****************************************/
.text p
{
	font-size:12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

.text td
{
	font-size:12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

/***************************************** List Style *****************************************/
.text ul
{
	font-size:12px;
	font-weight: normal;
	color: #000000;
	padding-left: 30px;
	list-style-type: square;
}

/***************************************** Heading Styles *****************************************/
.text h1
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
	padding-top: 5px;
}

.text h2
{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.text h3
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/***************************************** Footer Text *****************************************/
.footer_text
{
	font-size:10px;
	margin-left: 30px;
	margin-top: 5px;
	font-weight: normal;
	color: white;
}

/***************************************** Hyperlink Styles *****************************************/

.text a
{
	color: #FF0000;
	font-weight: normal;
}

.text a:link {color:#FF0000;}

.text a:visited {color: #FF0000;}

.text a:hover {color: #FF0000; text-decoration:underline;}

.text a:active {color: #FF0000;}


/***************************************** Pointer Style *****************************************/

/*.changecursor 
{
    cursor:pointer;
}*/

/***************************************** Menu List Styles *****************************************/
ul#button_area
{
    float:right;    
}

#button_area li 
{ 
	float: right; 
	padding: 0px; 
	margin: 0px; 
	list-style-type: none; 
}

#menu_list a#menu_home
{
    display: block;
    width: 205px;
    height: 50px;
    background-image: url("../images/menu_images/mhome.jpg");
    background-position: top;
    background-repeat: no-repeat;	
}

#menu_list a#menu_services
{
    display: block;
    width: 205px;
    height: 40px;
    background-image: url("../images/menu_images/mservices.jpg");
    background-position: top;
    background-repeat: no-repeat;
}

#menu_list a#menu_test
{
    display: block;
    width: 205px;
    height: 40px;
    background-image: url("../images/menu_images/mtest.jpg");
    background-position: top;
    background-repeat: no-repeat;
}

#menu_list a#menu_news
{
    display: block;
    width: 205px;
    height: 40px;
    background-image: url("../images/menu_images/mnews.jpg");
    background-position: top;
    background-repeat: no-repeat;
}

#menu_list a#menu_contact
{
    display: block;
    width: 205px;
    height: 60px;
    background-image: url("../images/menu_images/mcontact.jpg");
    background-position: top;
    background-repeat: no-repeat;
}

body#services a#menu_services, body#test a#menu_test, body#news a#menu_news 
{
	display: block;
    width: 205px;
    height: 40px;
    background-position: center;
	background-repeat: no-repeat;
}

body#home a#menu_home
{
	display: block;
    width: 205px;
    height: 50px;
    background-position: center;
	background-repeat: no-repeat;
}

body#contact a#menu_contact
{
	display: block;
    width: 205px;
    height: 60px;
    background-position: center;
	background-repeat: no-repeat;
}

#menu_list a:hover#menu_services, #menu_list a:hover#menu_test, #menu_list a:hover#menu_news
{
    display: block;
    width: 205px;
    height: 40px;
    background-position: bottom;
	background-repeat: no-repeat;
}

#menu_list a:hover#menu_home
{
    display: block;
    width: 205px;
    height: 50px;
    background-position: bottom;
	background-repeat: no-repeat;
}

#menu_list a:hover#menu_contact 
{
    display: block;
    width: 205px;
    height: 60px;
    background-position: bottom;
	background-repeat: no-repeat;
}

div.text div.home_business_size a
{
	color:#FFFFFF;
	font-weight:normal;
}

/***************************************** Button Link *****************************************/
a#button
{
	position: relative;
	float: right;
	display: block;
	margin-left: 5px;
	width: 173px;
	height: 98px;
	background-image: url(../images/IT_survey_button_final.jpg);
	background-position: top;
}

a:hover#button 
{
	background-position: bottom;
}

