/*----------------------------------------------------------------------------*/
/*  Made by Ryan Schranz                                                      */
/*  Owner of Schranz Innovations                                              */
/*  Date last modified: 02/10/2008                                            */
/*  Please feel free to look at my code and get insperation                   */
/*----------------------------------------------------------------------------*/

/*General*/
* {
	margin:0px;
	padding:0px;
	border:0px;
}

/*Body*/
body {
	background-color:#FFFFFF;
	color:#333333;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0pt;
	padding:0pt;
}
	
h2 {
	font-size:18px;
	color:#333399;
}

h1, h3 {
	color:#333399;
}

p {
	padding-top:5px;
}

a {
	color:#333399;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

/*Wrapper*/
#wrapper {
	border-right:1px solid #030303;
	border-left:1px solid #030303;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	width:850px;
}

/*Header*/
#header {
	background:#333399 url('Images/header.jpg') center no-repeat;
	height:130px;
	margin-top:10px;
	border-top:1px solid #030303;
}

/*Header Navigation*/
#navigation {
	background:#030303 url('Images/menuBackground3.jpg') repeat-x scroll 0%;
	clear:both;
	font-size:18px;
	height:30px;
	line-height:30px;
	padding-left:15px;
}

#navigation a {
	color:#FFFFFF;
	display:block;
	float:left;
	height:30px;
	padding-left:35px;
	padding-right:35px;
}

#navigation a:hover {
	background-color:#121212;
	color:#0033FF;
	text-decoration:none;
}

/*Content*/
#content {
	margin-right:0px;
	padding:20px;
	min-height:350px;
}

.section {
	float:left;
	margin-bottom:8px;
	margin-right:20px;
	width:385px;
}

.section p {
	padding-top:7px;
	padding-bottom:7px;
}

.section ul {
	padding-left: 40px;
}

.largeSection {
	float:left;
	margin-top:-90px;
	margin-bottom:8px;
	margin-right:20px;
	width:848px;
}

.entirePage {
	float:left;
	width:848px;
}

/*Content Wrappers*/

#contentWrapper {
	padding:20px;
}

#contentWrapper2 {
	padding-top:115px;
	padding-right:20px;
}

#contentWrapper {
	padding:10px;
}

/*Portfolio pictures*/

.portfolioPictures a {
	border:1px solid #CCCCCC;
	float:left;
	height:100px;
	margin-bottom:15px;
	padding:3px;
	width:350px;
}

.portfolioPictures a:hover {
	background-color:#333399;
	border:1px solid #CCCCCC;
}

.portfolioPictures1 a {
	border:1px solid #CCCCCC;
	float:left;
	height:100px;
	margin-bottom:15px;
	padding:3px;
	width:350px;
}

.portfolioPictures1 a:hover {
	background-color:#333399;
	border:1px solid #CCCCCC;
}

.portfolioPictures2 a {
	border:1px solid #CCCCCC;
	float:left;
	height:80px;
	margin-bottom:15px;
	padding:3px;
	width:330px;
}

.portfolioPictures2 a:hover {
	background-color:#333399;
	border:1px solid #CCCCCC;
}

.portfolioCenter {
	float:left;
	border: 1px solid #CCCCCC;
	padding:3px;
	margin:10px;
}

/*Form style*/

label {
	float:left;
	width:10em;
	margin-right:1em;
	font-size:18px;
	color:#333399;
}

fieldset {
	height:130px;
	margin:1.5em 0 0 0;
	padding:0;
}

fieldset ol {
	padding-top:0.5em;
	list-style:none;
}

fieldset li {
	padding-bottom:1em;
	list-style:none;
}

fieldset {
	height:270px;
	margin:1.5em 0 0 0;
	padding:0;
}


fieldset.submit {
	float:none;
	width:80px;
	height:30px;
	padding-bottom:20px;
}

input {
	background-color:#AED8EC;
	border:1px solid #303030;
}

textarea {
	background-color:#AED8EC;
	border:1px solid #303030;
}

select {
	background-color:#AED8EC;
	border:1px solid #303030;
}
	

/*Footer*/
#footer {
	background:#333399 url('Images/footer.jpg');
	border-bottom:1px solid #303030;
	border-top:1px solid #303030;
	bottom:0pt;
	clear:left;
	height:80px;
	margin:0pt 0pt 15px;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#000000;
	text-decoration:underline;
}

#footer p {
	color:#FFFFFF;
	line-height:20px;
	padding-top:10px;
}

