/* HTML RESET STYLES */

body { color: black; background: white; }

body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
 
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
 
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
 
ol, ul { list-style: none; margin: 0; padding: 0; }
 
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
 
acronym, abbr, fieldset, img { border: 0;}
 
:focus { outline: 0; }

/* HTML RESET STYLES END */

body {
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: "trebuchet MS", arial, sans-serif;
	color: #EBEBEB;
}
legend {
	font-family: "trebuchet MS", arial, sans-serif;
	font-size: 140%;
	color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #252525;
}
fieldset {
	border: 1px solid #666666;
	color: #EBEBEB;
	margin-left:5px;
	width: 95%;
	font-family: "trebuchet MS", arial, sans-serif;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#wrapper {
	padding: 0px;
	width: 100%;
	margin: 0px;
	background-color: #232323;
}
#wrapper #contentWrapper {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #contentWrapperPortfolio {
	padding: 0px;
	width: 900px;
	height: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation {
	width: 900px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	font-size: 90%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#searchBar {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 0px;
}
#footer {
	color: #CCCCCC;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #232323;
}
#footer a {
	font-size: 80%;
	color: #EBEBEB;
	text-decoration: none;
}



#header {
	padding: 0px;
	height: 100px;
	width: 900px;
	background-color: #000000;
	background-image: url(../../gfx/james/interface/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #contentWrapper #content {
	margin: 0px;
	float: right;
	width: 550px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #contentWrapper #contentInternal {
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#wrapper #contentWrapper #flash_Splash {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 340px;
}
#wrapper #contentWrapper #clearMe {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4E4E4E;
}
#navigation a {
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-size: 90%;
	text-decoration: none;
	margin: 0px;
}
#navigation a:hover {
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-size: 90%;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #edb012;
	margin: 0px;
}
#wrapper #contentWrapper #content p, #wrapper #contentWrapper #contentInternal p {
	line-height: 1.5em;
	padding-bottom: 1.3em;
	font-size: 90%;
}
#wrapper #contentWrapper #content h1, #wrapper #contentWrapper #contentInternal h1 {
	line-height: 1.5em;
	font-size: 140%;
}
#wrapper #contentWrapper #content ul, #wrapper #contentWrapper #contentInternal ul {
	line-height: 1.5em;
	padding-bottom: 1.3em;
	font-size: 90%;
	list-style-type: circle;
	list-style-position: inside;
}
#wrapper #contentWrapper #content ol, #wrapper #contentWrapper #contentInternal ol {
	line-height: 1.5em;
	padding-bottom: 1.3em;
	font-size: 90%;
}
div {
}
/* CUSTOM CLASSES */

.blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #333333;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAC259;
	border-right-color: #AAC259;
	border-bottom-color: #AAC259;
	border-left-color: #AAC259;
	margin: 10px;
	background-image: url(../../gfx/green_black/interface/blockquote_background.gif);
	background-repeat: repeat;
	background-position: left top;
}
.codeblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #555555;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 10px;
	background-image: url(../../gfx/green_black/interface/codeblock_background.gif);
	background-repeat: repeat;
	background-position: left top;
}
.galleryTable {
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 90%;
	color: #AAC259;
	text-align: center;
}
.galleryThumbnail {
	padding: 3px;
	border: 1px solid #F5F5F5;
}

.imageRightOutlined {
	padding: 3px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
	border: 1px solid #CCCCCC;
}

.imageLeftOutlined {
	padding: 3px;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}

.imageRight {
	padding: 3px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
}

.imageLeft {
	padding: 3px;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
}

/* CUSTOM CLASSES END */
#wrapper #contentWrapper #contentPortfolio {
	width: 900px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 500px;
}
.quoteTable {
	font-family: Arial, Helvetica, sans-serif;
	color: #F3F3F3;
}
.quoteTable input {
	border: 2px solid #232323;
	padding: 3px;
	color: #212C32;
}
.quoteTable input:hover, .quoteTable input:focus {
	border: 2px solid #EAAE9D;
	padding: 3px;
	color: #212C32;
}
.quoteTable textarea {
	padding: 2px;
	border: 2px solid #232323;
	color: #212C32;
}
.quoteTable textarea:hover, .quoteTable textarea:focus {
	padding: 2px;
	border: 2px solid #EAAE9D;
	color: #212C32;
}
.quoteTable select {
	padding: 2px;
	border: 2px solid #B7C9D0;
}
.quoteTable select:hover {
	padding: 2px;
	border: 2px solid #EAAE9D;
}
#footer a:hover {
	font-size: 80%;
	color: #FFCC00;
	text-decoration: none;
}
#wrapper #contentWrapper #content a, #wrapper #contentWrapper #contentInternal a {
	color: #FFE680;
	text-decoration: underline;
}
#wrapper #contentWrapper #content a:hover, #wrapper #contentWrapper #contentInternal a:hover {
	color: #FFCC00;
	text-decoration: none;
}