/*************************************************************************************\

								CSS FOR WEB DESIGN PAGE

\*************************************************************************************/

#web_design {
	margin: 0;
	padding: 0;
}

#web_design_top {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 740px;
	height: 150px;
	border: none;
	background: url('/images/web-design_01.png') top left no-repeat;
}

#web_design_top_text {
	display: block;
	position: relative;
	margin: 0;
	padding: 40px 0px 0px 200px;
}

#web_design_top_text h1 {
	font-family: "Trebuchet MS", Serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	text-align: left;
}

#web_design_02 {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 374px;
	height: 221px;
	border: none;
	text-align: left;
	background: url('/images/web-design_02.png') top left no-repeat;
}

#web_design_03 {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 366px;
	height: 221px;
	border: none;
	text-align: left;
	background: url('/images/web-design_03.png') top left no-repeat;
}

#web_design_03_text {
	margin: 0;
	padding: 15px 0px 0px 0px;
}

#web_design_03_text ul {
	padding: 0;
}

#web_design_03_text h2, li {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	text-align: left;
}

#web_design_blue_box {
	display: block;
	position: relative;
	width: 740px;
	height: 165px;
	border: none;
	text-align: left;
	background: url('/images/web-design_04.png') top left no-repeat;
}

#web_design_blue_box h2 {
	display: block;
	position: relative;
	margin: 0;
	padding: 7px 0px 0px 20px;
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 14pt;
	color: #000;
	text-align: left;
}

#web_design_blue_box h2 img {
	display: inline;
	border: none;
}

#web_design_blue_box_left {
	display: block;
	position: relative;
	padding: 10px 0px 0px 20px;
	width: 45%;
	float: left;
}

#web_design_blue_box_right {
	display: block;
	position: relative;
	width: 45%;
	float: right;
}

#web_design_blue_box_right ul {
	margin: 0;
	padding: 0px 10px 0px 0px;	
	list-style-type: none;
}

#web_design_blue_box_right li {
	padding: 0px 0px 10px 0px;
}

#web_design_blue_box_right a {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #00f;
	text-align: left;
}

#web_design_blue_box_right a:hover {
	color: #000;
	text-decoration: none;
}

/*****************************************************************************************\

	CLASS DEFINITIONS

\*****************************************************************************************/

a.learn_more {
	display: block;
	position: relative;
	padding: 2px 5px 0px 0px;
	font: 10pt normal Arial, Sans-Serif;
	color: #00f;
	text-align: right;
	text-decoration: underline;
}

a.learn_more:hover {
	text-decoration: none;
	color: #000;
}

.normal_text {
	font: 10pt normal Arial, Sans-Serif;
	color: #000;
	text-align: left;
}

.sk_method {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #000;
}
	
/* EOF */