* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: url("pattern.jpg") repeat;
	color: #999;
}
a {color: #65cfee;}

#pagewidth {
	width: 100%;
	height: 100%;
	text-align: left;
	background: url("top.jpg")  repeat-x;
}
#header {
	margin: 0 auto;
	height: 60px;
	width: 900px;
}
#header p {
	font-family: Impact, Charcoal, sans-serif;
	letter-spacing: 0.09em;
	margin-left: 20px;
	margin-top: 20px;
}
#header a {
	color: #a3dff1;
	text-decoration: none;
}
#header a:hover {
	border-bottom: 1px solid #a3dff1;
}
#wrapper {
	margin: 100px auto;
	text-align: left;
	margin-bottom: 40px;
	border: 1px dashed #d3e3e6;
	padding: 4px;
	width: 900px;
	height: auto;
}
.page_title {
	padding-top: 60px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #75b1c0;
	text-align: center;
}
.subtitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #75b1c0 !important;
	margin-left: 600px;
}
.big_title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #75b1c0;
	border-bottom: 1px dashed #d3e3e6;
	margin: 10px 0 15px;
}
.comments {
	color: #fb25a8;
	padding: 10px;
}
/*-------------------Horizontal List 1---------------------*/

#horizontal_list {
	height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.45em;
	color: #8e9090;
}
#horizontal_list ul {
	margin: 0;
	padding: 0;

}
#horizontal_list ul li {
	display: inline;
	padding-left: 5px;
}
/*------------------- Horizontal List 2---------------------*/

#horizontal_list_2 ul {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.45em;
	color: #8e9090;
}
#horizontal_list_2 ul li {
	display: inline-block;
	padding-left: 5px;
	/*height and width can be added */
	/*
	 height: ;
	 width:;
	
	 */
}
/*------------------- Horizontal List 3---------------------*/
#horizontal_list_3 {
	height: 20px; /* without the height the elements below will float */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.45em;
	color: #8e9090;
}
#horizontal_list_3 ul {
	margin: 0;
	padding: 0;
	

}
#horizontal_list_3 ul li {
	float: left;
	padding-left: 5px;
	margin-left:20px;
	clear: none !important; /* Below elements are not allowed to float */
	list-style-type:circle;
	/*list-style-type:none; */ /* For removing the list type */
}
/*-------------------Vertical List 1---------------------*/

#vertical_list_1 {
	margin-left: 30px;
}
#vertical_list_1 ul {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	color: #8e9090;
}
#vertical_list_1 ul li {
	padding-left: 8px;
	margin-left: 0;
	list-style-image: url("bullet_green.png");
}
/*-------------------Vertical List 2---------------------*/

#vertical_list_2 {
	margin-left: 5px;
}
#vertical_list_2 ul {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	color: #8e9090;
}
#vertical_list_2 ul li {
	padding-left: 20px;
	margin-left: 0;
	list-style-image: none;
	list-style-type: none;
	background: url("bullet_orange.png") no-repeat;
	background-position: 0 4px;
}
/*-------------- Verticle box -------------------*/
#vertical_list_box {
	margin-left: 5px;
}
#vertical_list_box ul {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.45em;
	color: #8e9090;
}
#vertical_list_box ul li {
	display: inline-block;
	clear: none;
	background: #e7f4f8;
	width: 280px;
	height: 200px;
	overflow: hidden;
	margin-left: 4px;
	padding: 4px;
	list-style-image: none;
	list-style-type: none;
	-moz-border-radius: 5px;
   -webkit-border-radius: 5px;

}
#vertical_list_box ul li p {
	font-size: 15px !important;
}
#vertical_list_box ul li a {
	display: block;
	color: #0ea2cc;
	font-size: 14px !important;
	margin: 2px 10px 0 0;
	text-decoration: none;
}
#vertical_list_box ul li a:hover {
	color: #afdae4;
}
