/*  CSS STYLE SHEET
    (c)TechTriad.com */

body {
	background-color: #F26323;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper	{
	clear: both;
	float: none;
	width: 800px;
	margin:0px auto;
	background-color: #ffffff;
}
#topstripe {
	background-image: url(../images/curve_top.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#botstripe {
	background-image: url(../images/curve_bot.gif);
	background-repeat: no-repeat;
	height: 20px;
}


/* header */
#header {
	height: 100px;
	padding: 0 15px;
	background-color: #fff;

}
#header h1 {
	display: none;
}

#logo {
	float: left;
	width: 300px;
	height: 60px;
	background: url(../images/logo.png) no-repeat left top;
}

#logo a {
	width: 300px;
	height: 60px;
	display: block;
}
#tagline {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	margin: 0px 20px 0px 0px;
	padding-top: 24px;
}
#topnav {
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
}
#topnav ul {
	margin: 0px;
}
#topnav li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
}
#topnav a:link, #topnav a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#topnav a:hover {
	color: #F26323;
	text-decoration: none;
}
#createbar {
	background-repeat: no-repeat;
	background-image: url(../images/create.png);
	background-position: center top;
	height: 150px;
	margin-top: 0px;
	vertical-align: top;
}
#createtext {
	margin-left: 280px;
	margin-right: 80px;
	padding-top: 50px;
}
#iconbar {
	margin-right: 30px;
	margin-left: 30px;
	height: 24px;
	text-align: center;
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#iconbar ul {
	margin: 0px;
}
#iconbar li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 0px;
	margin-left: 0px;
}
#iconbar a:link, #iconbar a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#iconbar a:hover {
	color: #F26323;
	text-decoration: none;
}

/* /header */

/* content */
#content-wrapper {
	padding: 10px 15px 5px;
	background-color: #fff;
	background-image: url(../images/content_shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#content a img, #content abbr {
	border: 0;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
#content p {
	line-height: 125%;
	margin: 12px 0px 0px;
}


#content a:hover {
	text-decoration: underline;
}

#content ul, #content ol {
	margin-left: 2em;
}

#content ul, #content ol, #content p, #content img {
	margin-bottom: 1em;
}


#content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-bottom: 0.5em;
	line-height: 1em;
}
#content h1 {
	font-size: 24px;
	color: #F26323;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 6px 0px;
}


#content h2 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 6px 0px;
}

#content h3 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -0.04em;
	margin: 0px;
}


#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #369;
}
#content h5 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	font-size: 1.1em;
}
#columns	{
}
#columns a:link, #columns a:visited 	{
	color:#ffffff;
	text-decoration:none;
}
#columns a:hover	{
	text-decoration:underline;
}
.col1 {
	background-image: url(../images/bg-org.png);
	background-repeat: repeat-x;
	padding: 16px 16px 0px;
	color: #fff;
	margin: 0px;
}
.col2 {
	padding: 16px;
	color: #fff;
	background-image: url(../images/bg-blue.png);
	background-repeat: no-repeat;
}
.col3 {
	background-image: url(../images/bg-green.png);
	background-repeat: repeat-y;
	padding: 16px;
	color: #ffffff;
}


/* /content */


/* sidebar */
#sidebar-wrapper {
	float: right;
	display: block;
	width: 250px;
	margin: 0 0 10px 10px;
	border: 1px solid #ccc;
}




#sidebar {
	display: block;
	padding: 10px 10px 0 10px;
}
/* /sidebar */




/* footer */
#footer {
	width: 780px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	padding: 12px 0px 12 0;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin: 12px 0px 0px;
}

#footer p a {
	color: #FFFFFF;
}
/* /footer */
