/*
	electron-website-design.com
*/

/*
CSS Reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	padding: 0;
	margin: 0;
	}

/*
	General Formatting
*/
	
body {
	font: 62.5% Verdana, Sans-Serif;
	color: #000;
	background: #fff;
	text-align: center;
	}
	
.headpic {
	margin: 50px 0 60px;
	}
	
.welpic {
	margin-top: 30px;
	}
	
.larger {
	font-size: 1.3em;
	}
	
.communicate {
	margin-bottom: 30px;
	}
	
a.viewlink, a:visited.viewlink {
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: bold;
	color: #28acff;
	}
	
a:hover.viewlink {
	color: #9999cc;
	}
	
#linkwrap {
	text-align: left;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	}
	
.box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8, .box9, .box10, .box11, .box12 {
	position: relative;
	float: left;
	width: 80px;
	color: #ffffcc;
	font-size: 1.4em; /* 14px */
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 40px 0;
	margin: 0 20px 40px;
	display: inline;
	}
	
#linkwrap a:hover {
	color: #fff;
	}
	
a.box1 {
	background-color: #ff9999;
	}
	
a:hover.box1 {
	background-color: #ffb4b3;
	}
	
a.box2 {
	background-color: #ff9933;
	}
	
a:hover.box2 {
	background-color: #ffb54c;
	}

a.box3 {
	background-color: #669933;
	}
	
a:hover.box3 {
	background-color: #80b54b;
	}

a.box4 {
	background-color: #9999cc;
	}
	
a:hover.box4 {
	background-color: #b4b3e8;
	}

a.box5 {
	background-color: #669966;
	}

a:hover.box5 {
	background-color: #7eb37d;
	}

a.box6 {
	background-color: #999933;
	}
	
a:hover.box6 {
	background-color: #b4b34b;
	}

a.box7 {
	background-color: #cccc66;
	}

a:hover.box7 {
	background-color: #e9e980;
	}

a.box8 {
	background-color: #66cccc;
	}

a:hover.box8 {
	background-color: #81eae9;
	}

a.box9 {
	background-color: #669999;
	}
	
a:hover.box9 {
	background-color: #80b5b4;
	}

a.box10 {
	background-color: #cc9933;
	}

a:hover.box10 {
	background-color: #e9b34a;
	}

a.box11 {
	background-color: #666699;
	}

a:hover.box11 {
	background-color: #7e7eb4
	}
	
a.box12 {
	background-color: #99cc33;
	}
	
a:hover.box12 {
	background-color: #b4e84e;
	}
	
.clear {
	clear: both;
	}