/* Timothy Framework - www.timothyframework.com */
/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Color Legend */


/* Reset */

html, body { margin:; padding: ; border:0 ;  
				background-color:;  }

div, span, article, aside, footer, header, hgroup, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin:0 ;
	padding:0 ;
	border:0;
	vertical-align: ;
	background: ;
	}

img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin:0 ; padding:0 ; border:0 ;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border-spacing: 0; }
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

article, aside, dialog, figure, header, hgroup, nav, section { 
	display:; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike { 
	font-family:Verdana, Geneva, sans-serif;
	font-size:;
	font-weight: ;
	font-style: ;
	line-height: ; 
	text-indent: ;
	text-decoration: none ;
	text-align: ;
	color: #333333;
	}

ol, ul { list-style: none; }


/* Global */

html 	{	}
body	{
		background-color:#48848d;
		background-image:url(../images/png/background_gradient.png);
		background-repeat:repeat-x;	
		}



/* Headings */

h1, h2, h3, h4, h5, h6 {  }

h1 { font-size:24px; font-weight: bold; color: #3D005D; padding-bottom:20px; border-bottom-color:#CCC; border-bottom-style:dotted; 
border-bottom-width: 3px; margin-bottom:30px; }

h2 { font-size:18px; font-weight: bold; color: #3D005D;}

h3 { font-size:16px; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-weight:bold; color:#066;}

h4 { font-size:16px; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-weight:bold; color:#066; padding-bottom:5px; border-bottom-color:#999; border-bottom-style:solid; 
border-bottom-width: 3px; margin-bottom:10px;}
h5 { font-size:14px; }
h6 { font-size:14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: ; }



/* Text Elements */

p           	{ font-size:12px; line-height:100%; padding-top:10px; }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }




a           	{   }
a:link			{ color: #;  }
a:visited		{ color: #;  }
a:active		{ color: #;  }
a:focus			{ color: #;  }
a:hover     	{ color: #; text-decoration:underline;  }

blockquote  	{ color:#000; font-size:12px; }

strong      	{ font-weight: bold; }
em		      	{ font-style: italic; }

/* Images */



/* Lists */

ul          	{ }
ol          	{ list-style-type:; }

ul li		    { color:#;
				font-size:12px; 
				}
				
.traits ul li	{
				color:#333;
				font-size:11px;
				list-style:disc;
				list-style-position:outside;
				margin-left:30px;
				}
				
.traits li	    {
				color:#333;
				font-size:12px;
				list-style:disc;
				list-style-position:outside;
				margin-left:30px;
				padding-top:10px;
				}
				
				
				
ol li	     	{ color:#; font-size:14px; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{ width:100%; }

tr				{	}
.odd			{ background-color:#eee; }
.even			{ background-color:#fff; }

th          	{ font-weight: bold; }
thead, th    	{ background: #ccc; }

tbody			{   }

th,td,caption 	{ 	}
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ background: #efefef; }



/* Miscellaneous */

sup, sub    	{ line-height: 0; }

abbr, acronym   { border-bottom: 1px dotted #666; }
address     	{ 	 }
del         	{ background:#FFCECE; color:#f00; }

code, pre		{ background-color:#FF9; padding:2px 0px; margin:4px 25px;
					font-family:"Courier New", Courier, monospace; font-size:12px; font-weight:normal; line-height:150%;	}


/* Containers */

#outside 			{
					width:1010px;
					margin:0px auto;					 
					}

#banner 			{ 
					width:1010px;
					margin:0px;
					}


					

					
#contentwrapper 	{ 
					width:905px;
					height:auto;
					float:left;
					margin-left:12px;
					padding:40px;   		
					background-color:#FFF; 
					clear:both; 
					}


#content 			{
					width:900px;
					height:auto;
					float:left;
					font-size:16px;
					line-height:140%;  
					}
					
img.left			{
        			float: left; 
					margin-top:0px;
        			margin-right: 20px; 
					border:4px solid #CCC;}


img.right			{
         			float: right; 
					margin-top:0px;
         			margin-left: 20px; 		
					border:4px solid #CCC;}
					
				
#home1	{
        			float: left; 
					width:275px;
					margin-top:0px;
        			margin-right: 30px; }

#home2		{
        			float: left; 
					width:325px;
					margin-top:0px;
        			margin-right: 30px; }

#home3		{
        			float: left;
					width:200px; 
					margin-top:0px; }
					
					

#divisionnav 		{
					float:left;
					width:700px;
					}

					
#divisionnav ul li		{
					float:left; 
					padding-right:12px; 
					}
						
#divisionnav ul li		{ 
					font-weight:bold; 
					font-size:12px; 
					color:#999; 
					}
					
#divisionnav ul li a		{ 
					font-weight:bold; 
					font-size:12px; 
					color:#006; 
					}


#divisionnav ul li a:hover		{ 
					font-weight:bold; 
					font-size:12px; 
					color:#006; 
					text-decoration:underline;
					}
					
					
#imp_note			{
					float:left;
					width:900px;
					font-family:"Times New Roman", Times, serif;
					font-style:italic;
					font-size:14px;
					line-height:17px;
					color:#2D0049;
					margin-top:10px;
					}


#dogpostform		{
					float:left;
					width:900px;
					background-color:#E7DD85;
					border-radius:10px;
					-moz-border-radius:10px;
					color:#fff;
					margin-left:0px;
					margin-bottom:20px;
					}
					
					
.links a			{
					color:#006;
					font-weight:normal;
					}
					
.links a:hover		{
					color:#006;
					font-weight:bold;
					text-decoration:underline;
					}
					
					

/* GOOGLE AD SECTION BEGIN */

#rightside 			{ 
					width:160px;
					float:right;  
					}
					
/* GOOGLE AD SECTION END */




/* FOOTER START */
#footer 			{
					width:945px;
					height:auto;
					float:left;
					margin-left:12px;
					padding-top:5px;
					padding-bottom:12px;
					padding-left:40px;   		
					background-color:#A687A5; 
					clear:both;   
					}
					
#footer_copyright	{
					width:350px;
					height:auto;
					float:left;
					margin-left:0px;
					padding-top:0px;
					padding-bottom:0px;
					padding-left:0px;   		
					background-color:#A687A5;   
					}
					
#footer_fb 			{
					width:100px;
					height:auto;
					float:left;
					margin-left:425px;
					padding-top:0px;
					padding-bottom:0px;
					padding-left:0px;   		
					background-color:#A687A5;   
					}

.copyright-text	{ font-size:12px; font-style:italic; color:#3D005D; }

.copyright-text a	{
					font-size:12px; 			
					font-style:italic; 
					color:#3D005D;
					font-weight:normal;
					}
					
.copyright-text a:hover{
					font-size:12px; 
					font-style:italic; 
					color:#3D005D;
					text-decoration:underline;
					}
					
.footer-text	{ font-size:10px; font-style:normal; color:#666; }
					
					
/* FOOTER END */








/* NAVIGATION CONTAINERS */
					
#topnav				{
					width:1010px;
					margin:0px auto;
					float:center;   
					}

#nav				{
					width:986px;
					margin-left:12px;
					float:center;
					padding:0px;
					}



#nav, .nav, #nav .nav li { 
					margin:; 
					padding:0px; 
				
					}
					
#nav li 			{
					float:left; 
					width:148px;
					display:inline; 
					cursor:pointer; 
					list-style:none;
					font-size:13px;
					font-weight:bold;
					padding:8px; 
					border:0px; 
					position:relative;
					background:#ECC511;
					text-align:center;
					color:#fff;
					}
					
#nav li ul.first 	{
					left:0px; 
					top:100%;
					color:#fff;
					
					}

li, li a 			{
					color:#fff; 
					text-decoration:none;
					}
					
#nav .nav li 		{ 
					width:250px;  
					line-height:15px; 
					font-size:11px;
					font-weight:normal;
					padding:7px 7px 7px 20px;
					border:0px;
					color:#fff;
					background:#865598;
					text-align:left;
					}
					
#nav li a 			{
					display:block; 
					width:inherit; 
					height:inherit;
					}

ul.nav 				{ 
					display:none; 
					}
					
#nav li:hover > a, #nav li:hover { 
					color:#fff;
					background:#A687A5; 
					text-decoration:none;
					}
					
li:hover > .nav 	{ 
					display:block; 
					position:absolute; 
					width:150px; 
					top:0px; 
					left:100%;
					z-index:1000; 
					border:0px; 
					}
					
li:hover 			{ 
					position:relative; 
					z-index:2000; 
					}
					
/* NAVIGATION CONTAINERS END */		



/* Forms */

form { text-align:left; margin-top:20px; margin-bottom:20px;	}
	
textarea, input, select	 { border:1px #000 solid; padding:5px;  }

.submit-button	{ margin-left:320px; padding:5px 10px; background-color:#999; width:75px; border-radius:5px; }

.reset-button	{ margin-left:10px; padding:5px 10px; background-color:#CCC; width:75px; border-radius:5px; }

label { float: left; width: 270px; height: 30px;text-align:right; line-height:14px;display:block; font-family:"Century Gothic", sans-serif; font-size:14px; padding-bottom: 10px; padding-top:5px; padding-left: 40px; color:#333; }
	
input, textarea, select { 
	border:1px #066 solid; margin-left:10px; 	
	}

input { 
	width: 220px; margin-bottom: 5px; 
	}

textarea {
	width: 220px; height: 100px;
	margin-bottom: 5px;
	}

select { width:230px;	}


br	{ clear: left; 	}


/* Miscellaneous  */



.title			{ font-size:18px; font-weight:bold; color:#333;  }
.subtitle		{ font-size:14px; font-style:italic; color:#333;  }

.artist			{ font-size:16px; font-weight:bold; color:#333;  }
.author			{ font-size:14px font-weight:bold; color:#555;  }
.editor			{ font-size:14px font-style:italic; color:#555;  }

.pub-date		{ font-size:10px font-style:italic; color:#555; }
.article-date	{ font-size:10px font-style:italic; color:#555;  }
.location		{ font-size:10px font-style:italic; color:#555;  }

.float-right	{ float:right; }
.float-left		{ float:left; }
.clear			{ clear:both; }

.hide			{ display:none; }
.block			{ display:block; }
.inline			{ display:inline; }

.first			{ font-weight:bold; }
.last			{ font-weight:bold; }
.left			{ font-weight:bold; text-align:left; }
.right			{ font-weight:bold; text-align:right; }

.added      	{ background:#D7D7FF; }
.removed    	{ background:#FFCECE; color:#f00; }
.changed		{ background:#FFB; }


/* Success, info, notice and error/alert boxes - from Blueprint CSS Framework */

.error, .alert, .notice, .success, .info {
	padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert 	{ background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
	
.notice			{ background: #fff6bf; color: #514721; border-color: #ffd324; }
	
.success   		{ background: #e6efc2; color: #264409; border-color: #c6d880; }
	
.info 			{ background: #d5edf8; color: #205791; border-color: #92cae4; }
	
.error a 	{ color: #8a1f11; }
.alert a 	{ color: #8a1f11; }
	
.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a		{ color: #205791; }


