/* Global Document */
body {
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#content { 
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	width: 760px;
	padding-left: 17px;
	padding-right: 17px;
}
#header {
	background-color:#FFFFFF;
	width: 760px;
	height: 70px;
} 
#header_left {
	width: 300px;
	height: 55px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-top: 15px;
}
#header_right {
	width: 435px;
	height: 60px;
	float: left;	
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	text-align: right;
	padding: 10px 25px 0 0;
}
#blue_bar {
	background-color: #2977B5;
	height: 75px;
	width: 760px;
	background-image: url(../images/slashes_white.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#page_title {
	width: 735px;
	float: left;	
	padding: 15px 0 0 25px;
}
#breadcrumb {
	width: 735px;
	float: left;
	color: #FFFFFF;
	font-size: 10px;
	padding: 5px 0 0 25px;
}
h1 {
	color: #FFFFFF;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

#area {
	background-image: url(../images/area/1.jpg);
	width: 760px;
	height: 150px;
}
#area_text {
	color: #0061A2;
	width: 434px;
	float: right;
	font-size: 11px;
	line-height: 20px;
	padding: 8px 55px 0 0;	
}
#area_links {
	width: 434px;
	float: right;
	padding: 8px 55px 0 0;	
	line-height: 13px;
	font-size: 12px;
}
#text_area {
	background-color: #FFFFFF;
	width: 760px;
}
#hosting_box {
	background-image: url(../images/boxes/web_hosting.jpg);
	height: 143px;
	width: 215px;
	cursor: pointer;
}
#domain_box {
	background-image: url(../images/boxes/domain_registration.jpg);
	height: 143px;
	width: 215px;
	cursor: pointer;
}
#development_box {
	background-image: url(../images/boxes/web_development.jpg);
	height: 143px;
	width: 215px;
	cursor: pointer;
}
.box_title {
	font-size: 15px;
	color: #FFFFFF;
	padding-left: 35px;
	line-height: 35px;
	font-weight: bold;
}
.box_text {
	font-size: 10px;
	color: #FFFFFF;
	padding: 0 10px 0 10px;
	line-height: 20px;
}

#footer {
	background-color: #FFFFFF;
	height: 76px;
}

#footer_left {
	width: 75px;
	height: 60px;
	text-align: center;
	padding-top: 16px;
	float: left;
}
#footer_right {
	width: 685px;
	float: left; 
	padding-top: 23px;
	font-size: 10px;
}


/* Grey Link */
a.grey {
	font-size: 13px;
	color: #666666;
}
a.grey:link {
	text-decoration: none;
}
a.grey:visited {
	text-decoration: none;
}
a.grey:active {
	text-decoration: none;
}
a.grey:hover {
	text-decoration: underline;
}

/* White Link */
a.white {
	color: #FFFFFF;
}
a.white:link {
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
}
a.white:active {
	text-decoration: none;
}
a.white:hover {
	text-decoration: underline;
}

/* Black Link */
a.black {
	color: #000000;
}
a.black:link {
	text-decoration: none;
}
a.black:visited {
	text-decoration: none;
}
a.black:active {
	text-decoration: none;
}
a.black:hover {
	text-decoration: underline;
}

/* Green Link */
a.green {
	color: #59A326;
}
a.green:link {
	text-decoration: none;
}
a.green:visited {
	text-decoration: none;
}
a.green:active {
	text-decoration: none;
}
a.green:hover {
	text-decoration: underline;
}

/* Orange Link */
a.orange {
	color: #F76C1D;
}
a.orange:link {
	text-decoration: none;
}
a.orange:visited {
	text-decoration: none;
}
a.orange:active {
	text-decoration: none;
}
a.orange:hover {
	text-decoration: underline;
}

/* Purple Link */
a.purple {
	color: #8C4176;
}
a.purple:link {
	text-decoration: none;
}
a.purple:visited {
	text-decoration: none;
}
a.purple:active {
	text-decoration: none;
}
a.purple:hover {
	text-decoration: underline;
}


/* Index Only */
.column {
	width: 215px;
	float: left;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 10px;
}
.column_2 {
	width: 430px;
	float: left;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 10px;
}


#news_box {
	background-image: url(test_news1.jpg);
	height: 143px;
	width: 215px;
	cursor: pointer;
}
.box_title_1 {
	font-size: 15px;
	color: #59A326;
	padding-left: 35px;
	line-height: 35px;
	font-weight: bold;
}
.box_text_1 {
	font-size: 10px;
	color: #59A326;
	padding: 0 10px 0 10px;
	line-height: 20px;
}


#news_box2 {
	background-image: url(test_news2.jpg);
	height: 143px;
	width: 215px;
	cursor: pointer;
}
.box_title_2 {
	font-size: 15px;
	color: #F76C1D;
	padding-left: 35px;
	line-height: 35px;
	font-weight: bold;
}
.box_text_2 {
	font-size: 10px;
	color: #F76C1D;
	padding: 0 10px 0 10px;
	line-height: 20px;
}


#news_box3 {
	background-image: url(test_news3.jpg);
	height: 143px;
	width: 215px;
	cursor: pointer;
}
.box_title_3 {
	font-size: 15px;
	color: #8C4176;
	padding-left: 35px;
	line-height: 35px;
	font-weight: bold;
}
.box_text_3 {
	font-size: 10px;
	color: #8C4176;
	padding: 0 10px 0 10px;
	line-height: 20px;
}



.spacer {
	height: 20px;
}

#glossary {
	width: 469px;
	height: 430px;
	overflow: auto;
	border: 1px #CCCCCC solid;
}


