﻿/* Style sheet for TWC Graphics Design template */
html {
	margin: 0px;
	padding: 0px;
}
body  { 	
	background: #7187b6 url('images/design_elements/backdrop.jpg') no-repeat center center fixed;
	background-size: cover;
	color: #333; 
	margin: 0px auto;
	padding: 0px;
	text-align: center; 
	font: normal normal .8em/1.2em Verdana, Arial, sans-serif;
}
input { color: #000; font: normal normal .8em Arial, sans-serif; }
h1    { background: ;
	border-top: 3px solid #8d1b54;
	padding: 5px 5px 3px 3px;
	font: normal bold 1.3em Verdana, Arial, sans-serif;
	color: #8d1b54;
	margin-top: 0px;  }
h2    { font: normal bold .9em Verdana, Arial, sans-serif;
	color: #011b00;
	border-bottom: 2px solid #8D1B54; }
h3    { font: normal bold .9em Verdana, Arial, sans-serif; color: #011b00; }
h4    { color: #697694; font:  normal bold .9em Verdana, Arial, sans-serif; }
h5    { color: #000; font:  italic bold 1em Verdana, Arial, sans-serif;}
h6    { color: #000; font:  normal bold 10px Verdana, Arial, sans-serif; }
ol ol ol { color: #697694; }
ol ol { color: #697694; }
ol { color: #697694; }
ul    { list-style-image: url('images/design_elements/bullet.gif'); color: #333; 
	 }
ul ul    { list-style-image: url('images/design_elements/bullet2.gif'); 
	color: #333; }
ul ul ul { list-style-image: url('images/design_elements/bullet3.gif'); 
	color: #333; }

#flashcontent {
	text-align: right;
	}
#container {
	text-align: left;
	background: #bfc8db;
	border: 0px;
	width: 1000px;
	margin: 40px auto auto auto;
	border: 1px solid #4d5a78;
	}

#header {
	text-align: right;
	border: 0px;
	width: 1000px;
	margin: auto;
	background-color: #FFFFFF;
	}
#yourname {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	}	
#bodyblock {
	clear: both;
	position: relative;
	background: #bfc8db;
	color: #333333;
	width: 1000px;
	padding: 0;
	}

#leftcol { background: #bfc8db;
	float: left;
	width: 176px;
	padding: 20px 10px 2px 10px;
	text-align: left;

	}
#leftcol ul    { 
	list-style-image: url('images/smaller%20bullet.gif'); 
	}
#cont {
	width: 760px;
	float: right;
	background: #FFF;
	color: #333333;
	border-left: 1px solid #4d5a78;
	padding: 20px;
	text-align: left;
 }
#rightcol2 { background-color: #FFF;
	float: right;
	width: 760px;
	margin-top: 5px;
	text-align: left;
	vertical-align: top;
	}
#rightcol2 p { padding-right: 20px; 
	padding-left: 10px;}
#rightcol2 li { padding-right: 20px; }	

#fullcol {
	clear: both;
	position: relative;
	background: #FFF;
	color: #333333;
	width: 960px;
	padding: 20px;	
}

.centerimage {
	text-align: center;
}
/* Define footer section */
#footer {  
	clear: both;
	position: relative;
	background-color: #97a5c3;
	text-align: center;
	padding-top: 10px;
	height: 23px;
	border-top: 1px solid #4d5a78;
	}
#footer a:visited  { color: #000; text-decoration: none;   }
#footer a:active  { color: #000; text-decoration: none;   }
#footer a:link  { color: #000; text-decoration: none;   }
#footer a:hover   { color: #FFF; text-decoration: underline;  }

/* Define standard hyperlinks */	
a:link  { color: #697694;  }  
a:active { color: #697694;  }
a:visited { color: #697694;  }
a:hover { color: #000; text-decoration: none; }



/* Define textbox area */

#textbox { 
	background: #f4f8f1; 
	color: #333; 
	padding: 0px; 
	text-align: left;
	border: 1px solid #4d5a78;
	font: normal normal .8em/1.4em Verdana, Arial, sans-serif;
	}
#textboxtop {
	background: #65799C;
	color: #FFFFFF;
	padding: 1px;
	text-align: center;
	border-left: 1px solid #4d5a78;
	border-top: 1px solid #4d5a78;
	border-right: 1px solid #4d5a78;
	font: normal normal .8em/1.4em Verdana, Arial, sans-serif;
	}
/* Menu styling */

#menu {
	background-color: #97a5c3;
	text-align: center;
	padding-top: 0px;
	height: 23px;
	border-bottom: 1px solid #4d5a78;
	list-style: none;
	}
/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: relative;	
	padding-top: 1px;
	background-color: #97a5c3;
	height: 24px;
	width: 100%;
	border-bottom: 1px solid #4d5a78;
	z-index: 1000;
	}
#menuh
	{
	padding-left: 180px;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #000;
	background-color: #97a5c3;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #4d5a78;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
