/* Styles for Site1 */

/* Reset Start - These are the Reset styles to zero all browsers to display CSS in the same way - this is a reduced version for the purposes of the tutorial. These are formatted on a single line ot keep them out of the way */
body,div,dl,dt,dd,ul,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
li {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* Reset End */

/* Layout Styles */
body {
	font-size: small;
	font-family: Arial, "Helvetica Neue", Verdana, sans-serif;
	color: #252929;
}


#wrap {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
}

#topnav {
	height: 150px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#topvideo {
	width:115px;
	height:115px;
	z-index:1;
	float: left;
	padding-top: 20px;
}

#top_space {
	height: 70px;
}

#left_nav {
	margin-left: 35px;
	height: 150px;
	width: 285px;
	float: left;
}
#left_nav h1 {
	font-weight: bold;
	font-size: 24px;
	color: #0F2BAD;
	padding-right: 40px;
	padding-left: 3px;
}


#middle_nav {
	height: 150px;
	width: 300px;
	margin-left: 20px;
	float: left;
}
#middle_nav h1 {
	font-size: 16px;
	font-weight: bold;
	color: #102BA3;
	padding-right: 3px;
	padding-left: 3px;
}

#right_nav {
	float: left;
	height: 150px;
	width: 150px;
	margin-left: 20px;
}
#right_nav h1 {
	font-size: 24px;
	font-weight: bold;
	color: #102BA8;
	padding-left: 3px;
}
#right_nav p {
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 4px;
}



#container {
	background-image: url(images/webdesignbg.jpg);
	background-repeat: no-repeat;
	height: 1200px;
	padding-top: 5px;
}

#containerindex {
	position:relative;
	background-image: url('images/index_background.jpg');
	background-repeat: no-repeat;
	height: 1200px;
}

#containerindex img {
	position: absolute;
	top: 449px;
	left: 381px;
}
#left_col {
	width: 320px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#middle_col {
	width: 320px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}

#right_col {
	width: 320px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}




/* Tag Styles */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}


h2 {
	font-size: 11px;
	color: #1600AD;
	padding-bottom: 0px;
	padding-right: 8px;
}
h4 {
	font-size: 16px;
	margin-left: 0px;
	font-weight: bold;
	color: #000;
}




/* Page Block Elements */

/*Navigation Styles & Links */


body#webdesigner #webdesigner_nav a, body#webdev #webdev_nav a, body#SecureSpec #SecureSpec_nav a, body#netSpec #netSpec_nav a, body#serveradmin #serveradmin_nav a {
	color: #0F2BAD;
	text-decoration: none;
	font-weight: bold;
	list-style-image: url(images/arrow.png);
}
#webdesigner_nav {
	font-weight: bold;
	color: #FFF;
	background-color: #0F2BAD;
	display: block;
	font-size: 11px;
	height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 150px;
}
#webdesigner_nav a:link {
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}

#webdesigner_nav a:visited {
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}

#webdesigner_nav a:hover {
	color: #FF9F40;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}
#webdev_nav {
	font-weight: bold;
	color: #FFF;
	background-color: #090;
	display: block;
	font-size: 11px;
	height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 150px;
}
#webdev_nav a:link {
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}

#webdev_nav a:visited {
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}

#webdev_nav a:hover {
	color: #FF9F40;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}
#serveradmin_nav {
	font-weight: bold;
	color: #FFF;
	background-color: #066;
	display: block;
	font-size: 11px;
	height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 150px;
}
#serveradmin_nav a:link {
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}

#serveradmin_nav a:visited {
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}

#serveradmin_nav a:hover {
	color: #FF9F40;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}
#netSpec_nav {
	font-weight: bold;
	color: #FFF;
	background-color: #909;
	display: block;
	font-size: 11px;
	height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 150px;
}
#netSpec_nav a:link {
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}

#netSpec_nav a:visited {
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}

#netSpec_nav a:hover {
	color: #FF9F40;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}
#SecureSpec_nav {
	font-weight: bold;
	color: #FFF;
	background-color: #900;
	display: block;
	font-size: 11px;
	height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 150px;
}
#SecureSpec_nav a:link {
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}

#SecureSpec_nav a:visited {
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}

#SecureSpec_nav a:hover {
	color: #FF9F40;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}

.videothumb {
	clear: right;
	width: 93px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}


#topnav li {
	height: 25px;
	/*width: 200px;*/
	float: left;
	text-transform: uppercase;
}


#topnav li a:link {
	color: black;
	text-decoration: none;
	display: block;
	height: 20px;
	text-align: left;
}

#topnav li a:visited {
	color: black;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 20px;
	text-align: center;
}

#topnav li a:hover {
	color: orange;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 20px;
	text-align: center;

}





/*Left Column Styles & Links */
#left_col a{
	background-image: url(images/Bullet-verticalnav-off.gif);
	background-repeat: no-repeat;
}

#left_col a:link {
	color: #1600AD;
	text-decoration: none;
}

#left_col a:visited {
	color: #666;
	text-decoration: none;
}

#left_col a:hover {
	color: #fc3902;
	text-decoration: none;
}

#left_col p {
	padding-left: 15px;
	padding-right: 10px;
	font-size: 11px;
	padding-bottom: 10px;
}
#learn img {
	padding-right: 10px;
	padding-left: 15px;
}
#learn iframe {
	margin-left: 15px;
	margin-right: 10px;
}



#left_col ul {
	padding-left: 30px;

}
#left_col ul li {
	margin-top: 5px;
	list-style-type: none;
	margin-left: 0px;
	list-style-image: url(images/arrow.png);
	list-style-position: outside;
	font-size: 11px;
}
#middle_col p {
	padding-left: 15px;
	padding-right: 10px;
	font-size: 11px;
	padding-bottom: 10px;
}
#middle_col a:link {
	color: #1600AD;
	text-decoration: none;
}

#middle_col a:visited {
	color: #666;
	text-decoration: none;
}

#middle_col a:hover {
	color: #fc3902;
	text-decoration: none;
}
#middle_nav p {
	font-size: 12px;
}

#skill img {
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
}
#right_col p {
	padding-left: 15px;
	padding-right: 20px;
	font-size: 11px;
	padding-bottom: 10px;
}
#right_col a:link {
	color: #1600AD;
	text-decoration: none;
}

#right_col a:visited {
	color: #666;
	text-decoration: none;
}

#right_col a:hover {
	color: #fc3902;
	text-decoration: none;
}
#do img {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}


/*Learn Section  Styles & Links */
#learn {
	width: 300px;
	margin-left: 20px;
	margin-top: 10px;
	background-image: url(images/boxes.png);
	background-repeat: no-repeat;
	padding-top: 10px;
}
#learn h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	padding-top: 0px;
	padding-left: 35px;
	color: #0F2BAD;
	margin-left: 10px;
	margin-top: 0px;
	vertical-align: 50%;
	background-image: url(images/Learn.png);
	background-repeat: no-repeat;
	height: 32px;
	padding-bottom: 10px;
}



#learn h3 {
	font-size: 11px;
	color: #1600AD;
	padding-bottom: 0px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 15px;
}

#learnvideo p {
	margin-left: 35px;
}


#learnvideo {
	clear: right;
	width: 115px;
	height: 130px;
	float: left;
	margin-top: 15px;
	margin-left: 55px;
	text-align: center;
}

#silverlightvideocontainer {
	margin-left: 50px;
}

/*Skill Section  Styles & Links */
#skill {
	width: 300px;
	margin-left: 10px;
	margin-top: 10px;
	background-image: url(images/boxes.png);
	background-repeat: no-repeat;
	padding-top: 10px;
}
#skill h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	padding-top: 0px;
	padding-left: 35px;
	color: #0F2BAD;
	background-image: url(images/Skill.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 0px;
	height: 32px;
	padding-bottom: 10px;
}

#skill ul {
	list-style-position: inside;
	list-style-type: none;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#skill ul li {

}
#do {
	width: 300px;
	margin-top: 10px;
	background-image: url(images/boxes.png);
	background-repeat: no-repeat;
	padding-top: 10px;
}
#do h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	padding-top: 0px;
	padding-left: 35px;
	color: #0F2BAD;
	margin-left: 10px;
	margin-top: 0px;
	vertical-align: 50%;
	background-image: url(images/Do.png);
	background-repeat: no-repeat;
	height: 32px;
	padding-bottom: 10px;
}
#do ul {
	padding-left: 200px;
}

#dovideo p {
	margin-left: 35px;
}


#dovideo {
	clear: right;
	width: 115px;
	height: 130px;
	float: left;
	margin-top: 15px;
	margin-left: 55px;
	text-align: center;
}

#do h3 {
	font-size: 11px;
	color: #1600AD;
	padding-bottom: 0px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 15px;
}

#do ul {
	padding-left: 130px;
	font-size: 11px;
	padding-right: 10px;
}
#web2 #wrap #container #top_space img {
	margin-top: 20px;
	margin-left: 425px;
}

#training {
	text-align: right;
	width: 300px;
	padding-bottom: 10px;
	height: 30px;
}

#community {
	height: auto;
	display: block;
}

#community h3 {
	font-size: 11px;
	color: #1600AD;
	padding-bottom: 0px;
	font-weight: bold;
	padding-left: 15px;
}
#community img {
	padding-top: 5px;
}

#footer {
	height: 100px;
	width: 1010px;
	float: left;
}
#footer img {
	padding-right: 80px;
}





#additional_resources ul {
	margin-bottom: 10px;
	padding-left: 15px;
}

#additional_resources p {
	margin-bottom: 10px;
	padding-left: 15px;
}

#additional_resources h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	color: #0F2BAD;	padding-left: 15px;
	padding-top: 15px;
	
}


#additional_resources h2 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 15px;
}

#additional_resources a:link {
	color: #0F2BAD;
	text-decoration: none;
	font-weight: bold;
	border-bottom: #0F2BAD 1px dashed;
}

#additional_resources a:visited {
	color: #0F2BAD;
	text-decoration: none;
	font-weight: bold;
	border-bottom: #0F2BAD 1px dashed;
}

#additional_resources a:hover {
	color: #fc3902;
	text-decoration: underline;
	font-weight: bold;
	border-bottom: #fc3902 1px dashed;
}


.clear	{
	clear:both;
}
#learn h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	padding-top: 0px;
	padding-left: 35px;
	color: #0F2BAD;
	margin-left: 10px;
	margin-top: 10px;
	vertical-align: 50%;
	background-image: url(images/additionalprojectsH4.png);
	background-repeat: no-repeat;
	height: 32px;
	padding-bottom: 0px;
}
#skill h3 {
	font-size: 11px;
	color: #1600AD;
	padding-bottom: 0px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 15px;
}
#do h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	padding-top: 0px;
	padding-left: 35px;
	color: #0F2BAD;
	margin-left: 10px;
	margin-top: 10px;
	vertical-align: 50%;
	background-image: url(images/additionalprojectsH4.png);
	background-repeat: no-repeat;
	height: 32px;
	padding-bottom: 0px;
}
#learn h2 {
	font-size: 11px;
	color: #1600AD;
	padding-bottom: 5px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 10px;
}
.videotime {
	margin-left: 35px;
}
